Home
last modified time | relevance | path

Searched refs:message (Results 951 – 975 of 1663) sorted by relevance

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

/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php567 … $message = 'Property contained a control character (0x' . bin2hex($matches[1]) . ')';
569 $message = 'Property is not valid UTF-8! ' . $oldValue;
574 'message' => $message,
H A DCli.php362 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
409 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php525 $message = 'Property contained a control character (0x'.bin2hex($matches[1]).')';
527 $message = 'Property is not valid UTF-8! '.$oldValue;
532 'message' => $message,
/plugin/authdrupal7/
H A Dauth.php404 * @param string $message
410 protected function _debug($message, $err, $line, $file) { argument
412 msg($message, $err, $line, $file);
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/authdrupal8/
H A Dauth.php398 * @param string $message
404 protected function _debug($message, $err, $line, $file) {
406 msg($message, $err, $line, $file);
415 _debug($message, $err, $line, $file) global() argument
/plugin/combo/ComboStrap/
H A DIso8601Date.php129 $message = "The date string ($original) is not in a valid date format. (" . join(", ", self::VALID_FORMATS) . ")";
130 throw new ExceptionBadSyntax($message, self::CANONICAL);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3459 $message = 'Given Json strings do not match';
3481 $message = 'Given Json strings do match';
3503 $message = '';
3504 $this->assertJsonStringEqualsJsonFile($file, $actual, $message);
3511 $message = '';
3513 $this->assertJsonStringEqualsJsonFile($file, $actual, $message);
3541 $message = '';
3542 $this->assertJsonStringNotEqualsJsonFile($file, $actual, $message);
3560 $message = '';
3567 $message = '';
[all …]
/plugin/git/
H A Dplugin.info.txt6 …amongst other things to commit changes locally while asking for a commit message and push to the (…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php194 $message = $this->server->xml->parse(
204 $this->shareResource($path, $message->sharees);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php361 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
407 $this->log(" [" . $levels[$warn['level']] . '] ' . $warn['message'] . $extra);
/plugin/bpmnio/script/
H A Dbpmnio_render.js20 console.log(err.message, err.warnings);
126 console.warn(err.message);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php137 … $message = sprintf('Named arguments are not supported for %s "%s".', $callType, $callName);
139 …$message = sprintf('Arbitrary positional arguments are not supported for %s "%s".', $callType, $ca…
142 throw new \LogicException($message);
/plugin/botbouncer/lib/
H A Dmollom.php446 …$message = (isset($responseXML->fault->value->struct->member[1]->value->string)) ? (string) $respo…
453 throw new Exception('[error '.$code .'] '. $message, $code);
457 throw new Exception('[error '.$code .'] '. $message, $code);
468 throw new Exception('[error '.$code .'] '. $message, $code);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php899 foreach ($messages as $message) {
901 if ($message['level'] > $highestLevel) {
903 $highestLevel = $message['level'];
904 $warningMessage = $message['message'];
906 switch ($message['level']) {
917 …ow new DAV\Exception\UnsupportedMediaType('Validation error in iCalendar: ' . $message['message']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php684 * @param string $message
686 protected function runFailed($message) argument
688 $this->write($message . PHP_EOL);
1124 * @param string $message
1126 private function writeMessage($type, $message) argument
1136 $message
/plugin/sentry/
H A Dscript.js27 'message': e.message,
/plugin/farm/install/animaltemplate/conf/
H A Dmsg7 new release - but to ignore a certain message set its
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D873-php5.phpt20 Fatal error: Uncaught exception 'Exception' with message 'PHPUnit suppresses exceptions thrown outs…
H A D2137-filter.phpt2 #2137: Error message for invalid dataprovider
/plugin/diagramsnet/lib/js/
H A Dclear.js44 write('Error: ' + e.message);
/plugin/glossary/
H A Dajax.php51 foreach ($glossary->message as $type => $msg)
/plugin/fblogin/lib/
H A Dbase_facebook.php105 return $str . $this->message;
1257 $message = $e->getMessage();
1258 if ((strpos($message, 'Error validating access token') !== false) ||
1259 (strpos($message, 'Invalid OAuth access token') !== false) ||
1260 (strpos($message, 'An active access token must be used') !== false)

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