Archivos

Solapas principales

Nombre de archivoorden descendente Ubicación Namespace Descripción
INSTALL.txt drupal-7.x/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 drupal-7.x/includes/iso.inc Provides a list of countries and languages based on ISO standards.
javascript-1.txt drupal-7.x/modules/simpletest/files/javascript-1.txt <script> alert('SimpleTest PHP was executed!'); </script>
jquery.ui.accordion.css drupal-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/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-7.x/themes/seven/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
jquery.ui.theme.css drupal-7.x/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 drupal-7.x/includes/json-encode.inc Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0.
language.api.php drupal-7.x/modules/system/language.api.php Hooks provided by the base system for language support.
language.inc drupal-7.x/includes/language.inc Language Negotiation API.
layout-rtl.css drupal-7.x/themes/bartik/css/layout-rtl.css /* ---------- Basic Layout RTL Styles -----------…
layout.css drupal-7.x/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…
layout.css drupal-7.x/themes/stark/layout.css Stark layout method
LICENSE.txt drupal-7.x/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 drupal-7.x/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 drupal-7.x/modules/field/modules/list/list.install Install, update and uninstall functions for the list module.
list.module drupal-7.x/modules/field/modules/list/list.module Defines list field types that can be used with the Options module.
list.test drupal-7.x/modules/field/modules/list/tests/list.test Tests for list.module.
list_test.info drupal-7.x/modules/field/modules/list/tests/list_test.info name = "List test" description = "Support module for the List module tests." core = 7.x package = Testing version = VERSION hidden = TRUE
list_test.module drupal-7.x/modules/field/modules/list/tests/list_test.module Helper module for the List module tests.
local.inc drupal-7.x/includes/filetransfer/local.inc
locale-rtl.css drupal-7.x/modules/locale/locale-rtl.css #locale-translation-filter-form .form-item-language, #locale-translation-filter-form .form-item-translation, #locale-translation-filter-form .form-item-group { float: right; padding-left: .8em; padding-right: 0; } #locale-translation-filter-form…
locale.admin.inc drupal-7.x/modules/locale/locale.admin.inc Administration functions for locale.module.
locale.api.php drupal-7.x/modules/locale/locale.api.php Hooks provided by the Locale module.
locale.css drupal-7.x/modules/locale/locale.css .locale-untranslated { font-style: normal; text-decoration: line-through; } #locale-translation-filter-form .form-item-language, #locale-translation-filter-form .form-item-translation, #locale-translation-filter-form .form-item-group { float:…
locale.inc drupal-7.x/includes/locale.inc Administration functions for locale.module.
locale.info drupal-7.x/modules/locale/locale.info name = Locale description = Adds language handling functionality and enables the translation of the user interface to languages other than English. package = Core version = VERSION core = 7.x files[] = locale.test configure =…
locale.install drupal-7.x/modules/locale/locale.install Install, update and uninstall functions for the locale module.
locale.module drupal-7.x/modules/locale/locale.module Add language handling functionality and enables the translation of the user interface to languages other than English.
locale.test drupal-7.x/modules/locale/locale.test Tests for locale.module.
locale_test.info drupal-7.x/modules/locale/tests/locale_test.info name = "Locale Test" description = "Support module for the locale layer tests." core = 7.x package = Testing version = VERSION hidden = TRUE
locale_test.module drupal-7.x/modules/locale/tests/locale_test.module Mock module for locale layer tests.
lock.inc drupal-7.x/includes/lock.inc A database-mediated implementation of a locking mechanism.
lock.test drupal-7.x/modules/simpletest/tests/lock.test
log.inc drupal-7.x/includes/database/log.inc Logging classes for the database layer.
mail.inc drupal-7.x/includes/mail.inc API functions for processing and sending e-mail.
mail.test drupal-7.x/modules/simpletest/tests/mail.test Test the Drupal mailing system.
MAINTAINERS.txt drupal-7.x/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 http://drupal.org/contribute to find out how. Branch…
maintenance-page.css drupal-7.x/themes/bartik/css/maintenance-page.css body.maintenance-page { background-color: #fff; color: #000; } .maintenance-page #page-wrapper { background: #fff; margin-left: auto; margin-right: auto; min-width: 0; min-height: 0; width: 800px; border: 1px solid #ddd; …
maintenance-page.tpl.php drupal-7.x/modules/system/maintenance-page.tpl.php Default theme implementation to display a single Drupal page while offline.
maintenance-page.tpl.php drupal-7.x/themes/bartik/templates/maintenance-page.tpl.php Implementation to display a single Drupal page while offline.

Páginas