Home
last modified time | relevance | path

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

123456789

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md11 This method returns an array containing the record and the prefix
12 length for that record. GitHub #89.
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.
/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/removeold/
H A Dadmin.php244 $record = "[".$timestamp."]".chr(9).$result.chr(9).chr(9).$file.chr(10);
248 if (!fwrite($fh, $record)) {
/plugin/sqlite/_test/
H A DSQLiteDBTest.php107 $record = [
113 $newrecord = $db->saveRecord('testdata', $record, false);
116 $newrecord = $db->saveRecord('testdata', $record, true);
117 $this->assertEquals($record, $newrecord);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt11394 …n the prophet and in the prophecy of A·hi'jah the Shi'lo·nite and in the record of visions of Id'd…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1record remove rest result reveal reverse run running save string word yes';\n\n this.regexList = …
/plugin/tuxquote/
H A Dquotes.txt1046 …tion. Guys outside the spider community, however, do not have a terrific record of faithfulness. <…
1137 …y in the sense that they routinely kill each other over soccer. (For the record, I think this is o…
1150 The movie "Titanic" garnered a record 56 Academy Awards, including Best Major Motion Picture Lastin…
1978 Everyday I beat my own previous record for number of consecutive days I've stayed alive. <BR> -- Ge…
2728 America is a country that doesn't know where it is going but is determined to set a speed record ge…
3410 The only way to make up for being lost is to make record time while you are lost. <BR> -- Rule of t…
4140 The fossil record - the La Brea Tar Pit - of software technology is the Internet. Anything that sho…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css362 .oi[data-glyph=media-record]:before { content:'\e094'; }
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51503 data: record.fileRecord,
51537 data: record.fileRecord,
74678 reject(record.arg);
74815 value: record.arg,
74873 var info = record.arg;
74945 record.type = "normal";
74946 delete record.arg;
75145 record.type = type;
75146 record.arg = arg;
75158 throw record.arg;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js804 …var record = generateZipParts(streamInfo, streamedContent, false, this.currentSourceOffset, this.z…
806 data : record.fileRecord,
822 …var record = generateZipParts(streamInfo, streamedContent, true, this.currentSourceOffset, this.zi…
824 this.dirRecords.push(record.dirRecord);
835 data : record.fileRecord,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8071 var RT=record[0], val;
8077 for(rj=1; rj<record.length; ++rj) switch(record[rj].charAt(0)) {
8086 switch(record[1].charAt(0)){
8091 for(rj=1; rj<record.length; ++rj) switch(record[rj].charAt(0)) {
8101 for(rj=1; rj<record.length; ++rj) switch(record[rj].charAt(0)) {
8109 val = record[rj].slice(1);
8156 for(rj=1; rj<record.length; ++rj) switch(record[rj].charAt(0)) {
8401 if(record[0] !== 'cell') continue;
8405 switch(record[2]) {
8408 case 'vtf': var _f = record[record.length - 1];
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1record","restoreParentPositioning","restoreSizes","setTimeout","render","callEvent","cantFullscree…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js167 positions.forEach(function (record) { argument
168 record.element.style.position = record.originalPositioning;

123456789