Home
last modified time | relevance | path

Searched refs:Record (Results 1 – 25 of 49) sorted by relevance

12

/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCountry.php50 $this->continent = new \GeoIp2\Record\Continent(
54 $this->country = new \GeoIp2\Record\Country(
58 $this->maxmind = new \GeoIp2\Record\MaxMind($this->get('maxmind'));
59 $this->registeredCountry = new \GeoIp2\Record\Country(
63 $this->representedCountry = new \GeoIp2\Record\RepresentedCountry(
67 $this->traits = new \GeoIp2\Record\Traits($this->get('traits'));
H A DCity.php76 $this->city = new \GeoIp2\Record\City($this->get('city'), $locales);
77 $this->location = new \GeoIp2\Record\Location($this->get('location'));
78 $this->postal = new \GeoIp2\Record\Postal($this->get('postal'));
92 new \GeoIp2\Record\Subdivision($sub, $locales)
130 new \GeoIp2\Record\Subdivision([], $this->locales) :
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DQueryResponse.php22 protected $recordType = Record::class;
28 * @param Record
30 public function setRecord(Record $record)
35 * @return Record
H A DRecord.php20 class Record extends \Google\Model class
58 class_alias(Record::class, 'Google_Service_ChromeUXReport_Record');
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DWhatFailureGroupHandler.php30 /** @var Record $record */
55 /** @var Record[] $records */
H A DFallbackGroupHandler.php33 /** @var Record $record */
58 /** @var Record[] $records */
H A DGroupHandler.php69 /** @var Record $record */
90 /** @var Record[] $records */
H A DBufferHandler.php40 /** @var Record[] */
83 /** @var Record $record */
H A DAbstractProcessingHandler.php42 /** @var Record $record */
H A DFingersCrossedHandler.php56 /** @var Record[] */
134 /** @var Record $record */
H A DMailHandler.php37 /** @var Record $message */
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DMaxMind.php3 namespace GeoIp2\Record;
H A DPostal.php3 namespace GeoIp2\Record;
H A DCity.php3 namespace GeoIp2\Record;
H A DContinent.php3 namespace GeoIp2\Record;
H A DSubdivision.php3 namespace GeoIp2\Record;
H A DCountry.php3 namespace GeoIp2\Record;
H A DRepresentedCountry.php3 namespace GeoIp2\Record;
H A DLocation.php3 namespace GeoIp2\Record;
H A DTraits.php3 namespace GeoIp2\Record;
H A DAbstractPlaceRecord.php3 namespace GeoIp2\Record;
H A DAbstractRecord.php3 namespace GeoIp2\Record;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1Record',\n 'BinaryFormat.SignedInteger16',\n 'BinaryFormat.SignedInteger32',\n …
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md12 * The `isInEuropeanUnion` property was added to `GeoIp2\Record\Country`
13 and `GeoIp2\Record\RepresentedCountry`. This property is `true` if the
19 * The following new anonymizer properties were added to `GeoIp2\Record\Traits`
105 `GeoIP2\Record\Traits` have been deprecated. Please use our [GeoIP2
141 * Boolean attributes like those in the `GeoIP2\Record\Traits` class now return
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php228 /** @var Record $fields */
349 /** @var Record $data */

12