Home
last modified time | relevance | path

Searched refs:params (Results 26 – 41 of 41) sorted by relevance

12

/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php220 * @param array $params associative array of parameter to set
225 public function tabURL($tab = '', $params = [], $sep = '&', $absolute = false)
238 return wl($ID, array_merge($defaults, $params), $absolute, $sep);
222 tabURL($tab = '', $params = [], $sep = '&', $absolute = false) global() argument
/dokuwiki/inc/
H A Ddeprecated.php66 public function __construct($key, array $params = null)
69 parent::__construct($key, $params);
80 public function __construct($key, array $params = null)
83 parent::__construct($key, $params);
94 public function __construct($key, array $params = null)
97 parent::__construct($key, $params);
64 __construct($key, array $params = null) global() argument
78 __construct($key, array $params = null) global() argument
92 __construct($key, array $params = null) global() argument
H A Dcommon.php349 * @param array $params array with key-value pairs
353 function buildURLparams($params, $sep = '&')
357 foreach ($params as $key => $val) { argument
374 * @param array $params array with (attribute name-attribute value) pairs
378 function buildAttributes($params, $skipEmptyStrings = false)
382 foreach ($params as $key => $val) {
381 buildAttributes($params, $skipEmptyStrings = false) global() argument
H A Dtemplate.php540 * @var array $params
546 $out = html_btn($type, $id, $accesskey, $params, $method);
583 * @var array $params
590 $linktarget = wl($id, $params);
652 'params' => ['do' => $type],
1156 * @param array $params - additional image attributes
1159 function tpl_img($maxwidth = 0, $maxheight = 0, $link = true, $params = null)
1192 if (is_null($params)) {
1195 $p = $params;
1208 $data = ['url' => ($link ? $url : null), 'params'
1106 tpl_img($maxwidth = 0, $maxheight = 0, $link = true, $params = null) global() argument
[all...]
H A Dparserutils.php810 foreach ($options as $function => $params) {
812 $geshi->$function($params);
H A Dmedia.php1499 * @param array|bool $params
1505 function media_managerURL($params = false, $amp = '&', $abs = false, $params_array = false)
1516 if ($params) {
1517 $gets = $params + $gets;
1434 media_managerURL($params = false, $amp = '&', $abs = false, $params_array = false) global() argument
/dokuwiki/lib/scripts/
H A Dfileuploader.js258 params: {}, property in qq.FileUploaderBasic._options
298 setParams: function(params){ argument
299 this._options.params = params;
399 this._handler.upload(id, this._options.params);
870 // params for files in queue
883 * Sends the file identified by id and additional query params to the server
885 upload: function(id, params){ argument
889 qq.extend(copy, params);
997 _upload: function(id, params){ argument
1096 AnonymousFunctionc6e2ab792b00(iframe, params) global() argument
1174 AnonymousFunctionc6e2ab793000(id, params) global() argument
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php46 $result = $this->call($this->message->methodName, $this->message->params);
60 <params>
66 </params>
173 $params = $call['params'];
177 $result = $this->call($method, $params);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php194 if ($method['params']) {
195 $c = count($method['params']);
197 $params = [];
198 foreach ($method['params'] as $desc => $type) {
199 $params[] = hsc($desc) . '</td><td>' . hsc($type);
201 $doc .= implode('</td></tr><tr><td>', $params) . '</td></tr>';
/dokuwiki/inc/parser/
H A Dhandler.php943 // get params
944 [$link, $params] = sexplode(' ', $link, 2, '');
947 if (preg_match('/\b(\d+)\b/', $params, $match)) {
952 $p['reverse'] = (preg_match('/rev/', $params));
953 $p['author'] = (preg_match('/\b(by|author)/', $params));
954 $p['date'] = (preg_match('/\b(date)/', $params));
955 $p['details'] = (preg_match('/\b(desc|detail)/', $params));
956 $p['nosort'] = (preg_match('/\b(nosort)\b/', $params));
958 if (preg_match('/\b(\d+)([dhm])\b/', $params, $match)) {
1145 $params
[all...]
H A Dxhtml.php885 $params = '';
889 $params = $parts[1];
932 $params = $params . '&at=' . rawurlencode($this->date_at);
934 $link['url'] = wl($id, $params);
1327 * @param array $params Finetuning of the output
1331 public function rss($url, $params)
1349 if ($params['nosort']) $feed->enable_order_by_date(false);
1352 if ($params['reverse']) {
1355 $end = $start - ($params['ma
1246 rss($url, $params) global() argument
[all...]
H A Dmetadata.php654 * @param array $params Finetuning of the output
656 public function rss($url, $params)
662 min($this->meta['date']['valid']['age'], $params['refresh']) :
663 $params['refresh'];
639 rss($url, $params) global() argument
H A Drenderer.php611 * @param array $params Finetuning of the output
613 public function rss($url, $params)
549 rss($url, $params) global() argument
/dokuwiki/inc/Form/
H A DLegacyForm.php24 parent::__construct($oldform->params);
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php160 return $this->message->params[0];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG672 - Fixed template params for C++ and C# not being highlighted (SF #1772919, BenBE)

12