Home
last modified time | relevance | path

Searched refs:clean_xml (Results 1 – 17 of 17) sorted by relevance

/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_xml_print.c439 clean_xml (const char *dirty) in clean_xml() function
599 xvalue = clean_xml (value); in do_print_xml_child()
608 xvalue = clean_xml (value); in do_print_xml_child()
642 xvalue = clean_xml (value); in do_print_xml_child()
647 xtag = clean_xml (node->xml_tag); in do_print_xml_child()
654 xtag = clean_xml (node->xml_tag); in do_print_xml_child()
784 xvalue = clean_xml (value); in do_print_xml()
793 xvalue = clean_xml (value); in do_print_xml()
827 xvalue = clean_xml (value); in do_print_xml()
832 xtag = clean_xml (node->xml_tag); in do_print_xml()
[all …]
H A Dspatialite_osm_filter.c63 clean_xml (const char *in) in clean_xml() function
248 k = clean_xml ((const char *) in do_output_nodes()
251 v = clean_xml ((const char *) in do_output_nodes()
264 p_user ? clean_xml (p_user) : NULL; in do_output_nodes()
444 user = clean_xml (p_user); in do_output_ways()
509 clean_xml ((const char *) in do_output_ways()
513 clean_xml ((const char *) in do_output_ways()
680 clean_xml ((const char *) in do_output_relations()
696 user = clean_xml (p_user); in do_output_relations()
766 clean_xml ((const char *) in do_output_relations()
[all …]
/dports/finance/beancount/beancount-2.3.3/beancount/ingest/importers/
H A Dofx_test.py16 def clean_xml(string): function
31 contents = clean_xml("""
46 contents = clean_xml("""
82 contents = clean_xml("""
107 contents = clean_xml("""
240 contents = clean_xml("""
280 contents = clean_xml("""
307 ofx_contents = clean_xml("""
478 ofx_contents = clean_xml("""
/dports/lang/v8/v8-9.6.180.12/build/android/pylib/utils/
H A Ddexdump.py55 clean_xml = BAD_XML_CHARS.sub(u'\ufffd', decoded_xml)
58 clean_xml = BAD_XML_CHARS.sub(u'\ufffd', output_xml)
60 _ParseRootNode(ElementTree.fromstring(clean_xml.encode('utf-8'))))
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/pylib/utils/
H A Ddexdump.py49 clean_xml = BAD_XML_CHARS.sub(u'\ufffd', decoded_xml)
50 return _ParseRootNode(ElementTree.fromstring(clean_xml.encode('utf-8')))
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/pylib/utils/
H A Ddexdump.py54 clean_xml = BAD_XML_CHARS.sub(u'\ufffd', decoded_xml)
56 _ParseRootNode(ElementTree.fromstring(clean_xml.encode('utf-8'))))
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/make/
H A Ddoc.mk128 clean clean_docs: clean_xml clean_pdf clean_html clean_man clean_chunks
138 clean_xml:
212 .PHONY: clean clean_xml clean_html clean_man clean_pdf \
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/make/
H A Ddoc.mk134 clean clean_docs: clean_xml clean_pdf clean_html clean_man clean_chunks
144 clean_xml:
218 .PHONY: clean clean_xml clean_html clean_man clean_pdf \
/dports/lang/erlang-wx/otp-OTP-24.1.7/make/
H A Ddoc.mk134 clean clean_docs: clean_xml clean_pdf clean_html clean_man clean_chunks
144 clean_xml:
218 .PHONY: clean clean_xml clean_html clean_man clean_pdf \
/dports/lang/erlang-java/otp-OTP-24.1.7/make/
H A Ddoc.mk134 clean clean_docs: clean_xml clean_pdf clean_html clean_man clean_chunks
144 clean_xml:
218 .PHONY: clean clean_xml clean_html clean_man clean_pdf \
/dports/lang/erlang/otp-OTP-24.1.7/make/
H A Ddoc.mk134 clean clean_docs: clean_xml clean_pdf clean_html clean_man clean_chunks
144 clean_xml:
218 .PHONY: clean clean_xml clean_html clean_man clean_pdf \
/dports/multimedia/tautulli/Tautulli-2.8.0/plexpy/
H A Dplexwatch_import.py41 clean_xml = helpers.latinToAscii(xml)
43 xml_parse = minidom.parseString(clean_xml)
H A Dplexivity_import.py42 clean_xml = helpers.latinToAscii(xml)
44 xml_parse = minidom.parseString(clean_xml)
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-edit_draw.php98 $_REQUEST['data'] = $filegallib->clean_xml($_REQUEST['data'], $_REQUEST['galleryId']);
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DSubsonic_Api.php265 …$clean_xml = preg_replace('/[^\x{0009}\x{000a}\x{000d}\x{0020}-\x{D7FF}\x{E000}-\x{FFFD}]+/u', '_'…
267 $dom->loadXML($clean_xml, LIBXML_PARSEHUGE);
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2wms.c1970 clean_xml (wmsMemBuffer * in) in clean_xml() function
4914 xml_buf = clean_xml (&bodyBuf); in query_TileService()
5017 xml_buf = clean_xml (&bodyBuf); in create_wms_catalog()
7514 xml_buf = clean_xml (&bodyBuf); in do_wms_GetFeatureInfo_get()
/dports/www/tikiwiki/tiki-21.2/lib/filegals/
H A Dfilegallib.php3448 public function clean_xml($data, $galleryId) function in FileGalLib