Home
last modified time | relevance | path

Searched defs:geodata (Results 1 – 22 of 22) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_135_geo_data.py158 def geodata(): function
162 def test_geodata_dxf_attributes(geodata): argument
186 def test_geodata_get_mesh_data(geodata): argument
192 def test_geodata_delete_and_extend_mesh_data(geodata): argument
203 def test_geodata_set_mesh_data(geodata): argument
226 def test_geodata_coordinate_system_definition(geodata): argument
/dports/www/horde-ansel/ansel-3.0.10/
H A Dmap_edit.php48 $geodata = array( variable
58 $geodata = array( variable
/dports/databases/grass7/grass-7.8.6/lib/gpde/
H A Dn_geom.c73 N_geom_data *N_init_geom_data_3d(RASTER3D_Region * region3d, N_geom_data * geodata) in N_init_geom_data_3d()
115 N_geom_data * geodata) in N_init_geom_data_2d()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/writers/dgml/
H A DDgmlGeodataTagWriter.cpp20 const GeoSceneGeodata *geodata = static_cast<const GeoSceneGeodata*>( node ); in write() local
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dopenstreetmap.php242 var $geodata = NULL; variable in openStreetMap
418 function __construct($geodata = NULL, $obj = NULL) {
1019 function printOpenStreetMap($geodata = NULL, $width = NULL, $height = NULL, $mapcenter = NULL, $zoo…
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/decoders/
H A Dgeoip.c31 char *geodata = NULL; in GetGeoInfobyIP() local
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/decoders/
H A Dgeoip.c31 char *geodata = NULL; in GetGeoInfobyIP() local
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/decoders/
H A Dgeoip.c31 char *geodata = NULL; in GetGeoInfobyIP() local
/dports/www/ot-recorder/recorder-0.8.4/
H A Dgeo.c54 static int goog_decode(UT_string *geodata, UT_string *addr, UT_string *cc, UT_string *locality) in goog_decode()
145 static int revgeod_decode(UT_string *geodata, UT_string *addr, UT_string *cc, UT_string *locality) in revgeod_decode()
182 static int opencage_decode(UT_string *geodata, UT_string *addr, UT_string *cc, UT_string *locality) in opencage_decode()
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dusing_geodata.py31 geodata = msp.get_geodata() variable
/dports/dns/knot3-lib/knot-3.1.5/src/knot/modules/geoip/
H A Dgeodb.c76 int parse_geodb_data(const char *input, void **geodata, uint32_t *geodata_len, in parse_geodb_data()
192 void **geodata, uint32_t *geodata_len, uint8_t *geodepth) in geodb_fill_geodata()
H A Dgeoip.c135 void *geodata[GEODB_MAX_DEPTH]; // NULL if '*' is specified in config. member
/dports/dns/knot3/knot-3.1.5/src/knot/modules/geoip/
H A Dgeodb.c76 int parse_geodb_data(const char *input, void **geodata, uint32_t *geodata_len, in parse_geodb_data()
192 void **geodata, uint32_t *geodata_len, uint8_t *geodepth) in geodb_fill_geodata()
H A Dgeoip.c135 void *geodata[GEODB_MAX_DEPTH]; // NULL if '*' is specified in config. member
/dports/sysutils/vector/vector-0.10.0/src/transforms/
H A Dgeoip.rs202 let geodata = new_event.as_log().get(&k).unwrap().to_string_lossy(); in geoip_lookup_success() localVariable
228 let geodata = new_event.as_log().get(&k).unwrap().to_string_lossy(); in geoip_lookup_partial_results() localVariable
255 let geodata = new_event.as_log().get(&k).unwrap().to_string_lossy(); in geoip_lookup_no_results() localVariable
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/dgml/
H A DDgmlPenTagHandler.cpp64 GeoSceneGeodata *geodata = parentItem.nodeAs<GeoSceneGeodata>(); in DGML_DEFINE_TAG_HANDLER() local
H A DDgmlBrushTagHandler.cpp51 GeoSceneGeodata *geodata = parentItem.nodeAs<GeoSceneGeodata>(); in DGML_DEFINE_TAG_HANDLER() local
/dports/astro/marble/marble-21.12.3/docs/
H A Ddgml2.dtd14 <!ELEMENT geodata (sourcefile, pick*)> element
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dgeodata.c50 dwg_obj_geodata *geodata = dwg_object_to_GEODATA (obj); in api_process() local
H A Ddynapi_test.c47047 Dwg_Object_GEODATA *restrict geodata = obj->tio.object->tio.GEODATA; in test_GEODATA() local
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Dreporter.py41 def __init__(self, config, nameservers, results, index=None, geodata=None, argument
/dports/astro/marble/marble-21.12.3/tests/
H A DTestGeoSceneWriter.cpp226 GeoSceneGeodata* geodata = new GeoSceneGeodata( "cityplacemarks" ); in writeHeadTag() local