Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 6 of 6) sorted by relevance

/plugin/filelisting/
Dhelper.php287 $msgs = array();
292 $msgs[] = array('message' => $msg, 'lvl' => 1);
295 $msgs[] = array('message' => $msg, 'lvl' => 0);
298 $msgs[] = array('message' => $msg, 'lvl' => -1);
302 return $msgs;
/plugin/filelisting/action/
Ddelete.php50 $msgs = $filelisting->delete_files($files_to_delete);
51 foreach ($msgs as $msg) {
/plugin/xymon/dokuwiki-plugin/xymon/
Daction.php49 $msgs = explode("\n%\n",$data);
50 foreach($msgs as $msg){
/plugin/linkcheck/
Dhelperfunctions.php134 …$msgs=[400=>'Bad Request',401=>'Unauthorized',402=>'Payment Required',403=>'Forbidden',404=>'Not F…
135 return $msgs[$code]??'';
/plugin/htmlokay/
Dsyntax.php31 var $msgs; variable in syntax_plugin_htmlOKay
47 $this->msgs = "";
/plugin/dwcommits/
Dhelper.php336 $msgs = array(
347 msg($msgs[$which],$type);