Home
last modified time | relevance | path

Searched refs:param (Results 251 – 275 of 1180) sorted by relevance

1...<<11121314151617181920>>...48

/plugin/diagramsnet/lib/js/
H A Dexport-init.js4 function getUrlParam(param) argument
6 var result = (new RegExp(param + '=([^&]*)')).exec(window.location.search);
/plugin/bez/action/
H A Dstruct.php15 * @param Doku_Event_Handler $controller DokuWiki's event controller object
26 * @param Doku_Event $event event object by reference
27 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
31 public function handle_init(Doku_Event &$event, $param) { argument
/plugin/bugzillaint/action/
H A Dfetch.php44 $INPUT->param('lists', array(), true),
45 $INPUT->param('trees', array(), true),
46 $INPUT->param('links', array(), true)
/plugin/barcode/api/
H A Dbarcode.inc23 function addParam(&$first, $param) {
24 if (!$first) {return '&' . $param;}
26 return $param;
/plugin/plantumlparser/action/
H A Dtoolbar.php11 * @param Doku_Event_Handler $controller DokuWiki's event controller object
23 * @param Doku_Event $event event object by reference
24 * @param mixed $param ignored
28 public function insert_button(Doku_Event &$event, $param) { argument
/plugin/dwinsect/
H A Daction.php43 * @param unknown_type $param
45 function insert_button(& $event, $param) { argument
/plugin/p2ilinkaction/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/dokutts/
H A Daction.php24 * @param mixed $param optional parameter passed when event was registered
27 public function handle_toolbar_define(Doku_Event $event, $param) argument
/plugin/openlayersmap/syntax/
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...]
/plugin/structgeohash/
H A Daction.php31 public function _hookjs(Doku_Event $event, $param) { argument
40 public function handle_init(Doku_Event &$event, $param) { argument
/plugin/discoursesearch/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_dokuwiki_started(Doku_Event &$event, $param) { argument
/plugin/mediacacheconfig/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
35 public function handle_fetch_media_status(Doku_Event $event, $param) { argument
/plugin/alphalist/
H A Daction.php18 * @param mixed $param the parameters passed to register_hook when this handler was registered
21 function _preventCache(&$event, $param) argument
/plugin/structjoin/
H A Daction.php36 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
41 public function handle_plugin_struct_typeclass_init(Doku_Event $event, $param) argument
/plugin/googleverify/
H A Daction.php36 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
41 public function handle_tpl_metaheader_output(Doku_Event $event, $param) argument
/plugin/likeit/
H A Daction.php23 function _ajax_call(Doku_Event $event,$param) { argument
86 $param = array(
92 $Hajax->saveWikiPage($data,$summary,true,$param);
/plugin/authhttp/
H A Daction.php97 function skip_login_action(&$event, $param) {
114 function modify_register_form_legacy(&$event, $param) {
146 function modify_register_form(&$event, $param) {
96 skip_login_action(& $event, $param) global() argument
113 modify_register_form_legacy(& $event, $param) global() argument
145 modify_register_form(& $event, $param) global() argument
/plugin/authphpbb3/
H A Daction.php32 * @param object $param Parameters.
34 public function handle_login_form(&$event, $param) { argument
121 * @param object $param Parameters.
123 public function handle_user_link(&$event, $param) { argument
/plugin/zul/syntax/
H A Dzirkelundlineal.php106 $param = array();
107 preg_match_all('/(\w*)="(.*?)"/us',$str_params,$param,PREG_SET_ORDER);
108 if (sizeof($param) == 0) {
109 preg_match_all("/(\w*)='(.*?)'/us",$str_params,$param,PREG_SET_ORDER);
113 foreach($param as $kvpair) {
/plugin/makemedians/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_io_wikipage_write(Doku_Event &$event, $param) { argument
/plugin/jsreplacements/
H A Djsexpose.php35 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
40 public function handle_dokuwiki_started(Doku_Event $event, $param) argument
/plugin/translatebutton/
H A Daction.php38 function translate_button(& $event, $param) { argument
54 function _hookjs(&$event, $param) { argument
/plugin/rawless/
H A Daction.php30 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
34 public function handle_lang_load(Doku_Event &$event, $param) { argument
/plugin/codebuttontrumod/
H A Daction.php47 function insert_button(& $event, $param) { argument
63 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/googleplusone/
H A Daction.php31 function _addjs(&$event, $param) { argument
36 function _addscript( &$event, $param ) { argument

1...<<11121314151617181920>>...48