Home
last modified time | relevance | path

Searched refs:getValidator (Results 1 – 7 of 7) sorted by relevance

/plugin/struct/helper/
H A Dlookup.php45 $validator = $access->getValidator($data);
/plugin/swarmwebhook/
H A Dhelper.php53 $validator = $access->getValidator($data);
/plugin/struct/meta/
H A DAccessDataValidator.php8 * Should be aquired through AccessDataTable::getValidator()
52 $validation = $access->getValidator($data[$table]);
H A DAccessTable.php573 public function getValidator($data)
572 public function getValidator($data) global() function in dokuwiki\\plugin\\struct\\meta\\AccessTable
/plugin/struct/
H A Dhelper.php131 $validator = $access->getValidator($data);
/plugin/struct/action/
H A Dbureaucracy.php173 $validator = $access->getValidator($data);
/plugin/edittable/lib/
H A Dhandsontable.full.js5712 … exports.getRegisteredValidatorNames = exports.hasValidator = exports.getValidator = exports.regis…
5766 exports.getValidator = _getItem;
16574 validator = (0, _validators.getValidator)(validator);
33055 validator: (0, _validators.getValidator)(CELL_TYPE)
33099 validator: (0, _validators.getValidator)(CELL_TYPE)
33123 validator: (0, _validators.getValidator)('autocomplete')
33167 validator: (0, _validators.getValidator)(CELL_TYPE),
33237 validator: (0, _validators.getValidator)(CELL_TYPE)
36364 …pers.toUpperCaseFirst(validatorName) + 'Validator'] = (0, _validators.getValidator)(validatorName);
36368 Handsontable.validators.getValidator = _validators.getValidator;