Searched refs:callName (Results 1 – 4 of 4) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | CallExpression.php | 119 $callName = $this->getAttribute('name'); 128 …guments cannot be used after named arguments for %s "%s".', $callType, $callName), $this->getTempl… 141 … $message = sprintf('Named arguments are not supported for %s "%s".', $callType, $callName); 143 …e = sprintf('Arbitrary positional arguments are not supported for %s "%s".', $callType, $callName); 169 …rintf('Argument "%s" is defined twice for %s "%s".', $name, $callType, $callName), $this->getTempl… 175 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl… 198 …('Value for argument "%s" is required for %s "%s".', $name, $callType, $callName), $this->getTempl… 231 …) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $n…
|
| /template/strap/ComboStrap/ |
| H A D | Call.php | 229 public static function createNativeCall($callName, $array = [], $positionInText = null): Call argument 232 $callName,
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …callName) {\n return DokuUrl.createAjax(callName);\n }\n\n static getRunnerUrl() {\n …
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …callName) {\n return DokuAjaxRequest.createDokuRequest(callName);\n }\n\n static getR…
|