Primary tabs

File namesort descending Location Namespace Description
help.module modules/help/help.module Manages displaying online help.
help.test modules/help/help.test Tests for help.module.
Helper.php misc/typo3/phar-stream-wrapper/src/Helper.php TYPO3\PharStreamWrapper
html-1.txt modules/simpletest/files/html-1.txt <h1>SimpleTest HTML</h1>
html-2.html modules/simpletest/files/html-2.html
html.tpl.php modules/system/html.tpl.php Default theme implementation to display the basic html structure of a single Drupal page.
http.php modules/simpletest/tests/http.php Fake an HTTP request, for use during testing.
https.php modules/simpletest/tests/https.php Fake an HTTPS request, for use during testing.
ie-rtl.css themes/bartik/css/ie-rtl.css fieldset legend { left: 6px; } ul.action-links li a, #user-login-form li.openid-link a, #user-login li.openid-link a { zoom: 1; } .comment .attribution { float: right; } .comment .comment-arrow { position: absolute; right:…
ie.css themes/bartik/css/ie.css .block { zoom: 1; } #password-strength-text { margin-top: 0; } fieldset legend { left: -8px; padding: 0; } #footer-wrapper #footer .block { height: 100%; } .comment .attribution { display: inline-block; position: relative; float: left;…
ie.css themes/seven/ie.css /* IE7 renders legends in nested fieldsets without a width. */ fieldset legend { height: 1%; } /* IE renders absolute positioned legend where fieldset content starts. */ fieldset .fieldset-legend { left: 0; top: 0; } /* IE renders monospace…
ie6.css themes/bartik/css/ie6.css #content { overflow: hidden; } .form-item-search-block-form { width: 50%; } .tabs ul.primary, .region-header .block-menu li a, .comment-form .form-item { zoom: 1; } #block-search-form .form-item-search-block-form input { width:…
ie6.css themes/seven/ie6.css ul.menu li, ul.menu li a, ul.links li, ul.links li a, .action-links, #page { height: 1%; } #block-system-main ul.admin-list li a { height: 1px; position: relative; display: block; } #block-system-main ul.admin-list li div.description a { …
ie7.css themes/seven/ie7.css ul.tabs.primary { padding: 0; } ul.primary li, ul.primary li a, ul.primary li.active a { float: none !important; display: inline; } ul.primary li, ul.primary li a, ul.primary li a.active, ul.primary li a:active, ul.primary li…
image-rtl.css modules/image/image-rtl.css /** * Image upload widget. */ div.image-preview { float: right; padding: 0 0 10px 10px; } div.image-widget-data { float: right; }
image.admin.css modules/image/image.admin.css /** * Image style configuration pages. */ div.image-style-new, div.image-style-new div { display: inline; } div.image-style-preview div.preview-image-wrapper { float: left; padding-bottom: 2em; text-align: center; top: 50%; width:…
image.admin.inc modules/image/image.admin.inc Administration pages for image settings.
image.api.php modules/image/image.api.php Hooks related to image styles and effects.
image.css modules/image/image.css /** * Image upload widget. */ div.image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; }
image.effects.inc modules/image/image.effects.inc Functions needed to execute image effects provided by Image module.
image.field.inc modules/image/image.field.inc Implement an image field, based on the file module's file field.
image.gd.inc modules/system/image.gd.inc GD2 toolkit for image manipulation within Drupal.
image.inc includes/image.inc API for manipulating images.
image.info modules/image/image.info name = Image description = Provides image manipulation tools. package = Core version = VERSION core = 7.x dependencies[] = file files[] = image.test configure = admin/config/media/image-styles
image.install modules/image/image.install Install, update and uninstall functions for the image module.
image.module modules/image/image.module Exposes global functionality for creating image styles.
image.test modules/simpletest/tests/image.test Tests for core image handling API.
image.test modules/image/image.test Tests for image.module.
image_module_styles_test.info modules/image/tests/image_module_styles_test.info name = Image Styles test description = Provides additional hook implementations for testing Image Styles functionality. package = Core version = VERSION core = 7.x files[] = image_module_styles_test.module dependencies[] = image_module_test hidden = TRUE
image_module_styles_test.module modules/image/tests/image_module_styles_test.module Provides additional Image module hook implementations for testing purposes.
image_module_test.info modules/image/tests/image_module_test.info name = Image test description = Provides hook implementations for testing Image module functionality. package = Core version = VERSION core = 7.x files[] = image_module_test.module hidden = TRUE
image_module_test.module modules/image/tests/image_module_test.module Provides Image module hook implementations for testing purposes.
image_test.info modules/simpletest/tests/image_test.info name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE
image_test.module modules/simpletest/tests/image_test.module Helper module for the image tests.
import1.css modules/simpletest/files/css_test_files/import1.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 */ …
import2.css modules/simpletest/files/css_test_files/import2.css p, select { font: 1em/160% Verdana, sans-serif; color: #494949; }
index.php developer/index.php
index.php index.php The PHP page that serves all page requests on a Drupal installation.
install.core.inc includes/install.core.inc API functions for installing Drupal.
install.inc includes/install.inc API functions for installing modules and themes.
install.inc includes/database/sqlite/install.inc SQLite specific install functions
install.inc includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
install.inc includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
INSTALL.mysql.txt INSTALL.mysql.txt CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set up (e.g., by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and…
INSTALL.pgsql.txt INSTALL.pgsql.txt CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g., by …
install.php install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt INSTALL.sqlite.txt SQLITE REQUIREMENTS ------------------- To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.6 or later with PDO, and the PDO SQLite driver must be enabled. SQLITE DATABASE…
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND…
iso.inc includes/iso.inc Provides a list of countries and languages based on ISO standards.
javascript-1.txt modules/simpletest/files/javascript-1.txt <script> alert('SimpleTest PHP was executed!'); </script>

Pages

Other projects