You are here

Files in Drupal 7

Primary tabs

File namesort descending Location Namespace Description
image.effects.inc modules/image/image.effects.inc Functions needed to execute image effects provided by Image module.
image.field.inc modules/image/image.field.inc Implement an image field, based on the file module's file field.
image.gd.inc modules/system/image.gd.inc GD2 toolkit for image manipulation within Drupal.
image.inc includes/image.inc API for manipulating images.
image.info modules/image/image.info name = Image description = Provides image manipulation tools. package = Core version = VERSION core = 7.x dependencies[] = file files[] = image.test configure = admin/config/media/image-styles
image.install modules/image/image.install Install, update and uninstall functions for the image module.
image.module modules/image/image.module Exposes global functionality for creating image styles.
image.test modules/simpletest/tests/image.test Tests for core image handling API.
image.test modules/image/image.test Tests for image.module.
image_module_test.info modules/image/tests/image_module_test.info name = Image test description = Provides hook implementations for testing Image module functionality. package = Core version = VERSION core = 7.x files[] = image_module_test.module hidden = TRUE
image_module_test.module modules/image/tests/image_module_test.module Provides Image module hook implementations for testing purposes.
image_test.info modules/simpletest/tests/image_test.info name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE
image_test.module modules/simpletest/tests/image_test.module Helper module for the image tests.
import1.css 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 modules/simpletest/files/css_test_files/import2.css p, select { font: 1em/160% Verdana, sans-serif; color: #494949; }
index.php index.php The PHP page that serves all page requests on a Drupal installation.
install.core.inc includes/install.core.inc API functions for installing Drupal.
install.inc includes/install.inc API functions for installing modules and themes.
install.inc includes/database/sqlite/install.inc SQLite specific install functions
install.inc includes/database/pgsql/install.inc Install functions for PostgreSQL embedded database engine.
install.inc includes/database/mysql/install.inc Installation code for MySQL embedded database engine.
INSTALL.mysql.txt INSTALL.mysql.txt CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set up (e.g., by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and…
INSTALL.pgsql.txt INSTALL.pgsql.txt CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g., by …
install.php install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt INSTALL.sqlite.txt SQLITE REQUIREMENTS ------------------- To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.2 or later with PDO, and the PDO SQLite driver must be enabled. SQLITE DATABASE…
INSTALL.txt INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND…
iso.inc includes/iso.inc Provides a list of countries and languages based on ISO standards.
javascript-1.txt modules/simpletest/files/javascript-1.txt <script> alert('SimpleTest PHP was executed!'); </script>
jquery.ui.accordion.css misc/ui/jquery.ui.accordion.css /* * jQuery UI Accordion 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming */ /* IE/Win - Fix…
jquery.ui.autocomplete.css misc/ui/jquery.ui.autocomplete.css /* * jQuery UI Autocomplete 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming
jquery.ui.button.css misc/ui/jquery.ui.button.css /* * jQuery UI Button 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */ .ui-button { display:…
jquery.ui.core.css misc/ui/jquery.ui.core.css /* * jQuery UI CSS Framework 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API */ /* Layout…
jquery.ui.datepicker.css misc/ui/jquery.ui.datepicker.css /* * jQuery UI Datepicker 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */ .ui-datepicker…
jquery.ui.dialog.css misc/ui/jquery.ui.dialog.css /* * jQuery UI Dialog 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */ .ui-dialog { position:…
jquery.ui.progressbar.css misc/ui/jquery.ui.progressbar.css /* * jQuery UI Progressbar 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming
jquery.ui.resizable.css misc/ui/jquery.ui.resizable.css /* * jQuery UI Resizable 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable {…
jquery.ui.selectable.css misc/ui/jquery.ui.selectable.css /* * jQuery UI Selectable 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Selectable#theming
jquery.ui.slider.css misc/ui/jquery.ui.slider.css /* * jQuery UI Slider 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Slider#theming */ .ui-slider { position:…
jquery.ui.tabs.css misc/ui/jquery.ui.tabs.css /* * jQuery UI Tabs 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */ .ui-tabs { position:…
jquery.ui.theme.css themes/seven/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
jquery.ui.theme.css misc/ui/jquery.ui.theme.css /* * jQuery UI CSS Framework 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To view and…
json-encode.inc includes/json-encode.inc Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0.
language.api.php modules/system/language.api.php Hooks provided by the base system for language support.
language.inc includes/language.inc Language Negotiation API.
layout-rtl.css themes/bartik/css/layout-rtl.css /* ---------- Basic Layout RTL Styles -----------…
layout.css themes/stark/layout.css Stark layout method
layout.css themes/bartik/css/layout.css /* ---------- Basic Layout Styles ----------- */ html, body, #page { height: 100%; } #page-wrapper { min-height: 100%; min-width: 960px; } #header div.section, #featured div.section, #messages…
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this…
list.info modules/field/modules/list/list.info name = List description = Defines list field types. Use with Options to create selection lists. package = Core version = VERSION core = 7.x dependencies[] = field dependencies[] = options files[] = tests/list.test
list.install modules/field/modules/list/list.install Install, update and uninstall functions for the list module.

Pages

Other projects