Home
last modified time | relevance | path

Searched defs:xml_OpenFile (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/wxml/
H A Dm_wxml_core.F90175 character(len=*), intent(in) :: filename
176 type(xmlf_t), intent(inout) :: xf
177 integer, intent(in), optional :: unit
178 integer, intent(out), optional :: iostat
180 logical, intent(in), optional :: pretty_print
182 logical, intent(in), optional :: canonical
183 logical, intent(in), optional :: replace
184 logical, intent(in), optional :: addDecl
185 logical, intent(in), optional :: warning
186 logical, intent(in), optional :: validate
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Dwxml_core.f9049 subroutine xml_OpenFile(filename, xf, indent) subroutine
72 end subroutine xml_OpenFile argument
/dports/textproc/xmlf90/xmlf90-1.5.5/src/wxml/
H A Dm_wxml_core.f9082 subroutine xml_OpenFile(filename, xf, indent) subroutine
83 character(len=*), intent(in) :: filename
84 type(xmlf_t), intent(inout) :: xf
85 logical, intent(in), optional :: indent
87 integer :: iostat
/dports/science/siesta/siesta-4.1.5/Src/wxml/
H A Dm_wxml_core.f9081 subroutine xml_OpenFile(filename, xf, indent) subroutine
82 character(len=*), intent(in) :: filename
83 type(xmlf_t), intent(inout) :: xf
84 logical, intent(in), optional :: indent
86 integer :: iostat