Files

Primary tabs

File namesort ascending Location Namespace Description
search.module drupal/modules/search/search.module Enables site-wide keyword searching.
search.install drupal/modules/search/search.install Install, update and uninstall functions for the search module.
search.info drupal/modules/search/search.info name = Search description = Enables site-wide keyword searching. package = Core version = VERSION core = 7.x files[] = search.extender.inc files[] = search.test configure = admin/config/search/settings stylesheets[all][] = search.css
search.extender.inc drupal/modules/search/search.extender.inc Search query extender and helper functions.
search.css drupal/modules/search/search.css .search-form { margin-bottom: 1em; } .search-form input { margin-top: 0; margin-bottom: 0; } .search-results { list-style: none; } .search-results p { margin-top: 0; } .search-results .title { font-size: 1.2em; } .search-results li { …
search.api.php drupal/modules/search/search.api.php Hooks provided by the Search module.
search.admin.inc drupal/modules/search/search.admin.inc Admin page callbacks for the search module.
search-rtl.css drupal/modules/search/search-rtl.css .search-advanced .criterion { float: right; margin-right: 0; margin-left: 2em; } .search-advanced .action { float: right; clear: right; } .search-results .search-snippet-info { padding-right: 1em; /* LTR */ }
search-results.tpl.php drupal/modules/search/search-results.tpl.php Default theme implementation for displaying search results.
search-result.tpl.php drupal/modules/search/search-result.tpl.php Default theme implementation for displaying a single search result.
search-block-form.tpl.php drupal/modules/search/search-block-form.tpl.php Displays the search form block.
schema.test drupal/modules/simpletest/tests/schema.test Tests for the Database Schema API.
schema.inc drupal/includes/database/sqlite/schema.inc Database schema code for SQLite databases.
schema.inc drupal/includes/database/mysql/schema.inc Database schema code for MySQL database servers.
schema.inc drupal/includes/database/pgsql/schema.inc Database schema code for PostgreSQL database servers.
schema.inc drupal/includes/database/schema.inc
run-tests.sh drupal/scripts/run-tests.sh This script runs Drupal tests from command line.
robots.txt drupal/robots.txt # # robots.txt # # This file is to prevent the crawling and indexing of certain parts # of your site by web crawlers and spiders run by sites like Yahoo! # and Google. By telling these "robots" where not to go on your site, # you save…
reset.css drupal/themes/seven/reset.css /** * Reset CSS styles. * * Based on Eric Meyer's "Reset CSS 1.0" tool from * http://meyerweb.com/eric/tools/css/reset
requirements2_test.module drupal/modules/simpletest/tests/requirements2_test.module Tests that a module is not installed when the one it depends on fails hook_requirements('install').
requirements2_test.info drupal/modules/simpletest/tests/requirements2_test.info name = Requirements 2 Test description = "Tests that a module is not installed when the one it depends on fails hook_requirements('install)." dependencies[] = requirements1_test dependencies[] = comment package = Testing version =…
requirements1_test.module drupal/modules/simpletest/tests/requirements1_test.module Tests that a module is not installed when it fails hook_requirements('install').
requirements1_test.install drupal/modules/simpletest/tests/requirements1_test.install
requirements1_test.info drupal/modules/simpletest/tests/requirements1_test.info name = Requirements 1 Test description = "Tests that a module is not installed when it fails hook_requirements('install')." package = Testing version = VERSION core = 7.x hidden = TRUE
registry.test drupal/modules/simpletest/tests/registry.test
registry.inc drupal/includes/registry.inc This file contains the code registry parser engine.
region.tpl.php drupal/modules/system/region.tpl.php Default theme implementation to display a region.
README.txt drupal/README.txt CONTENTS OF THIS FILE --------------------- * About Drupal * Configuration and features * Installation profiles * Appearance * Developing for Drupal ABOUT DRUPAL ------------ Drupal is an open source content management platform supporting a…
README.txt drupal/themes/README.txt This directory is reserved for core theme files. Custom or contributed themes should be placed in their own subdirectory of the sites/all/themes directory. For multisite installations, they can also be placed in a subdirectory…
README.txt drupal/profiles/minimal/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt drupal/profiles/standard/translations/README.txt This directory should be used to place downloaded translations for installing Drupal core.
README.txt drupal/profiles/README.txt Installation profiles define additional steps that run after the base installation provided by Drupal core when Drupal is first installed. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Place downloaded and custom installation…
README.txt drupal/sites/all/libraries/README.txt This directory should be used to place downloaded and custom libraries (such as JavaScript libraries) which are used by contributed or custom modules.
README.txt drupal/modules/simpletest/files/README.txt These files are useful in tests that upload files or otherwise need to manipulate files, in which case they are copied to the files directory as specified in the site settings. Dummy files can also be generated by tests in order to save space.
README.txt drupal/modules/README.txt This directory is reserved for core module files. Custom or contributed modules should be placed in their own subdirectory of the sites/all/modules directory. For multisite installations, they can also be placed in a subdirectory…
README.txt drupal/sites/README.txt This directory structure contains the settings and configuration files specific to your site or sites and is an integral part of multisite configuration. The sites/all/ subdirectory structure should be used to place your custom and downloaded…
README.txt drupal/themes/stark/README.txt ABOUT STARK ----------- The Stark theme is provided for demonstration purposes; it uses Drupal's default HTML markup and CSS styles. It can be used as a troubleshooting tool to determine whether module-related CSS and JavaScript are interfering…
README.txt drupal/sites/all/themes/README.txt Themes allow you to change the look and feel of your Drupal site. You can use themes contributed by others or create your own. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom themes in this directory…
README.txt drupal/sites/all/modules/README.txt Modules extend your site functionality beyond Drupal core. WHAT TO PLACE IN THIS DIRECTORY? -------------------------------- Placing downloaded and custom modules in this directory separates downloaded and custom modules from Drupal core's…
rdf_test.module drupal/modules/rdf/tests/rdf_test.module Test API interaction with the RDF module.
rdf_test.install drupal/modules/rdf/tests/rdf_test.install Install, update and uninstall functions for the rdf module.
rdf_test.info drupal/modules/rdf/tests/rdf_test.info name = "RDF module tests" description = "Support module for RDF module testing." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = blog
rdf.test drupal/modules/rdf/rdf.test Tests for rdf.module.
rdf.module drupal/modules/rdf/rdf.module Enables semantically enriched output for Drupal sites in the form of RDFa.
rdf.install drupal/modules/rdf/rdf.install Install, update and uninstall functions for the rdf module.
rdf.info drupal/modules/rdf/rdf.info name = RDF description = Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. package = Core version = VERSION core = 7.x files[] = rdf.test
rdf.api.php drupal/modules/rdf/rdf.api.php Hooks provided by the RDF module.
query.inc drupal/includes/database/sqlite/query.inc Query code for SQLite embedded database engine.
query.inc drupal/includes/database/mysql/query.inc Query code for MySQL embedded database engine.
query.inc drupal/includes/database/pgsql/query.inc Query code for PostgreSQL embedded database engine.

Pages

Other projects