Home
last modified time | relevance | path

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

/dokuwiki/inc/
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 = '')
Dinit.php545 function nice_die($msg)
/dokuwiki/lib/scripts/
Dcompatibility.js10 function DEPRECATED(msg){ argument
Dlocktimer.js9 msg: LANG.willexpire, property
/dokuwiki/_test/tests/inc/
Dhtml_secedit_pattern.test.php51 public function testSecEditPattern($text, $expectedMatches, $msg) {
/dokuwiki/_test/tests/Ui/
DSearchTest.php152 function test_simpleshort($inputParsedQuery, $expectedPageName, $msg)
/dokuwiki/lib/plugins/extension/
DGui.php18 public function getLang($msg)
DNotice.php94 protected function getLang($msg)
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
DJSStrip.php246 protected function fatal($msg)
/dokuwiki/bin/
Dindexer.php105 protected function quietecho($msg)
/dokuwiki/lib/exe/
Dmediamanager.php113 $msg = sprintf($lang['deletesucc'], noNS($DEL)); variable
/dokuwiki/inc/Extension/
DPluginInterface.php116 public function loadHelper($name, $msg = true);
DPluginTrait.php71 public function loadHelper($name, $msg = true)
/dokuwiki/_test/tests/Remote/
DApiCoreTest.php60 protected function assertEqualResult($expected, $actual, $msg = '')
/dokuwiki/vendor/splitbrain/lesserphp/src/
DParser.php1402 …public function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous …