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
contextual_preprocess function modules/contextual/contextual.module Implements hook_preprocess().
contextual_pre_render_links function modules/contextual/contextual.module Build a renderable array for contextual links.
country_get_list function includes/locale.inc Get list of all predefined and custom countries.
cron-curl.sh file scripts/cron-curl.sh #!/bin/sh

curl --silent --compressed http://example.com/cron.php
cron-lynx.sh file scripts/cron-lynx.sh #!/bin/sh

/usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
CronQueueTestCallbackClass class modules/system/tests/cron_queue_test.module
CronQueueTestCallbackClass::foo function modules/system/tests/cron_queue_test.module
CronQueueTestCase class modules/system/system.test Test execution of the cron queue.
CronQueueTestCase::getInfo function modules/system/system.test Implement getInfo().
CronQueueTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
CronQueueTestCase::testCallable function modules/system/system.test Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions function modules/system/system.test Tests that exceptions thrown by workers are handled properly.
CronRunTestCase class modules/system/system.test
CronRunTestCase::getInfo function modules/system/system.test Implement getInfo().
CronRunTestCase::setUp function modules/system/system.test Sets up a Drupal site for running functional and integration tests.
CronRunTestCase::testAutomaticCron function modules/system/system.test Ensure that the automatic cron run feature is working.
CronRunTestCase::testCronCacheExpiration function modules/system/system.test Tests that hook_flush_caches() is not invoked on every single cron run.
CronRunTestCase::testCronExceptions function modules/system/system.test Make sure exceptions thrown on hook_cron() don't affect other modules.
CronRunTestCase::testCronRun function modules/system/system.test Test cron runs.
CronRunTestCase::testManualCron function modules/system/system.test Ensure that the manual cron run is working.
CronRunTestCase::testTempFileCleanup function modules/system/system.test Ensure that temporary files are removed.
cron_queue_test.info file modules/system/tests/cron_queue_test.info name = Cron Queue test
description = 'Support module for the cron queue runner.'
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
cron_queue_test.module file modules/system/tests/cron_queue_test.module
cron_queue_test_cron_queue_info function modules/system/tests/cron_queue_test.module Implements hook_cron_queue_info().
cron_queue_test_exception function modules/system/tests/cron_queue_test.module
CSS_DEFAULT constant includes/common.inc The default group for module CSS files added to the page.
css_input_without_import.css file modules/simpletest/files/css_test_files/css_input_without_import.css Basic css that does not use import
css_input_without_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo…
css_input_without_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css Basic css that does not use import
css_input_with_import.css file modules/simpletest/files/css_test_files/css_input_with_import.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");
@import "import1.css";
@import "import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170%…
css_input_with_import.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css @import "../import1.css";
@import "../import2.css";

body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}

.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data…
css_input_with_import.css.optimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css @import url("http://example.com/style.css");@import url("//example.com/style.css");ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(images/icon.png);}.data…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(../images/icon.png);}

/* Test data URI images with different quote styles. */
.data .double-quote {
/* http://stackoverflow.com/a/13139830/11023…
css_input_with_import.css.unoptimized.css file modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css @import url("http://example.com/style.css");
@import url("//example.com/style.css");

ul, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
}
.ui-icon{background-image: url(images/icon.png);}

/* Test data URI images…
CSS_SYSTEM constant includes/common.inc The default group for system CSS files added to the page.
CSS_THEME constant includes/common.inc The default group for theme CSS files added to the page.
dashboard-rtl.css file modules/dashboard/dashboard-rtl.css Right-to-left specific stylesheet for the Dashboard module.
dashboard.api.php file modules/dashboard/dashboard.api.php Hooks provided by the Dashboard module.
dashboard.css file modules/dashboard/dashboard.css Stylesheet for the Dashboard module.
dashboard.info file modules/dashboard/dashboard.info name = Dashboard
description = Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.
core = 7.x
package = Core
version = VERSION
files[] = dashboard.test
dependencies[]…
dashboard.install file modules/dashboard/dashboard.install Install, update and uninstall functions for the dashboard module.
dashboard.module file modules/dashboard/dashboard.module Provides a dashboard page in the administrative interface.
dashboard.test file modules/dashboard/dashboard.test Tests for dashboard.module.
DashboardBlocksTestCase class modules/dashboard/dashboard.test Tests the Dashboard module blocks.
DashboardBlocksTestCase::getInfo function modules/dashboard/dashboard.test
DashboardBlocksTestCase::setUp function modules/dashboard/dashboard.test Sets up a Drupal site for running functional and integration tests.
DashboardBlocksTestCase::testBlockAvailability function modules/dashboard/dashboard.test Tests that administrative blocks are available for the dashboard.
DashboardBlocksTestCase::testDashboardAccess function modules/dashboard/dashboard.test Tests adding a block to the dashboard and checking access to it.
DashboardBlocksTestCase::testDashboardRegions function modules/dashboard/dashboard.test Tests that dashboard regions are displayed or hidden properly.

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