Home
last modified time | relevance | path

Searched refs:XML_Version (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/xmlada/xmlada-e5bbafe/schema/
H A Dschema-simple_types.adb270 XML_Version : XML_Versions) return Symbol;
275 XML_Version : XML_Versions) return Symbol;
280 XML_Version : XML_Versions) return Symbol;
285 XML_Version : XML_Versions) return Symbol;
676 XML_Version : XML_Versions)
750 XML_Version => XML_Version);
769 XML_Version => XML_Version);
799 XML_Version : XML_Versions)
815 XML_Version => XML_Version);
838 XML_Version => XML_Version);
[all …]
H A Dschema-simple_types.ads249 XML_Version : XML_Versions);
265 XML_Version : XML_Versions);
H A Dschema-validators.adb1968 XML_Version => Get_XML_Version (Reader.all));
1998 XML_Version => Get_XML_Version (Reader.all));
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dglib-xml.adb863 XML_Version : String_Ptr; variable
868 Get_Buf (Buffer, Index, '>', XML_Version);
869 if XML_Version = null then
873 Encoding := Ada.Strings.Fixed.Index (XML_Version.all, "encoding");
876 while Encoding <= XML_Version'Last
877 and then XML_Version (Encoding) /= '"'
885 while Encoding_Last <= XML_Version'Last
886 and then XML_Version (Encoding_Last) /= '"'
891 if Encoding_Last <= XML_Version'Last then
898 XML_Version (Encoding .. Encoding_Last - 1),
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dglib-xml.adb868 XML_Version : String_Ptr; variable
873 Get_Buf (Buffer, Index, '>', XML_Version);
874 if XML_Version = null then
878 Encoding := Ada.Strings.Fixed.Index (XML_Version.all, "encoding");
881 while Encoding <= XML_Version'Last
882 and then XML_Version (Encoding) /= '"'
890 while Encoding_Last <= XML_Version'Last
891 and then XML_Version (Encoding_Last) /= '"'
896 if Encoding_Last <= XML_Version'Last then
903 XML_Version (Encoding .. Encoding_Last - 1),
[all …]
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dxml-sax-pretty_writers.ads59 type XML_Version is (XML_1_0, XML_1_1); type
65 Version : XML_Version);
210 Version : XML_Version := XML_1_0;
H A Dxml-sax-pretty_writers.adb84 function Image (X_V : XML_Version) return League.Strings.Universal_String;
368 function Image (X_V : XML_Version) return League.Strings.Universal_String is
522 Version : XML_Version) is
H A Dxml-sax-simple_readers-scanner.ads53 Version : XML_Version;
H A Dxml-sax-simple_readers-parser-actions.adb82 return XML_Version;
1643 Entity_Version : constant XML_Version := To_XML_Version (Version);
1711 Document_Version : constant XML_Version := To_XML_Version (Version);
1765 return XML_Version is
H A Dxml-sax-simple_readers.ads.in140 type XML_Version is (XML_1_0, XML_1_1, XML_1_X); type
142 subtype Supported_XML_Version is XML_Version range XML_1_0 .. XML_1_1;
H A Dxml-sax-simple_readers-scanner.adb.in374 Version : XML_Version;
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dxmlconf-canonical_writers.ads70 type XML_Version is (Unspecified, XML_1_0, XML_1_1); type
81 Version : XML_Version := Unspecified;
H A Dxmlconf-canonical_writers.adb59 Version : XML_Version)
174 Version : XML_Version)
/dports/textproc/xmlada/xmlada-e5bbafe/sax/
H A Dsax-readers.adb1968 (Parser.Last_Read, Parser.XML_Version)
1973 (Parser.Last_Read, Parser.XML_Version)
5401 case Parser.XML_Version is
5418 and then Parser.XML_Version /= XML_1_1)
5434 and then Parser.XML_Version /= XML_1_1
5436 Parser.XML_Version := XML_1_1;
5438 and then Parser.XML_Version = XML_1_1
5440 Parser.XML_Version := XML_1_0;
6587 Parser.XML_Version := XML_1_0_Fifth_Edition;
6589 Parser.XML_Version := XML;
[all …]
H A Dsax-readers.ads1127 XML_Version : XML_Versions := XML_1_0_Fifth_Edition; variable
/dports/devel/liborcus/liborcus-0.16.1/src/liborcus/
H A Dgnumeric_detection_handler.cpp43 case XML_Version: in start_element()
H A Dgnumeric_token_constants.inl201 const xml_token_t XML_Version = 199; variable
H A Dxls_xml_token_constants.inl685 const xml_token_t XML_Version = 683; variable
H A Dooxml_token_constants.inl202 const xml_token_t XML_Version = 200; variable
/dports/textproc/xmlada/xmlada-e5bbafe/tests/schema/
H A Dschematest.adb101 XML_Version : constant XML_Versions := XML_1_0_Third_Edition; constant
401 Set_XML_Version (XSD_Reader, XML_Version);
543 Set_XML_Version (Inst_Reader, XML_Version);
780 Set_XML_Version (Reader, XML_Version);
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/xml/
H A Dxml-sax-simple_readers.ads201 type XML_Version is (XML_1_0, XML_1_1, XML_1_X); type
203 subtype Supported_XML_Version is XML_Version range XML_1_0 .. XML_1_1;
H A Dxml-sax-simple_readers-scanner.adb374 Version : XML_Version;
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-printers-xml.adb60 XML_Version : constant String := "1.0"; constant
172 Put (Self, "<?xml version=""" & XML_Version & '"');