Home
last modified time | relevance | path

Searched refs:record (Results 101 – 125 of 216) sorted by path

123456789

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php46 public function __invoke(array $record): array argument
48 if (false === strpos($record['message'], '{')) {
49 return $record;
53 foreach ($record['context'] as $key => $val) {
55 if (strpos($record['message'], $placeholder) === false) {
78 unset($record['context'][$key]);
82 $record['message'] = strtr($record['message'], $replacements);
84 return $record;
H A DTagProcessor.php55 public function __invoke(array $record): array argument
57 $record['extra']['tags'] = $this->tags;
59 return $record;
H A DUidProcessor.php38 public function __invoke(array $record): array argument
40 $record['extra']['uid'] = $this->uid;
42 return $record;
H A DWebProcessor.php79 public function __invoke(array $record): array argument
84 return $record;
87 $record['extra'] = $this->appendExtraFields($record['extra']);
89 return $record;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php68 ->will($this->returnCallback(function ($record) {
69 return $record['message'];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php267 public static function getRecordMessageForException(array $record): string argument
272 if ($record['context']) {
273 $context = "\nContext: " . json_encode($record['context']);
275 if ($record['extra']) {
276 $extra = "\nExtra: " . json_encode($record['extra']);
282 …return "\nThe exception occurred while attempting to log: " . $record['message'] . $context . $ext…
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php71 $record = [
77 $this->recordsByLevel[$record['level']][] = $record;
78 $this->records[] = $record;
86 public function hasRecord($record, $level) argument
88 if (is_string($record)) {
89 $record = ['message' => $record];
91 return $this->hasRecordThatPasses(function ($rec) use ($record) {
92 if ($rec['message'] !== $record['message']) {
95 if (isset($record['context']) && $rec['context'] !== $record['context']) {
/plugin/authorstats/
H A Daction.php159 $record = array();
162 $record["timestamp"] = $parts[0];
163 $record["type"] = $parts[2];
164 $record["author"] = $parts[4];
165 $record["date"] = date("Ym", $parts[0]);
167 return $record;
/plugin/bible/bible_douayRheims/
H A D1_Esdras.txt137 …d in Ecbatana, which is a castle in the province of Media, a book in which this record was written.
H A D2_Esdras.txt185 …7:64. These sought their writing in the record, and found it not: and they were cast out of the pr…
H A DEsther.txt193 …12:4. But the king made a record of what was done: and Mardochai also committed the memory of the …
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md652 …* [#10926](http://dev.ckeditor.com/ticket/10926): [Chrome@Android] Fixed: Typing does not record s…
1150 …//docs.ckeditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a …
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1072 …* [#10926](https://dev.ckeditor.com/ticket/10926): [Chrome@Android] Fixed: Typing does not record
1570 …/ckeditor4/latest/api/CKEDITOR.plugins.undo.UndoManager.html) should not record snapshots after a …
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 … if (!vimGlobalState.macroModeState.isPlaying) {\n // Only record if not replaying.\…
/plugin/codemirror/dist/modes/
H A Dasterisk.min.js.map1 … \"readfile\",\"receivefax\",\"receivefax\",\"receivefax\",\"record\",\"removequeuemem…
H A Dclojure.min.js.map1 …n \"reader-conditional\", \"reader-conditional?\", \"realized?\", \"record?\",\n \"reduc…
H A Decl.min.js.map1record relationship repeat return right scan self separator service shared skew skip sql store ter…
H A Derlang.min.js.map1record\",\"reference\",\"tuple\"];\n\n var bifWords = [\n \"abs\",\"adler32\",\"adler32_combin…
H A Dhaml.min.js.map1 …ize(stream, state);\n state.startOfLine = false;\n // dont record comment line as we…
H A Dmodelica.min.js.map1 …operator or outer output package parameter partial protected public pure record redeclare replacea…
H A Dpascal.min.js.map1 …l mod nil not object of operator or packed procedure \" +\n \"program record reintroduce repeat…
H A Dperl.min.js.map1record separator from a string\n chop :1, // - remov…
H A Dsoy.min.js.map1record\\b/)) {\n state.soyState.push(\"record-literal\");\n return \"keyword\";\n …
H A Dsql.min.js.map1 …y prior private privileges procedure public raise range raw read rebuild record ref references ref…
H A Dttcn.min.js.map1 …n optional or or4b out override param pattern port\" +\n \" procedure record recursive rem repe…

123456789