Home
last modified time | relevance | path

Searched refs:messages (Results 26 – 50 of 358) sorted by last modified time

12345678910>>...15

/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock176 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
177 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
178 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
179 "ext-mongo": "Allow sending log messages to a MongoDB server",
180 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
181 "php-console/php-console": "Allow sending log messages to Google Chrome",
182 "raven/raven": "Allow sending log messages to a Sentry server",
183 "rollbar/rollbar": "Allow sending log messages to Rollbar",
184 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
185 … "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
/plugin/odt/helper/
H A Dconfig.php21 protected $messages = null; variable in helper_plugin_odt_config
595 $this->messages .= $warning;
688 return $this->messages;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
41 $params['grok_pattern'] = (string) Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
H A DMlNamespace.asciidoc308 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
317 $params['grok_pattern'] = (string) Optional parameter to specify the Grok pattern that should be used to extract fields from messages in a semi-structured text file
H A DLicenseNamespace.asciidoc87 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
101 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
115 $params['acknowledge'] = (boolean) whether the user has acknowledged acknowledge messages (default: false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php41 private static $messages = array( variable in Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException
58 if (isset(self::$messages[$code]) !== true) {
62 parent::__construct(self::$messages[$code], $code, $previous);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md3 - Added port in url for trace and logger messages
58 - Show generic error messages when server returns no response
131 - We added the suppress operator `@` for the deprecation messages `@trigger_error()`.
165 - Added the HTTP port in the log messages
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc57 * Added port in url for trace and logger messages
129 * Show generic error messages when server returns no response
227 * We added the suppress operator `@` for the deprecation messages
272 * Added the HTTP port in the log messages
/plugin/ckgedit/
H A Dadmin.php96 $messages = array(
101 … ptln('<br /><span style = "color:'.$color. ';">'.htmlspecialchars($messages[$which]).'</span>');
/plugin/ckgedit/ckeditor/
H A DCHANGES.md713 * [#13782](https://dev.ckeditor.com/ticket/13782): Fixed: Unclear log messages.
/plugin/bootswrapper/exe/help/
H A Dbutton.txt8 | <btn type="info">Info</btn> | Contextual button for informational alert messages |
H A Dalert.txt3 Provide contextual feedback messages for typical user actions with the handful of available and fle…
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php303 $messages = parent::validate($options);
308 $messages[] = array(
314 return $messages;
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md92 representing HTTP messages. [Reference here][psr-http].
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php679 $messages = array();
681 $messages[] = $warning['message'];
685 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
687 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
H A DVCardTest.php273 $messages = array();
275 $messages[] = $warning['message'];
279 …als(0, count($input), 'No validation messages were expected. We got: ' . implode(', ', $messages));
281 …1, count($input), 'We expected exactly 1 validation message, We got: ' . implode(', ', $messages));
H A DVFreeBusyTest.php57 $messages = array();
59 $messages[] = $warning['message'];
62 $this->assertEquals(array(), $messages);
H A DVTodoTest.php86 $messages = array();
88 $messages[] = $warning['message'];
109 $messages = array();
111 $messages[] = $warning['message'];
117 ), $messages);
139 $messages = array();
141 $messages[] = $warning['message'];
146 ), $messages);
168 $messages = array();
170 $messages[] = $warning['message'];
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php349 $messages = $broker->parseEvent(null, $addresses, $node->get());
351 foreach ($messages as $message) {
518 $messages = $broker->parseEvent($newObject, $addresses, $oldObject);
520 if ($messages) $modified = true;
522 foreach ($messages as $message) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php530 $messages = array();
539 $messages = array_merge($messages, $child->validate($options));
547 $messages[] = array(
560 $messages[] = array(
569 $messages[] = array(
580 $messages[] = array(
591 return $messages;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php170 $messages = VObject\Reader::read($return)->validate();
172 if ($messages) {
173 $messages = array_map(
175 $messages
177 $this->fail('Validation errors: ' . implode("\n", $messages));
179 $this->assertEquals(array(), $messages);
321 $messages = VObject\Reader::read($return)->validate();
322 $this->assertEquals(array(), $messages);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php62 $messages = [];
63 $this->server->on('schedule', function($message) use (&$messages) {
64 $messages[] = $message;
79 $this->assertEquals(1, count($messages));
80 $message = $messages[0];
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php366 $messages = parent::validate($options);
381 $messages[] = array(
387 return $messages;
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md113 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the
134 * #122: Don't generate REPLY messages for events that have been cancelled.
135 * #123: Added `SUMMARY` to iTip messages.
145 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
155 * #113: Timezone support during creation of iTip REPLY messages.
159 * #115: Using REQUEST-STATUS from REPLY messages and now propegating that into
172 * #103: Added support for processing [iTip][iTip] messages. This allows a user
173 to parse incoming iTip messages and apply the result on existing calendars,

12345678910>>...15