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 D | AbstractMultiBaseType.php | 8 * This class implements a standard multi editor that can be reused by user types. The multi- 32 $this->getLang('multi') .
|
H A D | Lookup.php | 102 // field is multi 103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field), -1);
|
H A D | Tag.php | 80 * This method both handles multi columns and page schemas that need access checking
|
H A D | AbstractBaseType.php | 403 * multi table has already been joined with the proper conditions.
|
/plugin/struct/meta/ |
H A D | Value.php | 8 * 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 D | AccessTable.php | 38 * @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 D | Column.php | 117 * @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 D | ValueValidator.php | 37 // fix multi value types 43 // strip empty fields from multi vals
|
H A D | SearchConfig.php | 110 * @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 D | AccessTableGlobal.php | 134 * 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 D | PublishedColumn.php | 19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
|
H A D | RowColumn.php | 19 if ($type->isMulti()) throw new StructException('RowColumns can not be multi value types!');
|
H A D | SummaryColumn.php | 25 if ($type->isMulti()) throw new StructException('SummaryColumns can not be multi value types!');
|
H A D | UserColumn.php | 26 if ($type->isMulti()) throw new StructException('UserColumns can not be multi value types!');
|
H A D | PageColumn.php | 25 if ($type->isMulti()) throw new StructException('PageColumns can not be multi value types!');
|
H A D | RevisionColumn.php | 25 if ($type->isMulti()) throw new StructException('RevisionColumns can not be multi value types!');
|
H A D | CSVImporter.php | 189 // multi values get split on comma, but JSON values contain commas too, hence preg_split
|
H A D | SchemaBuilder.php | 308 * multi value table for the schema
|
H A D | Search.php | 16 * This separator will be used to concat multi values to flatten them in the result set
|
/plugin/struct/db/ |
H A D | update0003.sql | 1 -- stores multi values for all tables, we might split this later into one multival
|
/plugin/struct/script/ |
H A D | EntryEditor.js | 8 /** counter for copied multi templates */ 81 * Autocomplete for multi type
|
/plugin/struct/ |
H A D | style.less | 89 // wrap multi-value fields 95 // space multi-value fields
|
/plugin/struct/action/ |
H A D | migration.php | 51 * Add a latest column to all existing multi tables
|