Home
last modified time | relevance | path

Searched refs:param (Results 751 – 775 of 1180) sorted by path

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

/plugin/note/
H A Daction.php19 function handle_toolbar(&$event, $param)
23 handle_toolbar(& $event, $param) global() argument
/plugin/notfound/
H A Daction.php15 function _check404(Doku_Event $event , $param) { argument
26 function _show404(Doku_Event $event, $param) { argument
/plugin/notification/action/
H A Dcache.php32 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
37 public function handle_parser_cache_use(Doku_Event $event, $param) argument
H A Dcron.php33 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
38 public function handle_indexer_tasks_run(Doku_Event $event, $param) argument
H A Dmigration.php32 public function handle_migrations(Doku_Event $event, $param) argument
/plugin/nsexport/action/
H A Dajax.php27 public function handle_ajax_call(Doku_Event $event, $param) { argument
H A Dexport.php21 public function act(Doku_Event $event , $param) { argument
29 public function nsexport(Doku_Event $event, $param) { argument
/plugin/nsiconinsearch/
H A Daction.php26 public function pagelookup(Doku_Event $event, $param) argument
37 public function fullpage(Doku_Event $event, $param) argument
/plugin/nspages/
H A Daction.php13 function insert_button(& $event, $param) { argument
/plugin/nssearch/
H A Daction.php44 function handleQuery(&$event, $param) argument
52 function filterPages(&$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/oauth/
H A DAdapter.php45 public function handleRegister(Event $event, $param)
53 * @param string $storageId user based storage key (if available, yet)
107 * @param string $storageId
43 handleRegister(\\Doku_Event $event, $param) global() argument
/plugin/ocr/
H A Daction.php26 * @param mixed $param optional parameter passed when event was registered
29 public function handle_toolbar_define(Doku_Event $event, $param) argument
39 public function _hookjs(Doku_Event $event, $param) { argument
/plugin/odp/
H A Daction.php23 function handle_cache_prepare(&$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/odtplus2dw/
H A Daction.php22 // Display form hook before the wiki page (on top); Maybe create a param to display the form after the page
32 * @param Doku_Event $event
33 * @param mixed $param not defined
35 public function addsvgbutton(&$event, $param) { argument
47 * @param Doku_Event $event
48 * @param mixed $param not defined
50 public function addbutton(&$event, $param) { argument
70 function _render(&$event, $param) { argument
101 _parser(& $event, $param) global() argument
[all...]
/plugin/oembed/
H A Dsyntax.php107 foreach(preg_split('/\s+/', $params) as $param){
108 … if(preg_match('/^(?<type>!|\?)(?<name>\S+?)(?:=(?<value>\S+?))?$/', $param, $matches)){
/plugin/oiddelegate/
H A Daction.php28 function handle_metaheader(&$event, $param) { argument
/plugin/openid/Auth/
H A DOpenID.php547 * @param string $format_string The sprintf format for the message
/plugin/openid/
H A Daction.php264 function handle_act_unknown(&$event, $param) argument
375 function handle_login_form(&$event, $param) argument
383 function handle_profile_form(&$event, $param) argument
/plugin/openlayersmap/
H A Daction.php33 * @param $controller DokuWiki's event controller object. Also available as global $EVENT_HANDLER
44 * @param Event $event the DokuWiki event
63 * @param Event $event the DokuWiki event
73 * @param Event $event the DokuWiki event
42 insertButton(Doku_Event $event, $param) global() argument
64 insertCSSSniffer(Doku_Event $event, $param) global() argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/syntax/
H A Dagslayer.php86 $param = [];
89 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
91 foreach ($param as $kvpair) {
H A Dolmap.php165 $param = '';
167 $param .= is_numeric($val) ? "$key: $val, " : "$key: '" . hsc($val) . "', ";
169 if (!empty($param)) {
170 $param = substr($param, 0, -2);
238 $js = "{mapOpts: {" . $param . ", displayformat: '" . $this->getConf('displayformat')
249 * @param string $str_params
255 $param = [];
256 preg_match_all('/(\w*)="(.*?)"/us', $str_params, $param, PREG_SET_ORDER);
266 foreach ($param a
[all...]
H A Dosmlayer.php83 $param = [];
86 preg_match_all('/(\w*)="(.*?)"/us', $match, $param, PREG_SET_ORDER);
88 foreach ($param as $kvpair) {

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