redirect_handler_field_redirect_source.inc |
core/modules/redirect/views/redirect_handler_field_redirect_source.inc |
Redirect field handler for {redirect}.source. |
redirect_handler_filter_redirect_type.inc |
core/modules/redirect/views/redirect_handler_filter_redirect_type.inc |
Filter by redirect type. |
search.admin.inc |
core/modules/search/search.admin.inc |
Admin page callbacks for the Search module. |
search.api.php |
core/modules/search/search.api.php |
Hooks provided by the Search module. |
search.extender.inc |
core/modules/search/search.extender.inc |
Search query extender and helper functions. |
search.info |
core/modules/search/search.info |
type = module
name = Search
description = Enables site-wide keyword searching.
package = Search
tags[] = Utility
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/search/settings
stylesheets[all][] = search.theme.css |
search.install |
core/modules/search/search.install |
Install, update and uninstall functions for the search module. |
search.module |
core/modules/search/search.module |
Enables site-wide keyword searching. |
search.pages.inc |
core/modules/search/search.pages.inc |
User page callbacks for the search module. |
search.theme.inc |
core/modules/search/search.theme.inc |
Theme functions for the Search module. |
search-results.tpl.php |
core/modules/search/templates/search-results.tpl.php |
Default theme implementation for displaying search results. |
search.test |
core/modules/search/tests/search.test |
Tests for search.module. |
search.tests.info |
core/modules/search/tests/search.tests.info |
[SearchMatchTestCase]
name = Search engine queries
description = Indexes content and queries it.
group = Search
file = search.test
[SearchPageText]
name = Search page text
description = Tests the bike shed text on the no results page, and various… |
search_embedded_form.info |
core/modules/search/tests/search_embedded_form/search_embedded_form.info |
name = "Search embedded form"
description = "Support module for search module testing of embedded forms."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_embedded_form.module |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Test module implementing a form that can be embedded in search results. |
search_extra_type.info |
core/modules/search/tests/search_extra_type/search_extra_type.info |
name = "Test search type"
description = "Support module for search module testing."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
search_extra_type.module |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Dummy module implementing a search type for search module testing. |
UnicodeTest.txt |
core/modules/search/tests/UnicodeTest.txt |
… |
search.views.inc |
core/modules/search/views/search.views.inc |
Provide views data and handlers for search.module. |
views_handler_argument_search.inc |
core/modules/search/views/views_handler_argument_search.inc |
Definition of views_handler_argument_search. |
views_handler_field_search_score.inc |
core/modules/search/views/views_handler_field_search_score.inc |
Definition of views_handler_field_search_score. |
views_handler_filter_search.inc |
core/modules/search/views/views_handler_filter_search.inc |
Contains a search filter handler. |
views_handler_sort_search_score.inc |
core/modules/search/views/views_handler_sort_search_score.inc |
Definition of views_handler_sort_search_score. |
views_plugin_row_search_view.inc |
core/modules/search/views/views_plugin_row_search_view.inc |
Definition of views_plugin_row_search_view. |
backdrop_web_test_case.php |
core/modules/simpletest/backdrop_web_test_case.php |
|
backdrop_web_test_case_cache.php |
core/modules/simpletest/backdrop_web_test_case_cache.php |
|
simpletest.css |
core/modules/simpletest/css/simpletest.css |
Styles used in selecting tests and displaying results. |
comment_hacks.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
comment_hacks.css.optimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css |
.test1{display:block;}html .clear-block{height:1%;}.clear-block{display:block;font:italic bold 12px/30px… |
comment_hacks.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css |
/*
* A sample css file, designed to test the effectiveness and stability
* of function <code>backdrop_load_stylesheet_content()</code>.
*
*/
/*
A large comment block to test for segfaults and speed. This is 60K a's. Extreme but useful… |
css_input_without_import.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css |
Basic css that does not use import |
css_input_without_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css |
body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;}.this
.is
.a
.test{font:1em/100% Verdana,sans-serif;color:#494949;}some :pseudo… |
css_input_without_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css |
Basic css that does not use import |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.optimized.css |
@import url("http://example.com/style.css");@import url("//example.com/style.css");@import url("https://example.com/css2?family=Test-Font:ital,wght@0,400;0,500;1,400;1,500&display=swap");ul,select{font:1em/160%… |
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_input_with_import.css.unoptimized.css |
@import url("http://example.com/style.css");
@import url("//example.com/style.css");
/* Test import URLs with semi-colons. */
/* See https://github.com/backdrop/backdrop-issues/issues/6337 */
@import… |
css_input_with_import.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css |
@import "../import1.css";
@import "../import2.css";
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;
}
.this .is .a .test {
font: 1em/100% Verdana, sans-serif;
… |
css_input_with_import.css.optimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css |
ul,select{font:1em/160% Verdana,sans-serif;color:#494949;}.ui-icon{background-image:url(../images/icon.png);}.data .double-quote{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");}.data… |
css_input_with_import.css.unoptimized.css |
core/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.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… |
import1.css |
core/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 |
core/modules/simpletest/files/css_test_files/import2.css |
p, select {
font: 1em/160% Verdana, sans-serif;
color: #494949;
} |
html-1.txt |
core/modules/simpletest/files/html-1.txt |
<h1>SimpleTest HTML</h1> |
html-2.html |
core/modules/simpletest/files/html-2.html |
|
javascript-1.txt |
core/modules/simpletest/files/javascript-1.txt |
<script>
alert('SimpleTest PHP was executed!');
</script> |
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 |
|
sql-1.txt |
core/modules/simpletest/files/sql-1.txt |
SELECT invalid_field FROM {invalid_table} |
simpletest.api.php |
core/modules/simpletest/simpletest.api.php |
Hooks provided by the SimpleTest module. |
simpletest.info |
core/modules/simpletest/simpletest.info |
type = module
name = Testing
description = Provides a framework for unit and functional testing.
package = Development
tags[] = Testing
version = BACKDROP_VERSION
backdrop = 1.x
configure = admin/config/development/testing/settings |
simpletest.install |
core/modules/simpletest/simpletest.install |
Install, update and uninstall functions for the simpletest module. |