Searched refs:recorded (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | RecordingHandler.php | 14 public array $recorded = []; variable in dokuwiki\\test\\Parsing\\Lexer\\RecordingHandler 19 $this->recorded[] = [$modeName, $match, $state, $pos];
|
| H A D | LexerTest.php | 14 $this->assertSame([], $handler->recorded); 23 $this->assertSame([], $handler->recorded); 41 ], $handler->recorded); 52 $actual = array_column($handler->recorded, 1); 72 ], $handler->recorded); 97 ], $handler->recorded); 121 ], $handler->recorded); 138 ], $handler->recorded); 151 ], $handler->recorded); 173 ], $handler->recorded); [all …]
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 1005 - Time taken to parse the code is recorded and made available with the get_time()
|