Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
filter.test | modules/ |
Tests for filter.module. | ||
filter.url-input.txt | modules/ |
This is just a www.test.com. paragraph with person@test.com. some http://www.test.com. urls thrown in and also <code>using www.test.com the code tag</code>. <blockquote> This is just a www.test.com. paragraph with person@test.com.… | ||
filter.url-output.txt | modules/ |
This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a… | ||
filter_test.info | modules/ |
name = Filter test module description = Tests filter hooks and functions. package = Testing version = VERSION core = 7.x hidden = TRUE | ||
filter_test.module | modules/ |
Test module for Filter module hooks and functions not used in core. | ||
fix-ie-rtl.css | themes/ |
body { /* Center layout */ text-align: center; } #squeeze { zoom: 1; direction: ltr; } #squeeze .left-corner { direction: rtl } #header-region, #wrapper #container { /* Reset text alignment */ text-align: right; } #wrapper #container… | ||
fix-ie.css | themes/ |
body { /* Center layout */ text-align: center; } #header-region, #wrapper #container { /* Reset text alignment */ text-align: left; /* LTR */ } #wrapper #container #center { /* Reduce amount of damage done by extremely wide content */ … | ||
form.api.php | modules/ |
Callbacks provided by the form system. | ||
form.inc | includes/ |
Functions for form and batch generation and processing. | ||
form.test | modules/ |
Unit tests for the Drupal Form API. | ||
Form API Reference | external_documentation/ |
Form API Reference | ||
form_test.file.inc | modules/ |
An include file to test loading it with the form API. | ||
form_test.info | modules/ |
name = "FormAPI Test" description = "Support module for Form API tests." package = Testing version = VERSION core = 7.x hidden = TRUE | ||
form_test.module | modules/ |
Helper module for the form API tests. | ||
forum-icon.tpl.php | modules/ |
Displays an appropriate icon for a forum post. | ||
forum-list.tpl.php | modules/ |
Displays a list of forums and containers. | ||
forum-rtl.css | modules/ |
Right-to-left styling for the Forum module. | ||
forum-submitted.tpl.php | modules/ |
Formats a forum post submission string. | ||
forum-topic-list.tpl.php | modules/ |
Displays a list of forum topics. | ||
forum.admin.inc | modules/ |
Administrative page callbacks for the Forum module. | ||
forum.css | modules/ |
Styling for the Forum module. | ||
forum.info | modules/ |
name = Forum description = Provides discussion forums. dependencies[] = taxonomy dependencies[] = comment package = Core version = VERSION core = 7.x files[] = forum.test configure = admin/structure/forum stylesheets[all][] = forum.css | ||
forum.install | modules/ |
Install, update, and uninstall functions for the Forum module. | ||
forum.module | modules/ |
Provides discussion forums. | ||
forum.pages.inc | modules/ |
User page callbacks for the Forum module. | ||
forum.test | modules/ |
Tests for forum.module. | ||
forums.tpl.php | modules/ |
Displays a forum. | ||
ftp.inc | includes/ |
|||
garland.info | themes/ |
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][] =… | ||
generate-d6-content.sh | scripts/ |
#!/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 | scripts/ |
Generates content for a Drupal 7 database to test the upgrade process. | ||
globals.php | external_documentation/ |
These are the global variables that Drupal uses. | ||
graph.inc | includes/ |
Directed acyclic graph manipulation. | ||
graph.test | modules/ |
Provides unit tests for graph.inc. | ||
help-rtl.css | modules/ |
.help-items { float: right; padding-right: 0; padding-left: 3%; } .help-items-last { padding-right: 0; padding-left: 0; } | ||
help.admin.inc | modules/ |
Admin page callbacks for the help module. | ||
help.css | modules/ |
.help-items { float: left; /* LTR */ width: 22%; padding-right: 3%; /* LTR */ } .help-items-last { padding-right: 0; /* LTR */ } | ||
help.info | modules/ |
name = Help description = Manages the display of online help. package = Core version = VERSION core = 7.x files[] = help.test | ||
help.module | modules/ |
Manages displaying online help. | ||
help.test | modules/ |
Tests for help.module. | ||
Helper.php | misc/ |
TYPO3\PharStreamWrapper | ||
html-1.txt | modules/ |
<h1>SimpleTest HTML</h1> | ||
html-2.html | modules/ |
|||
html.tpl.php | modules/ |
Default theme implementation to display the basic html structure of a single Drupal page. | ||
http.php | modules/ |
Fake an HTTP request, for use during testing. | ||
https.php | modules/ |
Fake an HTTPS request, for use during testing. | ||
ie-rtl.css | themes/ |
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/ |
/* 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… | ||
ie.css | themes/ |
.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;… | ||
ie6.css | themes/ |
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 { … |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.