Searched refs:parameters (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Registry.php | 217 * @param array $parameters Parameters to pass to the constructor 220 public function &create($type, $parameters = []) argument 228 $instance = $reflector->newInstanceArgs($parameters); 245 * @param array $parameters 248 public function &call($type, $method, $parameters = []) argument 259 $result = @call_user_func_array([$class, 'create'], $parameters); 266 $result = call_user_func_array([$class, $method], $parameters);
|
/dokuwiki/lib/plugins/extension/ |
H A D | Repository.php | 237 $parameters = [ 248 $parameters['tag'][] = $m[3]; 255 $parameters['mail'][] = $m[3]; 262 $parameters['ext'][] = $m[3]; 274 $parameters['type'] += $typevalues[$t]; 279 $parameters['q'] = trim($q); 280 return $parameters;
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/ |
H A D | IntrospectionServer.php | 32 'Returns an array describing the return type and required parameters of a method'
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | Hash.php | 118 private $parameters = []; variable in phpseclib3\\Crypt\\Hash 400 $this->parameters = [ 433 $this->parameters = compact('initial'); 1034 return substr($algo($text, ...array_values($this->parameters)), 0, $this->length); 1042 $temp = substr($algo($temp, ...array_values($this->parameters)), 0, $this->length); 1045 $output = $algo($output, ...array_values($this->parameters));
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (…
|
/dokuwiki/conf/ |
H A D | mysql.conf.php.example | 212 * added to updateUser on demand. Only changed parameters will be used.
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 167 * PHP 8.0: required parameters are no longer allowed after optional parameters [#656](https://githu…
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 224 …* Empty parameters of LaTeX commands tipped the highlighting off (SF#3098329, James Oldfield, BenB… 555 * Added support for parameters beginning with dash in BASH language (BenBE) 669 - Updated doxygen documentation to include since tags and some missing parameters
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 441 …okuWiki as well. You can influence the rendering by multiple additional space separated parameters:
|
/dokuwiki/_test/data/pages/wiki/ |
H A D | syntax.txt | 441 …okuWiki as well. You can influence the rendering by multiple additional space separated parameters:
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 259 If such an object file uses only numerical parameters, data
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 259 If such an object file uses only numerical parameters, data
|