Search for all
Title | Object type | File name | Summary |
---|---|---|---|
image_update_7003 | function | modules/ |
Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions. |
image_update_7004 | function | modules/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. |
image_update_7005 | function | modules/ |
Add a column to the 'image_style' table to store administrative labels. |
image_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
import1.css | file | 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 | file | modules/ |
p, select { font: 1em/160% Verdana, sans-serif; color: #494949; } |
ImportOPMLTestCase | class | modules/ |
Tests importing feeds from OPML functionality for the Aggregator module. |
ImportOPMLTestCase::getInfo | function | modules/ |
|
ImportOPMLTestCase::openImportForm | function | modules/ |
Opens OPML import form. |
ImportOPMLTestCase::submitImportForm | function | modules/ |
Submits form with invalid, empty, and valid OPML files. |
ImportOPMLTestCase::testOPMLImport | function | modules/ |
Tests the import of an OPML file. |
ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
index.php | file | ./ |
The PHP page that serves all page requests on a Drupal installation. |
InfoFileParserTestCase | class | modules/ |
|
InfoFileParserTestCase::getInfo | function | modules/ |
|
InfoFileParserTestCase::testDrupalParseInfoFormat | function | modules/ |
Test drupal_parse_info_format(). |
Input validation | group | includes/ |
Functions to validate user input. |
InsertQuery | class | includes/ |
General class for an abstracted INSERT query. |
InsertQuery::$defaultFields | property | includes/ |
An array of fields that should be set to their database-defined defaults. |
InsertQuery::$fromQuery | property | includes/ |
A SelectQuery object to fetch the rows that should be inserted. |
InsertQuery::$insertFields | property | includes/ |
An array of fields on which to insert. |
InsertQuery::$insertValues | property | includes/ |
A nested array of values to insert. |
InsertQuery::$table | property | includes/ |
The table on which to insert. |
InsertQuery::execute | function | includes/ |
Executes the insert query. |
InsertQuery::fields | function | includes/ |
Adds a set of field->value pairs to be inserted. |
InsertQuery::from | function | includes/ |
Sets the fromQuery on this InsertQuery object. |
InsertQuery::preExecute | function | includes/ |
Preprocesses and validates the query. |
InsertQuery::useDefaults | function | includes/ |
Specifies fields for which the database defaults should be used. |
InsertQuery::values | function | includes/ |
Adds another set of values to the query to be inserted. |
InsertQuery::__construct | function | includes/ |
Constructs an InsertQuery object. |
InsertQuery::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
InsertQuery_mysql | class | includes/ |
@file Query code for MySQL embedded database engine. |
InsertQuery_mysql::execute | function | includes/ |
Executes the insert query. |
InsertQuery_mysql::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
InsertQuery_pgsql | class | includes/ |
@file Query code for PostgreSQL embedded database engine. |
InsertQuery_pgsql::execute | function | includes/ |
Executes the insert query. |
InsertQuery_pgsql::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
InsertQuery_sqlite | class | includes/ |
SQLite specific implementation of InsertQuery. |
InsertQuery_sqlite::execute | function | includes/ |
Executes the insert query. |
InsertQuery_sqlite::__toString | function | includes/ |
Implements PHP magic __toString method to convert the query to a string. |
install.core.inc | file | includes/ |
API functions for installing Drupal. |
install.inc | file | includes/ |
SQLite specific install functions |
install.inc | file | includes/ |
Installation code for MySQL embedded database engine. |
install.inc | file | includes/ |
API functions for installing modules and themes. |
install.inc | file | includes/ |
Install functions for PostgreSQL embedded database engine. |
INSTALL.mysql.txt | file | ./ |
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 | file | ./ |
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 | file | ./ |
Initiates a browser-based installation of Drupal. |
INSTALL.sqlite.txt | file | ./ |
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 | file | ./ |
CONTENTS OF THIS FILE --------------------- * Requirements and notes * Optional server requirements * Installation * Building and customizing your site * Multisite configuration * More information REQUIREMENTS AND… |
Pagination
- Previous page
- Page 111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.