Files - 7.x - drupal
Title | Deprecated | File name | Namespace | Summary |
---|---|---|---|---|
html-1.txt | modules/ |
<h1>SimpleTest HTML</h1> | ||
html-2.html | modules/ |
|||
html.tpl.php | modules/ |
Default theme implementation to display the basic html structure of a single Drupal page. | ||
http.php | modules/ |
|||
https.php | modules/ |
|||
ie-rtl.css | themes/ |
fieldset legend { left: 6px; } ul.action-links li a, #user-login-form li.openid-link a, #user-login li.openid-link a { zoom: 1; } .comment .attribution { float: right; } .comment .comment-arrow { position: absolute; right:… | ||
ie.css | themes/ |
/* IE7 renders legends in nested fieldsets without a width. */ fieldset legend { height: 1%; } /* IE renders absolute positioned legend where fieldset content starts. */ fieldset .fieldset-legend { left: 0; top: 0; } /* IE renders monospace… | ||
ie.css | themes/ |
.block { zoom: 1; } #password-strength-text { margin-top: 0; } fieldset legend { left: -8px; padding: 0; } #footer-wrapper #footer .block { height: 100%; } .comment .attribution { display: inline-block; position: relative; float: left;… | ||
ie6.css | themes/ |
ul.menu li, ul.menu li a, ul.links li, ul.links li a, .action-links, #page { height: 1%; } #block-system-main ul.admin-list li a { height: 1px; position: relative; display: block; } #block-system-main ul.admin-list li div.description a { … | ||
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 | ./ |
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.6 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… |
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.