Home
last modified time | relevance | path

Searched refs:message (Results 976 – 1000 of 1663) sorted by relevance

1...<<31323334353637383940>>...67

/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md71 * A message,
73 * A list of arguments for the message (à la `printf`, optional),
82 The exception message will be: `Hello world!`. The “raise” message (with all
83 information, not only the message) is:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php574 $message = $response['error']->getMessage();
575 $exception = new MaxRetriesException($message);
578 $exception = new CouldNotResolveHostException($message, 0, $exception);
581 $exception = new CouldNotConnectToHost($message, 0, $exception);
584 $exception = new OperationTimeoutException($message, 0, $exception);
746 // if body is not string, we convert it so it can be used as Exception message
801 // if responseBody is not string, we convert it so it can be used as Exception message
/plugin/nobadbrowser/
H A DChangeLog12 * Now prints a formatted message as a warning.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.2.md19 * Improved `PHP_CodeCoverage_UnintentionallyCoveredCodeException` message
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js294 msg = resp.error.message;
1041 error({message: mxResources.get('loggedOut')});
1084 error({message: mxResources.get('exportOptionsDisabledDetails')});
1101 error({message: mxResources.get('invalidOrMissingFile')});
1107 error({message: mxResources.get('notADiagramFile')});
1190 error({message: mxResources.get('errorLoadingFile')});
1328 EditorUi.logError(e.message, null, null, e);
1462 error({message: mxResources.get('errorSavingFile') + ': Empty response'});
1490 error({message: mxResources.get('errorSavingFile') + ': ' + temp}, resp);
1946 error({message: mxResources.get('readOnly')});
[all …]
/plugin/authsplit/
H A Dauth.php18 * Show a debug message
20 * @param string $message The message to show
22 * @param int $line The line in $file that triggered the message.
23 * @param string $file The filename that triggered the message.
26 protected function _debug($message, $err, $line, $file) { argument
29 msg($message, $err, $line, $file);
/plugin/letsencrypt/
H A DLescript.php380 protected function log($message) argument
383 $this->logger->info($message);
385 echo $message."\n";
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css178 .timeline-message-container {
186 .timeline-message {
191 .timeline-message img {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css178 .timeline-message-container {
186 .timeline-message {
191 .timeline-message img {
/plugin/externalembed/
H A Dsyntax.php488 …$message = "Invalid Parameter Value: '" . htmlspecialchars($query_array[$key]) . "' for Key: '" . …
491 $message .= " or ''";
493 throw new InvalidEmbed($message);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/xml/
H A Dhelper.php31 list($page, $message) = $data;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-no_filter.phpt2 #2137: Error message for invalid dataprovider
/plugin/schedule/
H A Dajax.php53 foreach ($scheduleRoot->message as $type => $msg)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php347 $this->log(' ['.$levels[$warn['level']].'] '.$warn['message'].$extra);
389 $this->log(' ['.$levels[$warn['level']].'] '.$warn['message'].$extra);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php68 $message = $result instanceof LdapResult ? $result->getDiagnosticMessage() : 'Referral response encountered.';
71 throw new ReferralException($message, ...$referrals);
/plugin/combo/action/
H A Dlinkmove.php331 $message = "An error occurred during the move replication to the database. Error message was: " . $exception->getMessage();
335 LogUtility::error($message, self::CANONICAL, $exception);
/plugin/spatialhelper/helper/
H A Dindex.php53 $message = 'Required geophp plugin is not available';
54 msg($message, -1);
/plugin/deniedpage/
H A DREADME.md4 This [Dokuwiki](https://www.dokuwiki.org) plugin show a specific page instead of denied message.
/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
/plugin/twofactorgoogleauth/
H A DQRCode.php441 $message = $data;
443 $message[] = 0;
446 if ($message[$i]) {
447 $leadterm = $this->qr_log[$message[$i]];
450 $message[$i + $j] ^= $this->qr_exp[$term];
454 return array_slice($message, $num_data, $num_error);
/plugin/chat/
H A Dstyle.css52 .chat-message-sending {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPaypal.php81 } elseif (isset($data['message'])) {
82 throw new TokenResponseException('Error in retrieving token: "' . $data['message'] . '"');
/plugin/schedule/syntax/
H A Dblock.php68 foreach ($this->scheduleRoot->message as $type => $msg)
134 foreach ($this->scheduleRoot->message as $type => $msg)
/plugin/combo/ComboStrap/
H A DSqlite.php123 $message = "Unable to initialize Sqlite";
124 throw new ExceptionSqliteNotAvailable($message);

1...<<31323334353637383940>>...67