Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
request_uri drupal-6.x/includes/bootstrap.inc Since $_SERVER['REQUEST_URI'] is only available on Apache, we generate an equivalent using other environment variables. 10 4
search_admin_settings drupal-6.x/modules/search/search.admin.inc Menu callback; displays the search module settings page. 1
search_admin_settings_validate drupal-6.x/modules/search/search.admin.inc Validate callback. 1
search_block drupal-6.x/modules/search/search.module Implementation of hook_block().
search_box drupal-6.x/modules/search/search.module Form builder; Output a search form for the search block and the theme's search box. 3
search_box_form_submit drupal-6.x/modules/search/search.module Process a block search form submission. 1
search_comment drupal-6.x/modules/search/search.module Implementation of hook_comment().
search_cron drupal-6.x/modules/search/search.module Implementation of hook_cron().
search_data drupal-6.x/modules/search/search.module Perform a standard search on the given keys, and return the formatted results. 1
search_dirty drupal-6.x/modules/search/search.module Marks a word as dirty (or retrieves the list of dirty words). This is used during indexing (cron). Words which are dirty have outdated total counts in the search_total table, and need to be recounted. 2
search_excerpt drupal-6.x/modules/search/search.module Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results. 2
search_expand_cjk drupal-6.x/modules/search/search.module Basic CJK tokenizer. Simply splits a string into consecutive, overlapping sequences of characters ('minimum_word_size' long). 1
search_form drupal-6.x/modules/search/search.module Render a search form. 4
search_forms drupal-6.x/modules/search/search.module
search_form_submit drupal-6.x/modules/search/search.pages.inc Process a search form submission.
search_form_validate drupal-6.x/modules/search/search.pages.inc As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
search_get_keys drupal-6.x/modules/search/search.module Helper function for grabbing search keys. 1
search_help drupal-6.x/modules/search/search.module Implementation of hook_help(). 1
search_index drupal-6.x/modules/search/search.module Update the full-text search index for a particular item. 2 3
search_index_split drupal-6.x/modules/search/search.module Splits a string into tokens for indexing. 1
search_install drupal-6.x/modules/search/search.install Implementation of hook_install().
search_invoke_preprocess drupal-6.x/modules/search/search.module Invokes hook_search_preprocess() in modules. 1
search_menu drupal-6.x/modules/search/search.module Implementation of hook_menu().
search_nodeapi drupal-6.x/modules/search/search.module Implementation of hook_nodeapi().
search_parse_query drupal-6.x/modules/search/search.module Parse a search query into SQL conditions. 1
search_perm drupal-6.x/modules/search/search.module Implementation of hook_perm().
search_query_extract drupal-6.x/modules/search/search.module Extract a module-specific search option from a search query. e.g. 'type:book' 3
search_query_insert drupal-6.x/modules/search/search.module Return a query with the given module-specific search option inserted in. e.g. 'type:book'. 3
search_schema drupal-6.x/modules/search/search.install Implementation of hook_schema().
search_simplify drupal-6.x/modules/search/search.module Simplifies a string according to indexing rules. 2
search_theme drupal-6.x/modules/search/search.module Implementation of hook_theme()
search_touch_node drupal-6.x/modules/search/search.module Change a node's changed timestamp to 'now' to force reindexing. 3
search_uninstall drupal-6.x/modules/search/search.install Implementation of hook_uninstall().
search_update_totals drupal-6.x/modules/search/search.module This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails). 1
search_view drupal-6.x/modules/search/search.pages.inc Menu callback; presents the search form and/or search results. 1
search_wipe drupal-6.x/modules/search/search.module Wipes a part of or the entire search index. 4 1
search_wipe_confirm drupal-6.x/modules/search/search.admin.inc Menu callback: confirm wiping of the index. 1
search_wipe_confirm_submit drupal-6.x/modules/search/search.admin.inc Handler for wipe confirmation
session_save_session drupal-6.x/includes/session.inc Determine whether to save session data of the current request. 1
sess_close drupal-6.x/includes/session.inc 1
sess_count drupal-6.x/includes/session.inc Counts how many users have sessions. Can count either anonymous sessions or authenticated sessions. 2
sess_destroy_sid drupal-6.x/includes/session.inc Called by PHP session handling with the PHP session ID to end a user's session. 1
sess_destroy_uid drupal-6.x/includes/session.inc End a specific user's session 3
sess_gc drupal-6.x/includes/session.inc 1
sess_open drupal-6.x/includes/session.inc 1
sess_read drupal-6.x/includes/session.inc Reads an entire session from the database (internal use only). 1
sess_regenerate drupal-6.x/includes/session.inc Called when an anonymous user becomes authenticated or vice-versa. 2
sess_write drupal-6.x/includes/session.inc Writes an entire session to the database (internal use only). 1
st drupal-6.x/includes/install.inc Hardcoded function for doing the equivalent of t() during the install process, when database, theme, and localization system is possibly not yet available. 25 1
statistics_access_log drupal-6.x/modules/statistics/statistics.admin.inc Menu callback; Displays recent page accesses. 1

Páginas