Home
last modified time | relevance | path

Searched refs:msg (Results 26 – 50 of 1008) sorted by relevance

12345678910>>...41

/plugin/indexmenu/
H A Dadmin.php
/plugin/pureldap/classes/
H A DClient.php367 msg('[pureldap] ' . hsc($e->getMessage()), -1);
373 * @param string $msg
377 public function error($msg, $file, $line)
379 Logger::error('[pureldap] ' . $msg, '', $file, $line);
382 throw new \RuntimeException($msg . ' at ' . $file . ':' . $line);
385 msg('[pureldap] ' . hsc($msg), -1);
391 * @param string $msg
395 public function debug($msg, $file, $line)
399 Logger::debug('[pureldap] ' . $msg, '',
345 error($msg, $file, $line) global() argument
365 debug($msg, $file, $line) global() argument
[all...]
/plugin/metaeditor/
H A Dscript.js31 jqModalManager.msg = data[1];
88 jqModalManager.msg += "Value: " + selectedNodeValue;
90 jqModalManager.msg = data[1];
120 jqModalManager.msg += "Parent: " + nodePath;
122 jqModalManager.msg = data[1];
154 jqModalManager.msg += "Parent: " + nodePath;
156 jqModalManager.msg = data[1];
252 msg : null, property in jqModalManager
301 '<div>' + jqModalManager.msg + '</div>' +
347 '<div>' + jqModalManager.msg + '</div>'
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DError.php32 * @param string $msg Describes the error.
36 public function __construct($msg, $code = 0, $args = null) argument
41 $message = OneLogin_Saml2_Utils::t($msg, $args);
108 * @param string $msg Describes the error.
112 public function __construct($msg, $code = 0, $args = null) argument
117 $message = OneLogin_Saml2_Utils::t($msg, $args);
/plugin/openid/
H A Daction.php156 msg($message, 2);
173 msg($this->getLang('enter_valid_openid_error'), -1);
211 msg("Can't find OpenID claimed ID.", -1);
218 msg($this->getLang('openid_identity_added'), 1);
248 msg($this->getLang('openid_registration_denied'), -1);
377 $msg = $this->getLang('login_link');
378 $msg = sprintf("<p>$msg</p>", $this->_self('openid'));
380 $event->data->addHTML($msg, $pos+2);
456 msg($lang['regmissing'], -1);
459 msg($lang['regbadmail'], -1);
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php42 list($msg, $vars) = $this->compileString($this->getNode('body'));
63 ->subcompile($msg)
100 ->subcompile($msg)
130 $msg = '';
142 $msg .= sprintf('%%%s%%', $n->getAttribute('name'));
145 $msg .= $node->getAttribute('data');
149 $msg = $body->getAttribute('data');
152 …return array(new Twig_Node(array(new Twig_Node_Expression_Constant(trim($msg), $body->getTemplateL…
/plugin/freechat/phpfreechat/src/commands/
H A Didentify.class.php56 $msg = "";
64 $msg .= _pfc("Succesfully identified");
65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
69 $msg .= _pfc("Identification failure");
70 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
/plugin/extendpage/
H A Dadmin.php46 msg($e->getMessage(), -1);
54 if (!$ok) msg('failed to remove pattern', -1);
59 msg('Invalid regular expression. Pattern not saved', -1);
63 if (!$ok) msg('failed to add pattern', -1);
68 if (!$ok) msg('failed to add pattern', -1);
86 msg($e->getMessage(), -1);
/plugin/searchindex/
H A Dstyle.css21 #plugin__searchindex .msg {
29 #plugin__searchindex .msg p {
33 #plugin__searchindex .msg p.name,
34 #plugin__searchindex .msg p.status {
38 #plugin__searchindex .msg p.name {
41 #plugin__searchindex .msg p.status {
/plugin/dwcommits/
H A Dhelper.php347 msg($msgs[$which],$type);
381 $msg = "";
422 if($msg) {
425 $msg = "";
430 $msg .= $buffer;
461 $msg = "";
534 $msg = "";
678 if($msg) {
685 if($author || $msg){
754 $msg = "";
[all …]
/plugin/issuelinks/script/
H A DajaxUtil.js16 const messages = response.msg;
20 messages.forEach(function printMessagesToMessageArea(msg) { argument
21 $msgArea.prepend(jQuery('<div>').addClass(msg.lvl).html(msg.msg));
/plugin/loglog/helper/
H A Dmain.php25 * @param string $msg
28 public function getLogTypeFromMsg($msg) argument
32 $msg,
42 $msg,
48 } elseif (strpos($msg, 'admin') === 0) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerHealthReport.php26 public $msg; variable in Google\\Service\\Dataflow\\WorkerHealthReport
55 public function setMsg($msg) argument
57 $this->msg = $msg;
64 return $this->msg;
/plugin/labeled/
H A Dadmin.php45 msg($this->getLang('label deleted'));
60 msg('invalid color', -1);
77 msg('name already exists');
111 msg($this->getLang('label created'));
122 msg($this->getLang('invalid color', -1));
135 msg($this->getLang('label already exists', -1));
139 msg($this->getLang('no name', 1));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
17 parent::__construct($msg);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.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/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.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/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
17 parent::__construct($msg);
/plugin/do/db/
H A Dupdate0006.sql2 ALTER TABLE task_status ADD msg;
4 … task_status.status as status, task_status.closedby as closedby, tasks.msg as msg FROM task_status…
6 ALTER TABLE tasks DROP msg;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DSyntaxException.php20 * @param string $msg
24 public function __construct($msg, array $token, Exception $previous = null) argument
28 parent::__construct($msg, 0, $previous);
30 parent::__construct($msg); // @codeCoverageIgnore
/plugin/structpublish/
H A Dadmin.php41 msg($e->getMessage(), -1);
55 msg('failed to remove pattern', -1);
60 msg('Invalid regular expression. Pattern not saved', -1);
68 msg('failed to add pattern', -1);
78 msg('failed to add pattern', -1);
100 msg($e->getMessage(), -1);
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php50 foreach($msgs as $msg){
51 if($msg) {
52 if (preg_match('/security/i', $msg)) {
56 if(!preg_match('/^New release candidate/i', $msg)) {
73 msg("Xymon plugin: could not create file ".$xymon_status_cache_file, -1);
/plugin/structnotification/
H A Dadmin.php49 msg($e->getMessage(), -1);
63 if(!$ok) msg('failed to add predicate', -1);
66 if(!$ok) msg('failed to delete predicate', -1);
79 if(!$ok) msg('failed to update predicate', -1);
100 msg($e->getMessage(), -1);
256 $msg = $this->getLang($error);
257 if (!$msg) $msg = $error;
258 msg($error, -1);
/plugin/combo/ComboStrap/
H A DPageRules.php36 LogUtility::msg("Something went wrong when deleting the redirections. {$e->getMessage()}");
63 LogUtility::msg("Error during pattern exist statement. {$e->getMessage()}");
91 LogUtility::msg("Error during pattern exists query: {$e->getMessage()}");
143 LogUtility::msg("There was a problem during Pages Rule insertion. " . $e->getMessage());
198 LogUtility::msg('Errors during delete of all redirections. ' . $e->getMessage());
222 LogUtility::msg("Page Rules Count. {$e->getMessage()}");
247 LogUtility::msg("Errors during select of all Page rules. {$e->getMessage()}");
265 LogUtility::msg("getRule Error {$e->getMessage()}");
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dtype.test8 <a onclick="alert(&quot;{{ msg|escape('js') }}&quot;)"></a>
14 <a onclick="alert(&quot;{{ msg|escape('js') }}&quot;)"></a>
20 <a onclick="alert(&quot;{{ msg|escape('js') }}&quot;)"></a>
26 <a onclick="alert(&quot;{{ msg }}&quot;)"></a>
32 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
38 <a onclick="alert(&quot;{{ msg|escape('js')|escape('html') }}&quot;)"></a>
42 return ['msg' => "<>\n'\""]

12345678910>>...41