Home
last modified time | relevance | path

Searched refs:params (Results 2476 – 2500 of 2939) sorted by relevance

1...<<919293949596979899100>>...118

/plugin/notification/syntax/
H A Dlist.php37 $params = [
55 $params[$key] = $value;
57 return $params;
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php46 $params = array('customerId' => $customerId, 'applicationId' => $applicationId);
47 $params = array_merge($params, $optParams);
48 $data = $this->__call('list', array($params));
/plugin/struct/helper/
H A Dfield.php82 * @param array $params
86 public function renderfield($params, Doku_Form $form, $formid) argument
96 $params['class'] = 'bureaucracy_error';
101 $field = $this->makeField($value, $params['name']);
/plugin/tagging/script/
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/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php93 $params = new RequestParameters($this->secret, $response, $remoteIp, self::VERSION);
94 $rawResponse = $this->requestMethod->submit($params);
/plugin/gallery/
H A Dsyntax.php
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... name org.apache.http.params.HttpParams params org.apache.http.cookie.CookieSpecFactory factory ...
/plugin/discussion/
H A Dadmin.php313 $params = array('do' => 'admin', 'page' => 'discussion');
322 $params['first'] = $first;
324 …$ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
335 $params['first'] = $last;
336 …$ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>…
/plugin/linkback/
H A Dadmin.php248 $params = array('do' => 'admin', 'page' => 'linkback');
254 $params['first'] = $first;
256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
267 $params['first'] = $last;
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
/plugin/jmol2/jmol/
H A DJmol.js129 _jmol.params.doTranslate = ''+TF;
575 params: { class in _jmol
702 return _jmol.params["syncId"] = n
706 return _jmol.params["syncId"]
710 _jmol.params.logLevel = ''+n;
745 params.archive = archivePath;
746 params.mayscript = 'true';
747 params.codebase = codebase;
751 params.code = 'JmolApplet';
809 for (var i in _jmol.params)
[all …]
/plugin/jquotes/
H A Dsyntax.php50 list($cookie, $params) = explode('?', $match, 2);
57 if(preg_match('/\b(\d+)\b/i', $params, $match)) {
/plugin/pagetitle/syntax/
H A Ddecorative.php77 static $params; // store title tag parameters
86 $params = strtolower(trim(substr($match, 6, -1)));
95 return $data = [$state, $ID, $params];
/plugin/authsplit/
H A Dauth.php252 $params = $this->authplugins['primary']->getUserData($user, true);
253 if (!$params) {
265 'getUserData(): '.$this->_dumpUserData($params).'.',
274 $params['name'], $params['mail'], $params['grps']
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php38 function phpFreeChat( &$params ) argument
40 if (!is_array($params))
44 $c =& pfcGlobalConfig::Instance( $params );
239 $params = array_slice(is_array($res['params']) ? $res['params'] : array() ,2);
240 $param = implode(" ",$params); // to keep compatibility (will be removed)
285 $cmdp["params"] = $params;
/plugin/odt/action/
H A Dexport.php54 $params = array('do' => 'export_odt');
56 $params['rev'] = $REV;
63 …. '<a href="' . wl($ID, $params) . '" class="action export_odt" rel="nofollow" title="' . $this->…
81 $params = array('do' => 'export_odt_pdf');
83 $params['rev'] = $REV;
90 …. '<a href="' . wl($ID, $params) . '" class="action export_odt_pdf" rel="nofollow" title="' . $th…
/plugin/struct/types/
H A DLongText.php61 $params = [
68 $attributes = buildAttributes($params, true);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php321 $params = null;
333 $params = array($server_url, $handle);
338 $params = array($server_url);
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/tplmod/
H A Dscript.js209 var params = "tplmod_val=" + m; params += '&call=tplmod_ui_lang';
210 params += "&tplmod_client=" + client;
211 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
/plugin/combo/action/
H A Dlinkmove.php94 * @param $params
101 function check_lock_file_age(Doku_Event $event, $params) argument
110 * @param $params
113 function handle_rename_before(Doku_Event $event, $params) argument
172 * @param $params
175 function handle_rename_after(Doku_Event $event, $params) argument
247 * @param $params
249 function handle_link(Doku_Event $event, $params) argument
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php321 $params = null;
333 $params = [$server_url, $handle];
338 $params = [$server_url];
341 $assoc = $this->connection->getRow($sql, $types, $params);
/plugin/structgeohash/types/
H A DGeoHash.php58 $params = array(
76 $attributes = buildAttributes($params, true);
/plugin/authhiorgserver/
H A Dauth.php243 * @param array $params additional parameters
246 function addUrlParams($url, $params) { argument
247 if(!is_array($params) || empty($params)) {
261 foreach($params as $par => $val) {
/plugin/reflect/
H A Dsyntax.php37 list($src, $params) = explode('$', $src, 2);
48 $array['params'] = str_replace('#', '', trim($params));
/plugin/pagestat/
H A Daction.php50 $params = array();
67 $params['rev']=$REV;
/plugin/blogtng/renderer/
H A Dcomment.php80 * @param array $params
82 function rss($url, $params) {} argument

1...<<919293949596979899100>>...118