Home
last modified time | relevance | path

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

123

/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 DHandlerWrapper.php65 public function handleBatch(array $records): void argument
67 $this->handler->handleBatch($records);
H A DChromePHPHandler.php80 public function handleBatch(array $records): void argument
88 foreach ($records as $record) {
H A DFilterHandler.php141 public function handleBatch(array $records): void argument
144 foreach ($records as $record) {
H A DMandrillHandler.php53 protected function send(string $content, array $records): void argument
H A DSendGridHandler.php77 protected function send(string $content, array $records): void argument
/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'] . ']');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DHtmlFormatter.php119 public function formatBatch(array $records): string argument
122 foreach ($records as $record) {
H A DMongoDBFormatter.php62 public function formatBatch(array $records): array argument
65 foreach ($records as $key => $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
/plugin/airtable/
H A DREADME.md43 …where: "FORMULA" | order-by: "field_to_order_by" | order: "ORDER DIRECTION" | max-records: "X"}}`
50 * `order-by` - specifies how the records will be ordered.
54 * `max-records` - the maximum number of records displayed in the table. The default is the number s…
59 … "Post Image(s)" | where: "AND({Idea #} <= 3450, {Idea #} > 3430)" | max-records: "10" | order-by:…
/plugin/searchstats/
H A Dplugin.info.txt6 desc This plugin records the search words and displays stats in the admin section
/plugin/authgooglesheets/vendor/monolog/monolog/
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.
H A DREADME.md38 // add records to the log
/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/condition/
H A DREADME.md9 …[condition_list] is a set of [condition] records separated by logical operators (&&, and, ||, or, …
/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/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte259 minute, up to 10 records.</span>
270 {:else}No records.{/if}
/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/anewssystem/
H A Dsyntax.php77 $records = file(DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt');
78 unset($records[0]);
166 foreach ($records as $record) {
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt4 …sioned device an individual would compress and store all of their books, records, and communicatio…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md320 While many of the end points return the same basic records, the attributes
342 Many of the records returned by the GeoIP2 web services and databases
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md344 of your doubles, Prophecy records every single call you're making against it inside your
379 section, Prophecy records every call made during the double's entire lifetime. This means
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt183 record markers, start-of-line byte counts, fixed length records, and so forth.
1989 A text file composed exclusively of FEN data records should have a file name
2130 A text file composed exclusively of EPD data records should have a file name
2249 (mnemonics). However, a program reading EPD records may allow for operations
2721 PGC data is composed of a sequence of PGC records. Each record is composed of
2855 beginning of PGC records used to describe a game. All records up to the
2867 of PGC records used to describe a game. All records after the corresponding
2886 Instead, it marks the beginning of PGC records used to describe a recursive
2896 Instead, it marks the end of PGC records used to describe a recursive

123