Home
last modified time | relevance | path

Searched defs:xml_text (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/dial/
H A Dsafe_dial_app_info_parser_unittest.cc131 std::string xml_text(kValidAppInfoXml); in TEST_F() local
143 std::string xml_text(kValidAppInfoXmlExtraData); in TEST_F() local
155 std::string xml_text(kInvalidXmlNoState); in TEST_F() local
162 std::string xml_text(kInvalidXmlInvalidState); in TEST_F() local
169 std::string xml_text(kInvalidXmlNoName); in TEST_F() local
176 std::string xml_text(kInvalidXmlMultipleServices); in TEST_F() local
H A Dsafe_dial_device_description_parser_unittest.cc122 std::string xml_text(kDeviceDescriptionWithService); in TEST_F() local
140 std::string xml_text(kDeviceDescriptionWithService); in TEST_F() local
158 std::string xml_text(kDeviceDescriptionWithoutService); in TEST_F() local
171 std::string xml_text(kDeviceDescriptionWithoutService); in TEST_F() local
H A Ddial_app_discovery_service_unittest.cc37 void Parse(const std::string& xml_text, ParseCallback callback) override { in Parse()
125 .WillOnce(Invoke([&](const std::string& xml_text) { in TEST_F()
163 .WillOnce(Invoke([&](const std::string& xml_text) { in TEST_F()
H A Dsafe_dial_app_info_parser.cc80 void SafeDialAppInfoParser::Parse(const std::string& xml_text, in Parse()
H A Dsafe_dial_device_description_parser.cc42 void SafeDialDeviceDescriptionParser::Parse(const std::string& xml_text, in Parse()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/protocol/
H A Dovfenv.py45 def __init__(self, xml_text): argument
59 def parse(self, xml_text): argument
H A Dgoal_state.py168 def __init__(self, xml_text): argument
180 def __init__(self, xml_text): argument
185 def __init__(self, xml_text): argument
292 def __init__(self, xml_text): argument
676 def __init__(self, xml_text): argument
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/oxml/
H A Dtest__init__.py105 self, xml_text): argument
114 def xml_text(self): member in DescribeRegisterElementCls
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Dpolicy_key_ext.c40 xmlChar* xml_text = NULL; in policy_key_create_from_xml() local
H A Dpolicy_ext.c43 xmlChar* xml_text = NULL; in __xmlNode2policy() local
H A Dzone_db_ext.c100 xmlChar* xml_text = NULL; in __xmlNode2zone() local
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/saml20/raw/
H A Dx500.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
H A Dxacml.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
H A Ddce.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/wssplat/raw/
H A Dwsdlx.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
H A Dwsdli.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
H A Dsawsdl.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
/dports/devel/py-pyxb/PyXB-1.2.6/pyxb/bundles/dc/raw/
H A Ddcmitype.py36 def CreateFromDocument (xml_text, default_namespace=None, location_base=None): argument
/dports/devel/zziplib/zziplib-0.13.72/docs/zzipdoc/
H A Dfunctionprototype.py56 def xml_text(self): member in FunctionPrototype
H A Dcommentmarkup.py76 def xml_text(self, functionname = None): member in CommentMarkup
H A Dfunctionlistreference.py41 def xml_text(self): member in FunctionListReference
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dadobepass.py1355 def xml_text(xml_str, tag): function
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dadobepass.py1381 def xml_text(xml_str, tag): function
/dports/graphics/sane-airscan/sane-airscan-0.99.26/
H A Dairscan-escl.c457 devcaps *caps, const char *xml_text, size_t xml_len) in escl_devcaps_parse()
884 const char *xml_text, size_t xml_len, escl_scanner_status *out) in escl_parse_scanner_status()
959 const char *xml_text, size_t xml_len) in escl_decode_scanner_status()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_cdr.c76 char *xml_text = NULL; in conference_cdr_rfc4579_render() local
569 char *path = NULL, *xml_text; local

12345678