Home
last modified time | relevance | path

Searched refs:psKey (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/generic/
H A Dogr_miattrind.cpp60 GByte *BuildKey( OGRField *psKey );
61 GIntBig GetFirstMatch( OGRField *psKey );
62 GIntBig *GetAllMatches( OGRField *psKey );
65 OGRErr AddEntry( OGRField *psKey, GIntBig nFID );
709 GByte *pabyKey = BuildKey( psKey ); in AddEntry()
711 if( psKey == NULL ) in AddEntry()
737 GByte *OGRMIAttrIndex::BuildKey( OGRField *psKey ) in BuildKey() argument
748 if( (GIntBig)(int)psKey->Integer64 != psKey->Integer64 ) in BuildKey()
776 GIntBig OGRMIAttrIndex::GetFirstMatch( OGRField *psKey ) in GetFirstMatch() argument
779 GByte *pabyKey = BuildKey( psKey ); in GetFirstMatch()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogr_miattrind.cpp61 GByte *BuildKey( OGRField *psKey );
62 GIntBig GetFirstMatch( OGRField *psKey ) override;
63 GIntBig *GetAllMatches( OGRField *psKey ) override;
703 if( psKey == nullptr ) in AddEntry()
709 GByte *pabyKey = BuildKey( psKey ); in AddEntry()
734 GByte *OGRMIAttrIndex::BuildKey( OGRField *psKey ) in BuildKey() argument
746 if( !CPL_INT64_FITS_ON_INT32(psKey->Integer64) ) in BuildKey()
756 ret = poINDFile->BuildKey( iIndex, psKey->Real ); in BuildKey()
774 GIntBig OGRMIAttrIndex::GetFirstMatch( OGRField *psKey ) in GetFirstMatch() argument
777 GByte *pabyKey = BuildKey( psKey ); in GetFirstMatch()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogr_miattrind.cpp61 GByte *BuildKey( OGRField *psKey );
62 GIntBig GetFirstMatch( OGRField *psKey ) override;
63 GIntBig *GetAllMatches( OGRField *psKey ) override;
703 if( psKey == nullptr ) in AddEntry()
709 GByte *pabyKey = BuildKey( psKey ); in AddEntry()
734 GByte *OGRMIAttrIndex::BuildKey( OGRField *psKey ) in BuildKey() argument
746 if( !CPL_INT64_FITS_ON_INT32(psKey->Integer64) ) in BuildKey()
756 ret = poINDFile->BuildKey( iIndex, psKey->Real ); in BuildKey()
774 GIntBig OGRMIAttrIndex::GetFirstMatch( OGRField *psKey ) in GetFirstMatch() argument
777 GByte *pabyKey = BuildKey( psKey ); in GetFirstMatch()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/generic/
H A Dogr_miattrind.cpp61 GByte *BuildKey( OGRField *psKey );
62 GIntBig GetFirstMatch( OGRField *psKey ) override;
63 GIntBig *GetAllMatches( OGRField *psKey ) override;
703 if( psKey == nullptr ) in AddEntry()
709 GByte *pabyKey = BuildKey( psKey ); in AddEntry()
734 GByte *OGRMIAttrIndex::BuildKey( OGRField *psKey ) in BuildKey() argument
746 if( !CPL_INT64_FITS_ON_INT32(psKey->Integer64) ) in BuildKey()
756 ret = poINDFile->BuildKey( iIndex, psKey->Real ); in BuildKey()
774 GIntBig OGRMIAttrIndex::GetFirstMatch( OGRField *psKey ) in GetFirstMatch() argument
777 GByte *pabyKey = BuildKey( psKey ); in GetFirstMatch()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/
H A Dogr_attrind.h49 virtual GIntBig GetFirstMatch( OGRField *psKey ) = 0;
50 virtual GIntBig *GetAllMatches( OGRField *psKey ) = 0;
51 …virtual GIntBig *GetAllMatches( OGRField *psKey, GIntBig* panFIDList, int* nFIDCount, int* nLengt…
53 virtual OGRErr AddEntry( OGRField *psKey, GIntBig nFID ) = 0;
54 virtual OGRErr RemoveEntry( OGRField *psKey, GIntBig nFID ) = 0;
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/
H A Dogr_attrind.h51 virtual GIntBig GetFirstMatch( OGRField *psKey ) = 0;
52 virtual GIntBig *GetAllMatches( OGRField *psKey ) = 0;
53 …virtual GIntBig *GetAllMatches( OGRField *psKey, GIntBig* panFIDList, int* nFIDCount, int* nLengt…
55 virtual OGRErr AddEntry( OGRField *psKey, GIntBig nFID ) = 0;
56 virtual OGRErr RemoveEntry( OGRField *psKey, GIntBig nFID ) = 0;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/
H A Dogr_attrind.h51 virtual GIntBig GetFirstMatch( OGRField *psKey ) = 0;
52 virtual GIntBig *GetAllMatches( OGRField *psKey ) = 0;
53 …virtual GIntBig *GetAllMatches( OGRField *psKey, GIntBig* panFIDList, int* nFIDCount, int* nLengt…
55 virtual OGRErr AddEntry( OGRField *psKey, GIntBig nFID ) = 0;
56 virtual OGRErr RemoveEntry( OGRField *psKey, GIntBig nFID ) = 0;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/
H A Dogr_attrind.h51 virtual GIntBig GetFirstMatch( OGRField *psKey ) = 0;
52 virtual GIntBig *GetAllMatches( OGRField *psKey ) = 0;
53 …virtual GIntBig *GetAllMatches( OGRField *psKey, GIntBig* panFIDList, int* nFIDCount, int* nLengt…
55 virtual OGRErr AddEntry( OGRField *psKey, GIntBig nFID ) = 0;
56 virtual OGRErr RemoveEntry( OGRField *psKey, GIntBig nFID ) = 0;
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dogr_attrind.h69 virtual long GetFirstMatch( OGRField *psKey ) = 0;
70 virtual long *GetAllMatches( OGRField *psKey ) = 0;
72 virtual OGRErr AddEntry( OGRField *psKey, long nFID ) = 0;
73 virtual OGRErr RemoveEntry( OGRField *psKey, long nFID ) = 0;
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/ogrsf_frmts/
H A Dogr_attrind.h49 virtual long GetFirstMatch( OGRField *psKey ) = 0;
50 virtual long *GetAllMatches( OGRField *psKey ) = 0;
52 virtual OGRErr AddEntry( OGRField *psKey, long nFID ) = 0;
53 virtual OGRErr RemoveEntry( OGRField *psKey, long nFID ) = 0;
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A Dsnd_music.cpp210 const char *psKey = pValue->GetName(); in Music_ParseMusic() local
215 MusicFile.MusicEntryTimes[psKey] = atof(psValue); in Music_ParseMusic()
240 const char *psKey = pValue->GetName(); in Music_ParseMusic() local
243 if (!strcmp(psKey,sKEY_NEXTFILE)) in Music_ParseMusic()
249 if (!strcmp(psKey,sKEY_NEXTMARK)) in Music_ParseMusic()
254 if (!Q_strncmp(psKey,sKEY_TIME,strlen(sKEY_TIME))) in Music_ParseMusic()
515 const char *psKey = pValue->GetName(); in Music_ParseLeveldata() local
520 if (!Q_stricmp(psKey,sKEY_EXPLORE)) in Music_ParseLeveldata()
525 if (!Q_stricmp(psKey,sKEY_ACTION)) in Music_ParseLeveldata()
530 if (!Q_stricmp(psKey,sKEY_USEBOSS)) in Music_ParseLeveldata()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Settings/
H A DJcfRegistrySettings.pas103 procedure ReadStrings(const psSection, psKey: string; pcStrings: TStrings);
104 procedure WriteStrings(const psSection, psKey: string; pcStrings: TStrings);
297 procedure TJCFRegistrySettings.ReadStrings(const psSection, psKey: string;
310 lsKey := psKey + IntToStr(liCount);
322 procedure TJCFRegistrySettings.WriteStrings(const psSection, psKey: string;
332 lsKey := psKey + IntToStr(liLoop);
337 lsKey := psKey + IntToStr(pcStrings.Count);
/dports/editors/lazarus/lazarus/components/jcf2/Settings/
H A DJcfRegistrySettings.pas103 procedure ReadStrings(const psSection, psKey: string; pcStrings: TStrings);
104 procedure WriteStrings(const psSection, psKey: string; pcStrings: TStrings);
297 procedure TJCFRegistrySettings.ReadStrings(const psSection, psKey: string;
310 lsKey := psKey + IntToStr(liCount);
322 procedure TJCFRegistrySettings.WriteStrings(const psSection, psKey: string;
332 lsKey := psKey + IntToStr(liLoop);
337 lsKey := psKey + IntToStr(pcStrings.Count);
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Settings/
H A DJcfRegistrySettings.pas103 procedure ReadStrings(const psSection, psKey: string; pcStrings: TStrings);
104 procedure WriteStrings(const psSection, psKey: string; pcStrings: TStrings);
297 procedure TJCFRegistrySettings.ReadStrings(const psSection, psKey: string;
310 lsKey := psKey + IntToStr(liCount);
322 procedure TJCFRegistrySettings.WriteStrings(const psSection, psKey: string;
332 lsKey := psKey + IntToStr(liLoop);
337 lsKey := psKey + IntToStr(pcStrings.Count);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Settings/
H A DJcfRegistrySettings.pas103 procedure ReadStrings(const psSection, psKey: string; pcStrings: TStrings);
104 procedure WriteStrings(const psSection, psKey: string; pcStrings: TStrings);
297 procedure TJCFRegistrySettings.ReadStrings(const psSection, psKey: string;
310 lsKey := psKey + IntToStr(liCount);
322 procedure TJCFRegistrySettings.WriteStrings(const psSection, psKey: string;
332 lsKey := psKey + IntToStr(liLoop);
337 lsKey := psKey + IntToStr(pcStrings.Count);
/dports/www/fabio/fabio-1.5.14/vendor/github.com/pubnub/go-metrics-statsd/go-metrics-statsd-7da61f429d6b/
H A Dstatsd.go83 for psIdx, psKey := range c.Percentiles {
84 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
102 for psIdx, psKey := range c.Percentiles {
103 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/pubnub/go-metrics-statsd/
H A Dstatsd.go83 for psIdx, psKey := range c.Percentiles {
84 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
102 for psIdx, psKey := range c.Percentiles {
103 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/rcrowley/go-metrics/
H A Dgraphite.go82 for psIdx, psKey := range c.Percentiles {
83 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
101 for psIdx, psKey := range c.Percentiles {
102 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/rcrowley/go-metrics/
H A Dgraphite.go82 for psIdx, psKey := range c.Percentiles {
83 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
101 for psIdx, psKey := range c.Percentiles {
102 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/
H A Dgraphite.go73 for psIdx, psKey := range c.Percentiles {
74 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
92 for psIdx, psKey := range c.Percentiles {
93 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/yvasiyarov/go-metrics/
H A Dgraphite.go73 for psIdx, psKey := range c.Percentiles {
74 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
92 for psIdx, psKey := range c.Percentiles {
93 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/cloudflare/go-metrics/
H A Dgraphite.go82 for psIdx, psKey := range c.Percentiles {
83 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
101 for psIdx, psKey := range c.Percentiles {
102 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/yvasiyarov/go-metrics/
H A Dgraphite.go73 for psIdx, psKey := range c.Percentiles {
74 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
92 for psIdx, psKey := range c.Percentiles {
93 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/rcrowley/go-metrics/
H A Dgraphite.go82 for psIdx, psKey := range c.Percentiles {
83 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
101 for psIdx, psKey := range c.Percentiles {
102 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/rcrowley/go-metrics/go-metrics-e2704e165165/
H A Dgraphite.go82 for psIdx, psKey := range c.Percentiles {
83 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)
101 for psIdx, psKey := range c.Percentiles {
102 key := strings.Replace(strconv.FormatFloat(psKey*100.0, 'f', -1, 64), ".", "", 1)

1234