Home
last modified time | relevance | path

Searched refs:args (Results 26 – 50 of 559) sorted by relevance

12345678910>>...23

/plugin/const/
H A Dclass.evalmath.php532 $args = array();
538 $args[] = $arg;
564 $args = array();
898 return array_sum( $args );
938 return array_sum( $args ) / count( $args );
952 sort( $args );
954 return $args[ $middle ];
981 sort( $args );
982 return end( $args ) - reset( $args );
994 return max( $args );
[all …]
/plugin/data-au/helper/
H A Daliastextbox.php10 private $args; variable in helper_plugin_dataau_aliastextbox
20 * @param array $args The tokenized definition, only split at spaces
22 public function initialize($args) { argument
23 $this->init($args);
25 $this->args = array();
26 foreach($args as $arg) {
31 $this->args[] = $arg;
40 * @param array $args dataau plugin related field arguments
42 private function prepareColumns($args) { argument
47 foreach($args as $arg) {
[all …]
/plugin/data/
H A Dbureaucracy_field.php11 private $args = [];
21 * @param array $args The tokenized definition, only split at spaces
23 public function __construct($args)
25 $this->init($args);
27 foreach ($args as $arg) {
32 $this->args[] = $arg;
40 * @param array $args data plugin related field arguments
42 private function prepareColumns($args)
48 foreach ($args as $arg) {
63 $this->opt['args']
14 private $args; global() variable in syntax_plugin_bureaucracy_field_dataplugin
26 __construct($args) global() argument
46 prepareColumns($args) global() argument
[all...]
/plugin/data/helper/
H A Daliastextbox.php11 private $args;
21 * @param array $args The tokenized definition, only split at spaces
23 public function initialize($args)
25 $this->init($args);
27 $this->args = [];
28 foreach ($args as $arg) {
33 $this->args[] = $arg;
41 * @param array $args data plugin related field arguments
43 private function prepareColumns($args)
49 foreach ($args a
10 private $args; global() variable in helper_plugin_data_aliastextbox
22 initialize($args) global() argument
42 prepareColumns($args) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php18 * @param array $args Field arguments
20 public function __construct(?string $fieldName = null, array $args = []) argument
23 $this->addField($fieldName, $args);
31 * @param array $args Field arguments
35 public function addField(string $fieldName, array $args): self argument
37 return $this->setParam($fieldName, $args);
/plugin/jsonrpc/
H A DIJR_Server.php80 private function callClassMethod($method, $args) argument
86 return call_user_func_array(array(&$this,$method),$args);
90 private function callPlugin($pluginname, $callback, $method, $args) argument
97 return call_user_func_array(array($plugin, $callback), $args);
106 private function callFunction($method, $args) argument
112 return call_user_func_array($method,$args);
116 protected function call($methodname, $args) argument
126 $args = (array) $args;
129 $result = $this->callClassMethod($method, $args);
133 return $this->callPlugin($pluginname, $callback, $method, $args);
[all …]
/plugin/bureaucracy-au/
H A Dsyntax.php85 $args[0] = $this->_sanitizeClassName($args[0]);
88 if(count($args) < 2) {
89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
94 if($args[0] == 'action') {
95 array_shift($args);
96 $rawactions[] = array('type' => array_shift($args), 'argv' => $args);
102 $thanks = $args[1];
108 $labels = $args[1];
117 $name = $args[0];
397 $args = array();
[all …]
/plugin/bureaucracyau/
H A Dsyntax.php85 $args[0] = $this->_sanitizeClassName($args[0]);
88 if(count($args) < 2) {
89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
94 if($args[0] == 'action') {
95 array_shift($args);
96 $rawactions[] = array('type' => array_shift($args), 'argv' => $args);
102 $thanks = $args[1];
108 $labels = $args[1];
117 $name = $args[0];
397 $args = array();
[all …]
/plugin/dwinsect/
H A Dsyntax.php271 function _render_link(&$renderer, $hndl, $args) { argument
279 case "emaillink": $renderer->$hndl($args[0], $args[1]); break;
280 case 'interwikilink': $renderer->$hndl($args[0], $args[1], $args[2], $args[3]); break;
282 …case 'externalmedia': $renderer->$hndl($args[0], $args[1], $args[2], $args[3], $args[4], $args[5…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php200 $args = [];
205 $args[] = '"font-weight: normal"';
212 $args[] = static::quote('font-weight: normal');
213 $args[] = static::quote($format);
215 return array_reverse($args);
274 * @param mixed $args
276 private static function call(...$args): string argument
278 $method = array_shift($args);
283 return static::call_array($method, $args);
287 * @param mixed[] $args
[all …]
/plugin/sqlite/
H A Dhelper.php159 * @param string ...$args - the arguments of query(), the first is the sql and others are values
161 public function query(...$args)
167 $sql = $this->prepareSql($args);
180 * @param array $args
187 public function prepareSql($args)
190 $sql = trim(array_shift($args));
197 $argc = count($args);
198 if ($argc > 0 && is_array($args[0])) {
199 $args = $args[
185 prepareSql($args) global() argument
[all...]
/plugin/do/syntax/
H A Ddolist.php66 $args = array();
70 parse_str($url[1], $args);
73 $filters = array_keys($args);
75 if (isset($args[$filter])) {
76 $args[$filter] = explode(',', $args[$filter]);
77 $c = count($args[$filter]);
79 $args[$filter][$i] = trim($args[$filter][$i]);
85 $args['n
[all...]
/plugin/bureaucracy-au/helper/
H A Dfieldaddpage.php15 * @param array $args The tokenized definition, only split at spaces
17 function initialize($args) { argument
18 if(count($args) < 3){
19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 if(count($args) < 2){
18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
24 $this->opt = array_combine(array('cmd', 'template'), $args);
H A Dfieldfile.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $this->init($args);
23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($args);
/plugin/bureaucracyau/helper/
H A Dfieldaddpage.php15 * @param array $args The tokenized definition, only split at spaces
17 function initialize($args) { argument
18 if(count($args) < 3){
19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 if(count($args) < 2){
18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
24 $this->opt = array_combine(array('cmd', 'template'), $args);
H A Dfieldfile.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $this->init($args);
23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($args);
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php15 * @param array $args The tokenized definition, only split at spaces
17 function initialize($args) { argument
18 if(count($args) < 3){
19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 if(count($args) < 2){
18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
24 $this->opt = array_combine(array('cmd', 'template'), $args);
H A Dfieldfile.php14 * @param array $args The tokenized definition, only split at spaces
16 function initialize($args) { argument
17 $this->init($args);
23 if (isset($args[0]) && preg_match('/^[a-z.\-_:]+$/', $args[0])) {
24 $this->opt['namespace'] = array_shift($args);
26 $this->standardArgs($args);
/plugin/structstatus/
H A Dsyntax.php115 $args = array(
119 $args['data-multi'] = (int) $type->isMulti();
120 $args['data-st'] = getSecurityToken();
121 $args['data-field'] = $col->getFullQualifiedLabel();
122 $args['data-page'] = $id;
123 $args['data-rev'] = time();
124 … $args['data-rid'] = implode(',', $rids); // FIXME this is wrong for multi fields in the widget?
125 $args['class'] .= ' editable';
129 $html = '<div ' . buildAttributes($args) . '>';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php83 public static function createParameters(...$args) argument
86 if (count($args) == 2 && $args[0] instanceof BigInteger && $args[1] instanceof BigInteger) {
90 $params->prime = $args[0];
91 $params->base = $args[1];
93 } elseif (count($args) == 1 && is_numeric($args[0])) {
94 $params->prime = BigInteger::randomPrime($args[0]);
97 } elseif (count($args) != 1 || !is_string($args[0])) {
100 switch ($args[0]) {
/plugin/bureaucracy/
H A Dsyntax.php90 $args[0] = $this->_sanitizeClassName($args[0]);
93 if(count($args) < 2) {
94 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
99 if($args[0] == 'action') {
100 array_shift($args);
101 $rawactions[] = array('type' => array_shift($args), 'argv' => $args);
107 $thanks = $args[1];
113 $labels = $args[1];
122 $name = $args[0];
402 $args = array();
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js8 var args = (args = process.argv) variable
9 .slice((args[0] === process.execPath || args[0] === 'node') ? 2 : 0);
11 var filePath = path.resolve(args[1]),
15 var result = args[0],

12345678910>>...23