Home
last modified time | relevance | path

Searched refs:msg (Results 126 – 150 of 1008) sorted by relevance

12345678910>>...41

/plugin/loglog/
H A Daction.php108 protected function logAuth($msg, $user = null) argument
110 $this->logHelper->writeLine($msg, $user);
125 $msg = 'admin';
127 if ($page) $msg .= " - $page";
128 if ($more && $more !== $page) $msg .= " - $more";
129 $this->logHelper->writeLine($msg,null, $data);
/plugin/subconfhelper/
H A Dadmin.php43 msg($this->getLang('msg_vhost_error'), -1);
45 msg($this->getLang('msg_vhost_delete'), 1);
51 msg($this->getLang('msg_vhost_error'), -1);
53 msg($this->getLang('msg_vhost_save'), 1);
74 msg($this->getLang('msg_vhost_save'), 1);
76 msg($this->getLang('msg_vhost_error'), -1);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php175 $msg = 'Maximum stack depth exceeded';
178 $msg = 'Underflow or the modes mismatch';
181 $msg = 'Unexpected control character found';
184 $msg = 'Malformed UTF-8 characters, possibly incorrectly encoded';
187 $msg = 'Unknown error';
190 … throw new \RuntimeException('JSON encoding failed: '.$msg.'. Encoding: '.var_export($data, true));
/plugin/groupmanager/
H A Dsyntax.php705 msg($this->lang['add_fail'], -1);
711 msg($this->lang['add_fail'], -1);
718 msg($this->lang['add_fail'], -1);
729 msg($this->lang['mail_required'], -1);
730 msg($this->lang['add_fail'], -1);
741 msg($this->lang['add_ok'], 1);
747 msg($this->lang['add_fail'], -1);
792 msg("$text.", 1);
796 msg("$part1, $part2", -1);
812 msg($this->lang['notify_ok'], 1);
[all …]
/plugin/freechat/phpfreechat/src/commands/
H A Dasknick.class.php33 $msg = _pfc("Please enter your nickname");
36 $msg = "'".$nicktochange."' is used, please choose another nickname.";
37 …$xml_reponse->script("var newnick = prompt('".addslashes($msg)."', '".addslashes($nicktochange)."'…
/plugin/structodt/
H A Daction.php59 msg('Cannot locate "unoconv". Falling back to ODT mode.', 0);
66 msg('Cannot locate "ghostscript". Falling back to ODT mode.', 0);
142 msg($e->getMessage(), -1);
162 msg("Unknown file extension: $ext. Avaliable extensions: " . implode(', ', $extensions), -1);
166 msg("Multiple templates are available only for pdf format.", -1);
188 msg($e->getMessage(), -1);
239 msg($e->getMessage(), -1);
/plugin/advanced/admin/
H A Dimport.php103 msg($this->getLang('imp_zip_not_found'), -1);
111 msg($this->getLang('imp_zip_extract_error'), -1);
116 msg($this->getLang('imp_no_page_selected'), -1);
128 msg(sprintf($this->getLang('imp_page_already_exists'), $wiki_page), 2);
155 msg($this->getLang('imp_pages_import_success'));
/plugin/webdav/
H A Dadmin.php62 msg('Unknown command', -1);
84 msg('No lock provided', -1);
98 msg('Unlock failed', -1);
102 msg("File $locked_file successfully unlocked", 1);
/plugin/combo/ComboStrap/
H A DCall.php318 LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as component (" . print_r($component, true) . "). Page: " . MarkupPath::createFromRequestedPage(), LogUtility::LVL_MSG_ERROR);
526 LogUtility::msg("The ptype (" . $pType . ") is unknown.");
584 LogUtility::msg("You can't update a " . $mode . " to a space. It should be a eol", LogUtility::LVL_MSG_WARNING, "support");
603 LogUtility::msg("You can't add an attribute to the non plugin call mode (" . $mode . ")", LogUtility::LVL_MSG_WARNING, "support");
616 LogUtility::msg("You can't ask for a context from a non plugin call mode (" . $mode . ")", LogUtility::LVL_MSG_WARNING, "support");
684 LogUtility::msg("You can't ask for a payload from a non plugin call mode (" . $mode . ").", LogUtility::LVL_MSG_WARNING, "support");
743 LogUtility::msg("This modification of state is not yet supported for a native call");
825 LogUtility::msg("Setting the payload for a non-native call ($this) is not yet implemented");
848 LogUtility::msg("This is not a plugin call ($this), you can't set the type");
870 LogUtility::msg("Th
[all...]
/plugin/xslfo/
H A Daction.php55 msg('The XML plugin is required by the XSLFO plugin.', -1);
110 msg("Final XML: <pre>$xml</pre>", 0, '', '', MSG_ADMINS_ONLY);
125 msg("Unable to produce PDF.", -1);
126msg("Command: <code>$command</code><br />Output:<pre>".join("\n", $out).'</pre>', 0, '', '', MSG_A…
169 msg($e->getMessage(), -1);
175 msg($admin_msg, 0, '', '', MSG_ADMINS_ONLY);
/plugin/authwordpress/
H A Dauth.php101 msg(sprintf($this->getLang('error_connect_failed'), $e->getMessage()));
152 msg($this->getLang('user_list_use_wordpress'));
371 * @param string $msg
375 protected function logDebug(string $msg): void argument
379 Logger::debug($msg);
381 dbglog($msg);
/plugin/diagrams/script/
H A DDiagramsEditor.js236 const msg = JSON.parse(event.data);
238 switch (msg.event) {
257 if (msg.format === 'svg') {
258 this.#svg = this.#decodeDataUri(msg.data);
269 } else if (msg.format === 'png') {
270 const png = msg.data; // keep as data uri, for binary safety
/plugin/userimportextended/
H A Dadmin.php30 msg($this->getLang('error_badauth'));
156 msg($this->getLang('error_required_defaults'), -1);
184 msg($this->getLang('import_error_upload'),-1);
216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1);
224msg(sprintf($this->getLang('import_success_count'), ($import_success_count+$import_fail_count), $i…
226 msg(sprintf($this->getLang('import_failure_count'), $import_fail_count),-1);
229 msg($this->getLang('import_error_readfail'),-1);
369 msg($this->getLang('notify_ok'), 1);
373 msg($this->getLang('notify_fail'), -1);
/plugin/structat/syntax/
H A Dtable.php84 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
85 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
121 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
122 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php89 $msg = _pfc("Can't join %s because you are banished", $param);
90 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'ban', '".addslashes($msg)."');");
99 $msg = _pfc("Can't join %s because the channels list is restricted", $param);
100 …l_reponse->script("pfc.handleResponse('".$this->proxyname."', 'frozen', '".addslashes($msg)."');");
/plugin/bez/syntax/
H A Dstruct.php66 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
102 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/struct/syntax/
H A Dlist.php
H A Dtable.php82 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
134 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/git/
H A Dhelper.php61msg('Error loading the data table class from GIT Helper. Make sure the data plugin is installed.',…
99 msg('Data entry plugin found and refreshed all '.count($output).' entries.');
112 msg('Error loading sqlite');
182 msg($e->getMessage());
230 if ($pos !== false) $msg = 'Merge';
231 else $msg = $raw_message;
237 if ($commit['hash'] === 'all') $renderer->doc .= ">".$msg."</option>";
238 else $renderer->doc .= ">".$index." - ".$msg."</option>";
440 msg('The sqlite plugin could not loaded from the GIT Plugin helper', -1);
446 msg('Submitting changes failed as the GIT cache failed to initialise.', -1);
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.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/authldaplocal/
H A Dauth.php118 msg("LDAP: can not bind anonymously", -1);
268 msg("LDAP: Reading group memberships failed", -1);
354 msg('The user '.$user.' does already exist',-1);
360 msg('The user '.$user.' does not exist in LDAP',-1);
380 msg($this->getLang('writefail'), -1);
401 msg($this->getLang('usernotexists'), -1);
407 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
464 msg($this->getLang('writefail'), -1);
752 msg('Starting TLS failed', -1);
794 msg("LDAP: couldn't connect to LDAP server", -1);
[all …]
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest.js201 var i = 0, p = 0, msg = this._errors[args[0]];
203 while ((p = msg.indexOf('%', p)) >= 0) {
205 msg = msg.substring(0, p) + a + msg.substring(p + 1, msg.length);
208 return msg;
214 t._error = function(msg) { argument
215 msg = this._l(typeof(msg) == 'string'? arguments : msg)
216 msg = "JsHttpRequest: " + msg;
219 throw msg;
222 throw new Error(1, msg);
225 throw new Error(msg);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.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/git/action/
H A Dmerge.php18 if(!$this->helper) msg('Loading the git helper failed.',-1);
50 msg('GIT helper is null in the merge.php file');
58 msg($e->getMessage());
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php70 $msg = exec($cmd, $output, $retval);
77 $msg = join('\n', $output);
80 …_CodeSniffer_Exception("Failed invoking JavaScript Lint, retval was [$retval], output was [$msg]");

12345678910>>...41