page_example.test |
modules/examples/page_example/tests/page_example.test |
Test case for Testing the page example module. |
page_example.tests.info |
modules/examples/page_example/tests/page_example.tests.info |
[PageExampleTestCase]
name = Page example functionality
description = Creates a page and renders the content based on arguments passed in the URL.
group = Example modules
file = page_example.test |
password-hash.sh |
core/scripts/password-hash.sh |
#!/usr/bin/env php
<?php
/**
* Backdrop hash script - to generate a hash from a plaintext password
*
* Check for your PHP interpreter - on Windows you'll probably have to
* replace line 1 with
* #!c:/program files/php/php.exe
*
*… |
password.inc |
core/includes/password.inc |
Secure password hashing functions for user authentication. |
password.test |
core/modules/simpletest/tests/password.test |
Provides unit tests for password.inc. |
path.admin.css |
core/modules/path/css/path.admin.css |
.path-bulk-update-form .path-type {
margin-left: 40px; /* LTR */
}
.path-bulk-update-form [dir="rtl"] .path-type {
margin-left: 0;
margin-right: 40px;
}
.path-bulk-update-form th .form-checkbox {
margin-right: 10px; /* LTR… |
path.admin.inc |
core/modules/path/path.admin.inc |
Admin page callbacks for the Path module. |
path.api.php |
core/modules/path/path.api.php |
Hooks provided by the Path module. |
path.inc |
core/modules/path/path.inc |
Miscellaneous functions for Path module. |
path.inc |
core/includes/path.inc |
Functions to handle paths in Backdrop, including URL aliasing. |
path.info |
core/modules/path/path.info |
name = Path
description = Allows users to rename URLs.
package = System
tags[] = URL Handling
version = BACKDROP_VERSION
type = module
backdrop = 1.x
configure = admin/config/urls/path |
path.install |
core/modules/path/path.install |
Install, update, and uninstall functions for Path module. |
path.module |
core/modules/path/path.module |
Enables users to customize URLs and provide automatic URL alias patterns. |
path.test |
core/modules/path/tests/path.test |
Tests for the Path module. |
path.test |
core/modules/simpletest/tests/path.test |
Tests for path.inc. |
path.tests.info |
core/modules/path/tests/path.tests.info |
[PathTestCase]
name = URL alias functionality
description = Add, edit, delete, and change alias and verify its consistency in the database.
group = Path
file = path.test
[PathTaxonomyTermTestCase]
name = Taxonomy term URL aliases
description = Tests… |
path.tokens.inc |
core/modules/path/path.tokens.inc |
Token integration for the Path module. |
path_layout_access.inc |
core/modules/layout/plugins/access/path_layout_access.inc |
Plugin to provide access control/visibility based on path. |
path_pattern.test |
core/modules/path/tests/path_pattern.test |
Functionality tests for automatic path generation. |
path_test.info |
core/modules/simpletest/tests/path_test.info |
name = "Hook path tests"
description = "Support module for path hook testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
path_test.module |
core/modules/simpletest/tests/path_test.module |
Helper module for the path tests. |
php-1.txt |
core/modules/simpletest/files/php-1.txt |
<?php
print 'SimpleTest PHP was executed!';
?> |
php-2.php |
core/modules/simpletest/files/php-2.php |
|
phptemplate.engine |
core/themes/engines/phptemplate/phptemplate.engine |
Handles integration of PHP templates with the Backdrop theme system. |
plugin.inc |
core/modules/views/includes/plugin.inc |
|
prefetch.inc |
core/includes/database/prefetch.inc |
Database interface code for engines that need complete control over their
result sets. |
preview.css |
core/themes/bartik/color/preview.css |
/* ---------- Preview Styles ----------- */
.js #preview {
clear: both;
float: none !important;
}
#preview {
min-width: 640px;
background-color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
… |
preview.html |
core/themes/bartik/color/preview.html |
|
preview.html |
core/modules/color/preview.html |
|
print.css |
core/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: 640px;
}
#admin_menu,
#footer,
.tabs {
display: none;
}
/*… |
print.css |
core/themes/basis/css/print.css |
html.admin-bar body {
padding-top: 0;
}
.tabs {
display: none;
}
.l-header,
.breadcrumb,
.pager-first,
.pager-previous,
.pager-ellipsis,
.pager-next,
.pager-last,
.pager-item {
background: transparent;
}
.l-header… |
print.css |
core/misc/print.css |
body {
margin: 1em;
background-color: #fff;
}
[dir="rtl"] body {
direction: rtl;
}
th {
text-align: left; /* LTR */
color: #006;
border-bottom: 1px solid #ccc;
}
[dir="rtl"] th {
text-align: right;
}
tr.odd {
… |
progress.css |
core/themes/basis/css/component/progress.css |
Progress Bar |
query.inc |
core/includes/database/query.inc |
Non-specific Database query code. Used by all engines. |
query.inc |
core/includes/database/mysql/query.inc |
Query code for MySQL embedded database engine. |
queue_example.css |
modules/examples/queue_example/queue_example.css |
.form-item-string-to-add, div.form-item-claim-time {
display: inline;
} |
queue_example.info |
modules/examples/queue_example/queue_example.info |
name = Queue Example
description = Examples of using the queue API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
queue_example.module |
modules/examples/queue_example/queue_example.module |
Hook implementations for the Queue Example module. |
queue_example.test |
modules/examples/queue_example/tests/queue_example.test |
Test the queue example module. |
queue_example.tests.info |
modules/examples/queue_example/tests/queue_example.tests.info |
[QueueExampleTestCase]
name = Queue example functionality
description = Tests Queue functionality.
group = Example modules
file = queue_example.test |
redirect.admin.inc |
core/modules/redirect/redirect.admin.inc |
Admin page callbacks for the Redirect module. |
redirect.api.php |
core/modules/redirect/redirect.api.php |
Hooks provided by the Redirect module. |
redirect.class.inc |
core/modules/redirect/redirect.class.inc |
|
redirect.info |
core/modules/redirect/redirect.info |
type = module
name = Redirect
description = Allows users to redirect from old URLs to new URLs.
package = System
tags[] = URL handling
backdrop = 1.x
version = BACKDROP_VERSION
configure = admin/config/urls/redirect/settings |
redirect.install |
core/modules/redirect/redirect.install |
Install, update and uninstall functions for the Redirect module. |
redirect.module |
core/modules/redirect/redirect.module |
|
redirect.test |
core/modules/redirect/tests/redirect.test |
Unit tests for the redirect module. |
redirect.tests.info |
core/modules/redirect/tests/redirect.tests.info |
[RedirectUnitTest]
name = Redirect unit tests
description = Test basic functions and functionality.
group = Redirect
file = redirect.test
[RedirectFunctionalTest]
name = Redirect functional tests
description = Test interface functionality.
group =… |
redirect.views.inc |
core/modules/redirect/views/redirect.views.inc |
Views integration and data for the redirect module. |
redirect_handler_field_redirect_link_delete.inc |
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
Redirect field handler for edit links. |