Home
last modified time | relevance | path

Searched refs:args (Results 276 – 300 of 559) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/ifauthex/lib/
H A Dgrammar.php98 if (count($elmInstance->args()) != 1) {
114 if (!($elmInstance->args()[0]->definition() instanceof Literal)) {
119 $literalInstance = $elmInstance->args()[0];
/plugin/translation3/
H A Daction.php44 function translation_hook(&$event, $args) { argument
79 function translation_search(&$event, $args) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js8 var onRoute = function(routerParam, route, args) { argument
10 lastArgs = args;
145 splat: function(args) { argument
146 this.args = args;
161 query: function(entity, args) { argument
163 this.queryArgs = args;
376 execute: function(callback, args) { argument
377 callback.apply(this, args);
687 router.on('route', function(name, args) { argument
689 assert.deepEqual(args, ['x', null]);
[all …]
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php474 $args = array('dh_consumer_public' => $cpub);
477 $args = array_merge($args, array(
484 return $args;
1554 list($assoc_session, $args) = $this->_createAssociateRequest(
1557 $response_message = $this->_makeKVPost($args, $endpoint->server_url);
1679 $args = array(
1684 $args['ns'] = Auth_OpenID_OPENID2_NS;
1691 $args['session_type'] = $assoc_session->session_type;
1694 $args = array_merge($args, $assoc_session->getRequest());
1695 $message = Auth_OpenID_Message::fromOpenIDArgs($args);
[all …]
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js70 args = Array.prototype.slice.call(arguments, 2),
93 out.push(l.apply(scope, args));
103 out.push(l.apply(scope, args));
110 l && out.push(l.apply(scope, args));
119 out.push(l.apply(scope, args));
/plugin/lms/syntax/
H A Dlms.php91 $args = [
98 'href' => wl($id, $args, false, '&'),
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3610 return un ? fn(args[0], args[1]) : fn.call(that, args[0], args[1]);
3613 return un ? fn(args[0], args[1], args[2]) : fn.call(that, args[0], args[1], args[2]);
3616 …return un ? fn(args[0], args[1], args[2], args[3]) : fn.call(that, args[0], args[1], args[2], args
15185 ctx.bezierCurveTo(args[j], args[j + 1], args[j + 2], args[j + 3], x, y);
15190 ctx.bezierCurveTo(x, y, args[j], args[j + 1], args[j + 2], args[j + 3]);
21421 this.setTextMatrix(args[0], args[1], args[2], args[3], args[4], args[5]);
21449 this.setFillRGBColor(args[0], args[1], args[2]);
21453 this.setStrokeRGBColor(args[0], args[1], args[2]);
21517 this.paintJpegXObject(args[0], args[1], args[2]);
21561 this.transform(args[0], args[1], args[2], args[3], args[4], args[5]);
[all …]
/plugin/subjectindex/syntax/
H A Dindex.php67 $args = explode(';', $match);
68 $args = array_map('trim', $args);
70 foreach ($args as $arg) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md196 $user->setName('everzet')->will(function ($args, $user) {
201 $user->setName('everzet')->will(function ($args) use ($user) {
260 $user->setName(Argument::type('string'))->will(function ($args) {
261 $this->getName()->willReturn($args[0]);
265 $user->setName(Argument::type('string'))->will(function ($args, $user) {
266 $user->getName()->willReturn($args[0]);
271 $user->getName()->willReturn($args[0]);
287 $user->setName(Argument::type('string'))->will(function ($args) {
288 $this->getName()->willReturn($args[0]);
293 $user->getName()->willReturn($args[0]);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php504 static $args = ['severity', 'message', 'message_code',
511 function () use ($ident, $value, $map, $args) {
516 fwrite($value, $args[$i] . ': "' . $v . '" ');
539 $args = func_get_args();
541 call_user_func_array($fn, $args);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php78 public function get(...$args)
82 foreach ($args as $arg) {
75 get(...$args) global() argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js167 var args = arguments.length;
168 if (args < 3) {
172 this.data.slice(start, args > 1 ? end : this.data.length)
/plugin/emoji/script/
H A Djquery.textcomplete.js36 var args = Array.prototype.slice.call(arguments);
49 args.shift();
50 completer[strategies].apply(completer, args);
111 queuedArgsToReplay = args;
116 args.unshift(function replayOrFree() {
131 func.apply(this, args);
275 this.$el.trigger(eventName, args);
948 var timeout, args, context, timestamp, result;
955 result = func.apply(context, args);
956 context = args = null;
[all …]
/plugin/statdisplay/pchart/
H A DTestCanvas.php84 private function logMethodCall($methodName, $args) { argument
86 foreach ($args as $arg) {
/plugin/statistics/inc/pchart/
H A DTestCanvas.php82 private function logMethodCall($methodName, $args) { argument
84 foreach($args as $arg) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php494 $args = func_get_args();
495 // PHP 5.5 pushed the handle onto the start of the args
496 if (is_resource($args[0])) {
497 array_shift($args);
499 call_user_func_array($value, $args);
/plugin/upgrade/
H A Dhelper.php416 $args = func_get_args();
417 $level = array_shift($args);
418 $msg = array_shift($args);
419 $msg = vsprintf($msg, $args);
/plugin/a2s/
H A DASCIIToSVG.php2235 private function applyTransformToPoint($txf, $p, $args) { argument
2238 return $this->translateTransform($args[0], $args[1], $p->x, $p->y);
2241 return $this->scaleTransform($args[0], $args[1], $p->x, $p->y);
2244 if (count($args) > 1) {
2245 return $this->rotateTransform($args[0], $p->x, $p->y, $args[1], $args[2]);
2247 return $this->rotateTransform($args[0], $p->x, $p->y);
2251 return $this->skewXTransform($args[0], $p->x, $p->y);
2254 return $this->skewYTransform($args[0], $p->x, $p->y);
2262 private function applyTransformToPath($txf, &$p, $args) { argument
2396 list ($x, $y) = $this->applyTransformToPoint($txf, $tP, $args);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php367 $args = func_get_args();
369 $format = strtolower(array_shift($args));
371 $args[] = true;
377 array_unshift($args, $this);
380 $result = call_user_func_array([$processor, 'write'], $args);
/plugin/combo/ComboStrap/
H A DSqliteRequest.php
/plugin/openid/Auth/OpenID/
H A DConsumer.php477 $args = ['dh_consumer_public' => $cpub];
480 $args = array_merge($args, [
488 return $args;
1647 list($assoc_session, $args) = $this->_createAssociateRequest(
1650 $response_message = $this->_makeKVPost($args, $endpoint->server_url);
1780 $args = [
1786 $args['ns'] = Auth_OpenID_OPENID2_NS;
1793 $args['session_type'] = $assoc_session->session_type;
1796 $args = array_merge($args, $assoc_session->getRequest());
1797 $message = Auth_OpenID_Message::fromOpenIDArgs($args);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php225 public function __call($method, array $args = []) argument
228 $this->expected[] = [$method, $args];
233 $this->actual[] = [$method, $args];
/plugin/data-au/syntax/
H A Dentry.php274 $args = func_get_args();
280 $dataau['sql'] = $args[$i];
282 $args[$i] = $dataau['sql'];
289 return call_user_func_array(array(&$sqlite, 'query'), $args);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php400 $args = $_SERVER['argv'];
401 array_shift($args);
403 $this->setCommandLineValues($args);
429 * @param array $args An array of command line arguments to process.
433 public function setCommandLineValues($args) argument
444 $this->_cliArgs = $args;
445 $numArgs = count($args);
/plugin/wysiwyg/
H A Dscript.js139 var args = new Object( );
147 args[argname] = unescape(value);
149 return args; // Return the object

1...<<11121314151617181920>>...23