dependency_test1.info |
core/modules/simpletest/tests/dependency_test1.info |
name = "Dependency test 1"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
dependency_test1.module |
core/modules/simpletest/tests/dependency_test1.module |
|
dependency_test2.info |
core/modules/simpletest/tests/dependency_test2.info |
name = "Dependency test 2"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
dependency_test2.module |
core/modules/simpletest/tests/dependency_test2.module |
|
dependency_test3.info |
core/modules/simpletest/tests/dependency_test3.info |
name = "Dependency test 3"
description = "Test module for checking dependencies."
package = Testing
version = BACKDROP_VERSION
type = module
backdrop = 1.x
hidden = TRUE |
dependency_test3.module |
core/modules/simpletest/tests/dependency_test3.module |
|
deprecated_redirect_test.info |
core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.info |
name = "Deprecated Redirect Test"
description = "Testing module to confirm deprecated paths can redirect to new paths."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
deprecated_redirect_test.module |
core/modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.module |
|
dialog.css |
core/misc/ckeditor/skins/moono-lisa/dialog.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
dialog.css |
core/themes/basis/css/component/dialog.css |
jQuery UI dialog styles. |
dialog.css |
core/misc/ckeditor/plugins/dialog/styles/dialog.css |
.cke_dialog_open {
overflow: hidden;
}
.cke_dialog_container {
position: fixed;
overflow-y: auto;
overflow-x: auto;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10010;
}
.cke_dialog_body {
position: relative;
} |
dialog.theme.css |
core/misc/dialog.theme.css |
/**
* Presentational styles for Backdrop dialogs.
*/
.ui-dialog {
position: absolute;
z-index: 1260;
overflow: visible;
color: #000;
background: #fff;
border: solid 1px #ccc;
padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
… |
dialog_ie.css |
core/misc/ckeditor/skins/moono-lisa/dialog_ie.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
dialog_ie8.css |
core/misc/ckeditor/skins/moono-lisa/dialog_ie8.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
dialog_iequirks.css |
core/misc/ckeditor/skins/moono-lisa/dialog_iequirks.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
diff.inc |
core/includes/diff.inc |
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3) |
dk.php |
core/includes/transliteration/dk.php |
|
dropbutton.css |
core/misc/dropbutton.css |
Base styles for dropbuttons. |
dropbutton.theme.css |
core/misc/dropbutton.theme.css |
General styles for dropbuttons. |
drupal-7.language.database.php |
core/modules/simpletest/tests/upgrade/drupal-7.language.database.php |
Database additions for language tests. Used in upgrade.language.test. |
drupal.classes.inc |
core/includes/drupal.classes.inc |
Contains class and interface wrappers for Drupal 7.x compatibility. |
drupal.inc |
core/includes/drupal.inc |
Contains constants and function wrappers for Drupal 7.x compatibility. |
dump-database-d7.sh |
core/scripts/dump-database-d7.sh |
Dump a Drupal 7 database into a Drupal 7 PHP script to test the upgrade
process. |
editor.css |
core/misc/ckeditor/skins/moono-lisa/editor.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
editor.css |
core/themes/bartik/css/editor.css |
/**
* Styles to be included within the rich-text editor.
*/
body {
line-height: 1.5;
font-size: 87.5%;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:link,
a:visited {
text-decoration: none;
}
a:hover,
a:active,
a:focus… |
editor_gecko.css |
core/misc/ckeditor/skins/moono-lisa/editor_gecko.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
editor_ie.css |
core/misc/ckeditor/skins/moono-lisa/editor_ie.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
editor_ie8.css |
core/misc/ckeditor/skins/moono-lisa/editor_ie8.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
editor_iequirks.css |
core/misc/ckeditor/skins/moono-lisa/editor_iequirks.css |
/*
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support… |
email.info |
core/modules/email/email.info |
type = module
name = Email
description = Defines an email field type.
package = Fields
tags[] = Mail
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x |
email.install |
core/modules/email/email.install |
Defines schema for email fields |
email.module |
core/modules/email/email.module |
Module file for the email module, which creates an email address field. |
email.test |
core/modules/email/tests/email.test |
|
email.tests.info |
core/modules/email/tests/email.tests.info |
[EmailFieldTestCase]
name = Email field
description = Tests email field functionality.
group = Field types
file = email.test |
email_example.info |
modules/examples/email_example/email_example.info |
name = Email Example
description = Demonstrate how to use the email APIs.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module |
email_example.module |
modules/examples/email_example/email_example.module |
Hook implementations for the Email Example module. |
email_example.test |
modules/examples/email_example/tests/email_example.test |
Simpletest case for email_example module. |
email_example.tests.info |
modules/examples/email_example/tests/email_example.tests.info |
[EmailExampleTestCase]
name = Email example functionality
description = Verify email submission using the contact form.
group = Example modules
file = email_example.test |
entity.api.php |
core/modules/entity/entity.api.php |
Hooks provided by the Entity module. |
entity.class.inc |
core/modules/entity/entity.class.inc |
Provides an interface and a base class for entities. |
entity.controller.inc |
core/modules/entity/entity.controller.inc |
Entity API controller classes and interface. |
entity.info |
core/modules/entity/entity.info |
type = module
name = Entity
description = API for managing entities like nodes and users.
package = System
tags[] = Content
version = BACKDROP_VERSION
backdrop = 1.x
required = TRUE |
entity.module |
core/modules/entity/entity.module |
Entity API for handling entities like nodes or users. |
entity.query.inc |
core/modules/entity/entity.query.inc |
Entity query API. |
entity.test |
core/modules/entity/tests/entity.test |
Entity CRUD API tests. |
entity.tests.info |
core/modules/entity/tests/entity.tests.info |
[EntityAPITestCase]
name = Entity CRUD
description = Tests basic CRUD functionality.
group = Entity API
file = entity.test
[EntityAPIInfoTestCase]
name = Entity info
description = Makes sure entity info is accurately cached.
group = Entity API
file =… |
entity.theme.inc |
core/modules/entity/entity.theme.inc |
Holds the Entity module's theme functions. |
entity.tokens.inc |
core/modules/entity/entity.tokens.inc |
Token callbacks for the entity module. |
entity.tpl.php |
core/modules/entity/templates/entity.tpl.php |
Default theme implementation for entities. |
entityreference.admin.css |
core/modules/entityreference/css/entityreference.admin.css |
.entityreference-settings {
margin-left: 1.5em;
} |