Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php36 …protected function getRecord(int $level = Logger::WARNING, string $message = 'test', array $contex… function in Monolog\\Test\\TestCase
55 $this->getRecord(Logger::DEBUG, 'debug message 1'),
56 $this->getRecord(Logger::DEBUG, 'debug message 2'),
57 $this->getRecord(Logger::INFO, 'information'),
58 $this->getRecord(Logger::WARNING, 'warning'),
59 $this->getRecord(Logger::ERROR, 'error'),
/plugin/log404/_test/
H A Dgeneral.test.php56 $record1 = $log->getRecord('page-that-does-not-exist');
66 $record2 = $log->getRecord('page-that-does-not-exist');
116 $this->assertFalse($log->getRecord('a'));
117 $b = $log->getRecord('b');
142 $this->assertFalse($log->getRecord('b'));
143 $a = $log->getRecord('a');
168 $a = $log->getRecord('page-that-does-not-exist');
190 $a = $log->getRecord('page-that-does-not-exist');
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php215 $record = $this->getRecord($class, $type, $ipAddress);
225 $record = $this->getRecord($class, $type, $ipAddress);
233 private function getRecord($class, $type, $ipAddress) function in GeoIp2\\Database\\Reader
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DQueryResponse.php37 public function getRecord() function in Google\\Service\\ChromeUXReport\\QueryResponse
/plugin/log404/
H A Dhelper.php84 public function getRecord($id) { function in helper_plugin_log404