Home
last modified time | relevance | path

Searched refs:param (Results 1076 – 1100 of 1180) sorted by last modified time

1...<<4142434445464748

/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php25 public function handle_update(Doku_Event &$event, $param) { argument
/plugin/logautherror/
H A Daction.php39 * @param array $param
41 function _logAuthError(&$event, $param){ argument
/plugin/dokubookmark/
H A Daction.php57 function _hookdo(&$event, $param) { argument
/plugin/ryubin/syntax/
H A Dryubin.php81 foreach ($params as $param) {
82 list($xml,$value)=explode('=',$param,2);
/plugin/semanticdata/
H A Daction.php42 function _handle(&$event, $param){ argument
62 function _editbutton(&$event, $param) { argument
70 function _editform(&$event, $param) { argument
/plugin/daftdrafts/
H A Daction.php109 function show_banner(& $event, $param) { argument
152 function insert_button(& $event, $param) { argument
/plugin/autolink2/
H A Daction.php31 function _hookautolink(&$event, $param) { argument
49 function _hookautolinkwrite(&$event, $param) { argument
/plugin/translatebutton/
H A Daction.php38 function translate_button(& $event, $param) { argument
54 function _hookjs(&$event, $param) { argument
/plugin/groupadmin/
H A Dadmin.php79 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
82 $param = null;
88 $this->_saveGroup($param);
/plugin/gtime/action/
H A Dtimestamp.php204 public function handle_io_wikipage_write(Doku_Event &$event, $param) { argument
266 public function handle_tpl_act_render(Doku_Event &$event, $param) { argument
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js112 _isStringOrNumber: function(param) { argument
113 return(typeof param=='string' || typeof param=='number');
/plugin/asiansearch/
H A Daction.php62 function handleQuery(&$event, $param) argument
117 function reactivateAsianSearchSnippet(&$event, $param) argument
229 function reactivateAsianTermHighlight(&$event, $param) argument
/plugin/editsections/action/
H A Des.php51 function _editbutton(&$event, $param) { argument
/plugin/googlechart/
H A Daction.php35 function handle_toolbar(&$event, $param) { argument
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js475 if(tag=="*"&&ret[i].nodeName.toLowerCase()=="object"){tag="param";
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/
H A DCHANGES.txt120 * Use new maxHeight param from SimileAjax for setting maxHeight of
122 Old theme param of bubble.height is not used within source of
124 * Span decorator improvements: now can have null labels. New param of
/plugin/symbols/
H A Daction.php35 function handle_toolbar(&$event, $param) { argument
/plugin/directions/syntax/
H A Dglobaldirections.php196 * @param $aFormat String The output format to generate.
197 * @param $aRenderer Object A reference to the renderer object.
198 * @param $aData Array The data created by the <tt>handle()</tt>
H A Dlocaldirections.php200 * @param $aFormat String The output format to generate.
201 * @param $aRenderer Object A reference to the renderer object.
202 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/translator/
H A Dhelper.php775 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
778 $param = null;
784 …case "setpage" : $_REQUEST['start'] = $param; $_REQUEST['amount'] = $_REQUEST['newAmount']; $_RE…
785 …case "setup" : $_REQUEST['Language'] = $param; $_REQUEST['Display'] = $param ? key($fn[$cmd][$pa…
H A Dadmin.php72 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
75 $param = null;
/plugin/jsonrpc/
H A DIJR_Server.php59 foreach($data['params'] as $param){
60 foreach($param as $key => $value){
/plugin/shorturl/
H A Daction.php33 function handle_start(&$event, $param){ argument
/plugin/quiz/
H A Dclass_quiz.php48 function quiz($quizID, &$param) { argument
50 $this->mode = $param['learning'];
51 $this->rndquest = $param['rndquest'];
52 $this->rndchoice = $param['rndchoice'];
53 $this->highscore = $param['highscores'];
54 $this->showintro = $param['showintro'];

1...<<4142434445464748