Home
last modified time | relevance | path

Searched refs:msg (Results 151 – 175 of 1008) sorted by relevance

12345678910>>...41

/plugin/ireadit/syntax/
H A Dlist.php61 msg('ireadit plugin: unknown state "'.$state.'" should be: ' .
71 msg('ireadit plugin: invalid filter regex', -1);
76 msg('ireadit plugin: lastread should be 0 or 1', -1);
81 msg('ireadit plugin: overview should be 0 or 1', -1);
130 msg($e->getMessage(), -1);
/plugin/combo/ComboStrap/
H A DLang.php63 LogUtility::msg("The new language data ($langValue) was downloaded", LogUtility::LVL_MSG_INFO, self::PROPERTY_NAME);
66 LogUtility::msg("Internal error: The language data ($langValue) could no be written to ($languageDataCache->cache)", LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
74 LogUtility::msg("The data for the language ($langValue) could not be downloaded at (<a href=\"$downloadUrl\">$langValue</a>). Error: " . $message, LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
83 LogUtility::msg("We could not read the data from the language ($langValue). No direction was set.", LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
93 LogUtility::msg("The language direction cannot be set because no language data was found for the language ($langValue)", LogUtility::LVL_MSG_WARNING, self::PROPERTY_NAME);
/plugin/combo/
H A Dcli.php285 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) was indexed and replicated", LogUtility::LVL_MSG_INFO);
287 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error", LogUtility::LVL_MSG_ERROR);
290 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMessage(), LogUtility::LVL_MSG_ERROR);
416 LogUtility::msg("Starting: Deleting non-existing page from database");
427 LogUtility::msg("Error while getting the id pages. {$e->getMessage()}");
458 LogUtility::msg("Sync finished ($counter pages checked)");
477 LogUtility::msg("Processing page {$id} ($pageCounter / $totalNumberOfPages) ", LogUtility::LVL_MSG_INFO);
516 LogUtility::msg("Page {$id} ($pageCounter / $totalNumberOfPages): " . $message, LogUtility::LVL_MSG_ERROR);
529 LogUtility::msg("Page {$id} ($pageCounter / $totalNumberOfPages) ", LogUtility::LVL_MSG_ERROR);
542 LogUtility::msg("Pag
[all...]
/plugin/googlemap3/
H A Dsyntax.php88 list($lat,$lng,$msg,$text) = $data;
89 $points .= ",{lat:$lat, lng:$lng, msg: '$msg', txt: '$text'}";
158 list($match,$lat,$lng,$msg,$text) = $pt;
165 $overlay[] = array($lat,$lng,$msg,$text);
/plugin/securelogin/
H A Dadmin.php24 …if(!$this->slhlp) msg('Loading the '.$this->getPluginName().' helper failed. Make sure that the '.…
43 msg("You need openssl php module for this plugin work!", -1);
45 msg("Your version of dokuwiki not generate AUTH_LOGIN_CHECK event, plugin not work!");
59 case "test": msg(urldecode($this->slhlp->decrypt($param['message']))); break;
/plugin/publish/action/
H A Dapprove.php65 msg($this->getLang('wrong permissions to approve'), -1);
79 msg($this->getLang('cannot approve a non-existing revision'), -1);
99 msg($this->getLang('version approved'), 1);
113 msg($this->getLang('cannot approve error'), -1);
/plugin/combo/admin/
H A Dpagerules.php115 msg('Matcher can not be null', LogUtility::LVL_MSG_ERROR);
119 msg('Target can not be null', LogUtility::LVL_MSG_ERROR);
124 msg($this->lang['SameSourceAndTargetAndPage'] . ': ' . $matcher . '', LogUtility::LVL_MSG_ERROR);
131 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
133 msg("The matcher pattern ($matcher) already exists. The page rule was not inserted.", LogUtility::LVL_MSG_ERROR);
137 msg($this->lang['Saved'], LogUtility::LVL_MSG_INFO);
147 msg($this->lang['Deleted'], LogUtility::LVL_MSG_INFO);
/plugin/poldek/
H A Dsyntax.php84 function loadHelper($name, $msg){ argument
90 if ($obj !== null && $msg) msg("Helper plugin $name is not available or invalid.",-1);
/plugin/ckgedit/scripts/
H A Dcss6.php36 msg($copy_path,1);
135 if(!$retv) msg("failed: " . $copy_path);
161 $msg = str_replace(array("\n", "\r", "'"), array(), $e->getMessage());
164 if(preg_match('/line: (\d+)$/', $msg, $m)){
165 $msg = substr($msg, 0, -1* strlen($m[0])); //remove useless linenumber
173 $msg .= ' in '.$m[2].' at line '.($lno-$i);
182 'might be broken and you should try disabling it again. ['.$msg.']';
184 msg($error);
/plugin/swiftmail/
H A Dadmin.php42 msg('Message was sent. Swiftmail seems to work.',1);
44 msg('Message wasn\'t sent. Swiftmail seems not to work properly.',-1);
57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
H A Daction.php119 msg('There was a problem communicating with SMTP: '.$e->getMessage(),-1);
121 msg('There was an unexpected problem building the email: '.$e->getMessage(),-1);
123 msg('There was an unexpected problem with sending the email: '.$e->getMessage(),-1);
130 msg('SwiftMailer log:<br /><pre>'.hsc($dbglog).'</pre>',-1);
/plugin/smtp/
H A Dadmin.php42 msg('Message was sent. SMTP seems to work.',1);
44 msg('Message wasn\'t sent. SMTP seems not to work properly.',-1);
57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
/plugin/telleveryone/action/
H A Dnotification.php64 msg($e->getMessage(), -1);
78 msg($e->getMessage(), -1);
93 msg('No token provided for "telleveryone" API: ' . $url, -1);
102 msg('Cannot access "telleveryone" API for ' . $url, -1);
/plugin/statistics/
H A Dhelper.php79 msg('DB Error: connection failed', -1);
83 msg('DB Error: failed to select database', -1);
89 msg('DB Error: could not set UTF-8 (' . mysqli_error($this->dblink) . ')', -1);
106 msg('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php35 msg($this->helper->getLang('invalid save arguments'), -1);
89 msg($this->helper->getLang('no local file given'),-1);
97 msg($this->helper->getLang('cannot apply changes'), -1);
100 msg($this->helper->getLang('changes applied'), 1);
/plugin/twofactorsmsgateway/
H A Dhelper.php90 msg("TwoFactor: Error setting phone.", -1);
98 msg($this->getLang('invalidnumber'), -1);
105 msg("TwoFactor: Error setting provider.", -1);
144 msg("TwoFactor: User has not defined a phone number. Failing.", -1);
158 msg($this->getLang('invalidprovider'), -1);
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js118 var msg = this.stringToObject(data);
120 if (msg != null)
125 if (msg.v > DrawioFileSync.PROTOCOL)
132 else if (msg.v === DrawioFileSync.PROTOCOL && msg.d != null)
134 this.handleMessageData(msg.d);
453 var msg = this.lastMessage;
456 if (msg != null && msg.length > 40)
458 msg = msg.substring(0, 40) + '...';
466 …((msg != null) ? ' <span title="' + mxUtils.htmlEntities(msg) + '">(' + mxUtils.htmlEntities(msg) …
1322 msg: msg, secret: secret,
[all …]
/plugin/sqlite/
H A Dadmin.php48 msg($e->getMessage(), -1);
67 msg($this->getLang('import_no_file'), -1);
78 msg($this->getLang('import_success'), 1);
81 msg(hsc($e->getMessage()), -1);
184 msg($e->getMessage(), -1);
190 msg($cnt . ' affected rows in ' . $this->microtimeToSeconds($time) . ' seconds', 1);
/plugin/translate/
H A Daction.php146msg('The original file for this translation does not exist. Perhaps it has been deleted.');
228 msg(sprintf("Illegal language %s",$lang), -1);
236 msg(sprintf($this->getLang['e_pageexists'], $title),-1);
251 msg($this->getLang('e_denied'), -1);
296 msg($this->getLang('e_languageunknown'),-1);
314 msg(sprintf("Illegal language %s",$target_lang), -1);
348 msg(sprintf($this->getLang('e_pageexists'), $target_id),-1);
363 msg($this->getLang('e_denied'), -1);
/plugin/eventum/XML/
H A DRPC.php558 function raiseError($msg, $code) argument
853 function send($msg, $timeout = 0) argument
855 if (!is_object($msg) || !is_a($msg, 'XML_RPC_Message')) {
861 $msg->debug = $this->debug;
896 if (empty($msg->payload)) {
897 $msg->createPayload();
899 $this->createHeaders($msg);
902 $op .= $msg->payload;
972 $resp = $msg->parseResponseFile($fp);
995 function createHeaders($msg) argument
[all …]
/plugin/newnamespacepermissions/
H A Daction.php46 msg($this->getLang('namespace creation not allowed'),-1);
63 msg($this->getLang('namespace creation not allowed'), -1);
64msg($this->getLang('you tried to save') . '<pre>' . hsc($event->data['newContent']) . '</pre>', 0);
/plugin/accscounter/
H A Dadmin.php75msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
83 msg($this->getLang('sfsfinish'), 1);
92 … '.number')) and @unlink($achelper->counterFN($page, '.number')) == FALSE) msg(sprintf($this->getL…
93 …N($page, '.ip')) and @unlink($achelper->counterFN($page, '.ip')) == FALSE) msg(sprintf($this->getL…
95 msg($this->getLang('mngdelfinish'), 1);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php212 * @param string $msg The message to sign
222 string $msg, argument
235 return \hash_hmac($algorithm, $msg, $key, true);
238 … $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line
259 return sodium_crypto_sign_detached($msg, $key);
272 * @param string $msg The original message (header and body)
282 string $msg, argument
294 … $success = \openssl_verify($msg, $signature, $keyMaterial, $algorithm); // @phpstan-ignore-line
315 return sodium_crypto_sign_verify_detached($signature, $msg, $key);
324 $hash = \hash_hmac($algorithm, $msg, $keyMaterial, true);
/plugin/pagemod/helper/
H A Dpagemod.php46 msg(sprintf($this->getLang('e_pagenotexists'), html_wikilink($page_to_modify)), -1);
57 msg($this->getLang('e_denied'), -1);
64 msg(sprintf($this->getLang('e_template'), $page_to_modify), -1);
71 msg(sprintf($this->getLang('e_failedtoparse'), $page_to_modify), -1);
/plugin/farmer/admin/
H A Dsetup.php56 msg($error, -1);
67 msg($this->getLang('preload creation success'), 1);
71 msg($this->getLang('preload creation error'), -1);
80 msg($this->getLang('overwrite_preload'), -1);

12345678910>>...41