Home
last modified time | relevance | path

Searched refs:param (Results 626 – 650 of 1180) sorted by path

1...<<21222324252627282930>>...48

/plugin/indextitleonly/
H A Daction.php25 public function handle_indexer_page_add(Doku_Event $event, $param) { argument
32 public function handle_indexer_version_get(Doku_Event $event, $param) { argument
/plugin/inlineedit/
H A Daction.php24 function insert_button(Doku_Event $event, $param) { argument
36 function _ajax_call(Doku_Event $event, $param) { argument
104 $param = array(
109 $Hajax->saveWikiPage($data,$summary,false,$param);
/plugin/inlinejs/
H A Daction.php24 public function inlinejs_handleMeta(Doku_Event $event, $param) argument
/plugin/inlinetoc/
H A Daction.php27 function handle_act_render(&$event, $param) { argument
38 function handle_renderer_content_postprocess(&$event, $param) { argument
/plugin/inseecity/
H A Daction.php25 public function include_dependencies (Doku_Event $event, $param) { argument
61 public function jsinfo(Doku_Event $event, $param) { argument
/plugin/instructions/
H A Dsyntax.php134 $param = explode('|-',$match);
144 $tpz = trim($param[$z]);
/plugin/interwiki/
H A Daction.php74 function insert_button(&$event, $param) { argument
/plugin/ipban/
H A Daction.php29 public function handle_start(Doku_Event $event, $param) argument
/plugin/ipban/ip-lib/src/
H A DFactory.php89 foreach (array('from', 'to') as $param) {
90 if (!($$param instanceof AddressInterface)) {
91 $$param = (string) $$param;
92 if ($$param === '') {
93 $$param = null;
95 $$param = static::addressFromString($$param);
96 if ($$param === null) {
/plugin/ipgroup/
H A Daction.php26 function start(&$event, $param) { argument
/plugin/iphelper/
H A Daction.php20 function handle_content_display(&$event, $param) { argument
/plugin/iptrust/
H A Daction.php39 function handle_act_preprocess(&$event, $param) { argument
/plugin/iptrust2/
H A Daction.php34 function ip_group(&$event, $param) { argument
43 function handle_act_preprocess(&$event, $param) { argument
/plugin/ireadit/action/
H A Dcache.php31 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
36 public function handle_parser_cache_use(Doku_Event $event, $param) argument
H A Direadit.php146 public function add_readers_to_index(Doku_Event $event, $param) { argument
H A Dmigration.php34 public function handle_migrations(Doku_Event $event, $param) argument
/plugin/issuelinks/action/
H A Dajax.php43 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
48 public function repoAdminToggle(Doku_Event $event, $param) argument
88 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
93 public function repoAdminOrg(Doku_Event $event, $param) argument
178 public function asyncImportAllIssues(Doku_Event $event, $param) argument
218 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
223 public function handleAjax(Doku_Event $event, $param) argument
/plugin/issuetracker/
H A Daction.php58 function _hookjs(&$event, $param) { argument
108 function _handle_act(&$event, $param) { argument
3283 function handle_usermod_before(&$event, $param) argument
3308 function handle_usermod_after(&$event, $param) argument
H A Dsyntax.php51 foreach($params as $param) {
52 $splitparam = explode('=',$param);
/plugin/itrackviewer/
H A Dsyntax.php154 ' width="'.$param['width'].'"'.
155 ' height="'.$param['height'].'"'.
156 ' style="width:'.$param['width'].'; height: '.$param['height'].';">'.$param['alt'].'</iframe>';
232 …'<param name="movie" value="swf/gpxviewer.swf?gpx='.$param['gpx'].'&amp;zoom='.$param['zoom'].'" /…
233 '<param name="quality" value="'.$param['quality'].'" />'.
235 '<param name="salign" value="lt" />'.
237 '<embed src="swf/gpxviewer.swf?gpx='.$param['gpx'].'&amp;zoom='.$param['zoom'].'" '.
261 if ($param['kmlsubtitle'] != 'off') {
276 $param = array();
278 if (sizeof($param) == 0) {
[all …]
/plugin/jalbum/syntax/
H A Djalbum.php85 if (isset($param['albumshow']) && $param['albumshow'] != 'off') {
86 $width = $param['width'];
90 $height = $param['height'];
99 ' style="width:'.$param['width'].'; height: '.$param['height'].'"'.
108 } elseif (isset($param['albumdir']) && $param['albumdir'] != 'off') {
116 $txt .= $param['albumtitle'];
135 if (isset($param['width'])) {
138 if (isset($param['align'])) {
167 $param = array();
169 if (sizeof($param) == 0) {
[all …]
H A Djalbumbadge.php160 $param = array ();
161 preg_match_all('/(\w*)="(.*?)"/us', $str_params, $param, PREG_SET_ORDER);
162 if (sizeof($param) == 0)
164 preg_match_all("/(\w*)='(.*?)'/us", $str_params, $param, PREG_SET_ORDER);
168 foreach ($param as $kvpair)
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<21222324252627282930>>...48