Home
last modified time | relevance | path

Searched refs:arguments (Results 101 – 125 of 726) sorted by relevance

12345678910>>...30

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php134 * @param array $arguments
272 $arguments,
284 * @param array $arguments
297 if (count($arguments) == 0) {
301 $object = $class->newInstanceArgs($arguments);
324 if (count($arguments) == 0) {
328 $proxyTarget = $class->newInstanceArgs($arguments);
355 * @param array $arguments
398 $arguments,
418 * @param array $arguments
[all …]
/plugin/upgrade/
H A Dcli.php44 $arguments = $options->getArgs();
45 if ($arguments[0] === 'check') {
47 } elseif ($arguments[0] === 'run') {
/plugin/freechat/phpfreechat/data/public/js/
H A Dimage_preloader.js9 for (var i = 0; i < preloadImages.arguments.length; i++) {
10 (new Image()).src = preloadImages.arguments[i];
H A Dpfcresource.js25 var key = this.getLabel.arguments[0];
28 this.getLabel.arguments[0] = this.labels.get(key);
29 return String.sprintf2(this.getLabel.arguments);
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js138 }, arguments[2] || { });
359 }, arguments[1] || { });
538 }, arguments[1] || { });
555 }}, arguments[1] || { });
596 }, arguments[1] || { })
615 }, arguments[1] || { }));
637 }, arguments[1] || { }));
667 }, arguments[1] || {});
747 }, arguments[1] || { })
772 }, arguments[1] || { });
[all …]
/plugin/letsencrypt/classes/
H A DHTMLLogger.php9 function __call($name, $arguments) { argument
11 $msg = hsc($arguments[0]);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php20 …actExpression $node, AbstractExpression $attribute, AbstractExpression $arguments = null, $type, $… argument
23 if (null !== $arguments) {
24 $nodes['arguments'] = $arguments;
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js2arguments)}:function(e){return t.apply(void 0,arguments)}}function i(t,e){return 2==e?function(e,r…
3 …s,o)}}function l(t,e){return function(){var r=arguments.length;if(r){for(var n=Array(r);r--;)n[r]=
5 …function I(t,e){return function(){var r=arguments.length;if(!r)return t();for(var n=Array(r);r--;)…
6 …t),!1}}),!n}),n||(n=s),n==e&&(n=E?D(n,1):function(){return e.apply(this,arguments)}),n.convert=A(i…
8 …on(){var e=arguments[0];return q(e)?t(a(e)):t.apply(void 0,arguments)}},iteratee:function(t){retur…
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php15 foreach ($functions as $function => $arguments) {
16 foreach ($arguments as $argument) {
/plugin/fetchmedia/lib/
H A Dbundle.js1arguments)}}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbo…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php141 protected function createFilter($node, $name, array $arguments = []) argument
144 $arguments = new Node($arguments);
146 return new FilterExpression($node, $name, $arguments, 1);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php230 public function with(...$arguments) argument
234 …this->matcher->parametersMatcher = new PHPUnit_Framework_MockObject_Matcher_Parameters($arguments);
244 public function withConsecutive(...$arguments) argument
248 …er->parametersMatcher = new PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters($arguments);
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js25 graphViewResetValidationState.apply(this, arguments);
33 var state = graphViewValidateCellState.apply(this, arguments);
88 destroy.apply(this, arguments);
120 oldFunct.apply(this, arguments);
H A DcConf-comments.js20 var msg = uiCreateLoadMessage.apply(this, arguments);
42 var fnName = arguments[0];
43 var fnArgs = arguments[1] || [];
44 fnArgs.push(arguments[arguments.length - 2]);
45 fnArgs.push(arguments[arguments.length - 1]);
50 origRemoteInvoke.apply(ui, arguments);
/plugin/batchedit/
H A Djs.cookie.js30 for (; i < arguments.length; i++) {
31 var attributes = arguments[ i ];
48 if (arguments.length > 1) {
149 }, [].slice.call(arguments));
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …ar i=arguments.length,I=i-2,l=arguments[i-1];for(;I>=0;I--)l=((!isString(arguments[I])&&!isNumber(
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php111 $arguments = func_get_args();
113 if ($arguments[0] instanceof Node) {
114 if (isset($arguments[1])) {
117 $arguments[0]->parent = $this;
118 $newNode = $arguments[0];
120 } elseif (is_string($arguments[0])) {
122 $newNode = call_user_func_array([$this->root, 'create'], $arguments);
/plugin/codehighlight/cp/engines/
H A Dgecko.js24 if(typeof(editor)=='undefined' && !arguments[0]) return;
116 if(arguments[1]&&arguments[2]) x = x.replace(arguments[1],arguments[2]);
150 document.designMode = (arguments[0]) ? 'off' : 'on';
198 var cCode = arguments[0];
248 var code = arguments[0];
H A Dmsie.js24 if(typeof(editor)=='undefined' && !arguments[0]) return;
132 if(arguments[1]&&arguments[2]) x = x.replace(arguments[1],arguments[2]);
158 editor.contentEditable = (arguments[0]) ? 'false' : 'true';
205 var cCode = arguments[0];
264 var code = arguments[0];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php1561 function svgPath($command, $arguments)
1575 preg_match_all('/([-+]?((\d+\.\d+)|((\d+)|(\.\d+)))(?:e[-+]?\d+)?)/i', $arguments, $a, PREG_PATTERN_ORDER);
1588 // each command may have different needs for arguments [1 to 8]
2193 // e.g. $w = $this->ConvertSVGSizePixels($arguments['w'],$this->svg_info['w']*(25.4/$this->mpdf->dpi));
2228 function svgRect($arguments)
2230 if ($arguments['h'] == 0 || $arguments['w'] == 0) {
2234 $x = $this->ConvertSVGSizePixels($arguments['x'], 'x'); // mPDF 4.4.003
2235 $y = $this->ConvertSVGSizePixels($arguments['y'], 'y'); // mPDF 4.4.003
2236 $h = $this->ConvertSVGSizePixels($arguments['
1548 svgPath($command, $arguments) global() argument
2097 svgRect($arguments) global() argument
2158 svgEllipse($arguments) global() argument
2195 svgPolyline($arguments, $ispolyline = true) global() argument
2225 svgPolygon($arguments) global() argument
[all...]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js871 var url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
1495 var _ref7 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
3983 var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
4044 var args = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
4097 var _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {},
4424 var kind = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
6154 var url = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
6568 var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
8118 var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
9356 var width = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0;
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseNodeFilter.php33 protected function createProcessBuilder(array $arguments = array()) argument
35 $pb = parent::createProcessBuilder($arguments);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php26 …public function __construct($name, \Twig_NodeInterface $body, \Twig_NodeInterface $arguments, $lin… argument
28 foreach ($arguments as $argumentName => $argument) {
34 …parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_named_method.phpt40 $arguments = array();
47 $arguments[] = $_arguments[$i];
53 'Foo', 'method', $arguments, '', $this, true
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php107 $arguments = func_get_args();
109 if ($arguments[0] instanceof Node) {
110 if (isset($arguments[1])) {
113 $arguments[0]->parent = $this;
114 $newNode = $arguments[0];
115 } elseif (is_string($arguments[0])) {
116 $newNode = call_user_func_array([$this->root, 'create'], $arguments);

12345678910>>...30