| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_source | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_source | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| blog_page_last | drupal/modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_last | drupal/modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | drupal/modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| blog_page_user | drupal/modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| color_form_alter | drupal/modules/color/color.module | Implementation of hook_form_alter(). |
| color_form_alter | drupal/modules/color/color.module | Implementation of hook_form_alter(). |
| comment_block | drupal/modules/comment/comment.module | Implementation of hook_block(). |
| comment_block | drupal/modules/comment/comment.module | Implementation of hook_block(). |
| comment_link | drupal/modules/comment/comment.module | Implementation of hook_link(). |
| comment_link | drupal/modules/comment/comment.module | Implementation of hook_link(). |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_reply | drupal/modules/comment/comment.module | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| comment_reply | drupal/modules/comment/comment.module | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| contact_admin_categories | drupal/modules/contact/contact.module | Categories/list tab. |
| contact_admin_categories | drupal/modules/contact/contact.module | Categories/list tab. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_set_active | drupal/includes/database.inc | Activate a database for future queries. |
| db_set_active | drupal/includes/database.inc | Activate a database for future queries. |
| drupal_access_denied | drupal/includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_access_denied | drupal/includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_add_feed | drupal/includes/common.inc | Add a feed URL for the current page. |
| drupal_add_feed | drupal/includes/common.inc | Add a feed URL for the current page. |
| drupal_client_page | drupal/modules/drupal/drupal.module | Formats a list of all clients. |
| drupal_client_page | drupal/modules/drupal/drupal.module | Formats a list of all clients. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_render | drupal/includes/common.inc | Renders HTML given a structured array tree. Recursively iterates over each
of the array elements, generating HTML code. This function is usually
called from within a another function, like drupal_get_form() or node_view(). |
| drupal_render | drupal/includes/common.inc | Renders HTML given a structured array tree. Recursively iterates over each
of the array elements, generating HTML code. This function is usually
called from within a another function, like drupal_get_form() or node_view(). |
| drupal_site_offline | drupal/includes/common.inc | Generates a site off-line message |
| drupal_site_offline | drupal/includes/common.inc | Generates a site off-line message |
| filter_admin_format_form | drupal/modules/filter/filter.module | Generate a filter format form. |
| filter_admin_format_form | drupal/modules/filter/filter.module | Generate a filter format form. |
| filter_filter_tips | drupal/modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_filter_tips | drupal/modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_form | drupal/modules/filter/filter.module | Generate a selector for choosing a format in a form. |
| filter_form | drupal/modules/filter/filter.module | Generate a selector for choosing a format in a form. |
| filter_tips_long | drupal/modules/filter/filter.module | Menu callback; show a page with long filter tips. |
| filter_tips_long | drupal/modules/filter/filter.module | Menu callback; show a page with long filter tips. |
| forum_overview | drupal/modules/forum/forum.module | Returns an overview list of existing forums and containers |
| forum_overview | drupal/modules/forum/forum.module | Returns an overview list of existing forums and containers |
| forum_page | drupal/modules/forum/forum.module | Menu callback; prints a forum listing. |
| forum_page | drupal/modules/forum/forum.module | Menu callback; prints a forum listing. |
| forum_view | drupal/modules/forum/forum.module | Implementation of hook_view(). |
| forum_view | drupal/modules/forum/forum.module | Implementation of hook_view(). |
| help_page | drupal/modules/help/help.module | Menu callback; prints a page listing general help for all modules. |
| help_page | drupal/modules/help/help.module | Menu callback; prints a page listing general help for all modules. |
| hook_nodeapi | docs/developer/hooks/core.php | Act on nodes defined by other modules. |
| hook_nodeapi | docs/developer/hooks/core.php | Act on nodes defined by other modules. |
| hook_search | docs/developer/hooks/core.php | Define a custom search routine. |
| hook_search | docs/developer/hooks/core.php | Define a custom search routine. |
| hook_view | docs/developer/hooks/node.php | Display a node. |
| hook_view | docs/developer/hooks/node.php | Display a node. |
| menu_block | drupal/modules/menu/menu.module | Implementation of hook_block(). |
| menu_block | drupal/modules/menu/menu.module | Implementation of hook_block(). |
| menu_get_active_help | drupal/includes/menu.inc | Returns the help associated with the active menu item. |
| menu_get_active_help | drupal/includes/menu.inc | Returns the help associated with the active menu item. |
| menu_item_link | drupal/includes/menu.inc | Returns the rendered link to a menu item. |
| menu_item_link | drupal/includes/menu.inc | Returns the rendered link to a menu item. |
| menu_overview_tree | drupal/modules/menu/menu.module | Present the menu tree, rendered along with links to edit menu items. |
| menu_overview_tree | drupal/modules/menu/menu.module | Present the menu tree, rendered along with links to edit menu items. |
| menu_primary_local_tasks | drupal/includes/menu.inc | Returns the rendered HTML of the primary local tasks. |
| menu_primary_local_tasks | drupal/includes/menu.inc | Returns the rendered HTML of the primary local tasks. |
| menu_secondary_local_tasks | drupal/includes/menu.inc | Returns the rendered HTML of the secondary local tasks. |
| menu_secondary_local_tasks | drupal/includes/menu.inc | Returns the rendered HTML of the secondary local tasks. |
| menu_tree | drupal/includes/menu.inc | Returns a rendered menu tree. |
| menu_tree | drupal/includes/menu.inc | Returns a rendered menu tree. |
| multipage_form_example_view | docs/developer/examples/multipage_form_example.module | Implementation of hook_view(). |
| multipage_form_example_view | docs/developer/examples/multipage_form_example.module | Implementation of hook_view(). |
| nodeapi_example_nodeapi | docs/developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| nodeapi_example_nodeapi | docs/developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_block | drupal/modules/node/node.module | Implementation of hook_block(). |
| node_block | drupal/modules/node/node.module | Implementation of hook_block(). |
| node_example_view | docs/developer/examples/node_example.module | Implementation of hook_view(). |
| node_example_view | docs/developer/examples/node_example.module | Implementation of hook_view(). |
| node_node_type | drupal/modules/node/content_types.inc | Implementation of hook_node_type(). |
| node_node_type | drupal/modules/node/content_types.inc | Implementation of hook_node_type(). |
| node_overview_types | drupal/modules/node/content_types.inc | Displays the content type admin overview page. |
| node_overview_types | drupal/modules/node/content_types.inc | Displays the content type admin overview page. |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_preview | drupal/modules/node/node.module | Generate a node preview. |
| node_preview | drupal/modules/node/node.module | Generate a node preview. |
| node_revision_overview | drupal/modules/node/node.module | Generate an overview table of older revisions of a node. |
| node_revision_overview | drupal/modules/node/node.module | Generate an overview table of older revisions of a node. |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_title_list | drupal/modules/node/node.module | Gather a listing of links to nodes. |
| node_title_list | drupal/modules/node/node.module | Gather a listing of links to nodes. |
| node_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_form | drupal/modules/node/content_types.inc | Generates the node type editing form. |
| node_type_form | drupal/modules/node/content_types.inc | Generates the node type editing form. |
| node_view | drupal/modules/node/node.module | Generate a display of the given node. |
| node_view | drupal/modules/node/node.module | Generate a display of the given node. |
| op_products_view_table | ubercart/uc_order/uc_order_order_pane.inc | Build the order view products table. |
| op_products_view_table | ubercart/uc_order/uc_order_order_pane.inc | Build the order view products table. |
| op_products_view_table | ubercart/uc_order/uc_order_order_pane.inc | Build the order view products table. |
| page_example_baz | docs/developer/examples/page_example.module | A more complex page callback that takes arguments. |
| page_example_baz | docs/developer/examples/page_example.module | A more complex page callback that takes arguments. |
| path_overview | drupal/modules/path/path.module | Return a listing of all defined URL aliases. |
| path_overview | drupal/modules/path/path.module | Return a listing of all defined URL aliases. |
| phptemplate_comment | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| phptemplate_comment | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| phptemplate_node | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template engine. |
| phptemplate_node | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template engine. |
| phptemplate_page | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. Uses the arg() function to
generate a series of page template files suggestions based on the
current path. If none are found, the default page.tpl.php... |
| phptemplate_page | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. Uses the arg() function to
generate a series of page template files suggestions based on the
current path. If none are found, the default page.tpl.php... |
| poll_view_results | drupal/modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_view_results | drupal/modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_votes | drupal/modules/poll/poll.module | Callback for the 'votes' tab for polls you can see other votes on |
| poll_votes | drupal/modules/poll/poll.module | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | drupal/modules/profile/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_admin_overview | drupal/modules/profile/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_block | drupal/modules/profile/profile.module | Implementation of hook_block(). |
| profile_block | drupal/modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | drupal/modules/profile/profile.module | Menu callback; display a list of user information. |
| profile_browse | drupal/modules/profile/profile.module | Menu callback; display a list of user information. |
| search_data | drupal/modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_data | drupal/modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_view | drupal/modules/search/search.module | Menu callback; presents the search form and/or search results. |
| search_view | drupal/modules/search/search.module | Menu callback; presents the search form and/or search results. |
| statistics_recent_hits | drupal/modules/statistics/statistics.module | Menu callback; presents the "recent hits" page. |
| statistics_recent_hits | drupal/modules/statistics/statistics.module | Menu callback; presents the "recent hits" page. |
| statistics_top_pages | drupal/modules/statistics/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_pages | drupal/modules/statistics/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | drupal/modules/statistics/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_referrers | drupal/modules/statistics/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | drupal/modules/statistics/statistics.module | Menu callback; presents the "top visitors" page. |
| statistics_top_visitors | drupal/modules/statistics/statistics.module | Menu callback; presents the "top visitors" page. |
| system_admin_by_module | drupal/modules/system/system.module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_by_module | drupal/modules/system/system.module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_menu_block_page | drupal/modules/system/system.module | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_admin_menu_block_page | drupal/modules/system/system.module | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_main_admin_page | drupal/modules/system/system.module | Provide the administration overview page. |
| system_main_admin_page | drupal/modules/system/system.module | Provide the administration overview page. |
| system_modules_uninstall_confirm_form | drupal/modules/system/system.module | Confirm uninstall of selected modules. |
| system_modules_uninstall_confirm_form | drupal/modules/system/system.module | Confirm uninstall of selected modules. |
| system_settings_overview | drupal/modules/system/system.module | Menu callback; displays a module's settings page. |
| system_settings_overview | drupal/modules/system/system.module | Menu callback; displays a module's settings page. |
| system_status | drupal/modules/system/system.module | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_status | drupal/modules/system/system.module | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes | drupal/modules/system/system.module | Menu callback; displays a listing of all themes. |
| system_themes | drupal/modules/system/system.module | Menu callback; displays a listing of all themes. |
| system_theme_select_form | drupal/modules/system/system.module | Returns a fieldset containing the theme select form. |
| system_theme_select_form | drupal/modules/system/system.module | Returns a fieldset containing the theme select form. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| t | drupal/includes/common.inc | Translate strings to the current locale. |
| tablesort_header | drupal/includes/tablesort.inc | Format a column header. |
| tablesort_header | drupal/includes/tablesort.inc | Format a column header. |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_vocabularies | drupal/modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| taxonomy_overview_vocabularies | drupal/modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| taxonomy_render_nodes | drupal/modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| taxonomy_render_nodes | drupal/modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme_admin_page | drupal/modules/system/system.module | This function formats an administrative page for viewing. |
| theme_admin_page | drupal/modules/system/system.module | This function formats an administrative page for viewing. |
| theme_aggregator_block_item | drupal/modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_block_item | drupal/modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | drupal/modules/aggregator/aggregator.module | Format a news feed. |
| theme_aggregator_feed | drupal/modules/aggregator/aggregator.module | Format a news feed. |
| theme_blocks | drupal/includes/theme.inc | Return a set of blocks available for the current user. |
| theme_blocks | drupal/includes/theme.inc | Return a set of blocks available for the current user. |
| theme_block_admin_display | drupal/modules/block/block.module | Theme main block administration form submission. |
| theme_block_admin_display | drupal/modules/block/block.module | Theme main block administration form submission. |
| theme_checkbox | drupal/includes/form.inc | Format a checkbox. |
| theme_checkbox | drupal/includes/form.inc | Format a checkbox. |
| theme_checkboxes | drupal/includes/form.inc | Format a set of checkboxes. |
| theme_checkboxes | drupal/includes/form.inc | Format a set of checkboxes. |
| theme_comment_block | drupal/modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment
block. |
| theme_comment_block | drupal/modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment
block. |
| theme_date | drupal/includes/form.inc | Format a date selection element. |
| theme_date | drupal/includes/form.inc | Format a date selection element. |
| theme_feed_icon | drupal/includes/theme.inc | Return code that emits an feed icon. |
| theme_feed_icon | drupal/includes/theme.inc | Return code that emits an feed icon. |
| theme_file | drupal/includes/form.inc | Format a file upload field. |
| theme_file | drupal/includes/form.inc | Format a file upload field. |
| theme_filter_admin_order | drupal/modules/filter/filter.module | Theme filter order configuration form. |
| theme_filter_admin_order | drupal/modules/filter/filter.module | Theme filter order configuration form. |
| theme_forum_display | drupal/modules/forum/forum.module | Format the forum body. |
| theme_forum_display | drupal/modules/forum/forum.module | Format the forum body. |
| theme_forum_icon | drupal/modules/forum/forum.module | Format the icon for each individual topic. |
| theme_forum_icon | drupal/modules/forum/forum.module | Format the icon for each individual topic. |
| theme_forum_list | drupal/modules/forum/forum.module | Format the forum listing. |
| theme_forum_list | drupal/modules/forum/forum.module | Format the forum listing. |
| theme_forum_topic_list | drupal/modules/forum/forum.module | Format the topic listing. |
| theme_forum_topic_list | drupal/modules/forum/forum.module | Format the topic listing. |
| theme_item | drupal/includes/form.inc | Format a form item. |
| theme_item | drupal/includes/form.inc | Format a form item. |
| theme_locale_admin_manage_screen | drupal/includes/locale.inc | Theme the locale admin manager form. |
| theme_locale_admin_manage_screen | drupal/includes/locale.inc | Theme the locale admin manager form. |
| theme_node | drupal/includes/theme.inc | Return a themed node. |
| theme_node | drupal/includes/theme.inc | Return a themed node. |
| theme_node_admin_nodes | drupal/modules/node/node.module | Theme node administration overview. |
| theme_node_admin_nodes | drupal/modules/node/node.module | Theme node administration overview. |
| theme_node_list | drupal/modules/node/node.module | Format a listing of links to nodes. |
| theme_node_list | drupal/modules/node/node.module | Format a listing of links to nodes. |
| theme_page | drupal/includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| theme_page | drupal/includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| theme_pager | drupal/includes/pager.inc | Format a query pager. |
| theme_pager | drupal/includes/pager.inc | Format a query pager. |
| theme_pager_first | drupal/includes/pager.inc | Format a "first page" link. |
| theme_pager_first | drupal/includes/pager.inc | Format a "first page" link. |
| theme_pager_last | drupal/includes/pager.inc | Format a "last page" link. |
| theme_pager_last | drupal/includes/pager.inc | Format a "last page" link. |
| theme_pager_list | drupal/includes/pager.inc | Format a list of nearby pages with additional query results. |
| theme_pager_list | drupal/includes/pager.inc | Format a list of nearby pages with additional query results. |
| theme_pager_next | drupal/includes/pager.inc | Format a "next page" link. |
| theme_pager_next | drupal/includes/pager.inc | Format a "next page" link. |
| theme_pager_previous | drupal/includes/pager.inc | Format a "previous page" link. |
| theme_pager_previous | drupal/includes/pager.inc | Format a "previous page" link. |
| theme_password | drupal/includes/form.inc | Format a password field.
*
* |
| theme_password | drupal/includes/form.inc | Format a password field.
*
* |
| theme_password_confirm | drupal/includes/form.inc | Format a password_confirm item. |
| theme_password_confirm | drupal/includes/form.inc | Format a password_confirm item. |
| theme_phonenumber | docs/developer/examples/example_element.module | Theme function to format the output. |
| theme_phonenumber | docs/developer/examples/example_element.module | Theme function to format the output. |
| theme_radio | drupal/includes/form.inc | Format a radio button. |
| theme_radio | drupal/includes/form.inc | Format a radio button. |
| theme_radios | drupal/includes/form.inc | Format a set of radio buttons. |
| theme_radios | drupal/includes/form.inc | Format a set of radio buttons. |
| theme_search_page | drupal/modules/search/search.module | Format the result page of a search query. |
| theme_search_page | drupal/modules/search/search.module | Format the result page of a search query. |
| theme_select | drupal/includes/form.inc | Format a dropdown menu or scrolling selection box. |
| theme_select | drupal/includes/form.inc | Format a dropdown menu or scrolling selection box. |
| theme_system_admin_by_module | drupal/modules/system/system.module | Theme output of the dashboard page. |
| theme_system_admin_by_module | drupal/modules/system/system.module | Theme output of the dashboard page. |
| theme_system_modules | drupal/modules/system/system.module | Theme call back for the modules form. |
| theme_system_modules | drupal/modules/system/system.module | Theme call back for the modules form. |
| theme_system_modules_uninstall | drupal/modules/system/system.module | Themes a table of currently disabled modules. |
| theme_system_modules_uninstall | drupal/modules/system/system.module | Themes a table of currently disabled modules. |
| theme_tablesort_indicator | drupal/includes/theme.inc | Return a themed sort icon. |
| theme_tablesort_indicator | drupal/includes/theme.inc | Return a themed sort icon. |
| theme_taxonomy_term_select | drupal/modules/taxonomy/taxonomy.module | We use the default selection field for choosing terms. |
| theme_taxonomy_term_select | drupal/modules/taxonomy/taxonomy.module | We use the default selection field for choosing terms. |
| theme_textarea | drupal/includes/form.inc | Format a textarea. |
| theme_textarea | drupal/includes/form.inc | Format a textarea. |
| theme_textfield | drupal/includes/form.inc | Format a textfield. |
| theme_textfield | drupal/includes/form.inc | Format a textfield. |
| theme_uc_attribute | ubercart/uc_attribute/uc_attribute.module | Display formatted of data associated with attributes |
| theme_uc_attribute | ubercart/uc_attribute/uc_attribute.module | Display formatted of data associated with attributes |
| theme_uc_attribute_options | ubercart/uc_attribute/uc_attribute.module | Format an attribute and its options. |
| theme_uc_attribute_options | ubercart/uc_attribute/uc_attribute.module | Format an attribute and its options. |
| theme_uc_catalog_browse | ubercart/uc_catalog/uc_catalog.module | Display a formatted catalog page. |
| theme_uc_catalog_browse | ubercart/uc_catalog/uc_catalog.module | Display a formatted catalog page. |
| theme_uc_catalog_products | ubercart/uc_catalog/uc_catalog.module | Display a formatted list of products. |
| theme_uc_catalog_products | ubercart/uc_catalog/uc_catalog.module | Display a formatted list of products. |
| theme_uc_file_files_form | ubercart/uc_file/uc_file.module | Implementation of theme_form($form) |
| theme_uc_file_files_form | ubercart/uc_file/uc_file.module | Implementation of theme_form($form) |
| theme_uc_file_files_form | ubercart/uc_file/uc_file.module | Implementation of theme_form($form) |
| theme_uc_object_attributes_form | ubercart/uc_attribute/uc_attribute.module | Display the formatted attribute form. |
| theme_uc_object_attributes_form | ubercart/uc_attribute/uc_attribute.module | Display the formatted attribute form. |
| theme_uc_object_options_form | ubercart/uc_attribute/uc_attribute.module | Display the option form. |
| theme_uc_object_options_form | ubercart/uc_attribute/uc_attribute.module | Display the option form. |
| theme_uc_pane_sort_table | ubercart/uc_store/uc_store.module | Theme a pane sorting form into a table! |
| theme_uc_pane_sort_table | ubercart/uc_store/uc_store.module | Theme a pane sorting form into a table! |
| theme_uc_pane_sort_table | ubercart/uc_store/uc_store.module | Theme a pane sorting form into a table! |
| theme_uc_product_dimensions_form | ubercart/uc_product/uc_product.module | Put length, width, and height fields on the same line. |
| theme_uc_product_dimensions_form | ubercart/uc_product/uc_product.module | Put length, width, and height fields on the same line. |
| theme_uc_product_field_settings_form | ubercart/uc_product/uc_product.module | Display the product field settings form.
See alsouc_product_field_settings_form |
| theme_uc_product_field_settings_form | ubercart/uc_product/uc_product.module | Display the product field settings form.
See alsouc_product_field_settings_form |
| theme_uc_product_image | ubercart/uc_product/uc_product.module | Format a product's images with imagecache and Thickbox. |
| theme_uc_product_image | ubercart/uc_product/uc_product.module | Format a product's images with imagecache and Thickbox. |
| theme_uc_quote_method_settings | ubercart/shipping/uc_quote/uc_quote.module | Display a formatted list of shipping quote methods and form elements.
See alsouc_quote_method_settings |
| theme_uc_quote_method_settings | ubercart/shipping/uc_quote/uc_quote.module | Display a formatted list of shipping quote methods and form elements.
See alsouc_quote_method_settings |
| theme_uc_quote_method_settings | ubercart/shipping/uc_quote/uc_quote.module | Display a formatted list of shipping quote methods and form elements.
See alsouc_quote_method_settings |
| theme_uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Theme user role expiration page |
| theme_uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Theme user role expiration page |
| theme_uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Theme user role expiration page |
| theme_uc_shipping_edit_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Display a formatted shipping type fieldset. |
| theme_uc_shipping_edit_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Display a formatted shipping type fieldset. |
| theme_uc_shipping_edit_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Display a formatted shipping type fieldset. |
| theme_uc_shipping_new_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the products in a shipping type fieldset. |
| theme_uc_shipping_new_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the products in a shipping type fieldset. |
| theme_uc_shipping_new_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the products in a shipping type fieldset. |
| theme_uc_shipping_new_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the new shipment form. |
| theme_uc_shipping_new_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the new shipment form. |
| theme_uc_shipping_new_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the new shipment form. |
| theme_uc_shipping_package_dimensions | ubercart/shipping/uc_shipping/uc_shipping.module | Display length, width, and height fields on one line. |
| theme_uc_shipping_package_dimensions | ubercart/shipping/uc_shipping/uc_shipping.module | Display length, width, and height fields on one line. |
| theme_uc_shipping_package_dimensions | ubercart/shipping/uc_shipping/uc_shipping.module | Display length, width, and height fields on one line. |
| theme_upload_attachments | drupal/modules/upload/upload.module | Displays file attachments in table |
| theme_upload_attachments | drupal/modules/upload/upload.module | Displays file attachments in table |
| theme_upload_form_current | drupal/modules/upload/upload.module | Theme the attachments list. |
| theme_upload_form_current | drupal/modules/upload/upload.module | Theme the attachments list. |
| theme_user_admin_account | drupal/modules/user/user.module | Theme user administration overview. |
| theme_user_admin_account | drupal/modules/user/user.module | Theme user administration overview. |
| theme_user_list | drupal/modules/user/user.module | Make a list of users. |
| theme_user_list | drupal/modules/user/user.module | Make a list of users. |
| theme_user_profile | drupal/modules/user/user.module | Theme a user page |
| theme_user_profile | drupal/modules/user/user.module | Theme a user page |
| theme_xml_icon | drupal/includes/theme.inc | Return code that emits an XML icon. |
| theme_xml_icon | drupal/includes/theme.inc | Return code that emits an XML icon. |
| tracker_page | drupal/modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| tracker_page | drupal/modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| uc_cart_block | ubercart/uc_cart/uc_cart.module | Implementation of hook_block(). |
| uc_cart_block | ubercart/uc_cart/uc_cart.module | Implementation of hook_block(). |
| uc_cart_block | ubercart/uc_cart/uc_cart.module | Implementation of hook_block(). |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_catalog_block | ubercart/uc_catalog/uc_catalog.module | Displays a menu for navigating the "Product Catalog" |
| uc_catalog_block | ubercart/uc_catalog/uc_catalog.module | Displays a menu for navigating the "Product Catalog" |
| uc_catalog_form_alter | ubercart/uc_catalog/uc_catalog.module | Add an image field to the catalog's taxonomy term form. |
| uc_catalog_form_alter | ubercart/uc_catalog/uc_catalog.module | Add an image field to the catalog's taxonomy term form. |
| uc_catalog_orphaned_products | ubercart/uc_catalog/uc_catalog.module | Display links to all products that have not been categorized. |
| uc_catalog_orphaned_products | ubercart/uc_catalog/uc_catalog.module | Display links to all products that have not been categorized. |
| uc_catalog_settings_overview | ubercart/uc_catalog/uc_catalog.module | Display an overview of all catalog settings. |
| uc_catalog_settings_overview | ubercart/uc_catalog/uc_catalog.module | Display an overview of all catalog settings. |
| uc_checkout_pane_cart | ubercart/uc_cart/uc_cart_checkout_pane.inc | Display the cart contents for review during checkout. |
| uc_checkout_pane_cart | ubercart/uc_cart/uc_cart_checkout_pane.inc | Display the cart contents for review during checkout. |
| uc_checkout_pane_cart | ubercart/uc_cart/uc_cart_checkout_pane.inc | Display the cart contents for review during checkout. |
| uc_country_settings_overview | ubercart/uc_store/uc_store.module | Display the country settings overview. |
| uc_country_settings_overview | ubercart/uc_store/uc_store.module | Display the country settings overview. |
| uc_country_settings_overview | ubercart/uc_store/uc_store.module | Display the country settings overview. |
| uc_file_token_values | ubercart/uc_file/uc_file.module | Implementation of hook_token_values(). |
| uc_file_token_values | ubercart/uc_file/uc_file.module | Implementation of hook_token_values(). |
| uc_file_token_values | ubercart/uc_file/uc_file.module | Implementation of hook_token_values(). |
| uc_file_user_downloads | ubercart/uc_file/uc_file.module | Table builder for user downloads |
| uc_file_user_downloads | ubercart/uc_file/uc_file.module | Table builder for user downloads |
| uc_file_user_downloads | ubercart/uc_file/uc_file.module | Table builder for user downloads |
| uc_flatrate_admin_methods | ubercart/shipping/uc_flatrate/uc_flatrate.module | List and compare all flatrate shipping quote methods. |
| uc_flatrate_admin_methods | ubercart/shipping/uc_flatrate/uc_flatrate.module | List and compare all flatrate shipping quote methods. |
| uc_flatrate_admin_methods | ubercart/shipping/uc_flatrate/uc_flatrate.module | List and compare all flatrate shipping quote methods. |
| uc_importer_export_buffer_form | ubercart/uc_importer/uc_importer.module | Form to collect the id numbers of all the store components to be exported.
See alsouc_importer_export_buffer_form_submit |
| uc_importer_export_buffer_form | ubercart/uc_importer/uc_importer.module | Form to collect the id numbers of all the store components to be exported.
See alsouc_importer_export_buffer_form_submit |
| uc_importer_export_buffer_form | ubercart/uc_importer/uc_importer.module | Form to collect the id numbers of all the store components to be exported.
See alsouc_importer_export_buffer_form_submit |
| uc_notify_settings_overview | ubercart/uc_notify/uc_notify.module | Display the notification settings overview page. |
| uc_notify_settings_overview | ubercart/uc_notify/uc_notify.module | Display the notification settings overview page. |
| uc_notify_settings_overview | ubercart/uc_notify/uc_notify.module | Display the notification settings overview page. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_history | ubercart/uc_order/uc_order.module | Returns the sortable table listing of a customer's orders. |
| uc_order_history | ubercart/uc_order/uc_order.module | Returns the sortable table listing of a customer's orders. |
| uc_order_history | ubercart/uc_order/uc_order.module | Returns the sortable table listing of a customer's orders. |
| uc_order_log | ubercart/uc_order/uc_order.module | Display a log of changes made to an order. |
| uc_order_log | ubercart/uc_order/uc_order.module | Display a log of changes made to an order. |
| uc_order_log | ubercart/uc_order/uc_order.module | Display a log of changes made to an order. |
| uc_order_log_changes | ubercart/uc_order/uc_order.module | Log changes made to an order. |
| uc_order_log_changes | ubercart/uc_order/uc_order.module | Log changes made to an order. |
| uc_order_log_changes | ubercart/uc_order/uc_order.module | Log changes made to an order. |
| uc_order_pane_admin_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Admin Comments" order pane. |
| uc_order_pane_admin_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Admin Comments" order pane. |
| uc_order_pane_admin_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Admin Comments" order pane. |
| uc_order_pane_order_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Order Comments" order pane. |
| uc_order_pane_order_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Order Comments" order pane. |
| uc_order_pane_order_comments | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Order Comments" order pane. |
| uc_order_settings_overview | ubercart/uc_order/uc_order.module | Display the order settings overview. |
| uc_order_settings_overview | ubercart/uc_order/uc_order.module | Display the order settings overview. |
| uc_order_settings_overview | ubercart/uc_order/uc_order.module | Display the order settings overview. |
| uc_payment_settings_overview | ubercart/payment/uc_payment/uc_payment.module | Display the payment settings overview. |
| uc_payment_settings_overview | ubercart/payment/uc_payment/uc_payment.module | Display the payment settings overview. |
| uc_product_adjustments_form | ubercart/uc_attribute/uc_attribute.module | Form builder to associate option combinations with mutations of a product's model number.
See alsouc_product_adjustments_form_submit |
| uc_product_adjustments_form | ubercart/uc_attribute/uc_attribute.module | Form builder to associate option combinations with mutations of a product's model number.
See alsouc_product_adjustments_form_submit |
| uc_product_administration | ubercart/uc_product/uc_product.module | List the subcategories of product administration. |
| uc_product_administration | ubercart/uc_product/uc_product.module | List the subcategories of product administration. |
| uc_product_buffer_form | ubercart/uc_product/uc_product.module | Store a list of nodes for further processing.
See alsouc_product_buffer_form_submit |
| uc_product_buffer_form | ubercart/uc_product/uc_product.module | Store a list of nodes for further processing.
See alsouc_product_buffer_form_submit |
| uc_product_cart_display | ubercart/uc_product/uc_product.module | Implementation of Übercart hook_cart_display(). |
| uc_product_cart_display | ubercart/uc_product/uc_product.module | Implementation of Übercart hook_cart_display(). |
| uc_product_class_default | ubercart/uc_product/uc_product.module | Display a list of product classes. |
| uc_product_class_default | ubercart/uc_product/uc_product.module | Display a list of product classes. |
| uc_product_features | ubercart/uc_product/uc_product.module | Displays the project features tab on a product node edit form. |
| uc_product_features | ubercart/uc_product/uc_product.module | Displays the project features tab on a product node edit form. |
| uc_product_get_picture | ubercart/uc_product/uc_product.module | Returns an HTML img tag based on a node's attached image. |
| uc_product_get_picture | ubercart/uc_product/uc_product.module | Returns an HTML img tag based on a node's attached image. |
| uc_product_kit_view | ubercart/uc_product_kit/uc_product_kit.module | Implementation of hook_view(). |
| uc_product_kit_view | ubercart/uc_product_kit/uc_product_kit.module | Implementation of hook_view(). |
| uc_product_kit_view | ubercart/uc_product_kit/uc_product_kit.module | Implementation of hook_view(). |
| uc_product_settings_overview | ubercart/uc_product/uc_product.module | Display overview of product settings.
See alsouc_product_settings_form |
| uc_product_settings_overview | ubercart/uc_product/uc_product.module | Display overview of product settings.
See alsouc_product_settings_form |
| uc_product_store_status | ubercart/uc_product/uc_product.module | Display the status of the product image handlers.
See alsouc_product_image_defaults |
| uc_product_store_status | ubercart/uc_product/uc_product.module | Display the status of the product image handlers.
See alsouc_product_image_defaults |
| uc_product_table | ubercart/uc_product/uc_product.module | Display product fields in a TAPIr table. |
| uc_product_table | ubercart/uc_product/uc_product.module | Display product fields in a TAPIr table. |
| uc_product_view | ubercart/uc_product/uc_product.module | Implementation of hook_view(). |
| uc_product_view | ubercart/uc_product/uc_product.module | Implementation of hook_view(). |
| uc_product_views_handler_add_to_cart_link | ubercart/uc_product/uc_product.module | Return a formatted add to cart form to display in the View. |
| uc_product_views_handler_add_to_cart_link | ubercart/uc_product/uc_product.module | Return a formatted add to cart form to display in the View. |
| uc_quote_overview | ubercart/shipping/uc_quote/uc_quote.module | Display a summary of the shipping quote settings. |
| uc_quote_overview | ubercart/shipping/uc_quote/uc_quote.module | Display a summary of the shipping quote settings. |
| uc_quote_overview | ubercart/shipping/uc_quote/uc_quote.module | Display a summary of the shipping quote settings. |
| uc_reports_customers | ubercart/uc_reports/uc_reports.module | Display the customer report |
| uc_reports_customers | ubercart/uc_reports/uc_reports.module | Display the customer report |
| uc_reports_customers | ubercart/uc_reports/uc_reports.module | Display the customer report |
| uc_reports_products | ubercart/uc_reports/uc_reports.module | Display the product reports |
| uc_reports_products | ubercart/uc_reports/uc_reports.module | Display the product reports |
| uc_reports_products | ubercart/uc_reports/uc_reports.module | Display the product reports |
| uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Menu callback for viewing expirations |
| uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Menu callback for viewing expirations |
| uc_roles_expiration | ubercart/uc_roles/uc_roles.module | Menu callback for viewing expirations |
| uc_shipping_order_packages | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of an order's packaged products. |
| uc_shipping_order_packages | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of an order's packaged products. |
| uc_shipping_order_packages | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of an order's packaged products. |
| uc_shipping_order_shipments | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of shipments for an order. |
| uc_shipping_order_shipments | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of shipments for an order. |
| uc_shipping_order_shipments | ubercart/shipping/uc_shipping/uc_shipping.module | Display a list of shipments for an order. |
| uc_shipping_package_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display the details of a package. |
| uc_shipping_package_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display the details of a package. |
| uc_shipping_package_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display the details of a package. |
| uc_shipping_shipment_edit | ubercart/shipping/uc_shipping/uc_shipping.module | Create or edit a shipment.
See alsotheme_uc_shipping_package_dimensions |
| uc_shipping_shipment_edit | ubercart/shipping/uc_shipping/uc_shipping.module | Create or edit a shipment.
See alsotheme_uc_shipping_package_dimensions |
| uc_shipping_shipment_edit | ubercart/shipping/uc_shipping/uc_shipping.module | Create or edit a shipment.
See alsotheme_uc_shipping_package_dimensions |
| uc_shipping_shipment_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display shipment details. |
| uc_shipping_shipment_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display shipment details. |
| uc_shipping_shipment_view | ubercart/shipping/uc_shipping/uc_shipping.module | Display shipment details. |
| uc_store_block | ubercart/uc_store/uc_store.module | Implementation of hook_block(). |
| uc_store_block | ubercart/uc_store/uc_store.module | Implementation of hook_block(). |
| uc_store_block | ubercart/uc_store/uc_store.module | Implementation of hook_block(). |
| uc_store_configuration_page | ubercart/uc_store/uc_store.module | Display store configuration page. |
| uc_store_configuration_page | ubercart/uc_store/uc_store.module | Display store configuration page. |
| uc_store_configuration_page | ubercart/uc_store/uc_store.module | Display store configuration page. |
| uc_store_customers | ubercart/uc_store/uc_store.module | Display customer administration page. |
| uc_store_customers | ubercart/uc_store/uc_store.module | Display customer administration page. |
| uc_store_customers | ubercart/uc_store/uc_store.module | Display customer administration page. |
| uc_store_encryption_errors | ubercart/uc_store/uc_store.module | Logs encryption errors to watchdog. |
| uc_store_encryption_errors | ubercart/uc_store/uc_store.module | Logs encryption errors to watchdog. |
| uc_store_encryption_errors | ubercart/uc_store/uc_store.module | Logs encryption errors to watchdog. |
| uc_store_footer | ubercart/uc_store/uc_store.module | Implementation of hook_footer(). |
| uc_store_footer | ubercart/uc_store/uc_store.module | Implementation of hook_footer(). |
| uc_store_footer | ubercart/uc_store/uc_store.module | Implementation of hook_footer(). |
| uc_store_js_util | ubercart/uc_store/uc_store.module | A handler for Javascript helper functions... |
| uc_store_js_util | ubercart/uc_store/uc_store.module | A handler for Javascript helper functions... |
| uc_store_js_util | ubercart/uc_store/uc_store.module | A handler for Javascript helper functions... |
| uc_store_reports | ubercart/uc_store/uc_store.module | Display main reports page. |
| uc_store_reports | ubercart/uc_store/uc_store.module | Display main reports page. |
| uc_store_reports | ubercart/uc_store/uc_store.module | Display main reports page. |
| uc_store_store_settings_overview | ubercart/uc_store/uc_store.module | Display the store settings overview page. |
| uc_store_store_settings_overview | ubercart/uc_store/uc_store.module | Display the store settings overview page. |
| uc_store_store_settings_overview | ubercart/uc_store/uc_store.module | Display the store settings overview page. |
| uc_store_ubercart_help_tokens | ubercart/uc_store/uc_store.module | Display the tokens help page. |
| uc_store_ubercart_help_tokens | ubercart/uc_store/uc_store.module | Display the tokens help page. |
| uc_store_ubercart_help_tokens | ubercart/uc_store/uc_store.module | Display the tokens help page. |
| uc_taxes_admin_settings | ubercart/uc_taxes/uc_taxes.module | Display a list of tax rates. |
| uc_taxes_admin_settings | ubercart/uc_taxes/uc_taxes.module | Display a list of tax rates. |
| uc_taxes_admin_settings | ubercart/uc_taxes/uc_taxes.module | Display a list of tax rates. |
| uc_ups_fulfill_order | ubercart/shipping/uc_ups/uc_ups.module | Shipment creation callback. |
| uc_ups_fulfill_order | ubercart/shipping/uc_ups/uc_ups.module | Shipment creation callback. |
| uc_ups_fulfill_order | ubercart/shipping/uc_ups/uc_ups.module | Shipment creation callback. |
| upload_js | drupal/modules/upload/upload.module | Menu-callback for JavaScript-based uploads. |
| upload_js | drupal/modules/upload/upload.module | Menu-callback for JavaScript-based uploads. |
| upload_nodeapi | drupal/modules/upload/upload.module | Implementation of hook_nodeapi(). |
| upload_nodeapi | drupal/modules/upload/upload.module | Implementation of hook_nodeapi(). |
| user_admin_access | drupal/modules/user/user.module | Menu callback: list all access rules |
| user_admin_access | drupal/modules/user/user.module | Menu callback: list all access rules |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| watchdog_event | drupal/modules/watchdog/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_event | drupal/modules/watchdog/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_overview | drupal/modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| watchdog_overview | drupal/modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| watchdog_top | drupal/modules/watchdog/watchdog.module | Menu callback; generic function to display a page of the most frequent
watchdog events of a specified type. |
| watchdog_top | drupal/modules/watchdog/watchdog.module | Menu callback; generic function to display a page of the most frequent
watchdog events of a specified type. |
| _forum_format | drupal/modules/forum/forum.module | Formats a topic for display |
| _forum_format | drupal/modules/forum/forum.module | Formats a topic for display |
| _locale_string_seek | drupal/includes/locale.inc | Perform a string search and display results in a table |
| _locale_string_seek | drupal/includes/locale.inc | Perform a string search and display results in a table |
| _phptemplate_default_variables | drupal/themes/engines/phptemplate/phptemplate.engine | Adds additional helper variables to all templates. |
| _phptemplate_default_variables | drupal/themes/engines/phptemplate/phptemplate.engine | Adds additional helper variables to all templates. |
| _uc_catalog_navigation | ubercart/uc_catalog/uc_catalog.module | Emulates Drupal's menu system, but based soley on the structure of "Product Catalog". |
| _uc_catalog_navigation | ubercart/uc_catalog/uc_catalog.module | Emulates Drupal's menu system, but based soley on the structure of "Product Catalog". |