Home
last modified time | relevance | path

Searched refs:records (Results 26 – 50 of 64) sorted by path

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DHandler.php24 public function handleBatch(array $records): void argument
26 foreach ($records as $record) {
H A DHandlerInterface.php62 * @param array $records The records to handle (an array of record arrays)
66 public function handleBatch(array $records): void; argument
H A DHandlerWrapper.php65 public function handleBatch(array $records): void argument
67 $this->handler->handleBatch($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 DMandrillHandler.php53 protected function send(string $content, array $records): void argument
H A DNativeMailerHandler.php114 protected function send(string $content, array $records): void argument
129 if ($records) {
131 $subject = $subjectFormatter->format($this->getHighestRecord($records));
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 DTestHandler.php76 protected $records = []; variable in Monolog\\Handler\\TestHandler
89 return $this->records;
97 $this->records = [];
208 $this->records[] = $record;
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/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/bible/bible_douayRheims/
H A D1_Esdras.txt109 …ooks of the histories of thy fathers, and thou shalt find written in the records: and shalt know t…
H A D1_Machabees.txt792 …13:42. And the people of Israel began to write in the instruments, and public records, The first y…
827 …ceive the men honourably, and to put a copy of their words in the public records, to be a memorial…
/plugin/bibtex/OSBib/format/
H A DREADME.txt59 (If your database stores or access its records in a BibTeX style format, you should use STYLEMAPBIB…
/plugin/condition/
H A DREADME.md9 …[condition_list] is a set of [condition] records separated by logical operators (&&, and, ||, or, …
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426records.")},m(e,n){m(e,t,n)},p:i,d(e){e&&_(t)}}}function lt(e){let t,n=e[2],i=[];for(let t=0;t<n.l…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426records.")},m(e,n){m(e,t,n)},p:i,d(e){e&&_(t)}}}function lt(e){let t,n=e[2],i=[];for(let t=0;t<n.l…
H A Dbundle.js.map1records.</span>\n <br />\n <div id=\"historyList\" class=\"button-container\…
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte259 minute, up to 10 records.</span>
270 {:else}No records.{/if}
/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/dwcommits/lang/en/
H A Ddwc_admin.txt118 Clicking on Prune Entries will delete the entry for this git from the dwcommits records, which are …
121 …in db/dbnames.ser.prev. If you decide to go back to the previous set of records, then you can cli…
/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 = [];

123