/dokuwiki/inc/ |
H A D | infoutils.php | 69 foreach ($msgs as $msg) { 70 if ($msg) msg($msg, 2); 237 msg('DokuWiki version: ' . getVersion(), 1); 239 msg('Your PHP version is too old (' . phpversion() . ' vs. 7.4+ needed)', -1); 241 msg('PHP version ' . phpversion(), 1); 244 msg('Your PHP version is too old', -1); 250 msg('PHP memory is unlimited', 1); 252 msg('PHP is limited to less than 16MB RAM (' . filesize_h($mem) . '). 255 msg('PHP is limited to less than 20MB RAM (' . filesize_h($mem) . '), 258 msg('PHP is limited to less than 32MB RAM (' . filesize_h($mem) . '), [all …]
|
H A D | ErrorHandler.php | 62 $msg = 'An unforeseen error has occured. This is most likely a bug somewhere.'; 63 if ($plugin) $msg .= ' It might be a problem in the ' . $plugin . ' plugin.'; 76 <p>$msg</p> 92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage()); 93 if (self::logException($e)) $msg .= '<br />More info is available in the error log.'; 94 msg($msg, -1);
|
H A D | auth.php | 66 msg($lang['authtempfail'], -1); 74 msg($lang['authtempfail'], -1); 229 msg(hsc($e->getMessage()), -1); 319 msg($lang['badlogin'], -1); 840 msg('No ACL setup yet! Denying access to everyone.'); 1011 msg($lang['regmissing'], -1); 1018 msg($lang['regmissing'], -1); // complain about missing passwords 1021 msg($lang['regbadpass'], -1); // complain about misspelled passwords 1027 msg($lang['regbadmail'], -1); 1033 msg($lang['regfail'], -1); [all …]
|
H A D | ActionRouter.php | 98 msg('Action disabled: ' . hsc($presetup), -1); 103 msg(hsc($e->getMessage()), -1); 109 msg('Action unknown: ' . hsc($actionname), -1); 163 $msg = 'Something unforeseen has happened: ' . $e->getMessage(); 164 nice_die(hsc($msg));
|
H A D | defines.php | 21 * @see msg()
|
/dokuwiki/inc/Action/ |
H A D | Resendpwd.php | 76 msg($lang['resendna'], -1); 87 msg($lang['resendpwdbadauth'], -1); 93 msg($lang['resendpwdbadauth'], -1); 102 msg($lang['resendpwdnouser'], -1); 112 msg($lang['regbadpass'], -1); 118 msg($lang['proffail'], -1); 124 msg($lang['proffail'], -1); 129 msg($lang['resendpwdsuccess'], 1); 131 msg($lang['regmailfail'], -1); 143 msg($lang['resendpwdmissing'], -1); [all …]
|
H A D | Revert.php | 50 msg($lang['wordblock'], -1); 55 msg($sum, 1);
|
H A D | Plugin.php | 32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
|
H A D | ProfileDelete.php | 39 msg($lang['profdeleted'], 1);
|
/dokuwiki/lib/scripts/ |
H A D | compatibility.js | 10 function DEPRECATED(msg){ argument 12 if(!msg) msg = ''; 17 var line = 'DEPRECATED function call'+func+'. '+msg;
|
/dokuwiki/inc/Extension/ |
H A D | AuthPlugin.php | 104 msg("Check for unknown capability '$cap' - Do you use an outdated Plugin?", -1); 233 msg("no valid authorisation system in use", -1); 254 if (!$this->cando['external']) msg("no valid authorisation system in use", -1); 279 msg("authorisation method does not allow creation of new users", -1); 295 msg("authorisation method does not allow modifying of user data", -1); 310 msg("authorisation method does not allow deleting of users", -1); 326 msg("authorisation method does not provide user counts", -1); 343 msg("authorisation method does not support mass retrieval of user data", -1); 358 msg("authorisation method does not support independent group creation", -1); 374 msg("authorisation method does not support group list retrieval", -1);
|
H A D | PluginInterface.php | 113 * @param bool $msg if a message should be displayed in case the plugin is not available 116 public function loadHelper($name, $msg = true); argument
|
/dokuwiki/lib/exe/ |
H A D | mediamanager.php | 17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1); 18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1); 74 msg(sprintf( 80 msg($lang['uploadfail'] . ' (' . $_FILES['upload']['error'] . ')', -1); 113 $msg = sprintf($lang['deletesucc'], noNS($DEL)); variable 117 rawurlencode($msg) . '&edid=' . $INPUT->str('edid')); 119 msg($msg, 1); 121 msg(sprintf($lang['mediainuse'], noNS($DEL)), 0); 123 msg(sprintf($lang['deletefail'], noNS($DEL)), -1);
|
/dokuwiki/_test/tests/Ui/ |
H A D | SearchTest.php | 152 function test_simpleshort($inputParsedQuery, $expectedPageName, $msg) argument 158 $this->assertEquals($expectedPageName, $actualPageName, $msg);
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php | 30 msg($e->getMessage(), -1); 69 msg(hsc($e->getMessage()), -1); 76 msg(sprintf($this->getLang('msg_install_success'), $id), 1); 78 msg(sprintf($this->getLang('msg_update_success'), $id), 1); 80 msg(sprintf($this->getLang('msg_nooverwrite'), $id), 0); 82 msg(sprintf($this->getLang('msg_delete_success'), $id), 1);
|
H A D | Gui.php | 18 public function getLang($msg) argument 20 return $this->helper->getLang($msg);
|
H A D | Notice.php | 91 * @param string $msg 94 protected function getLang($msg) argument 96 return $this->helper->getLang($msg); 191 if ($msg = $this->extension->getUpdateMessage()) { 192 $this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
|
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingAuthtype.php | 41 msg('Cannot load Auth Plugin "' . $input . '"', -1); 48 msg('Cannot create Auth Plugin "' . $input . '"', -1); 55 msg('Authentication system changed. Please re-login.');
|
/dokuwiki/_test/tests/inc/ |
H A D | html_secedit_pattern.test.php | 51 public function testSecEditPattern($text, $expectedMatches, $msg) { argument 55 $this->assertSame($expected_value, $data[$key], $msg);
|
/dokuwiki/lib/plugins/usermanager/ |
H A D | admin.php | 655 msg($this->lang['add_fail'], -1); 656 msg($this->lang['addUser_error_missing_pass'], -1); 660 msg($this->lang['add_fail'], -1); 661 msg($this->lang['addUser_error_pass_not_identical'], -1); 665 msg($this->lang['add_fail'], -1); 666 msg($this->lang['addUser_error_modPass_disabled'], -1); 672 msg($this->lang['add_fail'], -1); 673 msg($this->lang['addUser_error_name_missing'], -1); 677 msg($this->lang['add_fail'], -1); 678 msg($this->lang['addUser_error_modName_disabled'], -1); [all …]
|
/dokuwiki/bin/ |
H A D | indexer.php | 103 * @param string $msg 105 protected function quietecho($msg) argument 107 if (!$this->quiet) echo $msg;
|
/dokuwiki/inc/Debug/ |
H A D | DebugHelper.php | 169 $msg = $event->data['called'] . ' is deprecated. It was called from '; 170 … $msg .= $event->data['caller'] . ' in ' . $event->data['file'] . ':' . $event->data['line']; 172 $msg .= ' ' . $event->data['alternative'] . ' should be used instead!'; 174 Logger::getInstance(Logger::LOG_DEPRECATED)->log($msg);
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | ParallelRegex.php | 108 … msg('A PCRE backtrack error occured. Try to increase the pcre.backtrack_limit in php.ini', -1); 111 … msg('A PCRE recursion error occured. Try to increase the pcre.recursion_limit in php.ini', -1); 114 … msg('A PCRE UTF-8 error occured. This might be caused by a faulty plugin', -1); 117 … msg('A PCRE internal error occured. This might be caused by a faulty plugin', -1);
|
/dokuwiki/lib/plugins/config/_test/ |
H A D | DocumentationTest.php | 51 $msg = "Setting '$key' should have documentation at $url."; 52 $this->assertFalse($fail, $msg . ' ' . $http->status . ' ' . $http->error);
|
/dokuwiki/lib/plugins/testing/ |
H A D | action.php | 26 msg('The testing plugin is enabled and should be disabled.', -1);
|