Home
last modified time | relevance | path

Searched refs:record (Results 126 – 150 of 216) sorted by last modified time

123456789

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c83 get_record(INTERNAL_FUNCTION_PARAMETERS, zval *record, int *prefix_len);
192 zval *record, *z_prefix_len; in PHP_METHOD() local
195 record = &_record; in PHP_METHOD()
198 ALLOC_INIT_ZVAL(record); in PHP_METHOD()
203 get_record(INTERNAL_FUNCTION_PARAM_PASSTHRU, record, &prefix_len); in PHP_METHOD()
206 add_next_index_zval(return_value, record); in PHP_METHOD()
213 get_record(INTERNAL_FUNCTION_PARAMETERS, zval *record, int *prefix_len) { in get_record() argument
292 ZVAL_NULL(record); in get_record()
314 handle_entry_data_list(entry_data_list, record TSRMLS_CC); in get_record()
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php101 list($record) = $this->getWithPrefixLen($ipAddress);
103 return $record;
/plugin/quickstats/
H A Daction.php111 $record = $reader->city('138.201.137.132');
112 msg($record->country->isoCode); // 'DE'
113 msg($record->country->name); // 'Germany'
115 $record = $reader->city($ip);
116 msg($record->country->isoCode); // 'NL'
117 msg($record->country->name); // 'Netherlands'
548 $record = $reader->city($ip);
549 … return (array('code'=>$record->country->isoCode,'name'=>$record->country->name));
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md103 the `Location` record, returned by the Insights endpoint.
210 * Model and record classes now implement `JsonSerializable`.
211 * `isset` now works with model and record classes.
247 * The REST API now returns a record with data about your account. There is
H A DREADME.md127 $record = $reader->city('128.101.101.101');
129 print($record->country->isoCode . "\n"); // 'US'
138 print($record->postal->code . "\n"); // '55455'
158 if ($record->isAnonymous) { print "anon\n"; }
192 $record = $reader->domain('128.101.101.101');
194 print($record->domain . "\n"); // 'umn.edu'
222 print($record->city->confidence . "\n"); // 60
225 print($record->postal->code . "\n"); // '55455'
244 $record = $reader->isp('128.101.101.101');
286 $record = $client->city('128.101.101.101');
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php12 * @param mixed $record
15 public function __construct($record, $locales = ['en']) argument
18 parent::__construct($record);
H A DAbstractRecord.php7 private $record; variable in GeoIp2\\Record\\AbstractRecord
12 * @param mixed $record
14 public function __construct($record) argument
16 $this->record = isset($record) ? $record : [];
30 return $this->record[$key];
44 isset($this->record[$this->attributeToKey($attr)]);
59 return $this->record;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md94 // get returns just the record for the IP address
97 // getWithPrefixLen returns an array containing the record and the
98 // associated prefix length for that record.
H A DCHANGELOG.md11 This method returns an array containing the record and the prefix
12 length for that record. GitHub #89.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php215 $record = $this->getRecord($class, $type, $ipAddress);
217 $record['traits']['ip_address'] = $ipAddress;
220 return new $class($record, $this->locales);
225 $record = $this->getRecord($class, $type, $ipAddress);
227 $record['ip_address'] = $ipAddress;
230 return new $class($record);
242 $record = $this->dbReader->get($ipAddress);
243 if ($record === null) {
248 if (!is_array($record)) {
258 . gettype($record)
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/airtable/
H A DREADME.md22 `{{airtable>type: "theType" | record-url: "theRecordURL"}}`
32 * `record`
35 * `record-url: ` - The table/record you wish to pull data from.
36 …* Within airtable, expand any record (by clicking on a field and pressing space) and copy the URL …
65 Any table query that results in one record will also be rendered as a 'record'.
67 `{{airtable>type: "record" | record-url: "theURL" | fields: "field1", "field2" | alt-tag: "ALT_TAG"…
77 `{{airtable>Type: "record" | Fields: "Photo ID", "Ref #", "Upload Date", "Photo" | record-url: "htt…
78 ![Record Example](images/record.png)
84 `{{airtable>type: "image" | record-url: "URL" | alt-tag: "ALT_TAG" | image-size: "IMG_SIZE" | posit…
108 `{{airtable>type: "text" | fields: "field1", "field2" | record-url: "theRecordURL"}}`
[all …]
H A Dstyle.css13 .airtable-record {
18 .airtable-record h3 {
H A Dsyntax.php237 foreach($api_response['records'] as $record) {
240 if(is_array($record['fields'][$field])) {
241 if($image = $this->findMedia($record['fields'][$field])) {
247 …$html .= '<td>' . $this->renderAnyExternalLinks(htmlspecialchars($record['fields'][$field])) . '</…
624 $request = $data['table'] . '/' . urlencode($data['record-id']);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1 … //\n '$rec',\n '$rec_t',\n '$rec_vt',\n '$record',\n '$recor…
H A D43.43.js.map1 …uration',\n 'text',\n 'binary',\n 'list',\n 'record',\n 'table'…
H A D60.60.js.map1 …'address',\n 'string',\n 'bool',\n 'int',\n 'record',\n 'dataty…
H A Dbundle.js.map1record the row orientation.\n rows.push(row = {value: sumValue, dice: dx < dy, children: nodes.…
H A Deditor.worker.js.map1 …s, listener, thisArgs);\n }\n // check and record this emitter for p…
H A Djson.worker.js.map1 …s, listener, thisArgs);\n }\n // check and record this emitter for p…
H A D12.12.js.map1 …tional',\n 'reader-conditional?',\n 'realized?',\n 'record?',\n 'reduc…
H A D3.3.js.map1 …\nTagStack.prototype.record_tag = function(parser_token) { //function to record a tag and its pare…
H A D38.38.js.map1 … 'int',\n 'list',\n 'map',\n 'nat',\n 'record',\n 'string…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{conte…
H A Dbundle.js1 …cter:"\\eba5"}),e.playCircle=new e("play-circle",{character:"\\eba6"}),e.record=new e("record",{ch…

123456789