Home
last modified time | relevance | path

Searched refs:Alphanumeric (Results 1 – 25 of 1820) sorted by relevance

12345678910>>...73

/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/qrcode-0.12.0/src/
H A Dtypes.rs201 Alphanumeric, enumerator
231 Mode::Alphanumeric => 9, in length_bits_count()
236 Mode::Alphanumeric => 11, in length_bits_count()
242 Mode::Alphanumeric => 13, in length_bits_count()
290 (Mode::Numeric, Mode::Alphanumeric) in partial_cmp()
292 | (Mode::Alphanumeric, Mode::Byte) in partial_cmp()
296 | (Mode::Byte, Mode::Alphanumeric) in partial_cmp()
310 assert!(Numeric < Alphanumeric); in test_mode_order()
319 assert_eq!(Numeric.max(Alphanumeric), Alphanumeric); in test_max()
320 assert_eq!(Alphanumeric.max(Alphanumeric), Alphanumeric); in test_max()
[all …]
/dports/www/ilias6/ILIAS-6.14/tests/Data/
H A DAlphanumericTest.php19 $value = new Alphanumeric('hello');
26 $value = new Alphanumeric(6);
33 $value = new Alphanumeric(6);
40 $value = new Alphanumeric(6.0);
47 $value = new Alphanumeric(6.0);
57 $value = new Alphanumeric('hello world');
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/validatorsDefinition/validators/
H A DAlphanumeric.rst7 [Alphanumeric]
31 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.implementationCl…
47 Alphanumeric:
63 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.iconI…
79 Alphanumeric:
82 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
97 … TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.label
113 Alphanumeric:
116 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/
H A DAlphanumeric.rst7 [Alphanumeric]
31 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.implementationCl…
47 Alphanumeric:
63 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.iconI…
79 Alphanumeric:
82 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
97 … TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.label
113 Alphanumeric:
116 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/Config/proto/validatorsDefinition/validators/
H A DAlphanumeric.rst7 [Alphanumeric]
31 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.implementationCl…
47 Alphanumeric:
63 …TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.iconI…
79 Alphanumeric:
82 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
97 … TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Alphanumeric.formEditor.label
113 Alphanumeric:
116 label: formEditor.elements.TextMixin.editor.validators.Alphanumeric.label
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb4002.a29 -- Alphanumeric type parameter Target, using the Ada_to_COBOL mapping
36 -- Alphanumeric parameter Target.
46 -- the length of Alphanumeric parameter Item exceeds the length of
102 use type Interfaces.COBOL.Alphanumeric;
105 Alphanumeric_1 : COBOL.Alphanumeric(1..1) := " ";
106 Alphanumeric_5 : COBOL.Alphanumeric(1..5) := " ";
107 Alphanumeric_10 : COBOL.Alphanumeric(1..10) := " ";
109 TC_Alphanumeric_1 : COBOL.Alphanumeric(1..1) := "A";
110 TC_Alphanumeric_5 : COBOL.Alphanumeric(1..5) := "ab*de";
111 TC_Alphanumeric_10 : COBOL.Alphanumeric(1..10) := "$1a2b3C4D5";
[all …]

12345678910>>...73