Files

Primary tabs

File namesort descending Location Namespace Description
password.test drupal/modules/simpletest/tests/password.test Provides unit tests for password.inc.
path.admin.inc drupal/modules/path/path.admin.inc Administrative page callbacks for the path module.
path.api.php drupal/modules/path/path.api.php Hooks provided by the Path module.
path.inc drupal/includes/path.inc Functions to handle paths in Drupal, including path aliasing.
path.info drupal/modules/path/path.info name = Path description = Allows users to rename URLs. package = Core version = VERSION core = 7.x files[] = path.test configure = admin/config/search/path
path.module drupal/modules/path/path.module Enables users to rename URLs.
path.test drupal/modules/path/path.test Tests for the Path module.
path.test drupal/modules/simpletest/tests/path.test Tests for path.inc.
path_test.info drupal/modules/simpletest/tests/path_test.info name = "Hook path tests" description = "Support module for path hook testing." package = Testing version = VERSION core = 7.x hidden = TRUE
path_test.module drupal/modules/simpletest/tests/path_test.module Helper module for the path tests.
php-1.txt drupal/modules/simpletest/files/php-1.txt <?php print 'SimpleTest PHP was executed!'; ?>
php-2.php drupal/modules/simpletest/files/php-2.php
php.info drupal/modules/php/php.info name = PHP filter description = Allows embedded PHP code/snippets to be evaluated. package = Core version = VERSION core = 7.x files[] = php.test
php.install drupal/modules/php/php.install Install, update and uninstall functions for the php module.
php.module drupal/modules/php/php.module Additional filter for PHP input.
php.test drupal/modules/php/php.test Tests for php.module.
phptemplate.engine drupal/themes/engines/phptemplate/phptemplate.engine Handles integration of PHP templates with the Drupal theme system.
poll-bar--block.tpl.php drupal/modules/poll/poll-bar--block.tpl.php Default theme implementation to display the bar for a single choice in a poll.
poll-bar.tpl.php drupal/modules/poll/poll-bar.tpl.php Default theme implementation to display the bar for a single choice in a poll.
poll-results--block.tpl.php drupal/modules/poll/poll-results--block.tpl.php Default theme implementation to display the poll results in a block.
poll-results.tpl.php drupal/modules/poll/poll-results.tpl.php Default theme implementation to display the poll results in a block.
poll-rtl.css drupal/modules/poll/poll-rtl.css .poll .bar .foreground { float: right; } .poll .percent { text-align: left; } .poll .vote-form .choices { text-align: right; }
poll-vote.tpl.php drupal/modules/poll/poll-vote.tpl.php Default theme implementation to display voting form for a poll.
poll.css drupal/modules/poll/poll.css .poll { overflow: hidden; } .poll .bar { height: 1em; margin: 1px 0; background-color: #ddd; } .poll .bar .foreground { background-color: #000; height: 1em; float: left; /* LTR */ } .poll .links { text-align: center; } .poll .percent…
poll.info drupal/modules/poll/poll.info name = Poll description = Allows your site to capture votes on different topics in the form of multiple choice questions. package = Core version = VERSION core = 7.x files[] = poll.test stylesheets[all][] = poll.css
poll.install drupal/modules/poll/poll.install Install, update and uninstall functions for the poll module.
poll.module drupal/modules/poll/poll.module Enables your site to capture votes on different topics in the form of multiple choice questions.
poll.pages.inc drupal/modules/poll/poll.pages.inc User page callbacks for the poll module.
poll.test drupal/modules/poll/poll.test Tests for poll.module.
poll.tokens.inc drupal/modules/poll/poll.tokens.inc Builds placeholder replacement tokens for values specific to Poll nodes.
prefetch.inc drupal/includes/database/prefetch.inc Database interface code for engines that need complete control over their result sets. For example, SQLite will prefix some column names by the name of the table. We post-process the data, by renaming the column names using the same convention as…
preview.css drupal/themes/garland/color/preview.css /* Positioning */ #preview { overflow: hidden; max-width: 100%; } #preview, #preview #img { width: 600px; height: 371px; } #preview #gradient-0 { position: absolute; left: 0; right: 0; top: 19px; height: 120px; z-index:…
preview.css drupal/themes/bartik/color/preview.css /* ---------- Color form ----------- */ #color_scheme_form #palette .form-item { width: 25em; } #color_scheme_form #palette .form-item label { width: 15em; } /* ---------- Preview Styles ----------- */ html.js #preview { clear: both; float:…
preview.html drupal/themes/bartik/color/preview.html
preview.html drupal/modules/color/preview.html
print-rtl.css drupal/misc/print-rtl.css body { direction: rtl; } th { text-align: right; }
print.css drupal/themes/bartik/css/print.css /* ---------- General Layout ---------- */ body, input, textarea, select { color: #000; background: none; } body.two-sidebars, body.sidebar-first, body.sidebar-second, body { width:…
print.css drupal/misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { …
print.css drupal/themes/garland/print.css body, input, textarea, select { color: #000; background: none; font-family: Verdana, sans-serif; font-size: 11pt; } ul.main-menu, ul.secondary-menu, #header-region, .sidebar { display:…
profile-block.tpl.php drupal/modules/profile/profile-block.tpl.php Default theme implementation for displaying a users profile within a block. It only shows in relation to a node displayed as a full page.
profile-listing.tpl.php drupal/modules/profile/profile-listing.tpl.php Default theme implementation for displaying a user and their profile data for member listing pages.
profile-wrapper.tpl.php drupal/modules/profile/profile-wrapper.tpl.php Default theme implementation for wrapping member listings and their profiles.
profile.admin.inc drupal/modules/profile/profile.admin.inc Administrative page callbacks for the profile module.
profile.css drupal/modules/profile/profile.css #profile-fields td.category { font-weight: bold; } #profile-fields tr.category-message { color: #999; } #profile-fields tr.category-populated { display: none; }
profile.info drupal/modules/profile/profile.info name = Profile description = Supports configurable user profiles. package = Core version = VERSION core = 7.x files[] = profile.test configure = admin/config/people/profile ; The Profile module is deprecated, and included in Drupal 7 for legacy ;…
profile.install drupal/modules/profile/profile.install Install, update and uninstall functions for the profile module.
profile.module drupal/modules/profile/profile.module Support for configurable user profiles.
profile.pages.inc drupal/modules/profile/profile.pages.inc User page callbacks for the profile module.
profile.test drupal/modules/profile/profile.test Tests for profile.module.
PSR0WebTest.php drupal/modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php Drupal\simpletest\Tests

Pages

Other projects