Home
last modified time | relevance | path

Searched refs:arguments (Results 51 – 75 of 726) sorted by relevance

12345678910>>...30

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php76 $arguments = array();
78 $arguments[] = eval('return '.$this->twig->compile($argument).';');
83 $inputs = isset($arguments[0]) ? (array) $arguments[0] : array();
85 … $options = array_replace($invoker->getOptions(), isset($arguments[1]) ? $arguments[1] : array());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dproxied_method_void.tpl.dist4 $arguments = array({arguments_call});
11 $arguments[] = $_arguments[$i];
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
21 call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
H A Dproxied_method.tpl.dist4 $arguments = array({arguments_call});
11 $arguments[] = $_arguments[$i];
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
21 … return call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
H A Dmocked_method_void.tpl.dist4 $arguments = array({arguments_call});
11 $arguments[] = $_arguments[$i];
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
H A Dmocked_method.tpl.dist4 $arguments = array({arguments_call});
11 $arguments[] = $_arguments[$i];
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …deInterface $node, ConstantExpression $filterName, \Twig_NodeInterface $arguments, $lineno, $tag =… argument
34 …on($node, new ConstantExpression('default', $node->getTemplateLine()), $arguments, $node->getTempl…
38 …$false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTempla…
45 parent::__construct($node, $filterName, $arguments, $lineno, $tag);
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7arguments.length&&void 0!==arguments[1]?arguments[1]:{container:document.body},i="";return"string"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DStackFrame.php37 public function setArguments($arguments) argument
39 $this->arguments = $arguments;
46 return $this->arguments;
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php84 $arguments = [];
87 $arguments[] = '--php';
89 $arguments[] = '-qrr';
92 return $arguments;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php70 private $arguments; variable in Google\\Task\\Runner
94 * @param array $arguments The task arguments
101 array $arguments = array() argument
159 $this->arguments = $arguments;
182 return call_user_func_array($this->action, $this->arguments);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php196 $arguments = $this->getArgumentsForParametersFromWiring(
201 return call_user_func_array([$handlerClassName, 'create'], $arguments);
239 $arguments = [];
243 $arguments[] = $locator[$typeHint];
249 $arguments[] = $locator[$parameterName];
253 $arguments[] = null;
256 return $arguments;
/plugin/freechat/phpfreechat/data/public/js/
H A Dregex.js2 if (!arguments.callee.sRE) {
7 arguments.callee.sRE = new RegExp(
11 return text.replace(arguments.callee.sRE, '\\$1');
/plugin/stackedit/
H A Dstackedit.min.js1arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};i(this,e),this.$options={url:"https://st…
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express… argument
59 $arguments instanceof Twig_Node ? $arguments : new Twig_Node($arguments),
65 protected function call($node, $attribute, $arguments = array(), $line = -1) argument
67 …return $this->getAttribute($node, $attribute, $arguments, Twig_Node_Expression_GetAttr::TYPE_METHO…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt44 $arguments = array($foo);
51 $arguments[] = $_arguments[$i];
57 'Foo', 'bar', $arguments, '', $this, true
66 $arguments = array($foo);
73 $arguments[] = $_arguments[$i];
79 'Foo', 'baz', $arguments, '', $this, true
H A Dinvocation_object_clone_object.phpt45 $arguments = array($foo);
52 $arguments[] = $_arguments[$i];
58 'Foo', 'bar', $arguments, '', $this, true
67 $arguments = array($foo);
74 $arguments[] = $_arguments[$i];
80 'Foo', 'baz', $arguments, '', $this, true
H A Dnamespaced_class.phpt46 $arguments = array($foo);
53 $arguments[] = $_arguments[$i];
59 'NS\Foo', 'bar', $arguments, '', $this, true
68 $arguments = array($foo);
75 $arguments[] = $_arguments[$i];
81 'NS\Foo', 'baz', $arguments, '', $this, true
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php345 $arguments = func_get_args();
346 array_shift($arguments);
347 $ii = array_keys($arguments, …, true);
349 return function () use ($callable, $arguments, $ii) {
352 array_replace($arguments, array_combine($ii, func_get_args()))
/plugin/virtualkeyboard/vk/extensions/
H A Dregexpextensions.js21 if (!arguments.callee.sRE) {
26 arguments.callee.sRE = new RegExp(
30 return isString(text)?text.replace(arguments.callee.sRE, '\\$1')
/plugin/indexmenu2/cms/extensions/
H A Dregexpextensions.js10arguments.callee.sRE){var I=['/','.','*','+','?','|','(',')','[',']','{','}','$','^','\\'];argumen…
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php39 $arguments = $matches[2];
43 $arguments = $dsn;
46 if (empty($arguments)) {
47 throw new SyntaxException($dsn, 'dsn' === $functionName ? 'The DSN is empty' : 'A function must have arguments, an empty string was provided.');
50 // explode arguments and respect function parentheses
51 if (preg_match_all(self::ARGUMENTS_REGEX, $arguments, $matches)) {
52 $arguments = $matches[1];
55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/plugin/letsencrypt/classes/
H A DCliLogger.php16 function __call($name, $arguments) { argument
18 $this->cli->$name($arguments[0]);
20 $this->cli->info($arguments[0]);
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js23 from.apply(this,arguments)
24 ext.apply(this,arguments)
34 var exts = arguments
36 __source.apply(this,arguments)
38 exts[e].apply(this,arguments)
/plugin/code3/src/
H A Dpsyhi.js252 if (!arguments.callee.fc) {
253 arguments.callee.fc = document.createElement('div');
254 document.body.appendChild(arguments.callee.fc);
256 if (!arguments.callee.tpath)
257 arguments.callee.tpath = findPath('psyhi.js');
259arguments.callee.fc.innerHTML = '<embed src="' + arguments.callee.tpath + 'clipboard.swf" FlashVar…
280 if (arguments.callee.nodes != n) {
281 arguments.callee.nodes = n;
282 setTimeout(arguments.callee,100);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php60 * @param array $arguments Arguments to format message.
66 $arguments = [], argument
69 parent::__construct($message, $code, $arguments, $previous);

12345678910>>...30