Home
last modified time | relevance | path

Searched refs:read_xml_file (Results 1 – 19 of 19) sorted by relevance

/dports/dns/fpdns/fpdns-20190131/utils/rails_implementation/app/controllers/
H A Dhome_controller.rb10 tree_nodes = read_xml_file.xpath("/fingerprint/tree/query")
11 queries = read_xml_file.xpath("/fingerprint/queries")
12 responses = read_xml_file.xpath("/fingerprint/responses")
32 def read_xml_file method in HomeController
/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/t/
H A D03-error-handling.t33 is Spreadsheet::ReadSXC::read_xml_file('no-such-file.xml'), undef, "Default silent API";
34 dies_ok sub { Spreadsheet::ReadSXC::read_xml_file('no-such-file.xml', { StrictErrors => 1 })},
H A D04-text-outside-xml.t13 $sheet = Spreadsheet::ReadSXC::read_xml_file($xml_file, { StrictErrors => 1 });
H A D02-read-xml-file.t19 my $workbook_ref_from_xml = Spreadsheet::ReadSXC::read_xml_file($tempfile);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A D__init__.py67 decls = parser.read_xml_file(content)
H A Dproject_reader.py296 decls = reader.read_xml_file(header)
311 decls = reader.read_xml_file(prj_file.cached_source_file)
H A Dsource_reader.py334 def read_xml_file(self, xml_file): member in source_reader_t
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/parser/
H A D__init__.py67 decls = parser.read_xml_file(content)
H A Dproject_reader.py296 decls = reader.read_xml_file(header)
311 decls = reader.read_xml_file(prj_file.cached_source_file)
H A Dsource_reader.py339 def read_xml_file(self, xml_file): member in source_reader_t
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Dcopy_constructor_tester.py43 reader.read_xml_file(
H A Dpatcher_tester.py206 tester_64_t.global_ns = reader.read_xml_file(
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dread_file_new.f9076 USE pw_restart_new, ONLY : read_xml_file
89 CALL read_xml_file ( wfc_is_collected )
H A Dpw_restart_new.f9052 PUBLIC :: read_xml_file, read_collected_wfc
944 SUBROUTINE read_xml_file ( wfc_is_collected ) subroutine
1179 END SUBROUTINE read_xml_file
/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/lib/Spreadsheet/
H A DReadSXC.pm37 sub read_xml_file ($;$) { subroutine
/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/
H A DChanges87 - read_sxc() and read_xml_file can now also return a fatal error when the
H A DREADME17 function read_xml_file() instead and pass the path to content.xml
/dports/science/InsightToolkit/ITK-5.0.1/Wrapping/Generators/SwigInterface/
H A Digenerator.py1018 abstractSyntaxTree = pygccxml_reader.read_xml_file(xmlFilePath)
/dports/textproc/p5-Spreadsheet-Read/Spreadsheet-Read-0.84/
H A DRead.pm1221 $sxc = Spreadsheet::ReadSXC::read_xml_file ($txt, $sxc_options) or return;