Home
last modified time | relevance | path

Searched refs:args (Results 251 – 275 of 559) sorted by relevance

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

/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js18 var inputFile = system.args[1] || 'index.html?print-pdf';
19 var outputFile = system.args[2] || 'slides.pdf';
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1013 var args = arguments, i;
1016 args[0] = new String(args[0]);
1020 args[0][captureNames[i]] = args[i + 1];
1027 search.lastIndex = args[args.length - 2] + args[0].length;
1045 if (n <= args.length - 3) {
1046 return args[n] || "";
1052 return args[n + 1] || "";
1057 if ($2 === "`") return args[args.length - 1].slice(0, args[args.length - 2]);
1058 … if ($2 === "'") return args[args.length - 1].slice(args[args.length - 2] + args[0].length);
1075 if ($2 > args.length - 3) {
[all …]
/plugin/numberedheadings/
H A Dsyntax.php164 private function addCall(Doku_Handler $handler, $method, $args, $pos)
168 $handler->addCall($method, $args, $pos);
171 $handler->_addCall($method, $args, $pos);
155 addCall(Doku_Handler $handler, $method, $args, $pos) global() argument
/plugin/struct/helper/
H A Ddb.php84 public function STRUCT_JSON(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
86 return json_encode($args, JSON_THROW_ON_ERROR);
92 * @param ...$args
95 public function STRUCT_LOOKUP(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
97 $json = $args[0];
98 $field = $args[1];
/plugin/siteexport/action/
H A Dsendfile.php31 public function siteexport_sendfile(Doku_Event &$event, $args) { argument
62 public function siteexport_sendfile_not_found(Doku_Event &$event, $args) argument
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js415 var args = sequence.pop();
416 if (args) {
417 throttledAppend.call(args[0], args[1]);
567 var args = sequence.pop();
568 if (args) {
569 debouncedAppend.call(args[0], args[1]);
738 _.restArgs(function(a, args) { argument
740 assert.deepEqual(args, [2, 3], 'collects rest arguments into an array');
743 _.restArgs(function(a, args) { argument
748 _.restArgs(function(a, b, c, args) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php63 * @param array $args
69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DStats.php61 public function get(...$args)
65 foreach ($args as $arg) {
58 get(...$args) global() argument
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php125 $args = $node->getNode($name);
126 foreach ($args as $name => $_) {
127 $this->wrapNode($args, $name);
/plugin/blogtng/helper/
H A Dcomments.php78 $args = array();
79 $args[] = $this->pid;
83 $args[] = $type;
88 $res = $this->sqlitehelper->getDB()->query($sql,$args);
595 $args = array();
596 $args[] = $pid;
600 $args[] = $type;
606 $res = $this->sqlitehelper->getDB()->query($sql,$args);
/plugin/eventum/
H A Dclass.Eventum_RPC.php104 public function __call($method, $args) argument
107 foreach ($args as $arg) {
/plugin/codeprettify/syntax/
H A Dcode.php214 list($state, $args, $calls) = $data;
224 $renderer->doc .= '<pre class="'.hsc($args).'">';
227 $renderer->doc .= $renderer->_xmlEntities($args);
/plugin/sql2wiki/syntax/
H A Dquery.php75 $args = [];
76 if (isset($attributes['args'])) {
77 $args = array_map('trim', explode(',', $attributes['args']));
86 'args' => $args,
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php73 const ARGS = 'args';
173 $args = '';
175 $args = $newBuffer[1];
188 if (isset($args)) {
189 $t[self::ARGS] = $args;
193 unset($args);
/plugin/photogallery/phpThumb/
H A DphpThumb.php175 $args = explode(';', substr($_SERVER['PATH_INFO'], 1)); variable
176 $phpThumb->DebugMessage('PATH_INFO.$args set to ('.implode(')(', $args).')', __FILE__, __LINE__);
177 if (!empty($args)) {
178 $_GET['src'] = @$args[count($args) - 1];
185 if (preg_match('#^([\d]*)x?([\d]*)$#i', @$args[count($args) - 2], $matches)) {
190 for ($i = 0; $i < count($args) - 2; $i++) {
191 @list($key, $value) = explode('=', @$args[$i]);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js443 push.apply(args, action.args);
5015 args || (args = slice.call(arguments));
6003 args || (args = slice.call(arguments));
6037 args || (args = slice.call(arguments));
6555 var array = [args, [args]];
8576 args || (args = slice.call(arguments));
14625 args || (args = slice.call(arguments));
18257 args || (args = slice.call(arguments));
18808 args || (args = slice.call(arguments));
18815 args || (args = slice.call(arguments));
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js93 var args = slice.call(arguments);
94 args.unshift(this[attribute]);
95 return _[method].apply(_, args);
343 var args = Array(length);
356 if (events) triggerEvents(events, args);
365 var triggerEvents = function(events, args) { argument
366 var ev, i = -1, l = events.length, a1 = args[0], a2 = args[1], a3 = args[2];
367 switch (args.length) {
1530 router.trigger('route', name, args);
1539 execute: function(callback, args, name) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php209 * @param array $args
213 public function setConstructorArgs(array $args) argument
215 $this->constructorArgs = $args;
/plugin/elwikiupgrade/
H A Dadmin.php182 $args = func_get_args();
184 echo vsprintf(array_shift($args)."<br />\n", $args);
195 $args = func_get_args();
197 echo vsprintf(array_shift($args)."<br />\n", $args);
/plugin/farm/
H A Daction.php56 function cleanACT(&$event, $args) { argument
84 function displayState(&$event, $args) { argument
110 function processHeaders(&$event, $args) { argument
/plugin/quickstats/scripts/
H A Dget_geocity2.php159 $args = func_get_args();
160 echo vsprintf(array_shift($args)."\n",$args);
/plugin/struct/action/
H A Dbureaucracy.php55 $args = $event->data['args'];
56 if ($args[0] != 'struct_schema') return false;
62 $helper->initialize($args);
/plugin/emoji/emojione/
H A DEmojione.php27 public static function __callStatic($method, $args) argument
39 return call_user_func_array(array($client, $method), $args);
/plugin/filterrss/
H A Dsyntax.php44 $args = trim($query[0]);
76 if(preg_match($limit_reg, $args, $matches) )
84 $exploded = explode(' ', $args);

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