Home
last modified time | relevance | path

Searched refs:message (Results 726 – 750 of 1663) sorted by relevance

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

/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md14 - the message of the deprecation
15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
22 This will generate the following message:
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php41 public function testLogsAtAllLevels($level, $message) argument
44 $logger->{$level}($message, array('user' => 'Bob'));
45 $logger->log($level, $message, array('user' => 'Bob'));
48 $level.' message of level '.$level.' with context: Bob',
49 $level.' message of level '.$level.' with context: Bob',
57 LogLevel::EMERGENCY => array(LogLevel::EMERGENCY, 'message of level emergency with context: {user}'),
58 LogLevel::ALERT => array(LogLevel::ALERT, 'message of level alert with context: {user}'),
59 LogLevel::CRITICAL => array(LogLevel::CRITICAL, 'message of level critical with context: {user}'),
60 LogLevel::ERROR => array(LogLevel::ERROR, 'message of level error with context: {user}'),
61 LogLevel::WARNING => array(LogLevel::WARNING, 'message o
[all...]
/plugin/feedback/_test/
H A DgetFeedbackContact.test.php76 public function test_getFeedbackContact ($input, $options, $expected_output, $message) { argument
91 $this->assertEquals($expected_output, $actual_output, $message);
/plugin/combo/ComboStrap/
H A DLocalPath.php395 $message = "Bad absolute local path file ($this->path)";
397 throw new ExceptionRuntime($message);
399 LogUtility::msg($message);
446 $message = "Local Uri Path has a bad syntax ($uri)";
448 LogUtility::internalError($message);
449 throw new ExceptionRuntime($message);
H A DEditButton.php269 $message = $data[self::EDIT_MESSAGE];
271 if ($message === null || trim($message) === "") {
272 $message = "Edit {$target}";
293 $data["summary"] = $message;
322 <button type="submit" title="$message">
H A DDateTag.php113 $message = "Error while formatting a date. Error: {$e->getMessage()}";
114 LogUtility::error($message, DateTag::CANONICAL);
115 return LogUtility::wrapInRedForHtml($message);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php666 $message = sprintf('Twig Test "%s" is deprecated', $test->getName());
668 $message .= sprintf(' since version %s', $test->getDeprecatedVersion());
671 $message .= sprintf('. Use "%s" instead', $test->getAlternative());
676 @trigger_error($message, E_USER_DEPRECATED);
696 $message = sprintf('Twig Function "%s" is deprecated', $function->getName());
701 $message .= sprintf('. Use "%s" instead', $function->getAlternative());
706 @trigger_error($message, E_USER_DEPRECATED);
726 $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName());
728 $message .= sprintf(' since version %s', $filter->getDeprecatedVersion());
731 $message .= sprintf('. Use "%s" instead', $filter->getAlternative());
[all …]
/plugin/combo/action/
H A Dsnippetsbootstrap.php260 $message = "The head meta (" . print_r($metaData, true) . ") does not have a content property";
261 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
279 $message = "The header type ($headTagName) is unknown and was not controlled.";
281 LogUtility::error($message, self::FRONT_END_OPTIMIZATION_CANONICAL);
H A Dmetafacebook.php205 $message = "The facebook image ($facebookImage) is too small (" . $intrinsicWidth . " x " . $intrinsicHeight . "). The minimum size constraint is 200px by 200px";
212 LogUtility::error($message, self::CANONICAL);
215 LogUtility::log2BrowserConsole($message);
219 LogUtility::error($message, self::CANONICAL);
/plugin/issuelinks/classes/
H A DHTTPRequestException.php19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) argument
27 parent::__construct($message, $this->getCode(), $this->httpError);
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist13 message: '#::__construct\(\) does not call parent constructor from#'
18 message: '#Access to an undefined property object::\$foo\.#'
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php17 * Error code / message.
19 * @var int Error code / message
32 $message = $this->getErrorMessage($this->getError());
33 parent::__construct($message, $request, $response);
37 * Returns the error message corresponding to the error code
42 * @return string Error message
67 * Return Error code / message.
69 * @return int Error code / message
H A DGuzzleException.php26 $message = $this->getErrorMessage($this->getGuzzleException());
27 parent::__construct($message, $request, $response);
/plugin/gitbacked/lib/
H A DGit.php485 public function commit($message = "", $commit_all = true) { argument
487 $msgfile = GitBackedUtil::createMessageFile($message);
680 * @param string $message
683 public function add_tag($tag, $message = null) { argument
684 if ($message === null) {
685 $message = $tag;
687 $msgfile = GitBackedUtil::createMessageFile($message);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php91 $message = 'csslint says: '.$output[($i + 1)];
98 $phpcsFile->addWarningOnLine($message, $line, 'ExternalTool');
/plugin/discordnotifier/examples/
H A DREADME.md5 ## Send message
13 ## Send embed message
/plugin/authgooglesheets/vendor/psr/http-message/
H A DREADME.md7 Note that this is not a HTTP message implementation of its own. It is merely an
8 interface that describes a HTTP message. See the specification for more details.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jar ... http/io/ org/apache/http/message/ org/apache/http/params/ org ...
/plugin/swiftmail/
H A Daction.php75 $message =& new Swift_Message($event->data['subject'], $event->data['body']);
114 $ok = $swift->send($message, $reci, $from);
116 $ok = $swift->batchSend($message, $reci, $from);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php160 $message = $this->client->sendAndReceive(
165 $control = $message->controls()
186 $response = $message->getResponse();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateFilterTest.php12 function testFilter($input, $filters, $test, $result, $message = null) { argument
15 $this->assertTrue($this->plugin->validateFilters($input, $filters, $test), $message);
17 $this->assertFalse($this->plugin->validateFilters($input, $filters, $test), $message);
/plugin/ckgedit/
H A Dadmin.php83 $this->message($path, $retv);
90 $this->message($path, $retv);
95 function message($path, $which) { function in admin_plugin_ckgedit
/plugin/upgrade/
H A Dadmin.php193 * Print the given message and flush buffers
196 * @param string $message
198 public function log($level, $message)
200 echo '<div class="log-' . $level . '">' . $message . '</div>';
183 log($level, $message) global() argument
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php77 if (!isset($result->message)){
89 throw new InvalidArgumentException($result->message);
91 throw new RuntimeException($result->message);
93 throw new BadFunctionCallException($result->message);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php129 $message = $e->getMessage();
132 if (strpos($message, 'getaddrinfo') // DNS lookup failed
133 || strpos($message, 'Connection refused')
160 'message' => $msg,
171 $message = 'Error creating resource: ';
174 $message .= "[$key] $value" . PHP_EOL;
177 throw new RingException(trim($message));
345 static $args = ['severity', 'message', 'message_code',

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