Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/inc/
H A Dinfoutils.php435 function msg($message, $lvl = 0, $line = '', $file = '', $allow = MSG_PUBLIC) function
486 function info_msg_allowed($msg)
525 function dbg($msg, $hidden = false)
547 function dbglog($msg, $header = '')
H A Dinit.php545 function nice_die($msg)
/dokuwiki/lib/scripts/
H A Dcompatibility.js10 function DEPRECATED(msg){ argument
H A Dlocktimer.js9 msg: LANG.willexpire, property
/dokuwiki/_test/tests/inc/
H A Dhtml_secedit_pattern.test.php51 public function testSecEditPattern($text, $expectedMatches, $msg) {
/dokuwiki/_test/tests/Ui/
H A DSearchTest.php152 function test_simpleshort($inputParsedQuery, $expectedPageName, $msg)
/dokuwiki/lib/plugins/extension/
H A DGui.php18 public function getLang($msg)
H A DNotice.php94 protected function getLang($msg)
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php246 protected function fatal($msg)
/dokuwiki/bin/
H A Dindexer.php105 protected function quietecho($msg)
/dokuwiki/lib/exe/
H A Dmediamanager.php113 $msg = sprintf($lang['deletesucc'], noNS($DEL)); variable
/dokuwiki/inc/Extension/
H A DPluginInterface.php116 public function loadHelper($name, $msg = true);
H A DPluginTrait.php71 public function loadHelper($name, $msg = true)
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php60 protected function assertEqualResult($expected, $actual, $msg = '')
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php1402 …public function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous …