search_schema |
modules/search/search.install |
Implements hook_schema(). |
search_simplify |
modules/search/search.module |
Simplifies a string according to indexing rules. |
search_simplify_excerpt_match |
modules/search/search.module |
Find words in the original text that matched via search_simplify(). |
search_theme |
modules/search/search.module |
Implements hook_theme(). |
search_touch_node |
modules/search/search.module |
Changes a node's changed timestamp to 'now' to force reindexing. |
search_update_1000 |
modules/search/search.install |
Update search module to use the configuration system. |
search_update_1001 |
modules/search/search.install |
Add the default value for the "search_logging" configuration value. |
search_update_1002 |
modules/search/search.install |
Set all search blocks with 'default' title to 'custom' title with 'Search'. |
search_update_totals |
modules/search/search.module |
Updates the {search_total} database table. |
search_view |
modules/search/search.pages.inc |
Menu callback; presents the search form and/or search results. |
search_views_api |
modules/search/search.module |
Implements hook_views_api(). |
search_views_data |
modules/search/views/search.views.inc |
Implements hook_views_data(). |
search_views_plugins |
modules/search/views/search.views.inc |
Implements hook_views_plugins(). |
session_test_backdrop_goto_alter |
modules/simpletest/tests/session_test.module |
Implements hook_backdrop_goto_alter(). |
session_test_boot |
modules/simpletest/tests/session_test.module |
Implements hook_boot(). |
session_test_form_user_login_alter |
modules/simpletest/tests/session_test.module |
Implements hook_form_FORM_ID_alter(). |
_session_test_get |
modules/simpletest/tests/session_test.module |
Page callback, prints the stored session value to the screen. |
_session_test_id |
modules/simpletest/tests/session_test.module |
Menu callback: print the current session ID. |
_session_test_id_from_cookie |
modules/simpletest/tests/session_test.module |
Menu callback: print the current session ID as read from the cookie. |
_session_test_is_logged_in |
modules/simpletest/tests/session_test.module |
Menu callback, only available if current user is logged in. |
session_test_menu |
modules/simpletest/tests/session_test.module |
Implements hook_menu(). |
_session_test_no_set |
modules/simpletest/tests/session_test.module |
Menu callback: turns off session saving and then tries to save a value
anyway. |
_session_test_set |
modules/simpletest/tests/session_test.module |
Page callback, stores a value in $_SESSION['session_test_value']. |
_session_test_set_message |
modules/simpletest/tests/session_test.module |
Menu callback, sets a message to me displayed on the following page. |
_session_test_set_message_but_dont_save |
modules/simpletest/tests/session_test.module |
Menu callback, sets a message but call backdrop_save_session(FALSE). |
session_test_user_login |
modules/simpletest/tests/session_test.module |
Implements hook_user(). |
settings_get |
includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
seven_admin_block_content |
themes/seven/template.php |
Overrides theme_admin_block_content(). |
seven_admin_page |
themes/seven/template.php |
Overrides theme_admin_page(). |
seven_breadcrumb |
themes/seven/template.php |
Override theme function for breadcrumb trail |
seven_css_alter |
themes/seven/template.php |
Implements hook_css_alter(). |
seven_node_add_list |
themes/seven/template.php |
Overrides theme_node_add_list(). |
seven_preprocess_layout |
themes/seven/template.php |
Prepares variables for layout templates. |
seven_preprocess_maintenance_page |
themes/seven/template.php |
|
seven_preprocess_page |
themes/seven/template.php |
Implements hook_preprocess_page(). |
seven_tablesort_indicator |
themes/seven/template.php |
Overrides theme_tablesort_indicator(). |
show |
includes/common.inc |
Shows a hidden element for later rendering. |
silkscreen_driver_list |
includes/bootstrap.inc |
Returns a list of objects decribing the installed drivers indexed by
their machine names. Each of the driver objects includes the path
to their info file, their machine name, and the contents of their
info files. |
silkscreen_find_backends |
includes/bootstrap.inc |
Scan the drivers directories for driver modules and load the class files
for the type of backend requested. The supported types are 'config',
'cache', and 'database'. |
simpletest_autoload_info |
modules/simpletest/simpletest.module |
Implements hook_autoload_info(). |
_simpletest_batch_finished |
modules/simpletest/simpletest.module |
|
_simpletest_batch_operation |
modules/simpletest/simpletest.module |
Batch operation callback. |
simpletest_clean_database |
modules/simpletest/simpletest.module |
Removed prefixed tables from the database that are left over from crashed tests. |
simpletest_clean_environment |
modules/simpletest/simpletest.module |
Remove all temporary database tables and directories. |
simpletest_clean_profile_cache_folders |
modules/simpletest/simpletest.module |
Removes cached profile folders from the files directory. |
simpletest_clean_profile_cache_tables |
modules/simpletest/simpletest.module |
Removes cached profile tables from the database. |
simpletest_clean_results_table |
modules/simpletest/simpletest.module |
Clear the test result tables. |
simpletest_clean_temporary_directories |
modules/simpletest/simpletest.module |
Find all leftover temporary directories and remove them. |
simpletest_config_info |
modules/simpletest/simpletest.module |
Implements hook_config_info(). |
_simpletest_format_summary_line |
modules/simpletest/simpletest.module |
|