Searched defs:msg (Results 1 – 15 of 15) sorted by relevance
/dokuwiki/inc/ |
D | infoutils.php | 435 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 = '')
|
D | init.php | 545 function nice_die($msg)
|
/dokuwiki/lib/scripts/ |
D | compatibility.js | 10 function DEPRECATED(msg){ argument
|
D | locktimer.js | 9 msg: LANG.willexpire, property
|
/dokuwiki/_test/tests/inc/ |
D | html_secedit_pattern.test.php | 51 public function testSecEditPattern($text, $expectedMatches, $msg) {
|
/dokuwiki/_test/tests/Ui/ |
D | SearchTest.php | 152 function test_simpleshort($inputParsedQuery, $expectedPageName, $msg)
|
/dokuwiki/lib/plugins/extension/ |
D | Gui.php | 18 public function getLang($msg)
|
D | Notice.php | 94 protected function getLang($msg)
|
/dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
D | JSStrip.php | 246 protected function fatal($msg)
|
/dokuwiki/bin/ |
D | indexer.php | 105 protected function quietecho($msg)
|
/dokuwiki/lib/exe/ |
D | mediamanager.php | 113 $msg = sprintf($lang['deletesucc'], noNS($DEL)); variable
|
/dokuwiki/inc/Extension/ |
D | PluginInterface.php | 116 public function loadHelper($name, $msg = true);
|
D | PluginTrait.php | 71 public function loadHelper($name, $msg = true)
|
/dokuwiki/_test/tests/Remote/ |
D | ApiCoreTest.php | 60 protected function assertEqualResult($expected, $actual, $msg = '')
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Parser.php | 1402 …public function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous …
|