Version 1.41 (checked in on 2008/10/28 at 17:33:47 by merlinofchaos)
| Name | Description |
|---|---|
| advanced_help_get_module_name | Small helper function to get a module's proper name. |
| advanced_help_get_settings | |
| advanced_help_get_sids | Get or create an sid (search id) that correllates to each topic for the search system. |
| advanced_help_get_topic | Get the information for a single help topic. |
| advanced_help_get_topics | Search the system for all available help topics. |
| advanced_help_get_topic_filename | Load and render a help topic. |
| advanced_help_get_topic_file_info | Load and render a help topic. |
| advanced_help_get_topic_hierarchy | Build a hierarchy for a single module's topics. |
| advanced_help_get_tree | Build a tree of advanced help topics. |
| advanced_help_index_page | Page callback to view the advanced help topic index. |
| advanced_help_l | Format a link but preserve popup identity. |
| advanced_help_menu | Implementation of hook_menu(). |
| advanced_help_menu_alter | Inplementation of hook_menu_alter(). * |
| advanced_help_perm | Implementation of hook_perm(). |
| advanced_help_search | Implementation of hook_search() |
| advanced_help_search_form | Form builder callback to build the search form. |
| advanced_help_search_form_submit | Process a search form submission. |
| advanced_help_search_view | Page callback for advanced help search. |
| advanced_help_theme | Implementation of hook_theme(). |
| advanced_help_topic_page | Page callback to view a help topic. |
| advanced_help_uasort | |
| advanced_help_update_index | Implementation of hook_update_index(). |
| advanced_help_url | Format a URL but preserve popup identity. |
| advanced_help_view_topic | Load and render a help topic. |
| template_preprocess_advanced_help_popup | Fill in a bunch of page variables for our specialized popup page. |
| theme_advanced_help_topic | Display a help icon with a link to view the topic in a popup. |
| _advanced_help_parse_ini |