Home
last modified time | relevance | path

Searched +full:multi +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 23 of 23) sorted by relevance

/plugin/struct/types/
H A DAbstractMultiBaseType.php8 * This class implements a standard multi editor that can be reused by user types. The multi-
32 $this->getLang('multi') .
H A DLookup.php102 // field is multi
103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field), -1);
H A DTag.php80 * This method both handles multi columns and page schemas that need access checking
H A DAbstractBaseType.php403 * multi table has already been joined with the proper conditions.
/plugin/struct/meta/
H A DValue.php8 * Holds the value for a single "cell". That value may be an array for multi value columns
66 * @return array|string (array on multi)
76 * @return array|string (array on multi)
89 * @return array|string (array on multi)
163 * automativally picks the right mechanism depending on multi or single value
H A DAccessTable.php38 * @var string Name of multi-value table
53 * @var array Input values for the multi-value inserts/updates
193 * We differentiate between single-value-column and multi-value-column by the value to the respective column-name,
196 * @param array $data typelabel => value for single fields or typelabel => array(value, value, ...) for multi fields
246 // insert multi values
343 * String template for multi-value table
351 * for multi-value tables
469 // multi val data is concatenated
H A DColumn.php117 * @param bool $enforceSingleColumn Throw an exception if $this is a multi column
123 throw new StructException('Calling getColName on a multi value column makes no sense.');
130 * @param bool $enforceSingleColumn Throw an exception if $this is a multi column
H A DValueValidator.php37 // fix multi value types
43 // strip empty fields from multi vals
H A DSearchConfig.php110 * @return string|string[] Result may be an array when a multi column placeholder is used
165 * @return string|string[] Result may be an array when a multi column placeholder is used
198 // apply any pre and postfixes, even when multi value
H A DAccessTableGlobal.php134 * Add an optional query to clear any previous multi values if the first one is empty.
135 * Allows for deleting multi values from the inline editor.
H A DPublishedColumn.php19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
H A DRowColumn.php19 if ($type->isMulti()) throw new StructException('RowColumns can not be multi value types!');
H A DSummaryColumn.php25 if ($type->isMulti()) throw new StructException('SummaryColumns can not be multi value types!');
H A DUserColumn.php26 if ($type->isMulti()) throw new StructException('UserColumns can not be multi value types!');
H A DPageColumn.php25 if ($type->isMulti()) throw new StructException('PageColumns can not be multi value types!');
H A DRevisionColumn.php25 if ($type->isMulti()) throw new StructException('RevisionColumns can not be multi value types!');
H A DCSVImporter.php189 // multi values get split on comma, but JSON values contain commas too, hence preg_split
H A DSchemaBuilder.php308 * multi value table for the schema
H A DSearch.php16 * This separator will be used to concat multi values to flatten them in the result set
/plugin/struct/db/
H A Dupdate0003.sql1 -- stores multi values for all tables, we might split this later into one multival
/plugin/struct/script/
H A DEntryEditor.js8 /** counter for copied multi templates */
81 * Autocomplete for multi type
/plugin/struct/
H A Dstyle.less89 // wrap multi-value fields
95 // space multi-value fields
/plugin/struct/action/
H A Dmigration.php51 * Add a latest column to all existing multi tables