SDK
[ class tree: SDK ] [ index: SDK ] [ all elements ]

Element index for package SDK

[ c ] [ g ] [ l ] [ m ] [ s ]

c

common_func.php
procedural page common_func.php
common_func_url.php
procedural page common_func_url.php
top

g

get_max_search_results
in file search_engine_api.php, method md_search::get_max_search_results()
    Description : Get the max result search
top

l

launch_search
in file search_engine_api.php, method md_search::launch_search()
    Description : Launch the search engine
top

m

md_activate_mail
in file common_func.php, function md_activate_mail()
    Description : Activate the mail notification for the given user and topic
md_activate_mail_private
in file common_func.php, function md_activate_mail_private()
    Description : Activate the mail notification for the given user and private topic
md_add_post
in file common_func.php, function md_add_post()
    Description : Add a post inside a topic
md_add_starpoint
in file common_func.php, function md_add_starpoint()
    Description : Add point for the star system
md_add_topic
in file common_func.php, function md_add_topic()
    Description : Create a topic (do not use for a private message)
md_alerter_mp_mail
in file common_func.php, function md_alerter_mp_mail()
    Description : Send either an email or a Private Message to inform a user an action has occured.
md_aposteriori_nb_delete
in file common_func.php, function md_aposteriori_nb_delete()
    Description : Get the number of deleted 'aposteriori' posts by a given moderator between given dates
md_aposteriori_nb_edited
in file common_func.php, function md_aposteriori_nb_edited()
    Description : Get the number of edited 'aposteriori' posts by a given moderator between given dates
md_apriori_nb_delete
in file common_func.php, function md_apriori_nb_delete()
    Description : Get the number of deleted 'apriori' posts by a given moderator between given dates
md_apriori_nb_messages
in file common_func.php, function md_apriori_nb_messages()
    Description : Get the total number of 'apriori' posts between given dates
md_apriori_nb_publie
in file common_func.php, function md_apriori_nb_publie()
    Description : Get the number of 'apriori' posts published by a given moderator between given dates
md_auto_marking_as_old
in file common_func.php, function md_auto_marking_as_old()
    Description : Automatically mark topics as old if the delay specified after the last marking is reached
md_build_search_index
in file search_engine_api.php, method md_search::md_build_search_index()
md_casier_judiciaire
in file common_func.php, function md_casier_judiciaire()
    Description : Insert a sanction into the moderation log
md_check_allow_search_on_all_forum
in file common_func.php, function md_check_allow_search_on_all_forum()
    Description : Check if the search is allowed on the whole board
md_check_apriori
in file common_func.php, function md_check_apriori()
    Description : Check if the apriori moderation is activated in one cat of the given forum
md_check_charte
in file common_func.php, function md_check_charte()
    Description : Check if the charter should be displayed for the given forum
md_check_closed_board
in file common_func.php, function md_check_closed_board()
    Description : Display the given text if the forum is closed
md_check_display_stats_on_home
in file common_func.php, function md_check_display_stats_on_home()
    Description : Check if the stats should be displayed on the current forum
md_check_edit_right
in file common_func.php, function md_check_edit_right()
    Description : Check if the owner of a given post has the proper right to edit it
md_check_identification
in file common_func.php, function md_check_identification()
    Description : Check the user identification is correct from COOKIE user and passs
md_check_keyword_notification
in file common_func.php, function md_check_keyword_notification()
    Description : send an email / PM if an user want to be warned when a keyword appears in a topic title
md_check_modo_right
in file common_func.php, function md_check_modo_right()
    Description : Check if the current moderator has enough right to punish a give user
md_check_moved_topic
in file common_func.php, function md_check_moved_topic()
    Description : Check if the topic id has been moved
md_check_mp_right
in file common_func.php, function md_check_mp_right()
    Description : Check if the user has the right to read a private message
md_check_mp_user_ignored
in file common_func.php, function md_check_mp_user_ignored()
    Description : Check if a user on the given topic is part of the ignore list of another user
md_check_multi
in file common_func.php, function md_check_multi()
    Description : Link together (multipseudo) the two given ids
md_check_poll_participation
in file common_func.php, function md_check_poll_participation()
    Description : Check if the given user has already participated to the given poll
md_check_right_and_get_mp_infos
in file common_func.php, function md_check_right_and_get_mp_infos()
    Description : Return mp infos and check access
md_check_subcat
in file common_func.php, function md_check_subcat()
    Description : Check if a subcat exists in the current forum
md_check_topic_has_vip
in file common_func.php, function md_check_topic_has_vip()
    Description : Check if a topic contains VIP posts
md_check_vip
in file common_func.php, function md_check_vip()
    Description : Check if the given user is allowed to enter into a VIP cat
md_check_vip_exist
in file common_func.php, function md_check_vip_exist()
    Description : Check if the given cat is restricted to VIP members
md_check_wysiwyg
in file common_func.php, function md_check_wysiwyg()
    Description : Check if the wysiwyg is allowed for the given user
md_close_poll
in file common_func.php, function md_close_poll()
    Description : Close the poll associated with the given topic id
md_convert_numreponse_to_offset
in file common_func.php, function md_convert_numreponse_to_offset()
    Description : Convert a post_id to an offset
md_convert_offset_to_numreponse
in file common_func.php, function md_convert_offset_to_numreponse()
    Description : Convert an offset to a post_id
md_count_alerts
in file common_func.php, function md_count_alerts()
    Description : Get the number of alerts of a given status
md_count_multi
in file common_func.php, function md_count_multi()
    Description : Get the number of multi a pseudo have
md_count_online
in file common_func.php, function md_count_online()
    Description : Count the number of online user
md_count_posts_to_check
in file common_func.php, function md_count_posts_to_check()
    Description : Get the number of posts to be validated by the moderation
md_count_private_thread
in file common_func.php, function md_count_private_thread()
    Description : Return the number of posts of the given topic id
md_count_private_topic
in file common_func.php, function md_count_private_topic()
    Description : Count the number of private topic of a kind of type
md_count_topics
in file common_func.php, function md_count_topics()
    Description : Count the total number of topics into a cat/subcat (if current page < 15, is only an estimation)
md_count_topics_in_trash
in file common_func.php, function md_count_topics_in_trash()
    Description : Count the total number of topics into the trash of a cat/subcat (if $use_found_rows is set to false, is only an estimation)
md_delete_mp
in file common_func.php, function md_delete_mp()
    Description : Delete the reference to the given private message for the given user
md_detect_sms_fr
in file common_func.php, function md_detect_sms_fr()
    Description : Detect if the given text is written in SMS style [fr only]
md_display_mp_link
in file common_func.php, function md_display_mp_link()
    Description : Return the HTML code which displays the new MP notification
md_display_superadmin
in file common_func.php, function md_display_superadmin()
    Description : Return the supadmin list with the proper links
md_forbidden_word
in file common_func.php, function md_forbidden_word()
    Description : Update the given string according to the forbidden rules set
md_forum_sig_must_validate
in file common_func.php, function md_forum_sig_must_validate()
    Description : Return if the forum want validate signature
md_get_awaiting_pictures
in file common_func.php, function md_get_awaiting_pictures()
    Description : Return the number of pictures which should be validated
md_get_awaiting_registration
in file common_func.php, function md_get_awaiting_registration()
    Description : Return the number of registrations which should be validated
md_get_awaiting_signature
in file common_func.php, function md_get_awaiting_signature()
    Description : Return the number of signature which should be validated
md_get_awaiting_smilies
in file common_func.php, function md_get_awaiting_smilies()
    Description : Return the number of smileys which should be validated
md_get_cat_moderateur
in file common_func.php, function md_get_cat_moderateur()
    Description : Return the list of cat of the given forum where the user is moderator
md_get_cat_name
in file common_func.php, function md_get_cat_name()
    Description : Get the cat name associated with the given id_forum and id_cat
md_get_cat_status
in file common_func.php, function md_get_cat_status()
    Description : Check if the given cat is locked or visible
md_get_count_private_unread
in file common_func.php, function md_get_count_private_unread()
    Description : Return the number of unread private topic for the given user id
md_get_custom_endmail
in file common_func.php, function md_get_custom_endmail()
    Description : Get customized email's end
md_get_email_separator
in file common_func.php, function md_get_email_separator()
    Description : Get separator for multiformat email
md_get_firstpost_view
in file common_func.php, function md_get_firstpost_view()
    Description : Get the x firsts chars of the first message in the topic
md_get_flag_info
in file common_func.php, function md_get_flag_info()
    Description : Get the list of topics with flags
md_get_flag_user
in file common_func.php, function md_get_flag_user()
    Description : Return the latest read post_id and the read status for a given topic_id and user
md_get_flood_param_message
in file common_func.php, function md_get_flood_param_message()
    Description : Insert a sanction into the moderation log
md_get_flood_param_topic
in file common_func.php, function md_get_flood_param_topic()
    Description : Insert a sanction into the moderation log
md_get_forum_cat_infos
in file common_func.php, function md_get_forum_cat_infos()
    Description : Get infos about a cat
md_get_forum_id
in file common_func.php, function md_get_forum_id()
    Description : Return the ID of the forum with name
md_get_forum_list
in file common_func.php, function md_get_forum_list()
    Description : Get the forum list of the whole board
md_get_forum_name
in file common_func.php, function md_get_forum_name()
    Description : Return the forum name associated to its id
md_get_forum_post_infos
in file common_func.php, function md_get_forum_post_infos()
    Description : Get info about the latest post posted on a given cat
md_get_forum_rewriting
in file common_func.php, function md_get_forum_rewriting()
    Description : Return the forum rewritten name associated to its id
md_get_forum_subcat_infos
in file common_func.php, function md_get_forum_subcat_infos()
    Description : Get info about the subcat of the given cat
md_get_forum_subcat_url_infos
in file common_func.php, function md_get_forum_subcat_url_infos()
    Description : Get url and name associated with a subcat
md_get_global_read_infos
in file common_func.php, function md_get_global_read_infos()
    Description : Return an array fill with global read info
md_get_identification
in file common_func.php, function md_get_identification()
    Description : Check the user identification is correct from given user and MD5 pass
md_get_id_pseudo
in file common_func.php, function md_get_id_pseudo()
    Description : Get the id associated with a pseudo
md_get_ignore_list
in file common_func.php, function md_get_ignore_list()
    Description : Get the ignore_list of the given user
md_get_intermediate_page
in file common_func.php, function md_get_intermediate_page()
    Description : Get the code of intermediate page
md_get_last_unread_private_topic
in file common_func.php, function md_get_last_unread_private_topic()
    Description : Return the topic id of the latest unread private message
md_get_list_topic
in file common_func.php, function md_get_list_topic()
    Description : Fetch topic infos from a list of topic_id
md_get_mail_contact
in file common_func.php, function md_get_mail_contact()
    Description : Return the contact mail for the given modo id. If the mail should be hidden, return the global forum's email.
md_get_max_numrep
in file common_func.php, function md_get_max_numrep()
    Description : Return the max post_id of the given cat
md_get_max_numrep_read_infos
in file common_func.php, function md_get_max_numrep_read_infos()
    Description : Return the max between the read post_id and the post_id marked as read on the given cat
md_get_mesimages_weight
in file common_func.php, function md_get_mesimages_weight()
    Description : Get the total file size of a given user images directory
md_get_min_numrep_in_topic
in file common_func.php, function md_get_min_numrep_in_topic()
    Description : Get the min post id of the given topic id
md_get_modo_predefined_reasons
in file common_func.php, function md_get_modo_predefined_reasons()
    Description : Get moderation predefined reasons
md_get_multi_quote_infos
in file common_func.php, function md_get_multi_quote_infos()
    Description : Get basic infos from a list of topics
md_get_multi_topparent
in file common_func.php, function md_get_multi_topparent()
    Description : Get the top parent associated with a given id pseudo
md_get_nb_days_old
in file common_func.php, function md_get_nb_days_old()
    Description : Get how long a user is registered to the forum
md_get_nb_stars
in file common_func.php, function md_get_nb_stars()
    Description : Get the number of stars associated with a given user
md_get_new_topic
in file common_func.php, function md_get_new_topic()
    Description : Get the list of new topics created after the given topic id
md_get_poll_expire
in file common_func.php, function md_get_poll_expire()
    Description : Get informations about the expiration of the poll associated with the given topic id
md_get_poll_infos
in file common_func.php, function md_get_poll_infos()
    Description : Return poll information associated with a given topic id
md_get_poll_result
in file common_func.php, function md_get_poll_result()
    Description : Return the poll results associated with a given topic id
md_get_post_quick_view
in file common_func.php, function md_get_post_quick_view()
    Description : Get the x firsts chars of a message in a topic + the id of the author
md_get_post_short_infos
in file common_func.php, function md_get_post_short_infos()
    Description : Return basic information about a given post
md_get_private_maxnumrep
in file common_func.php, function md_get_private_maxnumrep()
    Description : Return the max post_id of a given private topic
md_get_private_multi_quote_infos
in file common_func.php, function md_get_private_multi_quote_infos()
    Description : Get basic infos from a list of private topics
md_get_private_pseudo_unread
in file common_func.php, function md_get_private_pseudo_unread()
    Description : Return the list of pseudo which has not yet read the private topic (separated by comma)
md_get_private_title
in file common_func.php, function md_get_private_title()
    Description : Get the title of the given private topic
md_get_private_topic
in file common_func.php, function md_get_private_topic()
    Description : Return the private topic of the given user
md_get_private_topic_content
in file common_func.php, function md_get_private_topic_content()
    Description : Get private topic infos
md_get_private_topic_content_short
in file common_func.php, function md_get_private_topic_content_short()
    Description : Get private topic short infos
md_get_pseudo
in file common_func.php, function md_get_pseudo()
    Description : Get the pseudo with an user id
md_get_pseudo_and_status
in file common_func.php, function md_get_pseudo_and_status()
    Description : Get the pseudo and status associated with an user id
md_get_pseudo_cookie
in file common_func.php, function md_get_pseudo_cookie()
    Description : Get infos about last topic marked as old
md_get_rep_count_in_cat
in file common_func.php, function md_get_rep_count_in_cat()
    Description : Return the number of post in a given cat
md_get_star_rating
in file common_func.php, function md_get_star_rating()
    Description : Get the Star Rating Display
md_get_star_rating_infos
in file common_func.php, function md_get_star_rating_infos()
    Description : Get the Star Rating Infos
md_get_sum_and_max_poll
in file common_func.php, function md_get_sum_and_max_poll()
    Description : Return the sum of results and max value for a poll with a given topic id
md_get_text_from_html
in file common_func.php, function md_get_text_from_html()
    Description : Get text from HTML for email
md_get_topics
in file common_func.php, function md_get_topics()
    Description : Get a list of topics
md_get_topics_in_trash
in file common_func.php, function md_get_topics_in_trash()
    Description : Get a list of topics in trash / topics which contain posts in the trash
md_get_topic_content
in file common_func.php, function md_get_topic_content()
    Description : Get normal topic infos
md_get_topic_content_short
in file common_func.php, function md_get_topic_content_short()
    Description : Get normal topic short infos
md_get_topic_infos
in file common_func.php, function md_get_topic_infos()
    Description : Get topic basic informations
md_get_topic_num_private
in file common_func.php, function md_get_topic_num_private()
    Description : Return the private topic id associate with the given post id
md_get_topic_title
in file common_func.php, function md_get_topic_title()
    Description : Get a topic title
md_get_topic_title_and_subcat
in file common_func.php, function md_get_topic_title_and_subcat()
    Description : Get a topic title, id of subcat and rewritten title
md_get_top_posters
in file common_func.php, function md_get_top_posters()
    Description : Get the Top Posted messages member since 10 days
md_get_top_star_rating
in file common_func.php, function md_get_top_star_rating()
    Description : Get the Star Rating Top membre
md_get_top_viewed_profil
in file common_func.php, function md_get_top_viewed_profil()
    Description : Get the Top viewved profil member
md_get_total_messages
in file common_func.php, function md_get_total_messages()
    Description : Return the number of posts on the whole board
md_get_total_registered
in file common_func.php, function md_get_total_registered()
    Description : Return the number of register user to the given forum
md_get_url_cat_name
in file common_func.php, function md_get_url_cat_name()
    Description : Get the url cat name associated with the given id_forum and id_cat
md_get_url_champ_complementaire
in file common_func_url.php, function md_get_url_champ_complementaire()
    Description : Return the url of a member configuration
md_get_url_forum
in file common_func_url.php, function md_get_url_forum()
    Description : Return the url of the list of cats (forum)
md_get_url_forum0
in file common_func_url.php, function md_get_url_forum0()
    Description : Return the url of the list of forums (forum0)
md_get_url_forum1
in file common_func_url.php, function md_get_url_forum1()
    Description : Return the url of the list of topics (forum1)
md_get_url_forum2
in file common_func_url.php, function md_get_url_forum2()
    Description : Return the url of a topic content (forum2)
md_get_url_forum2_title
in file common_func_url.php, function md_get_url_forum2_title()
    Description : Get the rewritten title associated with the current url (to be called from a forum2.php page)
md_get_url_message
in file common_func_url.php, function md_get_url_message()
    Description : Return the url of the interface to post a message/topic (message)
md_get_url_online
in file common_func_url.php, function md_get_url_online()
    Description : Return the url of the list of online users
md_get_url_planduforum
in file common_func_url.php, function md_get_url_planduforum()
    Description : Return the url of the sitemap
md_get_url_pre
in file common_func_url.php, function md_get_url_pre()
    Description : Get base url for the forum
md_get_url_recherche_userposts
in file common_func_url.php, function md_get_url_recherche_userposts()
    Description : Return the url of the link to search all the posts of a member
md_get_url_search
in file common_func_url.php, function md_get_url_search()
    Description : Return the url of the interface to launch a search (search)
md_get_url_sujetrelatif
in file common_func_url.php, function md_get_url_sujetrelatif()
    Description : Return the url of related topic associated with the given topic id
md_get_url_user
in file common_func_url.php, function md_get_url_user()
    Description : Return the url of a member profile
md_get_user_groups
in file common_func.php, function md_get_user_groups()
    Description : Return the list of groups an user belong to
md_get_user_infos
in file common_func.php, function md_get_user_infos()
    Description : Get user infos displayed in a topic
md_get_user_last_day_log
in file common_func.php, function md_get_user_last_day_log()
    Description : Get the last day of display intermediate page
md_get_user_related_topic
in file common_func.php, function md_get_user_related_topic()
    Description : Return the titles and topic ids of topics to be read associated with the given topic_id
md_get_user_related_topic_id
in file common_func.php, function md_get_user_related_topic_id()
    Description : Return the list of topics to be read associated with the given topic_id
md_get_vignette_fullweight
in file common_func.php, function md_get_vignette_fullweight()
    Description : Return the max weight of a thumbnail
md_has_blabla_sanction
in file common_func.php, function md_has_blabla_sanction()
    Description : Check if a user has the "blabla" sanction
md_has_picture_sanction
in file common_func.php, function md_has_picture_sanction()
    Description : Check if a user is not allowed to post pictures
md_has_sanction
in file common_func.php, function md_has_sanction()
    Description : Check if a user has a sanction
md_has_sig_sanction
in file common_func.php, function md_has_sig_sanction()
    Description : Check if a user is not allowed to have a signature
md_implode_topics
in file common_func.php, function md_implode_topics()
    Description : Merge several topics together
md_increase_view_count
in file common_func.php, function md_increase_view_count()
    Description : Increment the view count of a topic
md_insert_in_guest_table
in file common_func.php, function md_insert_in_guest_table()
    Description : Insert the user ip in the not identified user online table
md_insert_in_online_table
in file common_func.php, function md_insert_in_online_table()
    Description : Insert the given user id in the user online table
md_is_admin
in file common_func.php, function md_is_admin()
    Description : Check if the given user name is admin on the given forum
md_is_banned
in file common_func.php, function md_is_banned()
    Description : Check if a user is banned
md_is_mail_activated
in file common_func.php, function md_is_mail_activated()
    Description : Check if the mail notification is activated for the given user and topic
md_is_moderateur
in file common_func.php, function md_is_moderateur()
    Description : Check if the given user name is moderator on the given cat
md_is_newly_registered
in file common_func.php, function md_is_newly_registered()
    Description : Check if a user is newly registered (less than 50 posts and less than 15 days on the forum)
md_is_private_mail_activated
in file common_func.php, function md_is_private_mail_activated()
    Description : Check if the mail notification is activated for the given user and private topic
md_is_rss_allowed
in file common_func.php, function md_is_rss_allowed()
    Description : Check if rss display is allowed
md_is_subcat_hidden
in file common_func.php, function md_is_subcat_hidden()
    Description : Get if subcat is hidden in topic list
md_loguer
in file common_func.php, function md_loguer()
    Description : Insert an action to the admin log
md_maj_modo
in file common_func.php, function md_maj_modo()
    Description : Update the moderator list
md_manage_intermediate_page
in file common_func.php, function md_manage_intermediate_page()
    Description : Intermediate page display once by day
md_nb_messages
in file common_func.php, function md_nb_messages()
    Description : Get the total number of posts between given dates
md_parser
in file search_engine_api.php, method md_search::md_parser()
    Description : Parse the string & return it without bbcode
md_points2stars
in file common_func.php, function md_points2stars()
    Description : Convert number of points to star level
md_posting_sanctions
in file common_func.php, function md_posting_sanctions()
    Description : Return infos about user sanctions. Exit / redirect in case of ban / teletubbies sanction.
md_process_url_and_subcat
in file common_func.php, function md_process_url_and_subcat()
    Description : Construct url for a given cat and its associated subcat
md_put_user_last_day_log
in file common_func.php, function md_put_user_last_day_log()
    Description : Put the date into display intermediate page
md_reopen_poll
in file common_func.php, function md_reopen_poll()
    Description : Reopen the poll associated with the given topic id
md_rewrite_title
in file common_func_url.php, function md_rewrite_title()
    Description : Rewrite a title to be used in a url
md_search
in file search_engine_api.php, class md_search
md_search
in file search_engine_api.php, method md_search::md_search()
    constructor
md_set_allread
in file common_func.php, function md_set_allread()
    Description : Mark all the topics as read
md_set_subject_subcat
in file common_func.php, function md_set_subject_subcat()
    Description : Set subcat of topic
md_stars2image
in file common_func.php, function md_stars2image()
    Description : Convert star number value (from 0 to 5) to the corresponding image
md_stars2points
in file common_func.php, function md_stars2points()
    Description : Convert star level to number of points
md_update_cat_lastpost_infos
in file common_func.php, function md_update_cat_lastpost_infos()
    Description : update the cat info with the last topic infos.
md_update_db
in file common_func.php, function md_update_db()
    Description : Rename a pseudo in the db
md_update_edit_right
in file common_func.php, function md_update_edit_right()
    Description : Update the edit authorisation for the owner of a given post
md_update_flags
in file common_func.php, function md_update_flags()
    Description : Update user flag with the given informations
md_update_sanctions
in file common_func.php, function md_update_sanctions()
    Description : Update automatically the sanctions (if they have now expired)
md_update_starpoint
in file common_func.php, function md_update_starpoint()
    Description : Update the star point in the db
md_update_topic_lastpost_infos
in file common_func.php, function md_update_topic_lastpost_infos()
    Description : update the topic info with the last poster infos. To be called after a delete of posts inside a topic
md_update_total_messages
in file common_func.php, function md_update_total_messages()
    Description : Set the number of posts for a given forum
top

s

search_engine_api.php
procedural page search_engine_api.php
set_date_search
in file search_engine_api.php, method md_search::set_date_search()
    Description : Set the search date
set_date_search_mode
in file search_engine_api.php, method md_search::set_date_search_mode()
    Description : Set the search by date method
set_max_results
in file search_engine_api.php, method md_search::set_max_results()
    Description : Set the max number of result the function will return
set_search_cat
in file search_engine_api.php, method md_search::set_search_cat()
    Description : Search inside this cat.
set_search_content_scope
in file search_engine_api.php, method md_search::set_search_content_scope()
    Description : Set the content scope of the search
set_search_forum
in file search_engine_api.php, method md_search::set_search_forum()
    Description : Set the forum db_name in which you want the launch the search
set_search_in_apriori
in file search_engine_api.php, method md_search::set_search_in_apriori()
    Description : Set the search in apriori topics/posts
set_search_in_trash
in file search_engine_api.php, method md_search::set_search_in_trash()
    Description : Set the search in trash topic mode
set_search_in_trash_post
in file search_engine_api.php, method md_search::set_search_in_trash_post()
    Description : Set the search in trash post mode
set_search_limit
in file search_engine_api.php, method md_search::set_search_limit()
    Description : Set the offset and limit of the search resultset
set_search_subcat
in file search_engine_api.php, method md_search::set_search_subcat()
    Description : Set the subcat in which the searchengine should search
set_search_type
in file search_engine_api.php, method md_search::set_search_type()
    Description : Set the type of the search
set_search_words_and_pseudo
in file search_engine_api.php, method md_search::set_search_words_and_pseudo()
    Description : Set the searched words and pseudo
set_sort_order
in file search_engine_api.php, method md_search::set_sort_order()
    Description : Set the sorting method used
set_user
in file search_engine_api.php, method md_search::set_user()
    Description : Set your current id user
size_cmp
in file common_func_url.php, function size_cmp()
top

Documentation generated on Sun, 08 Jul 2007 20:48:03 +0200 by phpDocumentor 1.3.1