Home
last modified time | relevance | path

Searched refs:param (Results 101 – 125 of 1180) sorted by relevance

12345678910>>...48

/plugin/struct/action/
H A Dentry.php41 * @param EventHandler $controller DokuWiki's event controller object
57 * @param Event $event event object by reference
58 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
62 public function handleValidation(Event $event, $param)
95 * @param Event $event event object by reference
96 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
100 public function handlePagesaveBefore(Event $event, $param)
128 * @param Even
59 handleValidation(Doku_Event $event, $param) global() argument
97 handlePagesaveBefore(Doku_Event $event, $param) global() argument
130 handlePagesaveAfter(Doku_Event $event, $param) global() argument
[all...]
H A Dsearch.php24 * @param EventHandler $controller DokuWiki's event controller object
36 * @param Event $event event object by reference
37 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
41 public function handleIndexing(Event $event, $param)
57 * @param Event $event event object by reference
58 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
62 public function handleSnippets(Event $event, $param)
38 handleIndexing(Doku_Event $event, $param) global() argument
59 handleSnippets(Doku_Event $event, $param) global() argument
/plugin/botbouncer/lib/
H A Dmollom.php196 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
199 if((string) $responseString->params->param->value->boolean == '1') return true;
260 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
263 foreach ($responseString->params->param->value->struct->member as $part)
510 …if(!isset($responseString->params->param->value->struct->member)) throw new Exception('Invalid res…
658 …if(!isset($responseString->params->param->value->int)) throw new Exception('Invalid response in ge…
661 return (int) $responseString->params->param->value->int;
701 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
704 if((string) $responseString->params->param->value->boolean == 1) return true;
812 …if(!isset($responseString->params->param->value->boolean)) throw new Exception('Invalid response i…
[all …]
/plugin/submgr/
H A Daction.php32 * @param mixed $param not used
36 public function handle_auth_user_change(Doku_Event $event, $param) argument
49 * @param mixed $param not used
53 public function handle_login(Doku_Event $event, $param) argument
/plugin/structsection/
H A Daction.php26 public function addPageRevisionToJSINFO(\Doku_Event $event, $param) argument
43 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
47 final public function appendPluginOutputToPage(\Doku_Event $event, $param) argument
89 final public function registerTypeWithStructPlugin(\Doku_Event $event, $param) argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php146 * @param mixed $param
150 private function isStringOrNull($param) argument
152 return in_array(gettype($param), ['string', 'NULL']);
156 * @param mixed $param
160 private function isStringNotEmpty($param) argument
162 return is_string($param) && false === empty($param);
/plugin/scrapbook/
H A Daction.php30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_toolbar_define(Doku_Event $event, $param) { argument
47 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
51 public function handle_ajax_call(Doku_Event $event, $param) { argument
/plugin/txtconf/
H A Dtxtconfig.class.php91 $param = $defparam;
94 $param = $this->_metadata[$key];
95 array_shift($param);
101 $param = $defparam;
104 $this->setting[$key] = new $class($key,$param);
127 $param = $defparam;
131 $param = $defparam;
134 $param = $this->_metadata[$key];
135 array_shift($param);
139 $this->setting[$key] = new $class($key,$param);
/plugin/lightweightcss/
H A Daction.php96 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
100 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
118 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
122 public function handle_use_cache(Doku_Event &$event, $param) { argument
137 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
141 public function handle_css_styles(Doku_Event &$event, $param) { argument
/plugin/editions/
H A Daction.php36 function openContent(&$event, $param){ argument
45 function closeContent(&$event, $param){ argument
54 function openSection(&$event, $param) { argument
64 function closeSection(&$event, $param){ argument
74 function cleanDocument(&$event, $param){ argument
83 function addIcons(&$event, $param) { argument
/plugin/blogtng/action/
H A Dfeed.php42 * @param array $param empty array as passed to register_hook()
45 public function handleBlogFeedParameters(Doku_Event $event, $param) { argument
63 * @param array $param empty
66 public function handleBlogFeed(Doku_Event $event, $param) { argument
99 * @param array $param empty
102 public function handleBlogpostAddedToFeed(Doku_Event $event, $param) { argument
/plugin/keywords/action/
H A Dkeywords.php28 * @param mixed $param optional parameter passed when event was registered
31 public function handleFormEditOutput(Doku_Event $event, $param) { argument
57 * @param mixed $param optional parameter passed when event was registered
60 public function handleCommonWikipageSave(Doku_Event $event, $param) { argument
163 * @param mixed $param optional parameter passed when event was registered
167 public function handleMetaheaderOutput(Doku_Event $event, $param) { argument
/plugin/flowplayer/
H A Dsyntax.php36 foreach (explode(" ", $attr) as $param) {
37 if (preg_match('/(\d+),(\d+)/', $param, $res)) {
41 else if (preg_match('/([^:]+):(.*)$/', $param, $res))
43 else if (preg_match('/no(\w+)/', $param, $res))
45 else if (preg_match('/(\w+)/', $param, $res))
/plugin/copypage/
H A Daction.php33 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
37 public function get_template(Doku_Event &$event, $param) { argument
56 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
60 public function add_tool_button(Doku_Event &$event, $param) { argument
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php32 $param = $p["param"];
40 if ($param != "")
43 $recipient = pfcCommand_join::GetRecipient($param);
44 $recipientid = pfcCommand_join::GetRecipientId($param);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php36 $param = $p["param"];
78 $channame = $param;
89 $msg = _pfc("Can't join %s because you are banished", $param);
99 $msg = _pfc("Can't join %s because the channels list is restricted", $param);
108 $p["param"] = $param;
H A Dcensor.class.php36 $param = $p["param"];
68 $param = preg_replace($patterns, $replacements, $param);
73 $p["param"] = $param;
/plugin/noiewarning/
H A Daction.php98 function warning (Doku_Event $event, $param) { argument
116 $this->render_notify_($event, $param);
120 $this->render_note_($event, $param);
132 $this->render_text_($event, $param);
166 function render_text_ (Doku_Event $event, $param) { argument
189 function render_notify_ (Doku_Event $event, $param) { argument
211 function render_note_ (Doku_Event $event, $param) { argument
233 function render_splash_ (Doku_Event $event, $param) { argument
237 function _debug (Doku_Event $event, $param) { argument
/plugin/facebookalbum/
H A Dsyntax.php172 $param = array(
179 $results = $facebook->api($param);
228 $param = array(
234 $fql_results = $facebook->api($param);
242 $param = array(
247 $fql_results = $facebook->api($param);
/plugin/watchcycle/
H A Dscript.js4 * @param {jQuery} $btn the button itself
5 * @param {object} props unused
6 * @param {string} edid the editor's ID
24 * @param {function} fn Callback on success
25 * @param {string} id Call identifier
26 * @param {string} param Pass the parameter to backend
28 const ajax_watchcycle = function(fn, id, param) { argument
32 data['param'] = param;
155 getQueryParam(param) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php56 $param=$e[1];
89 $fm['FontName']=$param;
91 $fm['Weight']=$param;
93 $fm['ItalicAngle']=(double)$param;
95 $fm['Ascender']=(int)$param;
97 $fm['Descender']=(int)$param;
99 $fm['UnderlineThickness']=(int)$param;
101 $fm['UnderlinePosition']=(int)$param;
103 $fm['IsFixedPitch']=($param=='true');
107 $fm['CapHeight']=(int)$param;
[all …]
/plugin/newnamespacepermissions/
H A Daction.php31 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handleActionActPreprocess(Doku_Event $event, $param) { argument
53 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
57 public function checkPagesave(Doku_Event $event, $param) { argument
/plugin/owncloud/
H A Dwork.php38 $param = substr($link,$pos+1);
41 $param = '';
72 return $src.(($param != "") ? "?$param":"")."|".$desc."|".$fileid;
/plugin/imagereference/syntax/
H A Dimgcaption.php47 * @param string $mode Parser mode
65 * @param string $mode Parser mode
79 * @param string $match The match of the syntax
80 * @param int $state The state of the handler
81 * @param int $pos The position in the document
82 * @param Doku_Handler $handler The handler
90 $param = $this->parseParam($rawparam);
93 $this->captionParam = $param;
97 self::captionReferencesStorage($param['type'], $param);
[all...]
/plugin/subconfhelper/helper/
H A Dconfig.php75 $this->setting[] = new setting_no_class($key,$param);
78 $param = $this->_metadata[$key];
79 array_shift($param);
82 $param = NULL;
89 $this->setting[$key] = new $class($key,$param);

12345678910>>...48