Lines Matching refs:version
32 A version_none contains no version element (treated as version "0").
33 B version_badelement contains a bad <version val="1"/> (not allowed by the
34 specification, but treated by the current implementation as version "0").
35 C version_badvalue contains a bad <version value="1.a"/> (not allowed by the
36 specification, but treated by the current implementation as version "1").
37 D version_0.0 contains <version value="0.0"/> (same as version "0").
38 E version_1.2.3 contains <version value="1.2.3"/>.
39 F version_1.2.4.7 contains <version value="1.2.4.7"/>.
40 G version_1.02.4.7.0 contains <version value="1.02.4.7.0"/> (same as version
42 H version_1.2.15.3 contains <version value="1.2.15.3"/>.
50 - If version y of extension e is to be installed and version x < y of
55 - If version y of extension e is to be installed and version x >= y of
60 - If version y of extension e is to be installed and any version x of
65 - If version y of extension e is to be installed and any version x of
73 - If replacing an installed version x of an extension e with a version y fails
75 user does not agree, version x is left installed afterwards.