Home
last modified time | relevance | path

Searched refs:param (Results 776 – 800 of 1180) sorted by last modified time

1...<<31323334353637383940>>...48

/plugin/shortcutkey/
H A Daction.php24 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/namespacesearch/
H A Daction.php16 function _fixquery(Doku_Event &$event, $param) { argument
/plugin/docsearchsitemap/
H A Daction.php37 function runSitemapper(&$event, $param){ argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnusedFunctionParameterSniff.php73 foreach ($phpcsFile->getMethodParameters($stackPtr) as $param) {
74 $params[$param['name']] = $stackPtr;
H A DUselessOverridingMethodSniff.php79 foreach ($phpcsFile->getMethodParameters($stackPtr) as $param) {
80 $signature[] = $param['name'];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php71 foreach ($params as $param) {
72 if ($param['variable_length'] === true) {
76 if (array_key_exists('default', $param) === true) {
81 if ($param['type_hint'] !== '' && strtolower($param['default']) === 'null') {
90 $phpcsFile->addError($error, $param['token'], 'NotAtEnd');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php373 if ($param['type'] === '') {
459 $param['type'],
496 if ($param['var'] === '') {
500 $foundParams[] = $param['var'];
511 $param['var'],
531 if ($param['comment'] === '') {
585 $param['type_space'],
592 $content = $param['type'];
594 $content .= $param['var'];
640 $param['var_space'],
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php300 foreach ($params as $pos => $param) {
301 if ($param['var'] === '') {
305 $foundParams[] = $param['var'];
322 $content .= $param['var'];
325 …tokens[$commentToken]['length'] - $param['type_space'] - $param['var_space'] - strlen($param['type…
337 $param['comment'],
355 $param['var'],
375 if ($param['comment'] === '') {
385 $param['var_space'],
397 …tokens[$commentToken]['length'] - $param['type_space'] - $param['var_space'] - strlen($param['type…
[all …]
/plugin/authgoogle/
H A Daction.php17 function hook_updateprofileform_output(&$event, $param) { argument
46 function hook_html_loginform_output(&$event, $param) { argument
/plugin/authgoogle/google/
H A DGoogle_Client.php318 * @param string|null $token The token (access token or a refresh token) that should be revoked.
/plugin/xfortune/
H A Daction.php23 function handle_ajax_call_unknown(Doku_Event $event, $param) { argument
37 function handle_claim(Doku_Event $event, $param) { argument
/plugin/cloudstorage/
H A Daction.php31 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_fetch_media_status(Doku_Event &$event, $param) { argument
57 public function handle_media_upload_finish(Doku_Event &$event, $param) { argument
/plugin/googlemap3/
H A Daction.php25 function insert_javascript(&$event, $param) { argument
H A Dsyntax.php77 $param = '';
79 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
82 if (!empty($param)) $param = substr($param,0,-1);
94 $js = "googleMapArray[googleMapArray.length] = {".$param.$points." }; ";
102 list($style, $param) = $data;
109 $param
131 $param = array();
132 preg_match_all('/(\w*)="(.*?)"/us',$str_params,$param,PREG_SET_ORDER);
136 foreach($param as $kvpair) {
/plugin/top/
H A Daction.php32 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
37 public function handle_ajax_call_unknown(Doku_Event &$event, $param) { argument
/plugin/leightweightscript/
H A Daction.php32 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
57 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
61 public function handle_js_toolbar(Doku_Event &$event, $param) { argument
83 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
87 public function handle_use_cache(Doku_Event &$event, $param) { argument
97 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
101 public function handle_js_script_list(Doku_Event &$event, $param) { argument
/plugin/rater/
H A Dsyntax.php52 foreach($params as $param){
53 $splitparam = explode('=',$param);
908 foreach ($fileReference as $param) {
909 if(stripos($param,"id=")!== false) { $rater_id = substr($param,4); }
910 elseif(stripos($param,"name=")!== false) {
911 $name = substr($param,5);
915 elseif(stripos($param,"type=")!== false) { $type = substr($param,5); }
916 elseif(stripos($param,"img=")!== false) { $img = substr($param,4); }
H A Daction.php43 function _handle_act(&$event, $param) { argument
/plugin/amcharts/
H A Daction.php28 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
32 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1param {mixed} val\n\t * @return {bool}\n\t */\n\n\tmodule.exports = isArray || function (val) {\n\…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …entStyle})();(function(){function addParamToUrl(url,param){return url+(/\?/.test(url)?"&":"?")+par… argument
H A Dfabric.js2242 function addParamToUrl(url, param) { argument
2243 return url + (/\?/.test(url) ? '&' : '?') + param;
/plugin/authg2fa/
H A Daction.php28 function two_fa_login_form(&$event, $param) { argument
38 function handle_profile_form(&$event, $param) { argument
42 $fn = $INPUT->param('fn');
45 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
48 $param = null;
70 if($INPUT->param('secret') == "********")
75 if($th->saveToken($_SERVER['REMOTE_USER'], $INPUT->param('secret')))
H A Dadmin.php63 $fn = $INPUT->param('fn');
67 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
70 $param = null;
79 …case "csecret" : $this->_tokenHelper->createTokenForUser($param); $this->_tokens = $this->_toke…
81 …case "dsecret" : $this->_tokenHelper->deleteTokenForUser($param); $this->_tokens = $this->_toke…
82 case "ssecret" : $this->_unhide = $param; break;
/plugin/namespacemessage/
H A Daction.php22 public function handle_tpl_act_render(Doku_Event &$event, $param) { argument

1...<<31323334353637383940>>...48