Home
last modified time | relevance | path

Searched refs:geo_query (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libzim/libzim-6.3.2/src/
H A Dsearch.cpp146 geo_query(false), in Search()
159 geo_query(false), in Search()
176 geo_query(it.geo_query), in Search()
195 geo_query = it.geo_query; in operator =()
225 geo_query = true; in set_georange()
377 if (geo_query && valuesmap.find("geo.position") != valuesmap.end()) { in begin()
/dports/devel/libzim/libzim-6.3.2/include/zim/
H A Dsearch.h73 bool geo_query; variable
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dmap.c2728 char *geo_query; in _view_map_build_main_query() local
2733 geo_query = g_strdup_printf("SELECT * FROM" in _view_map_build_main_query()
2744 DT_DEBUG_SQLITE3_PREPARE_V2(dt_database_get(darktable.db), geo_query, -1, &lib->main_query, NULL); in _view_map_build_main_query()
2746 g_free(geo_query); in _view_map_build_main_query()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dmap.c2799 char *geo_query; in _view_map_build_main_query() local
2804 geo_query = g_strdup_printf("SELECT * FROM" in _view_map_build_main_query()
2815 DT_DEBUG_SQLITE3_PREPARE_V2(dt_database_get(darktable.db), geo_query, -1, &lib->main_query, NULL); in _view_map_build_main_query()
2817 g_free(geo_query); in _view_map_build_main_query()
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2tiles.py2137 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1])
2145 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1], querysize=querysize)
2210 def geo_query(self, ds, ulx, uly, lrx, lry, querysize=0): member in GDAL2Tiles
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2tiles.py2137 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1])
2145 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1], querysize=querysize)
2210 def geo_query(self, ds, ulx, uly, lrx, lry, querysize=0): member in GDAL2Tiles
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/
H A Dgdal2tiles.py2137 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1])
2145 rb, wb = self.geo_query(ds, b[0], b[3], b[2], b[1], querysize=querysize)
2210 def geo_query(self, ds, ulx, uly, lrx, lry, querysize=0): member in GDAL2Tiles