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