Files

Primary tabs

File name Locationsort descending Namespace Description
install.core.inc drupal/includes/install.core.inc API functions for installing Drupal.
install.inc drupal/includes/install.inc API functions for installing modules and themes.
iso.inc drupal/includes/iso.inc Provides a list of countries and languages based on ISO standards.
json-encode.inc drupal/includes/json-encode.inc Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0.
language.inc drupal/includes/language.inc Language Negotiation API.
locale.inc drupal/includes/locale.inc Administration functions for locale.module.
lock.inc drupal/includes/lock.inc A database-mediated implementation of a locking mechanism.
mail.inc drupal/includes/mail.inc API functions for processing and sending e-mail.
menu.inc drupal/includes/menu.inc API for the Drupal menu system.
module.inc drupal/includes/module.inc API for loading and interacting with Drupal modules.
pager.inc drupal/includes/pager.inc Functions to aid in presenting database results as a set of pages.
password.inc drupal/includes/password.inc Secure password hashing functions for user authentication.
path.inc drupal/includes/path.inc Functions to handle paths in Drupal, including path aliasing.
registry.inc drupal/includes/registry.inc This file contains the code registry parser engine.
session.inc drupal/includes/session.inc User session handling functions.
stream_wrappers.inc drupal/includes/stream_wrappers.inc Drupal stream wrapper interface.
tablesort.inc drupal/includes/tablesort.inc Functions to aid in the creation of sortable tables.
theme.inc drupal/includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc drupal/includes/theme.maintenance.inc Theming for maintenance pages.
token.inc drupal/includes/token.inc Drupal placeholder/token replacement system.
unicode.entities.inc drupal/includes/unicode.entities.inc
unicode.inc drupal/includes/unicode.inc Provides Unicode-related conversions and operations.
update.inc drupal/includes/update.inc Drupal database update API.
updater.inc drupal/includes/updater.inc Classes used for updating various files in the Drupal webroot. These classes use a FileTransfer object to actually perform the operations. Normally, the FileTransfer is provided when the site owner is redirected to authorize.php as part of a multistep…
utility.inc drupal/includes/utility.inc Miscellaneous functions.
xmlrpc.inc drupal/includes/xmlrpc.inc Drupal XML-RPC library.
xmlrpcs.inc drupal/includes/xmlrpcs.inc Provides API for defining and handling XML-RPC requests.
index.php drupal/index.php The PHP page that serves all page requests on a Drupal installation.
INSTALL.mysql.txt drupal/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 drupal/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 drupal/install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt drupal/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 drupal/INSTALL.txt CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND…
LICENSE.txt drupal/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…
MAINTAINERS.txt drupal/MAINTAINERS.txt Drupal core is built and maintained by the Drupal project community. Everyone is encouraged to submit issues and changes (patches) to improve Drupal, and to contribute in other ways -- see https://www.drupal.org/contribute to find out how. Branch…
farbtastic.css drupal/misc/farbtastic/farbtastic.css .farbtastic { position: relative; } .farbtastic * { position: absolute; cursor: crosshair; } .farbtastic, .farbtastic .wheel { width: 195px; height: 195px; } .farbtastic .color, .farbtastic .overlay { top: 47px; left: 47px; width:…
print-rtl.css drupal/misc/print-rtl.css body { direction: rtl; } th { text-align: right; }
print.css drupal/misc/print.css body { margin: 1em; background-color: #fff; } th { text-align: left; /* LTR */ color: #006; border-bottom: 1px solid #ccc; } tr.odd { background-color: #ddd; } tr.even { background-color: #fff; } td { padding: 5px; } #menu { …
jquery.ui.accordion.css drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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 drupal/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…

Pages

Other projects