Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
theme_test.module file modules/simpletest/tests/theme_test.module
theme_test.template_test.tpl.php file modules/simpletest/tests/theme_test.template_test.tpl.php
theme_test_exit function modules/simpletest/tests/theme_test.module Implements hook_exit().
theme_test_hook_init_page_callback function modules/simpletest/tests/theme_test.module Menu callback for testing themed output generated in hook_init().
theme_test_init function modules/simpletest/tests/theme_test.module Implements hook_init().
theme_test_menu function modules/simpletest/tests/theme_test.module Implements hook_menu().
theme_test_system_theme_engine_info function modules/simpletest/tests/theme_test.module Implements hook_system_theme_engine_info().
theme_test_system_theme_info function modules/simpletest/tests/theme_test.module Implements hook_system_theme_info().
theme_test_template_test.nyan-cat.html file modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html
theme_test_theme function modules/simpletest/tests/theme_test.module Implements hook_theme().
theme_theme_test function modules/simpletest/tests/theme_test.inc Returns HTML for the 'theme_test' theme hook used by tests.
theme_theme_test_foo function modules/simpletest/tests/theme_test.module Theme function for testing theme('theme_test_foo').
theme_trigger_display function modules/trigger/trigger.admin.inc Returns HTML for the form showing actions assigned to a trigger.
theme_update_last_check function modules/update/update.module Returns HTML for the last time we checked for update data.
theme_update_status_label function modules/update/update.report.inc Returns HTML for a label to display for a project's update status.
theme_update_version function modules/update/update.report.inc Returns HTML for the version display of a project.
theme_username function includes/theme.inc Returns HTML for a username, potentially linked to the user's page.
theme_user_admin_permissions function modules/user/user.admin.inc Returns HTML for the administer permissions page.
theme_user_admin_roles function modules/user/user.admin.inc Returns HTML for the role order and new role form.
theme_user_list function modules/user/user.module Returns HTML for a list of users.
theme_user_permission_description function modules/user/user.admin.inc Returns HTML for an individual permission description.
theme_user_signature function modules/user/user.module Returns HTML for a user signature.
theme_vertical_tabs function includes/form.inc Returns HTML for an element's children fieldsets as vertical tabs.
timer_start function includes/bootstrap.inc Starts the timer with the specified name.
timer_stop function includes/bootstrap.inc Stops the timer with the specified name.
TokenReplaceTestCase class modules/system/system.test Test token replacement in strings.
TokenReplaceTestCase::getInfo function modules/system/system.test
TokenReplaceTestCase::testSystemDateTokenReplacement function modules/system/system.test Tests the generation of all system date tokens.
TokenReplaceTestCase::testSystemSiteTokenReplacement function modules/system/system.test Tests the generation of all system site information tokens.
TokenReplaceTestCase::testSystemTokenRecognition function modules/system/system.test Test whether token-replacement works in various contexts.
TokenReplaceTestCase::testTokenReplacement function modules/system/system.test Creates a user and a node, then tests the tokens generated from them.
TokenScanTest class modules/system/system.test Test token replacement in strings.
TokenScanTest::getInfo function modules/system/system.test
TokenScanTest::testTokenScan function modules/system/system.test Scans dummy text, then tests the output.
token_scan function includes/token.inc Builds a list of all token-like patterns that appear in the text.
toolbar-print.css file modules/toolbar/toolbar-print.css /**
* Hide the toolbar when printing.
*/
#toolbar {
display: none;
}
toolbar-rtl.css file modules/toolbar/toolbar-rtl.css #toolbar,
#toolbar * {
text-align: right;
}
#toolbar ul li {
float: right;
}
#toolbar ul li a {
display: inline-block;
float: none;
zoom: 1;
}
#toolbar div.toolbar-menu {
padding: 5px 50px 5px 50px;
}
#toolbar-user {
float:…
toolbar.css file modules/toolbar/toolbar.css body.toolbar {
padding-top: 2.2em;
}
body.toolbar-drawer {
padding-top: 5.3em;
}

/**
* Aggressive resets so we can achieve a consistent look in hostile CSS
* environments.
*/
#toolbar,
#toolbar * {
border: 0;
font-size: 100%;
toolbar.test file modules/toolbar/toolbar.test
ToolbarTestCase class modules/toolbar/toolbar.test
ToolbarTestCase::$admin_user property modules/toolbar/toolbar.test
ToolbarTestCase::getInfo function modules/toolbar/toolbar.test
ToolbarTestCase::setUp function modules/toolbar/toolbar.test Sets up a Drupal site for running functional and integration tests.
ToolbarTestCase::testToolbarCollapsedCookie function modules/toolbar/toolbar.test Tests toggling the toolbar collapsed cookie.
toolbar_menu_navigation_links function modules/toolbar/toolbar.module Generates a links array from a menu tree array.
toolbar_permission function modules/toolbar/toolbar.module Implements hook_permission().
toolbar_preprocess_html function modules/toolbar/toolbar.module Implements hook_preprocess_html().
toolbar_preprocess_toolbar function modules/toolbar/toolbar.module Implements hook_preprocess_toolbar().
toolbar_system_info_alter function modules/toolbar/toolbar.module Implements hook_system_info_alter().
tracker.css file modules/tracker/tracker.css .page-tracker td.replies {
text-align: center;
}
.page-tracker table {
width: 100%;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.