Search for d
Title | Object type | File name | Summary |
---|---|---|---|
BootstrapResettableStaticTestCase::testDrupalStatic | function | modules/ |
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called. |
BootstrapVariableTestCase::testVariableDefaults | function | modules/ |
Makes sure that the default variable parameter is passed through okay. |
boot_test_1.module | file | modules/ |
Tests calling module_implements() during hook_boot() invocation. |
boot_test_2.module | file | modules/ |
Defines a hook_help() implementation in a non-"bootstrap" module. |
CacheClearCase::testClearCid | function | modules/ |
Test clearing using a cid. |
CacheClearCase::testClearWildcard | function | modules/ |
Test clearing using wildcard. |
CacheClearCase::testIsValidBin | function | modules/ |
Test DrupalDatabaseCache::isValidBin(). |
CacheSavingCase::testDouble | function | modules/ |
Test the saving and restoring of a double. |
CacheSavingCase::testNoEmptyCids | function | modules/ |
Test no empty cids are written in cache table. |
CacheTestCase::$default_bin | property | modules/ |
|
CacheTestCase::$default_cid | property | modules/ |
|
CacheTestCase::$default_value | property | modules/ |
|
CacheTestCase::assertCacheRemoved | function | modules/ |
Assert or a cache entry has been removed. |
callback_batch_finished | function | modules/ |
Complete a batch process. |
callback_search_conditions | function | modules/ |
Provide search query conditions. |
CascadingStylesheetsTestCase | class | modules/ |
Test the Drupal CSS system. |
CascadingStylesheetsTestCase::getInfo | function | modules/ |
|
CascadingStylesheetsTestCase::setUp | function | modules/ |
|
CascadingStylesheetsTestCase::testAddCssFileWithQueryString | function | modules/ |
Tests that the query string remains intact when adding CSS files that have query string parameters. |
CascadingStylesheetsTestCase::testAddExternal | function | modules/ |
Tests adding an external stylesheet. |
CascadingStylesheetsTestCase::testAddFile | function | modules/ |
Tests adding a file stylesheet. |
CascadingStylesheetsTestCase::testAlter | function | modules/ |
Tests Locale module's CSS Alter to include RTL overrides. |
CascadingStylesheetsTestCase::testDefault | function | modules/ |
Check default stylesheets as empty. |
CascadingStylesheetsTestCase::testModuleInfo | function | modules/ |
Test that stylesheets in module .info files are loaded. |
CascadingStylesheetsTestCase::testRenderExternal | function | modules/ |
Tests rendering an external stylesheet. |
CascadingStylesheetsTestCase::testRenderFile | function | modules/ |
Tests rendering the stylesheets. |
CascadingStylesheetsTestCase::testRenderInlineFullPage | function | modules/ |
Tests rendering inline stylesheets through a full page request. |
CascadingStylesheetsTestCase::testRenderInlineNoPreprocess | function | modules/ |
Tests rendering inline stylesheets with preprocessing off. |
CascadingStylesheetsTestCase::testRenderInlinePreprocess | function | modules/ |
Tests rendering inline stylesheets with preprocessing on. |
CascadingStylesheetsTestCase::testRenderOrder | function | modules/ |
Test CSS ordering. |
CascadingStylesheetsTestCase::testRenderOverride | function | modules/ |
Test CSS override. |
CascadingStylesheetsTestCase::testRenderRemoveCharsetPreprocess | function | modules/ |
Tests removing charset when rendering stylesheets with preprocessing on. |
CascadingStylesheetsTestCase::testReset | function | modules/ |
Makes sure that reseting the CSS empties the cache. |
CascadingStylesheetsUnitTest | class | modules/ |
CSS Unit Tests. |
CascadingStylesheetsUnitTest::getInfo | function | modules/ |
|
CascadingStylesheetsUnitTest::testLoadCssBasic | function | modules/ |
Tests basic CSS loading with and without optimization via drupal_load_stylesheet(). |
CategorizeFeedItemTestCase | class | modules/ |
Tests categorization functionality in the Aggregator module. |
CategorizeFeedItemTestCase::getInfo | function | modules/ |
|
CategorizeFeedItemTestCase::testCategorizeFeedItem | function | modules/ |
Checks that children of a feed inherit a defined category. |
CategorizeFeedTestCase | class | modules/ |
Tests the categorize feed functionality in the Aggregator module. |
CategorizeFeedTestCase::getInfo | function | modules/ |
|
CategorizeFeedTestCase::testCategorizeFeed | function | modules/ |
Creates a feed and makes sure you can add/delete categories to it. |
ccc_update_test.info | file | modules/ |
name = CCC Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE |
ccc_update_test.module | file | modules/ |
Dummy module for testing Update status. |
Code registry | group | includes/ |
The code registry engine. |
code-clean.sh | file | scripts/ |
#!/bin/sh find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f find . -name "*.rej" -type f | xargs rm -f find . -name "*.orig" -type f | xargs rm -f find . -name "DEADJOE"… |
Collectable::findByCallback | function | misc/ |
|
color.module | file | modules/ |
Allows users to change the color scheme of themes. |
ColorTestCase::testValidColor | function | modules/ |
Tests whether the provided color is valid. |
color_scheme_form_validate | function | modules/ |
Form validation handler for color_scheme_form(). |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.