Home
last modified time | relevance | path

Searched refs:msg (Results 51 – 75 of 1008) sorted by relevance

12345678910>>...41

/plugin/issuelinks/helper/
H A Dutil.php74 msg(hsc($e->getMessage()), -1, $e->getLine(), $e->getFile());
77 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
83 * @param mixed $msg
85 public function sendResponse($code, $msg) argument
94 echo json_encode(['data' => $msg, 'msg' => $MSG]);
/plugin/farmer/admin/
H A Ddelete.php42 msg($this->getLang('delete_noanimal'), -1);
47 msg($this->getLang('delete_mismatch'), -1);
54 msg($this->getLang('delete_invalid'), -1);
61 msg($this->getLang('delete_success'), 1);
63 msg($this->getLang('delete_fail'), -1);
/plugin/bureaucracyau/_test/
H A Dfield_yesno.test.php45 * @param string $msg
55 $msg argument
67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_user.test.php186 * @param string $msg
195 $msg argument
206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
H A Dfield_users.test.php145 * @param string $msg
154 $msg argument
165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/bureaucracy-au/_test/
H A Dfield_yesno.test.php45 * @param string $msg
55 $msg argument
67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_user.test.php186 * @param string $msg
195 $msg argument
206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
H A Dfield_users.test.php145 * @param string $msg
154 $msg argument
165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_email.test.php55 * @param string $msg
63 $msg argument
76 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
78 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_hidden.test.php35 * @param string $msg
44 $msg argument
57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
59 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_radio.test.php36 * @param string $msg
45 $msg argument
57 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
58 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
H A Dfield_time.test.php50 * @param string $msg
58 $msg argument
70 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
72 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/struct/admin/
H A Dassignments.php55 msg($e->getMessage(), -1);
64 if (!$ok) msg('failed to remove pattern', -1);
68 msg('Invalid regular expression. Pattern not saved', -1);
71 if (!$ok) msg('failed to add pattern', -1);
75 if (!$ok) msg('failed to add pattern', -1);
97 msg($e->getMessage(), -1);
/plugin/filelisting/action/
H A Ddelete.php51 foreach ($msgs as $msg) {
52 msg($msg['message'], $msg['lvl']);
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-xml.js142 var i=0,p=0,msg=this._errors[_18[0]];
143 while((p=msg.indexOf("%",p))>=0){
145 msg=msg.substring(0,p)+a+msg.substring(p+1,msg.length);
148 return msg;
150 t._error=function(msg){ argument
151 msg=this._l(typeof (msg)=="string"?arguments:msg);
152 msg="JsHttpRequest: "+msg;
154 throw msg;
157 throw new Error(1,msg);
159 throw new Error(msg);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js200 var i = 0, p = 0, msg = this._errors[args[0]];
202 while ((p = msg.indexOf('%', p)) >= 0) {
204 msg = msg.substring(0, p) + a + msg.substring(p + 1, msg.length);
207 return msg;
213 t._error = function(msg) { argument
214 msg = this._l(typeof(msg) == 'string'? arguments : msg)
215 msg = "JsHttpRequest: " + msg;
218 throw msg;
221 throw new Error(1, msg);
224 throw new Error(msg);
/plugin/menuext/
H A Daction.php29msg('Failed to parse config for MenuExt plugin in conf/menuext.json', -1, '', '', MSG_ADMINS_ONLY);
32msg('No config for MenuExt plugin found in conf/menuext.json', -1, '', '', MSG_ADMINS_ONLY);
75 msg('No menu item for action ' . hsc($action), -1, '', '', MSG_ADMINS_ONLY);
82msg('Item class ' . hsc($class) . ' does not exist', -1, '', '', MSG_ADMINS_ONLY);
87 msg('Not a menu item: ' . hsc($class), -1, '', '', MSG_ADMINS_ONLY);
/plugin/diagramsnet/lib/
H A DelectronFilesWorker.js19 postMessage({error: true, msg: 'empty data', reqId: reqId});
30 postMessage({error: true, msg: 'saving failed', e: e, reqId: reqId});
38 postMessage({error: true, msg: 'stat failed', e: e2, reqId: reqId});
56 postMessage({error: true, msg: 'all saving trials failed', e: e, reqId: reqId});
101 postMessage({error: true, msg: 'conflict', e: {isConflicted: true}, reqId: reqId});
105 postMessage({error: true, msg: 'stat failed', e: err, reqId: reqId});
/plugin/stale/
H A Dadmin.php18 private $msg; variable in admin_plugin_stale
47 msg('Plugin stale: You can\'t touch the file for the following reason: ' . $reason, -1);
51 $this->msg = $stale->stale();
59 ptln("<p>$this->msg</p>");
/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php39 $msg = "<p>"._pfc("Nobody has been unbanished")."</p>";
54 $msg = "<p>"._pfc("%s has been unbanished", $nick)."</p>";
61 $msg = "<p>"._pfc("%s users have been unbanished", $nb)."</p>";
65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
67 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
/plugin/addressbook/
H A Dsyntax.php374 msg($e->getMessage(), -1);
456 msg($e->getMessage(), -1);
490 msg("Added new contact",1);
508 msg("Contact data updated",1);
520 msg($e->getMessage(), -1);
529 msg('Contact deleted',1);
585 msg($e->getMessage(), -1);
601 msg("No matches found",2);
614 msg($e->getMessage(), -1);
667 msg($e->getMessage(), -1);
[all …]
/plugin/fedauth/
H A Daction.php141 msg('login successful');
161 msg($result['msg'], $result['code']);
166 msg('cookie found but provider is unknown or disabled');
177 $msg = $this->getLang('registernow');
178 … $msg = str_replace('@PROVID@', $_SESSION[DOKU_COOKIE]['fedauth']['tmpr']['prnm'], $msg);
179 … $msg = str_replace('@REGURL@', wl(getID(), 'do=fedauth', true, '&').'&fa[register]', $msg);
180 msg($msg, 2);
251 msg($result['msg'], $result['code']);
/plugin/dokubookmark/
H A Daction.php65msg('Direct saving of weblog entries has been disabled. Use your browser back-button and retry.',-…
141msg('preset \''.$l[0].'\' - a page with <a href="'.wl($n).'">this ID</a> already exists.', -1);
181msg('You may not create bookmarks in this namespace - go back with your browser\'s back-button and…
197msg('Page did already exist. entered edit mode. feel free to go back with your browser\'s back-but…
208 msg('empty wiki page text. page has not been created.',-1);
220 msg('Security Token did not match. Possible CSRF attack.',-1);
/plugin/ireadit/
H A Dhelper.php46 msg('You must install approve plugin to use ireadit-approve integration.', -1);
55 msg($e->getMessage(), -1);
66 msg('You must install approve plugin to use ireadit-approve integration.', -1);
75 msg($e->getMessage(), -1);
87 msg('You must install approve plugin to use ireadit-approve integration.', -1);
92 msg($e->getMessage(), -1);
122 msg($e->getMessage(), -1);
145 msg($e->getMessage(), -1);
/plugin/deeplautotranslate/
H A Daction.php143 msg($this->getLang('msg_glossary_delete_success'), 1);
158 msg($this->getLang('msg_glossary_empty_key'), -1);
169 msg($this->getLang('msg_glossary_delete_success'), 1);
179 msg($this->getLang('msg_glossary_create_success'), 1);
217 msg($this->getLang('msg_translation_success'), 1);
256 msg($this->getLang('msg_translation_fail_invalid_lang') . $lang, -1);
275 msg($this->getLang('msg_translation_fail_no_permissions') . $lang_id, -1);
283 msg($this->getLang('msg_translation_success'), 1);
314 msg($this->getLang('msg_glossary_unsupported'), -1);
377 msg(
[all...]

12345678910>>...41