Home
last modified time | relevance | path

Searched refs:params (Results 26 – 50 of 2939) sorted by last modified time

12345678910>>...118

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/
H A Dscript.js57 * Create the map based on the params given.
611 params: {
652 params: {
679 // params: {
685 // filterToParams: function (filter, params) {
690 // params['min-lat'] = filter.value.bottom;
691 // params['max-lat'] = filter.value.top;
692 // params['min-lon'] = filter.value.left;
693 // params['max-lon'] = filter.value.right;
700 // params['ma
[all...]
/plugin/shell/
H A DP0wnyShell.js365 makeRequest(url, params, callback) { argument
368 for (const key in params) {
369 if (params.hasOwnProperty(key)) {
370 a.push(encodeURIComponent(key) + "=" + encodeURIComponent(params[key]));
/plugin/photogallery/lib/
H A Darray_column.php36 $params = func_get_args();
51 if (!is_int($params[1])
54 && $params[1] !== null
55 && !(is_object($params[1]) && method_exists($params[1], '__toString'))
61 if (isset($params[2])
62 && !is_int($params[2])
65 && !(is_object($params[2]) && method_exists($params[2], '__toString'))
71 $paramsInput = $params[0];
72 $paramsColumnKey = ($params[1] !== null) ? (string) $params[1] : null;
75 if (isset($params[2])) {
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt109 phpThumb.php/<params>=<values>;<w>x<h>;<image>
/plugin/photogallery/
H A Dsyntax.php102 $params = $this->getConf('options');
103 $params = preg_replace('/[,&\?]+/',' ',$params);
104 $params = explode(' ',$params);
105 foreach($params as $param){
/plugin/sqlite/
H A Dadmin.php232 * @param string[] $params
236 protected function selfLink($form = true, $params = [])
239 $params = array_merge(
246 $params
249 return wl($ID, $params, false, $form ? '&' : '&amp;');
226 selfLink($form = true, $params = []) global() argument
H A DSQLiteDB.php206 * @param ...mixed|array $params
210 public function queryAll($sql, ...$params)
212 $stmt = $this->query($sql, ...$params);
222 * @param ...mixed|array $params
226 public function queryRecord($sql, ...$params)
228 $stmt = $this->query($sql, ...$params);
278 * @param ...mixed|array $params
282 public function queryValue($sql, ...$params)
284 $result = $this->queryAll($sql, ...$params);
297 * @param ...mixed|array $params
181 queryAll($sql, ...$params) global() argument
197 queryRecord($sql, ...$params) global() argument
253 queryValue($sql, ...$params) global() argument
271 queryKeyValueList($sql, ...$params) global() argument
[all...]
/plugin/nodetailsxhtml/
H A Drenderer.php247 $params = '';
251 $params = $parts[1];
301 $link['url'] = wl($id, $params);
/plugin/aichat/
H A Dsyntax.php
/plugin/bez/ctl/
H A Dtasks.php31 } elseif (empty($this->params) && isset($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME])) {
49 $filters = $this->params;
H A Dthreads.php14 } elseif (empty($this->params) && isset($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME])) {
32 $filters = $this->params;
/plugin/bez/
H A Dscript.js31 params = value.split(':');
33 if (params[0] !== 'bez') {
34 params.shift();
36 for (var i = 0; i < params.length; i += 2) {
37 var k = params[i],
38 v = params[i+1];
/plugin/bez/action/
H A Dbase.php100 $params = [];
104 $params[$key] = $value;
106 $params = array_filter($params);
108 foreach ($params as $k => $v) {
H A Ddefault.php12 protected $params = array(); variable in action_plugin_bez_default
23 return (isset($this->params[$id]) ? $this->params[$id] : $default);
170 throw new Exception('invalid params');
174 $this->params[$ex[$i]] = $ex[$i+1];
/plugin/sql/
H A DDB.php22 function query($sql, $mode = null, ...$params) { argument
27 $stmt->execute($params);
117 function mysql_fetch_array($statement, $params = NULL) { argument
120 function mysql_fetch_assoc($statement, $params = NULL) { argument
/plugin/tagging/
H A Dhelper.php389 list($having, $params) = $this->getFilterSql($filters);
408 array_unshift($params, $this->globNamespace($namespace));
409 $res = $db->query($query, $params);
480 $params = [$newTag, $this->cleanTag($formerTagName)];
481 if ($tagger) array_push($params, $tagger);
482 $res = $db->query($insertQuery . $where, $params);
493 $params = [$this->cleanTag($formerTagName)];
494 if ($tagger) array_push($params, $tagger);
495 if ($db->query($deleteQuery . $where, $params) === false) {
927 $params
[all...]
H A Dscript.js51 params: {
/plugin/tagging/script/
H A Dadmin.js15 * @param {object} params Required "call" is the DokuWiki event name, plus optional data object(s)
19 const callBackend = function(params, callback) { argument
27 params
H A Deditable.js195 var params = $.extend({}, this.options.params, {oldValue: this.options.value, newValue: newValue});
198 data : params,
377 params : this.options.params
439 params : {} //additional params passed to ajax post request property in $.fn.editable.defaults
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php34 $params = [
38 send_redirect(wl($ID, $params, false, '&'));
49 $params = [
54 send_redirect(wl($ID, $params, false, '&'));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38451 var x = priv.params.priv_key;
38452 var p = priv.params.p;
38453 var q = priv.params.q;
38454 var g = priv.params.g;
48205 function KeyPair(eddsa, params) {
48207 this._secret = parseBytes(params.secret);
48208 …if (eddsa.isPoint(params.pub)) this._pub = params.pub;else this._pubBytes = parseBytes(params.pub);
70150 data: ndata.algorithm.params
70179 ndata.algorithm.params.priv_key = asn1.DSAparam.decode(ndata.subjectPrivateKey, 'der');
70182 params: ndata.algorithm.params
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15740 var params = ({r:rr}/*:any*/), row/*:RowInfo*/, height = -1; class in write_ws_xml_data
15752 params = ({r:rr}/*:any*/); class in write_ws_xml_data
15755 if(row.hidden) params.hidden = 1;
15759 if(height > -1) { params.ht = height; params.customHeight = 1; }
15760 if(row.level) { params.outlineLevel = row.level; }
15762 o[o.length] = (writextag('row', r.join(""), params));
15767 params = ({r:R+1}/*:any*/); class
15769 if(row.hidden) params.hidden = 1;
15773 if (height > -1) { params.ht = height; params.customHeight = 1; }
15774 if (row.level) { params.outlineLevel = row.level; }
[all …]
/plugin/gallery/
H A Dsyntax.php
/plugin/button/
H A Dsyntax.php373 $params = '';
377 $params = $parts[1];
432 $link['url'] = wl($id, $params);

12345678910>>...118