Home
last modified time | relevance | path

Searched refs:msg (Results 376 – 400 of 1008) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DProxyErrorListener.php39 string $msg, argument
43 $listener->syntaxError($recognizer, $offendingSymbol, $line, $charPositionInLine, $msg, $e);
/plugin/searchindex/
H A Dscript.js64 var msg = (response !== 'true') ? lang.notindexed : lang.indexed;
65 status = '<p class="status">' + msg + '</p>';
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php59 $msg = _pfc("You are not allowed to change your nickname");
60 …xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'nick', '".addslashes($msg)."');");
/plugin/glossary/syntax/
H A Ddiv.php89 foreach ($glossary->message as $type => $msg)
90 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text;
/plugin/metadisplay/
H A Dcli.php114 public function write_debug($msg) { argument
118 io_saveFile($dfile , "$date_time\n$msg\n",true);
/plugin/quickstats/
H A Dhelper.php55 function msg($text) { function in helper_plugin_quickstats
59 msg($text,2);
/plugin/phpbblinks/
H A Daction.php293 function admMsg($msg,$type=0) argument
300 msg("PHPBBLinks: $msg",$type);
/plugin/structnotification/action/
H A Dnotification.php51 msg($e->getMessage(), -1);
79 msg($e->getMessage(), -1);
135 msg($e->getMessage(), -1);
/plugin/tagging/action/
H A Dmain.php116 msg(sprintf($this->getLang('tagjmp_error'), join(', ', $tags)), -1);
180 echo json_encode(array('status' => 'error', 'msg' => $this->getLang('no_admin')));
185 echo json_encode(array('status' => 'error', 'msg' => 'Security Token did not match. Possible CSRF attack.'));
190 echo json_encode(array('status' => 'error', 'msg' => 'No page id given.'));
196 echo json_encode(array('status' => 'error', 'msg' => 'No proper input. Give "oldValue" and "newValue"'));
201 list($err, $msg) = $hlp->modifyPageTag($pid, $INPUT->str('oldValue'), $INPUT->str('newValue'));
203 echo json_encode(array('status' => 'error', 'msg' => $msg));
/plugin/twofactor/
H A DManager.php41 msg('The attribute plugin is not available, 2fa disabled', -1);
47 msg('No suitable 2fa providers found, 2fa disabled', -1);
341 msg(hsc($e->getMessage()), -1); // FIXME better handling
/plugin/sfauth/
H A Dhelper.php101 msg('Authentication successful', 1);
106 msg('Oops! something went wrong.', -1);
117 msg('Authentication successful', 1);
122 msg('Oops! something went wrong.', -1);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php178 $msg = sprintf(
184 throw new Mustache_Exception_SyntaxException($msg, $token);
191 $msg = sprintf(
197 throw new Mustache_Exception_SyntaxException($msg, $token);
/plugin/authsaml/
H A Dsaml.php310 msg('Error saving user data (1)', -1);
321 msg('Error saving user data (2)', -1);
378 msg('Unable to modify user data. Please inform the Wiki-Admin', -1);
383 msg('There was an error modifying your user data. You should register again.', -1);
/plugin/authdrupal7/
H A Dauth.php108msg("Drupal installation not found. Please check your configuration.",-1,__LINE__,__FILE__);
364 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
412 msg($message, $err, $line, $file);
428 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/snippets/
H A Daction.php68 $msg = p_locale_xhtml("showrev");
69 $n = preg_match('/strong>(.*?)<\/strong/',$msg, $matches);
70 $msg = str_replace('!', '.',$matches[1]) . ' ';
71 echo $msg .$this->getLang('oldrev_msg');
/plugin/advanced/admin/
H A Dconfig.php202 msg(sprintf($this->getLang('conf_file_save_success'), $file_name), 1);
205 msg(sprintf($this->getLang('conf_file_save_fail'), $file_name), -1);
225 msg($this->getLang('conf_blacklist_update'), 1);
227 msg($this->getLang('conf_blacklist_failed'), -1);
/plugin/authdrupal8/
H A Dauth.php103 msg("Drupal installation not found. Please check your configuration.",-1,__LINE__,__FILE__);
358 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
396 * Wrapper around msg() but outputs only when debug is enabled
406 msg($message, $err, $line, $file);
422 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js308 var msg = 'Handles: ' + (_.isArray(val) ? '[]' : val);
309 assert.equal(_.indexOf(val, 2), -1, msg);
310 assert.equal(_.indexOf(val, 2, -1), -1, msg);
311 assert.equal(_.indexOf(val, 2, -20), -1, msg);
312 assert.equal(_.indexOf(val, 2, 15), -1, msg);
384 var msg = 'Handles: ' + (_.isArray(val) ? '[]' : val);
385 assert.equal(_.lastIndexOf(val, 2), -1, msg);
386 assert.equal(_.lastIndexOf(val, 2, -1), -1, msg);
387 assert.equal(_.lastIndexOf(val, 2, -20), -1, msg);
388 assert.equal(_.lastIndexOf(val, 2, 15), -1, msg);
/plugin/cli/
H A Dsyntax.php482msg( 'In &lt;cli ...>, ignored malformed text «'.hsc($tok).'».', 2, '', '', MSG_USERS_ONLY );
486 msg( "line <pre>«".hsc($str)."»</pre>parsed as :<pre>".hsc(print_r($toks,1))."</pre>" );
506 msg('_parseparams calling _tokenize("'.hsc($str).'")', 1);
518msg( 'In &lt;cli ...>, value «'.hsc($toks[$i+2]).'» override previously defined '.hsc($key).' «'. …
523msg( 'Error, unknown attribute «' . hsc($toks[$i]) . '» in &lt;cli> parametre', -1, '', '', MSG_US…
/plugin/captcha/
H A Dhelper.php119 * @param bool $msg when true, an error will be signalled through the msg() method
122 public function check($msg = true)
151 if ($msg) msg($this->getLang('testfailed'), -1);
446 msg('Failed to load figlet.flf font file. CAPTCHA broken', -1);
129 check($msg = true) global() argument
/plugin/fksnewsfeed/
H A Dhelper.php71 msg($pluginName . ': This plugin requires the sqlite plugin. Please install it.');
76 msg($pluginName . ': Cannot initialize database.');
/plugin/top/
H A Dhelper.php27 msg('The top plugin requires the sqlite plugin', -1);
34 msg('rating plugin sqlite initialization failed', -1);
/plugin/recaptcha/
H A Daction.php154 msg($this->getLang('testfailed'),-1);
158 msg($this->getLang('testfailed'),-1);
/plugin/farmer/admin/
H A Dplugins.php45 msg($this->getLang('plugindone'), 1);
55 msg($this->getLang('plugindone'), 1);
/plugin/struct/action/
H A Dentry.php74 msg(hsc($error), -1);
109 msg($this->getLang('emptypage'), -1);

1...<<11121314151617181920>>...41