Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ftp.inc file includes/filetransfer/ftp.inc
garland.info file themes/garland/garland.info name = Garland
description = A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.
package = Core
version = VERSION
core = 7.x
stylesheets[all][] = style.css
stylesheets[print][] =…
garland_breadcrumb function themes/garland/template.php Override of theme_breadcrumb().
garland_form_system_theme_settings_alter function themes/garland/theme-settings.php Implements hook_form_FORM_ID_alter().
garland_preprocess_block function themes/garland/template.php Override or insert variables into the block template.
garland_preprocess_comment function themes/garland/template.php Override or insert variables into the comment template.
garland_preprocess_html function themes/garland/template.php Override or insert variables into the html template.
garland_preprocess_maintenance_page function themes/garland/template.php Override or insert variables into the maintenance page template.
garland_preprocess_node function themes/garland/template.php Override or insert variables into the node template.
garland_preprocess_page function themes/garland/template.php Override or insert variables into the page template.
garland_preprocess_region function themes/garland/template.php Override or insert variables into the region template.
garland_process_html function themes/garland/template.php Override or insert variables into the html template.
garland_process_page function themes/garland/template.php Override or insert variables into the page template.
generate-d6-content.sh file scripts/generate-d6-content.sh #!/usr/bin/env php
<?php

/**
* Generate content for a Drupal 6 database to test the upgrade process.
*
* Run this script at the root of an existing Drupal 6 installation.
* Steps to use this generation script:
* - Install drupal 6.
* - Run…
generate-d7-content.sh file scripts/generate-d7-content.sh Generates content for a Drupal 7 database to test the upgrade process.
get_t function includes/bootstrap.inc Returns the name of the proper localization function.
graph.inc file includes/graph.inc Directed acyclic graph manipulation.
graph.test file modules/simpletest/tests/graph.test Provides unit tests for graph.inc.
GraphUnitTest class modules/simpletest/tests/graph.test Unit tests for the graph handling features.
GraphUnitTest::assertComponents function modules/simpletest/tests/graph.test Verify expected components in a graph.
GraphUnitTest::assertPaths function modules/simpletest/tests/graph.test Verify expected paths in a graph.
GraphUnitTest::assertReversePaths function modules/simpletest/tests/graph.test Verify expected reverse paths in a graph.
GraphUnitTest::assertWeights function modules/simpletest/tests/graph.test Verify expected order in a graph.
GraphUnitTest::displayArray function modules/simpletest/tests/graph.test Helper function to output vertices as comma-separated list.
GraphUnitTest::getInfo function modules/simpletest/tests/graph.test
GraphUnitTest::normalizeGraph function modules/simpletest/tests/graph.test Return a normalized version of a graph.
GraphUnitTest::setUp function modules/simpletest/tests/graph.test
GraphUnitTest::testDepthFirstSearch function modules/simpletest/tests/graph.test Test depth-first-search features.
help-rtl.css file modules/help/help-rtl.css .help-items {
float: right;
padding-right: 0;
padding-left: 3%;
}
.help-items-last {
padding-right: 0;
padding-left: 0;
}
help.admin.inc file modules/help/help.admin.inc Admin page callbacks for the help module.
help.css file modules/help/help.css .help-items {
float: left; /* LTR */
width: 22%;
padding-right: 3%; /* LTR */
}
.help-items-last {
padding-right: 0; /* LTR */
}
help.info file modules/help/help.info name = Help
description = Manages the display of online help.
package = Core
version = VERSION
core = 7.x
files[] = help.test
help.module file modules/help/help.module Manages displaying online help.
help.test file modules/help/help.test Tests for help.module.
Helper class misc/typo3/phar-stream-wrapper/src/Helper.php Helper provides low-level tools on file name resolving. However it does not
(and should not) maintain any runtime state information. In order to resolve
Phar archive paths according resolvers have to be used.
Helper.php file misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::determineBaseFile function misc/typo3/phar-stream-wrapper/src/Helper.php Determines base file that can be accessed using the regular file system.
For e.g. "phar:///home/user/bundle.phar/content.txt" that would result
into "/home/user/bundle.phar".
Helper::getCanonicalPath function misc/typo3/phar-stream-wrapper/src/Helper.php Resolves all dots, slashes and removes spaces after or before a path...
Helper::hasPharPrefix function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::isAbsolutePath function misc/typo3/phar-stream-wrapper/src/Helper.php Checks if the $path is absolute or relative (detecting either '/' or
'x:/' as first part of string) and returns TRUE if so.
Helper::isWindows function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::normalizePath function misc/typo3/phar-stream-wrapper/src/Helper.php Normalizes a path, removes phar:// prefix, fixes Windows directory
separators. Result is without trailing slash.
Helper::normalizeWindowsPath function misc/typo3/phar-stream-wrapper/src/Helper.php Fixes a path for windows-backslashes and reduces double-slashes to single slashes
Helper::removePharPrefix function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::resetOpCache function misc/typo3/phar-stream-wrapper/src/Helper.php
HelpTestCase class modules/help/help.test Tests help display and user access for all modules implementing help.
HelpTestCase::$any_user property modules/help/help.test The anonymous user that will be created.
HelpTestCase::$big_user property modules/help/help.test The admin user that will be created.
HelpTestCase::$modules property modules/help/help.test The list of modules.
HelpTestCase::getInfo function modules/help/help.test

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