Home
last modified time | relevance | path

Searched refs:param (Results 226 – 250 of 1180) sorted by relevance

12345678910>>...48

/plugin/duoshuo-dokuwiki/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_parser_wikitext_perprocess(Doku_Event &$event, $param) { argument
43 public function handle_tpl_content_display(Doku_Event &$event, $param) { argument
/plugin/wrap/
H A Daction.php21 function handle_toolbar(Doku_Event $event, $param) { argument
127 * @param Doku_Event $event The event object
128 * @param array $param Parameters for the event
130 public function handle_secedit_button(Doku_Event $event, $param) { argument
/plugin/batchedit/
H A Daction.php37 public function onAjaxCallUnknown($event, $param) { argument
51 public function onBeforeHeadersSend($event, $param) { argument
68 public function onBeforeMetaheaderOutput($event, $param) { argument
/plugin/cleanoldips/
H A Daction.php33 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
38 public function handleIndexerTasksRun(Doku_Event $event, $param) argument
65 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
70 public function initiateMediaChangelogClean(Doku_Event $event, $param) argument
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js80 return $code.attr('href', 'http://www.tumblr.com/share/link?'+$.param({
87 return $code.attr('href', 'http://www.tumblr.com/share/quote?'+$.param({
93 return $code.attr('href', 'http://www.tumblr.com/share/photo?'+$.param({
100 return $code.attr('href', 'http://www.tumblr.com/share/video?'+$.param({
/plugin/gdpr/action/
H A Doldips.php33 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
38 public function handleIndexerTasksRun(Doku_Event $event, $param) argument
65 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
70 public function initiateMediaChangelogClean(Doku_Event $event, $param) argument
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js138 var params = url.split("&"), param, parsed = {};
140 for (var i = 0; param = params[i]; i++) {
141 var eq = param.indexOf("=");
142 var name = decode(param.slice(0,eq));
149 parsed[name] = old.concat(decode(param.slice(eq+1)));
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js138 var params = url.split("&"), param, parsed = {};
140 for (var i = 0; param = params[i]; i++) {
141 var eq = param.indexOf("=");
142 var name = decode(param.slice(0,eq));
149 parsed[name] = old.concat(decode(param.slice(eq+1)));
/plugin/hcalendar/syntax/
H A Dhcal2.php205 $param = array();
206 preg_match_all('/(\w*)="(.*?)"/us',$str_params,$param,PREG_SET_ORDER);
207 if (sizeof($param) == 0) {
208 preg_match_all("/(\w*)='(.*?)'/us",$str_params,$param,PREG_SET_ORDER);
212 foreach($param as $kvpair) {
/plugin/structcombolookup/
H A Daction.php40 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
45 public function handle_plugin_struct_typeclass_init(Doku_Event $event, $param) argument
52 public function handle_lookup_fields(Doku_Event $event, $param) { argument
/plugin/shy/
H A Dsyntax.php154 * @param $aFormat String The output format to generate.
155 * @param $aRenderer Object A reference to the renderer object.
156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
/plugin/ajaxedit/
H A Daction.php20 function _addlastmod(&$event, $param) { argument
36 * @param unknown $param
38 function fixsecedit(Doku_Event $event, $param) { argument
/plugin/prosemirror/action/
H A Dparser.php22 * @param Doku_Event_Handler $controller DokuWiki's event controller object
35 * @param Doku_Event $event
36 * @param $param
38 public function handle_draft(Doku_Event $event, $param) argument
74 * @param Doku_Event $event event object by reference
75 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
80 public function handle_preprocess(Doku_Event $event, $param) argument
/plugin/odt2dw/
H A Daction.php30 * @param mixed $param not defined
32 public function addbutton(&$event, $param) { argument
53 function _render(&$event, $param) { argument
84 function _parser(&$event, $param) { argument
364 …foreach ( array('numberedheadings') as $param ) if ( array_search( $param, $tmp_plugin_lst ) !== f…
365 …if ( ! $this->XSLT->setParameter( '', $param, '1' ) ) return $this->_msg( array( 'inf_xslt_param',…
367 $this->_msg( array( 'ok_infoPlugin', $param ), 1 );
370 …lang_elt, $this->getLang('xsl_'.$lang_elt ) ) ) $this->_msg( array( 'inf_xslt_lang', $param ), 0 );
/plugin/crosspost/
H A Daction.php28 function handle_act(&$e, $param) argument
35 !$INPUT->post->param( 'crosspost_plugin' ) ) return;
37 $match = $INPUT->post->param( 'crosspost_to' );
93 function check_cp_redirect(&$e, $param) argument
171 function print_edit_form(&$e, $param) argument
255 function add_cp_links(&$e, $param) argument
/plugin/letsencrypt/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_ajax_call_unknown(Doku_Event &$event, $param) { argument
/plugin/authjoomla/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_fixme(Doku_Event &$event, $param) { argument
/plugin/jspolyfill/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_tpl_metaheader_output(Doku_Event &$event, $param) { argument
/plugin/structgroupby/
H A Daction.php36 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
41 public function handle_plugin_struct_configparser_unknownkey(Doku_Event $event, $param) argument
/plugin/pureldap/
H A Daction.php
/plugin/dirtylittlehelper/
H A Daction.php29 function dirtylittlehelper_insert_button(Doku_Event $event, $param) { argument
40 function dirtylittlehelper_output(&$event, $param) { argument
46 function dirtylittlehelper_varis(&$event, $param){ argument
399 function dirtylittlehelper_add_js_mermaid(Doku_Event $event, $param){ argument
454 function dirtylittlehelper_extendJSINFO(&$event, $param) { argument
477 function dirtylittlehelper_menu(&$event, $param){ argument
618 function dirtylittlehelper_print_overlay(&$event, $param) { argument
/plugin/numbering/
H A Daction.php25 function _setjsinfo(Doku_Event $event, $param) { argument
29 function handle_save(Doku_Event $event, $param) { argument
36 function handle_read(Doku_Event $event, $param){ argument
57 function _ajax_call(Doku_Event $event, $param) { argument
/plugin/hidingip/
H A Daction.php39 public function recentform(Doku_Event $event, $param) { argument
81 public function revisionform(Doku_Event $event, $param) { argument
122 public function tplcontent(Doku_Event $event, $param) { argument
156 public function userlink(Doku_Event $event, $param) { argument
/plugin/tos/
H A Daction.php27 * @param mixed $param
30 public function checkTosAccept(Doku_Event $event, $param) argument
60 * @param mixed $param
63 public function showTos(Doku_Event $event, $param) argument
/plugin/tagging/script/
H A Dsearch.js17 * @param param
20 function getQueryParam(param) { argument
24 return item.split("=")[0] === param && (param = item.split("=")[1])
26 return param
50 * @param {*} tags
51 * @param {string[]} filters
140 * @param {string} tag
158 * @param {jQuer
[all...]

12345678910>>...48