Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
ie6.css | themes/ |
#content { overflow: hidden; } .form-item-search-block-form { width: 50%; } .tabs ul.primary, .region-header .block-menu li a, .comment-form .form-item { zoom: 1; } #block-search-form .form-item-search-block-form input { width:… | ||
ie7.css | themes/ |
ul.tabs.primary { padding: 0; } ul.primary li, ul.primary li a, ul.primary li.active a { float: none !important; display: inline; } ul.primary li, ul.primary li a, ul.primary li a.active, ul.primary li a:active, ul.primary li… | ||
image-rtl.css | modules/ |
/** * Image upload widget. */ div.image-preview { float: right; padding: 0 0 10px 10px; } div.image-widget-data { float: right; } | ||
image.admin.css | modules/ |
/** * Image style configuration pages. */ div.image-style-new, div.image-style-new div { display: inline; } div.image-style-preview div.preview-image-wrapper { float: left; padding-bottom: 2em; text-align: center; top: 50%; width:… | ||
image.admin.inc | modules/ |
Administration pages for image settings. | ||
image.api.php | modules/ |
Hooks related to image styles and effects. | ||
image.css | modules/ |
/** * Image upload widget. */ div.image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; } | ||
image.effects.inc | modules/ |
Functions needed to execute image effects provided by Image module. | ||
image.field.inc | modules/ |
Implement an image field, based on the file module's file field. | ||
image.gd.inc | modules/ |
GD2 toolkit for image manipulation within Drupal. | ||
image.inc | includes/ |
API for manipulating images. | ||
image.info | modules/ |
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/ |
Install, update and uninstall functions for the image module. | ||
image.module | modules/ |
Exposes global functionality for creating image styles. | ||
image.test | modules/ |
Tests for image.module. | ||
image.test | modules/ |
Tests for core image handling API. | ||
image_module_styles_test.info | modules/ |
name = Image Styles test description = Provides additional hook implementations for testing Image Styles functionality. package = Core version = VERSION core = 7.x files[] = image_module_styles_test.module dependencies[] = image_module_test hidden = TRUE | ||
image_module_styles_test.module | modules/ |
Provides additional Image module hook implementations for testing purposes. | ||
image_module_test.info | modules/ |
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/ |
Provides Image module hook implementations for testing purposes. | ||
image_test.info | modules/ |
name = "Image test" description = "Support module for image toolkit tests." package = Testing version = VERSION core = 7.x hidden = TRUE | ||
image_test.module | modules/ |
Helper module for the image tests. | ||
import1.css | modules/ |
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/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } | ||
index.php | external_documentation/ |
|||
index.php | ./ |
The PHP page that serves all page requests on a Drupal installation. | ||
install.core.inc | includes/ |
API functions for installing Drupal. | ||
install.inc | includes/ |
SQLite specific install functions | ||
install.inc | includes/ |
Installation code for MySQL embedded database engine. | ||
install.inc | includes/ |
Install functions for PostgreSQL embedded database engine. | ||
install.inc | includes/ |
API functions for installing modules and themes. | ||
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 | ./ |
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 | ./ |
Initiates a browser-based installation of Drupal. | ||
INSTALL.sqlite.txt | ./ |
SQLITE REQUIREMENTS ------------------- To use SQLite with your Drupal installation, the following requirements must be met: Server has PHP 5.3 or later with PDO, and the PDO SQLite driver must be enabled. SQLITE DATABASE… | ||
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/ |
Provides a list of countries and languages based on ISO standards. | ||
javascript-1.txt | modules/ |
<script> alert('SimpleTest PHP was executed!'); </script> | ||
jquery.ui.accordion.css | misc/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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/ |
/* * 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 | misc/ |
/* * 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… |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.