jquery.ui.tabs.css |
file |
misc/ui/jquery.ui.tabs.css |
/*!
* jQuery UI Tabs 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/#theming
*/
.ui-tabs {
position:… |
SelectQuery::union |
function |
includes/database/select.inc |
Implements SelectQueryInterface::union(). |
jquery.ui.core.css |
file |
misc/ui/jquery.ui.core.css |
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
/* Layout… |
UpdateQuery::where |
function |
includes/database/query.inc |
Implements QueryConditionInterface::where(). |
jquery.ui.base.css |
file |
misc/ui/jquery.ui.base.css |
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
@import… |
jquery.ui.theme.css |
file |
misc/ui/jquery.ui.theme.css |
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*
* To view and… |
SelectQuery::isNull |
function |
includes/database/select.inc |
Implements QueryConditionInterface::isNull(). |
SelectQuery::exists |
function |
includes/database/select.inc |
Implements QueryConditionInterface::exists(). |
TruncateQuery_mysql |
class |
drivers/database_mysql/query.inc |
|
MergeQuery::compile |
function |
includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
DeleteQuery::isNull |
function |
includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
SelectQuery::hasTag |
function |
includes/database/select.inc |
Implements QueryAlterableInterface::hasTag(). |
UpdateQuery::exists |
function |
includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
MergeQuery::execute |
function |
includes/database/query.inc |
Runs the query against the database. |
SelectQuery::$range |
property |
includes/database/select.inc |
The range limiters for this query. |
UpdateQuery::$table |
property |
includes/database/query.inc |
The table to update. |
views_plugin::query |
function |
modules/views/includes/plugin.inc |
Add anything to the query that we might need to. |
UpdateQuery::isNull |
function |
includes/database/query.inc |
Implements QueryConditionInterface::isNull(). |
jquery.ui.theme.css |
file |
themes/seven/css/jquery.ui.theme.css |
Seven styles for jQuery UI.
Overrides /misc/ui/ui.theme.css. |
views_join_subquery |
class |
modules/views/includes/handlers.inc |
Join handler for relationships that join with a subquery as the left field.
eg:
LEFT JOIN node node_term_data ON ([YOUR SUBQUERY HERE]) = node_term_data.nid |
SelectQuery::$union |
property |
includes/database/select.inc |
An array whose elements specify a query to UNION, and the UNION type. The
'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',
'UNION ALL', or 'UNION DISTINCT'… |
DeleteQuery::exists |
function |
includes/database/query.inc |
Implements QueryConditionInterface::exists(). |
SelectQuery::fields |
function |
includes/database/select.inc |
Implements SelectQueryInterface::fields(). |
SearchQuery::$words |
property |
modules/search/search.extender.inc |
Array of search words. |
InsertQuery::fields |
function |
includes/database/query.inc |
Adds a set of field->value pairs to be inserted. |
MergeQuery::$result |
property |
includes/database/query.inc |
The result of the merge query. |
SelectQuery::$where |
property |
includes/database/select.inc |
The conditional object for the WHERE clause. |
Views query plugins |
group |
modules/views/plugins/views_plugin_query.inc |
A Views query plugin builds SQL to execute using the Backdrop database API. |
UpdateQuery::fields |
function |
includes/database/query.inc |
Adds a set of field->value pairs to be updated. |
DeleteQuery::$table |
property |
includes/database/query.inc |
The table from which to delete. |
InsertQuery::$table |
property |
includes/database/query.inc |
The table on which to insert. |
SelectQuery::having |
function |
includes/database/select.inc |
Implements QueryConditionInterface::having(). |
SelectQueryExtender |
class |
includes/database/select.inc |
The base extender class for Select queries. |
SelectQuery::$order |
property |
includes/database/select.inc |
The fields by which to order this query. |
SelectQuery::addTag |
function |
includes/database/select.inc |
Implements QueryAlterableInterface::addTag(). |
SelectQuery::$group |
property |
includes/database/select.inc |
The fields by which to group. |
InsertQuery::values |
function |
includes/database/query.inc |
Adds another set of values to the query to be inserted. |
SelectQuery::extend |
function |
includes/database/select.inc |
Implements QueryExtendableInterface::extend(). |
SelectQuery::compile |
function |
includes/database/select.inc |
Implements QueryConditionInterface::compile(). |
MergeQuery::compiled |
function |
includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
SelectQuery::groupBy |
function |
includes/database/select.inc |
Implements SelectQueryInterface::groupBy(). |
SearchQuery::$scores |
property |
modules/search/search.extender.inc |
Stores score expressions. |
hook_query_TAG_alter |
function |
modules/system/system.api.php |
Perform alterations to a structured query for a given tag. |
DeleteQuery::compile |
function |
includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
SelectQuery::__clone |
function |
includes/database/select.inc |
Implements the magic __clone function. |
UpdateQuery::$fields |
property |
includes/database/query.inc |
An array of fields that will be updated. |
SelectQuery::addJoin |
function |
includes/database/select.inc |
Implements SelectQueryInterface::addJoin(). |
SelectQuery::$having |
property |
includes/database/select.inc |
The conditional object for the HAVING clause. |
SelectQuery::orderBy |
function |
includes/database/select.inc |
Implements SelectQueryInterface::orderBy(). |
SelectQuery::execute |
function |
includes/database/select.inc |
Implements SelectQueryInterface::execute(). |