Searched defs:msg (Results 1 - 14 of 14) sorted by relevance
/dokuwiki/lib/scripts/ |
H A D | locktimer.js | 8 lasttime: null, global() property in dw_locktimer
|
/dokuwiki/lib/exe/ |
H A D | mediamanager.php | 107 $msg = sprintf($lang['deletesucc'], noNS($DEL)); variable [all...] |
H A D | css.php | 211 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage()); variable 215 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber variable
|
/dokuwiki/inc/Debug/ |
H A D | DebugHelper.php | 163 $msg = $event->data['called'] . ' is deprecated. It was called from '; variable
|
/dokuwiki/inc/ |
H A D | ErrorHandler.php | 36 $msg = 'An unforeseen error has occured. This is most likely a bug somewhere.'; variable 66 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage()); variable
|
H A D | ActionRouter.php | 159 $msg = 'Something unforeseen has happened: ' . $e->getMessage(); variable
|
H A D | infoutils.php | 332 function msg($message,$lvl=0,$line='',$file='',$allow=MSG_PUBLIC){ global() function 446 $msg = ''; global() variable [all...] |
H A D | parserutils.php | 720 $msg = "No renderer '$rname' found for mode '$mode', check your plugins"; variable
|
/dokuwiki/lib/plugins/extension/ |
H A D | cli.php | 152 $msg = 'msg_enabled'; variable 155 $msg = 'msg_disabled'; variable
|
/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
H A D | adLDAPUsers.php | 498 $msg = 'Error ' . $err . ': ' . ldap_err2str($err) . '.'; variable
|
/dokuwiki/lib/plugins/authad/ |
H A D | auth.php | 269 $msg = sprintf($this->getLang('authpwdexpire'), $info['expiresin']); variable [all...] |
/dokuwiki/lib/plugins/authpdo/ |
H A D | auth.php | 762 $msg = $message->getMessage(); variable 765 $msg = $message; variable [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 4773 $msg = count($diff) == 1 ? variable
|
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 595 $msg = str_replace( variable
|
Completed in 28 milliseconds