Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| STREAM_WRAPPERS_NORMAL | constant | includes/ |
Stream wrapper type flag -- the default when 'type' is omitted from hook_stream_wrappers(). This does not include STREAM_WRAPPERS_LOCAL, because PHP grants a greater trust level to local files (for example, they can be used in an… |
| STREAM_WRAPPERS_READ | constant | includes/ |
Stream wrapper bit flag -- wrapper is readable (almost always true). |
| STREAM_WRAPPERS_READ_VISIBLE | constant | includes/ |
Stream wrapper type flag -- visible and read-only. |
| STREAM_WRAPPERS_VISIBLE | constant | includes/ |
Stream wrapper bit flag -- exposed in the UI and potentially web accessible. |
| STREAM_WRAPPERS_WRITE | constant | includes/ |
Stream wrapper bit flag -- wrapper is writeable. |
| STREAM_WRAPPERS_WRITE_VISIBLE | constant | includes/ |
Stream wrapper type flag -- visible, readable and writeable. |
| Stub | class | misc/ |
@internal Experimental implementation of Phar archive internals |
| Stub.php | file | misc/ |
|
| Stub::$content | property | misc/ |
|
| Stub::$mappedAlias | property | misc/ |
|
| Stub::fromContent | function | misc/ |
|
| Stub::getContent | function | misc/ |
|
| Stub::getMappedAlias | function | misc/ |
|
| style-rtl.css | file | themes/ |
/** * Generic elements. */ dl dd, dl dl { margin-right: 20px; } ul, .block ul, .item-list ul { margin: 0.25em 1.5em 0.25em 0; } ol { margin: 0.25em 2em 0.25em 0; } /** * Skip link. */ #skip-link { right: 50%; margin-right:… |
| style-rtl.css | file | themes/ |
html { direction: rtl; } /** * Generic elements */ body { direction: rtl; } ul, .block ul, ol { padding: 0 1.5em 0 0; } ul.menu, .item-list ul { margin: 0.35em -0.5em 0 0; } ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin:… |
| style-rtl.css | file | themes/ |
/* ------------------ Reset Styles ------------------ */ caption, th, td { text-align: right; } blockquote { border-left: none; border-right: 4px solid #afafaf; } blockquote:before { content: "\201D"; } blockquote:after { content:… |
| style.css | file | themes/ |
/** * Generic elements. */ body { color: #000; background: #fff; font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif; } a { color: #0074BD; text-decoration: none; } a:hover { text-decoration:… |
| style.css | file | themes/ |
/** * Generic elements */ body { margin: 0; padding: 0; background: #edf5fa; font: 76%/170% Verdana, sans-serif; color: #494949; } input { font: 1em/100% Verdana, sans-serif; color: #494949; } textarea, select { font: 1em/160%… |
| style.css | file | themes/ |
/* ---------- Overall Specifications ---------- */ body { line-height: 1.5; font-size: 87.5%; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0; } a:link, a:visited { text-decoration:… |
| SummaryLengthTestCase | class | modules/ |
Tests the summary length functionality. |
| SummaryLengthTestCase::getInfo | function | modules/ |
|
| SummaryLengthTestCase::testSummaryLength | function | modules/ |
Tests the node summary length functionality. |
| syslog.info | file | modules/ |
name = Syslog description = Logs and records system events to syslog. package = Core version = VERSION core = 7.x files[] = syslog.test configure = admin/config/development/logging |
| syslog.install | file | modules/ |
Install, update and uninstall functions for the syslog module. |
| syslog.module | file | modules/ |
|
| syslog.test | file | modules/ |
Tests for syslog.module. |
| SyslogTestCase | class | modules/ |
Tests the Syslog module functionality. |
| SyslogTestCase::getInfo | function | modules/ |
|
| SyslogTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| SyslogTestCase::testSettings | function | modules/ |
Tests the syslog settings page. |
| syslog_facility_list | function | modules/ |
Lists all possible syslog facilities for UNIX/Linux. |
| syslog_form_system_logging_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
| syslog_help | function | modules/ |
Implements hook_help(). |
| syslog_uninstall | function | modules/ |
Implements hook_uninstall(). |
| syslog_watchdog | function | modules/ |
Implements hook_watchdog(). |
| system.admin-rtl.css | file | modules/ |
RTL styles for administration pages. |
| system.admin.css | file | modules/ |
Styles for administration pages. |
| system.admin.inc | file | modules/ |
Admin page callbacks for the system module. |
| system.api.php | file | modules/ |
Hooks provided by Drupal core and the System module. |
| system.archiver.inc | file | modules/ |
Archiver implementations provided by the system module. |
| system.base-rtl.css | file | modules/ |
Generic theme-independent base styles. |
| system.base.css | file | modules/ |
Generic theme-independent base styles. |
| system.base.css | file | modules/ |
/** * This file is for testing CSS file override in * CascadingStylesheetsTestCase::testRenderOverride(). * No contents are necessary. */ |
| system.info | file | modules/ |
name = System description = Handles general site configuration for administrators. package = Core version = VERSION core = 7.x files[] = system.archiver.inc files[] = system.mail.inc files[] = system.queue.inc files[] = system.tar.inc files[] =… |
| system.install | file | modules/ |
Install, update and uninstall functions for the system module. |
| system.mail.inc | file | modules/ |
Drupal core implementations of MailSystemInterface. |
| system.maintenance.css | file | modules/ |
/** * Update styles */ #update-results { margin-top: 3em; padding: 0.25em; border: 1px solid #ccc; background: #eee; font-size: smaller; } #update-results h2 { margin-top: 0.25em; } #update-results h4 { margin-bottom:… |
| system.menus-rtl.css | file | modules/ |
RTL styles for menus and navigation markup. |
| system.menus.css | file | modules/ |
Styles for menus and navigation markup. |
| system.messages-rtl.css | file | modules/ |
RTL Styles for system messages. |
Pagination
- Previous page
- Page 178
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.