Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 64) sorted by last modified time

123

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8067 for (; ri !== records.length; ++ri) {
8297 for (; ri !== records.length; ++ri) {
8300 var metadata = records[ri].trim().split(",");
8303 var data = records[ri] || "";
8304 …while(((data.match(/["]/g)||[]).length & 1) && ri < records.length - 1) data += "\n" + records[++r…
8399 for (; ri !== records.length; ++ri) {
8400 var record = records[ri].trim().split(":");
8885 /* TODO: formula records */
8925 /* TODO: FORMULA19 NUMBER18 records */
19261 var XFs = []; /* XF records */
[all …]
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php10 * It records all records and gives you access to them for verification.
62 public $records = []; variable in Psr\\Log\\Test\\TestLogger
78 $this->records[] = $record;
144 $this->records = [];
/plugin/pubmed2020/classes/
H A Dpubmed2020.php64 if ($r->records[0]->status === "error") {
66 echo PHP_EOL.">> CONVERT ID: ERROR: ".$r->records[0]->errmsg.PHP_EOL;
69 echo print_r($r->records[0]);
70 return $r->records[0];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc370 $params['expand'] = (boolean) Include anomaly records
618 $params['from'] = (int) skips a number of records
619 $params['size'] = (int) specifies a max number of records to get
620 $params['start'] = (string) Start time filter for records
621 $params['end'] = (string) End time filter for records
622 $params['record_score'] = (double) Returns records with anomaly scores greater or equal than this value
623 $params['sort'] = (string) Sort records by a particular field
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php10 * It records all records and gives you access to them for verification.
62 public $records = []; variable in Psr\\Log\\Test\\TestLogger
78 $this->records[] = $record;
144 $this->records = [];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php106 public function handleBatch(array $records): void argument
108 $documents = $this->getFormatter()->formatBatch($records);
H A DLogglyHandler.php127 public function handleBatch(array $records): void argument
131 $records = array_filter($records, function ($record) use ($level) {
135 if ($records) {
136 $this->send($this->getFormatter()->formatBatch($records), static::ENDPOINT_BATCH);
H A DMailHandler.php29 public function handleBatch(array $records): void argument
33 foreach ($records as $record) {
51 * @param array $records the array of log records that formed this content
55 abstract protected function send(string $content, array $records): void; argument
69 protected function getHighestRecord(array $records): array argument
72 foreach ($records as $record) {
H A DSendGridHandler.php77 protected function send(string $content, array $records): void argument
H A DSwiftMailerHandler.php52 protected function send(string $content, array $records): void argument
54 $this->mailer->send($this->buildMessage($content, $records));
71 * @param array $records Log records that formed the content
76 protected function buildMessage(string $content, array $records): Swift_Message argument
83 $message = ($this->messageTemplate)($content, $records);
87 $record = reset($records);
91 if ($records) {
93 $message->setSubject($subjectFormatter->format($this->getHighestRecord($records)));
H A DElasticsearchHandler.php115 public function handleBatch(array $records): void argument
117 $documents = $this->getFormatter()->formatBatch($records);
124 * @param array[] $records Records + _index/_type keys
127 protected function bulkSend(array $records): void argument
134 foreach ($records as $record) {
H A DGroupHandler.php83 public function handleBatch(array $records): void argument
87 foreach ($records as $record) {
91 $records = $processed;
95 $handler->handleBatch($records);
H A DWhatFailureGroupHandler.php48 public function handleBatch(array $records): void argument
52 foreach ($records as $record) {
56 $records = $processed;
61 $handler->handleBatch($records);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
145 * Added LogmaticHandler to use the Logmatic.io API to store log records
146 * Added SqsHandler to send log records to an AWS SQS queue
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
379 * Added PsrHandler to forward records to another PSR-3 logger
395 * Added SlackHandler to log records to a Slack.com account
396 * Added FleepHookHandler to log records to a Fleep.io account
431 * Fixed empty headers issue when ChromePHPHandler received no records
488 * Added ProcessIdProcessor to inject the PID in log records
525 * Added microsecond precision to log records' timestamps
[all …]
H A DREADME.md38 // add records to the log
H A DUPGRADE.md6 - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
35 - The records' `datetime` is not sent anymore. Only `timestamp` is sent to Loggly.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DChromePHPFormatter.php73 public function formatBatch(array $records) argument
77 foreach ($records as $record) {
H A DFlowdockFormatter.php78 public function formatBatch(array $records): array argument
82 foreach ($records as $record) {
H A DLineFormatter.php129 public function formatBatch(array $records): string argument
132 foreach ($records as $record) {
H A DWildfireFormatter.php121 public function formatBatch(array $records) argument
H A DNormalizerFormatter.php61 public function formatBatch(array $records) argument
63 foreach ($records as $key => $record) {
64 $records[$key] = $this->format($record);
67 return $records;
H A DFluentdFormatter.php79 public function formatBatch(array $records): string argument
82 foreach ($records as $record) {
H A DFormatterInterface.php36 * @param array $records A set of records to format
41 public function formatBatch(array $records); argument
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php62 public $records = []; variable in Psr\\Log\\Test\\TestLogger
78 $this->records[] = $record;
144 $this->records = [];
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php345 $records = dns_get_record($uri->getHost(), DNS_A);
346 if (!isset($records[0]['ip'])) {
355 $uri = $uri->withHost($records[0]['ip']);
357 $records = dns_get_record($uri->getHost(), DNS_AAAA);
358 if (!isset($records[0]['ipv6'])) {
367 $uri = $uri->withHost('[' . $records[0]['ipv6'] . ']');

123