Home
last modified time | relevance | path

Searched defs:kml (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dparser.cc53 ElementPtr Parser::Parse(const string& kml, string* errors) { in Parse()
65 ElementPtr Parser::ParseNS(const string& kml, string* errors) { in ParseNS()
101 ElementPtr Parse(const string& kml, string* errors) { in Parse()
107 ElementPtr ParseNS(const string& kml, string* errors) { in ParseNS()
114 ElementPtr ParseKml(const string& kml) { in ParseKml()
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dhelloenum.cc43 std::string kml("<LookAt><altitudeMode>absolute</altitudeMode></LookAt>"); in CheckParseLookAt() local
60 std::string kml("<Link>" in CheckParseLink() local
88 std::string kml = kmldom::SerializePretty(lookat); in CheckSerializeLookAt() local
H A Dhellofeatures.cc41 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature() local
55 std::string kml; in main() local
H A Dhelloattrs.cc41 const std::string kml( in CheckHotSpot() local
70 const std::string kml( in CheckId() local
H A Dprintgeometry.cc104 const KmlPtr kml = kmldom::AsKml(root); in GetRootFeature() local
112 std::string kml; in main() local
H A Dhellokmz.cc53 std::string kml; in main() local
/dports/science/libkml/libkml-1.3.0/src/kml/engine/
H A Dget_links.cc37 bool GetLinks(const string& kml, href_vector_t* href_vector) { in GetLinks()
47 bool GetRelativeLinks(const string& kml, href_vector_t* href_vector) { in GetRelativeLinks()
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslkeymap.c199 static int find_the_key (char *s, SLKeyMap_List_Type *kml, SLang_Key_Type **keyp) in find_the_key()
285 int SLkm_define_key (char *s, FVOID_STAR f, SLKeyMap_List_Type *kml) in SLkm_define_key()
300 int SLang_define_key (char *s, char *funct, SLKeyMap_List_Type *kml) in SLang_define_key()
327 int SLkm_define_keysym (char *s, unsigned int keysym, SLKeyMap_List_Type *kml) in SLkm_define_keysym()
342 SLang_Key_Type *SLang_do_key(SLKeyMap_List_Type *kml, int (*getkey)(void)) in SLang_do_key()
498 void SLang_undefine_key(char *s, SLKeyMap_List_Type *kml) in SLang_undefine_key()
567 static SLang_Key_Type *create_keymap(SLKeyMap_List_Type *kml) in create_keymap()
624 static SLang_Key_Type *copy_keymap(SLKeyMap_List_Type *kml) in copy_keymap()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslkeymap.c294 static int find_the_key (SLFUTURE_CONST char *s, SLkeymap_Type *kml, SLang_Key_Type **keyp) in find_the_key()
375 int SLkm_define_key (SLFUTURE_CONST char *s, FVOID_STAR f, SLkeymap_Type *kml) in SLkm_define_key()
390 int SLang_define_key (SLFUTURE_CONST char *s, SLFUTURE_CONST char *funct, SLkeymap_Type *kml) in SLang_define_key()
417 int SLkm_define_keysym (SLFUTURE_CONST char *s, unsigned int keysym, SLkeymap_Type *kml) in SLkm_define_keysym()
432 int SLkm_define_slkey (SLFUTURE_CONST char *s, SLang_Name_Type *nt, SLkeymap_Type *kml) in SLkm_define_slkey()
446 SLang_Key_Type *SLang_do_key(SLkeymap_Type *kml, int (*getkey)(void)) in SLang_do_key()
565 void SLang_undefine_key(SLFUTURE_CONST char *s, SLkeymap_Type *kml) in SLang_undefine_key()
631 static SLang_Key_Type *copy_keymap(SLkeymap_Type *kml) in copy_keymap()
/dports/science/libkml/libkml-1.3.0/tests/kml/engine/
H A Dget_links_test.cc66 string kml; in TEST_F() local
86 string kml; in TEST_F() local
H A Dkml_stream_test.cc127 KmlPtr kml = AsKml(root); in TEST() local
146 KmlPtr kml = AsKml(root); in TEST() local
180 KmlPtr kml = AsKml(root); in TEST() local
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/kml/
H A DKmlColorModeTagHandler.cpp16 namespace kml namespace
H A DKmlPairTagHandler.cpp19 namespace kml namespace
H A DKml_scaleTagHandler.cpp22 namespace kml namespace
H A DKmlImagePyramidTagHandler.cpp15 namespace kml namespace
H A DKmlOuterBoundaryIsTagHandler.cpp19 namespace kml namespace
H A DKmlViewVolumeTagHandler.cpp15 namespace kml namespace
H A DKmlIconTagHandler.cpp20 namespace kml namespace
H A DKmlInnerBoundaryIsTagHandler.cpp19 namespace kml namespace
H A DKmlAltitudeTagHandler.cpp23 namespace kml namespace
H A DKmlDurationTagHandler.cpp20 namespace kml namespace
H A DKmlEastTagHandler.cpp16 namespace kml namespace
H A DKmlFillTagHandler.cpp17 namespace kml namespace
H A DKmlFlyToTagHandler.cpp15 namespace kml namespace
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/io/kml/
H A DKMLReaderTest.java135 String kml = "<Point><coordinates>1.0,1.0,50.0</coordinates></Point>"; in testZ() local
146 …String kml = "<Point><altitudeMode>absolute</altitudeMode><coordinates>1.385093,1.436456</coordina… in testPrecisionAndSRID() local

12345678910>>...13