Home
last modified time | relevance | path

Searched refs:message (Results 676 – 700 of 1663) sorted by relevance

1...<<21222324252627282930>>...67

/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedFunctionError.php23 …public function __construct($message, $functionName, $lineno = -1, $filename = null, \Exception $p… argument
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedTagError.php23 …public function __construct($message, $tagName, $lineno = -1, $filename = null, \Exception $previo… argument
25 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedMethodError.php24 …public function __construct($message, $className, $methodName, $lineno = -1, $filename = null, \Ex… argument
26 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedPropertyError.php24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \… argument
26 parent::__construct($message, $lineno, $filename, $previous);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientUnbindHandler.php36 $message = $context->messageToSend();
37 $queue->sendMessage($message);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php14 $message, argument
19 parent::__construct($message, $request, null, $previous, $handlerContext);
H A DBadResponseException.php13 $message, argument
25 parent::__construct($message, $request, $response, $previous, $handlerContext);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenException.php31 public function __construct(PhpCss\Scanner\Token $token, string $message) { argument
33 parent::__construct($message);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php322 $message = $code;
325 $message .= ': ';
327 $message .= "{$error['domain']}, {$error['message']};";
329 $message = rtrim($message, ';');
332 $error = "Failed to start the resumable upload (HTTP {$message})";
/plugin/combo/
H A Dcli.php480 $message = MetadataFrontmatterStore::createFromPage($page)
482 switch ($message->getStatus()) {
490 $pagesWithError[$id] = $message->getPlainTextContent();
493 $pagesWithOthers[$id] = $message->getPlainTextContent();
514 foreach ($pagesWithError as $id => $message) {
516 LogUtility::msg("Page {$id} ($pageCounter / $totalNumberOfPages): " . $message, LogUtility::LVL_MSG_ERROR);
540 foreach ($pagesWithOthers as $id => $message) {
542 LogUtility::msg("Page {$id} ($pageCounter / $totalNumberOfPages) " . $message, LogUtility::LVL_MSG_ERROR);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php100 $message = 'Latest version unknown.<br>'.$downloadlatest; variable
104 …$message = 'This must be a pre-release beta version. Please report bugs to <a href="mailto:info@si… variable
108 …$message = 'You must be using a pre-release beta version. Please report bugs to <a href="mailto:in… variable
112 $message = 'You are using the latest released version.'; variable
115 …$message = 'One (or more) minor version(s) have been released since this version.<br>'.$downloadla… variable
118 …$message = 'One (or more) major version(s) have been released since this version, you really shoul… variable
121 $message = 'Fundamental changes have been made since this version.<br>'.$downloadlatest; variable
124 echo '</th><td>'.$message.'.<br></td></tr>';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php351 foreach ($messages as $message) {
352 $this->deliver($message);
460 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
522 foreach ($messages as $message) {
524 if (in_array($message->recipient, $ignore)) {
528 $this->deliver($message);
531 if ($message->scheduleStatus) {
532 … $newObject->VEVENT->ORGANIZER['SCHEDULE-STATUS'] = $message->getScheduleStatus();
540 if ($attendee->getNormalizedValue() === $message->recipient) {
541 if ($message->scheduleStatus) {
[all …]
/plugin/elasticsearch/vendor/react/promise/src/
H A DUnhandledRejectionException.php22 $message = \sprintf('Unhandled Rejection: %s', \json_encode($reason));
24 parent::__construct($message, 0);
/plugin/elwikiupgrade/
H A DHTTPClient.php565 * @param string $message Description of what is being read
570 function _sendData($socket, $data, $message) { argument
580 throw new HTTPClientException("Socket disconnected while writing $message");
595 … throw new HTTPClientException("Failed writing to socket while sending $message", -100);
608 * @param string $message Description of what is being read
615 function _readData($socket, $nbytes, $message, $ignore_eof = false) { argument
624 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
659 * @param string $message Description of what is being read
665 function _readLine($socket, $message) { argument
671 … sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/
H A DUnexpectedCallsException.php21 public function __construct($message, MethodProphecy $methodProphecy, array $calls) argument
23 parent::__construct($message, $methodProphecy);
/plugin/bez/meta/
H A DValidationException.php9 // Redefine the exception so message isn't optional
13 $message = 'Validation errors';
15 parent::__construct($message, $code, $previous);
/plugin/hipchat/
H A Daction.php71 $message = new rcrowe\Hippy\Message(!$minor, rcrowe\Hippy\Message::BACKGROUND_GREEN);
72 $message->setHtml($say);
73 $hippy->send($message);
/plugin/combo/action/
H A Dindexer.php124 $message = "Error with the database replication for the page ($page). " . $e->getMessage();
126 throw new ExceptionCompile($message);
128 LogUtility::error($message);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php52 string $message = '' argument
54 parent::__construct($message);
164 return $this->message;
/plugin/jsonrpc/
H A DIJR_Server.php12 var $message; variable in IJR_Server
143 function error($error, $message = false) argument
145 if ($message && !is_object($error)) {
146 $error = new IJR_Error($error, $message);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdebug.js34 FCKDebug.Output = function( message, color, noParse ) argument
41 this._GetWindow().Output( message, color ) ;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php22 public function __construct($message, ObjectProphecy $objectProphecy, argument
25 parent::__construct($message, $objectProphecy);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js102 error({message: mxResources.get('accessDenied'), retry: auth});
128 error({message: mxResources.get('accessDenied'), retry: auth});
171 error({message: mxResources.get('accessDenied'), retry: auth});
197 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')});
271 error({status: req.getStatus(), message: this.getErrorMessage(req,
332 error({message: mxResources.get('fileNotFound')});
355 error({message: mxResources.get('fileNotFound')});
366 error({message: mxResources.get('fileNotFound')});
425 error({message: mxResources.get('accessDenied')});
645 error({message: mxResources.get('drawingTooLarge') + ' (' +
[all …]
/plugin/combo/ComboStrap/
H A DHttpResponse.php17 const MESSAGE_ATTRIBUTE = "message";
170 // if this is a 304, there is no body, no message
251 $message = json_encode(["message" => $messages]);
252 $this->setBody($message, Mime::getJson());
389 $message = "<p>{$e->getMessage()}</p>";
395 $message = "<p>{$e->getMessage()}</p>$message";
397 $this->setBody($message, Mime::getHtml());
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php429 foreach ($messages as $message) {
430 $this->deliver($message);
538 $inbox->createFile($newFileName, $iTipMessage->message->serialize());
659 foreach ($messages as $message) {
661 if (in_array($message->recipient, $ignore)) {
665 $this->deliver($message);
668 if ($message->scheduleStatus) {
669 … $newObject->VEVENT->ORGANIZER['SCHEDULE-STATUS'] = $message->getScheduleStatus();
677 if ($attendee->getNormalizedValue() === $message->recipient) {
678 if ($message->scheduleStatus) {
[all …]

1...<<21222324252627282930>>...67