Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 8557) sorted by relevance

12345678910>>...343

/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/locales/locales-0.13.0/is/
H A Dis.go1 package is package
12 type is struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/locales/is/
H A Dis.go1 package is package
12 type is struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/locales/is/
H A Dis.go1 package is package
12 type is struct { struct
13 locale string
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
[all …]
/dports/textproc/xlnt/libstudxml-e729667/tests/parser/
H A Ddriver.cxx42 istringstream is ("<root/>"); in main() local
56 istringstream is ("<root/>"); in main() local
64 istringstream is ("<root/>"); in main() local
76 istringstream is ("<root/>"); in main() local
89 istringstream is ("<root> </root>"); in main() local
103 istringstream is ("<root xmlns:a='a'/>"); in main() local
118 istringstream is ("<root>123</root>"); in main() local
180 istringstream is ("<root a='abc'/>"); in main() local
274 istringstream is ("<root> X </root>"); in main() local
342 istringstream is ("<root x=' x '>\n" in main() local
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/testsuite/src/
H A DXMLStreamParserTest.cpp57 std::istringstream is("<root/>"); in testParser() local
72 std::istringstream is("<root/>"); in testParser() local
80 std::istringstream is("<root/>"); in testParser() local
92 std::istringstream is("<root/>"); in testParser() local
105 std::istringstream is("<root> </root>"); in testParser() local
119 std::istringstream is("<root xmlns:a='a'/>"); in testParser() local
131 std::istringstream is("<root>123</root>"); in testParser() local
193 std::istringstream is("<root a='abc'/>"); in testParser() local
285 std::istringstream is("<root> X </root>"); in testParser() local
347 std::istringstream is("<root x=' x '>\n" in testParser() local
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/test/
H A Dtextio.sml11 let val is = openIn s value
90 let val is = openIn "empty.dat" value
101 let val is = openIn "small1.dat" value
113 let val is = openIn "small2.dat" value
127 let val is = openIn "empty.dat" value
138 let val is = openIn "small1.dat" value
148 let val is = openIn "small1.dat" value
158 let val is = openIn "small2.dat" value
191 let val is = openIn "empty.dat" value
242 let val is = openIn "empty.dat" value
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/visitor/
H A Dtypecomparator.ts36 visit<T extends DataType>(type: T, other?: DataType | null): other is T; property
39 …ll <T extends Null> (type: T, other?: DataType | null): other is T; property
40 …ol <T extends Bool> (type: T, other?: DataType | null): other is T; property
41 …t <T extends Int> (type: T, other?: DataType | null): other is T; property
42 …t8 <T extends Int8> (type: T, other?: DataType | null): other is T; property
43 …t16 <T extends Int16> (type: T, other?: DataType | null): other is T; property
44 …t32 <T extends Int32> (type: T, other?: DataType | null): other is T; property
45 …t64 <T extends Int64> (type: T, other?: DataType | null): other is T; property
46 …nt8 <T extends Uint8> (type: T, other?: DataType | null): other is T; property
47 …nt16 <T extends Uint16> (type: T, other?: DataType | null): other is T; property
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/src/visitor/
H A Dtypecomparator.ts36 visit<T extends DataType>(type: T, other?: DataType | null): other is T; property
39 …ll <T extends Null> (type: T, other?: DataType | null): other is T; property
40 …ol <T extends Bool> (type: T, other?: DataType | null): other is T; property
41 …t <T extends Int> (type: T, other?: DataType | null): other is T; property
42 …t8 <T extends Int8> (type: T, other?: DataType | null): other is T; property
43 …t16 <T extends Int16> (type: T, other?: DataType | null): other is T; property
44 …t32 <T extends Int32> (type: T, other?: DataType | null): other is T; property
45 …t64 <T extends Int64> (type: T, other?: DataType | null): other is T; property
46 …nt8 <T extends Uint8> (type: T, other?: DataType | null): other is T; property
47 …nt16 <T extends Uint16> (type: T, other?: DataType | null): other is T; property
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/visitor/
H A Dtypecomparator.ts36 visit<T extends DataType>(type: T, other?: DataType | null): other is T; property
39 …ll <T extends Null> (type: T, other?: DataType | null): other is T; property
40 …ol <T extends Bool> (type: T, other?: DataType | null): other is T; property
41 …t <T extends Int> (type: T, other?: DataType | null): other is T; property
42 …t8 <T extends Int8> (type: T, other?: DataType | null): other is T; property
43 …t16 <T extends Int16> (type: T, other?: DataType | null): other is T; property
44 …t32 <T extends Int32> (type: T, other?: DataType | null): other is T; property
45 …t64 <T extends Int64> (type: T, other?: DataType | null): other is T; property
46 …nt8 <T extends Uint8> (type: T, other?: DataType | null): other is T; property
47 …nt16 <T extends Uint16> (type: T, other?: DataType | null): other is T; property
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/tests/xml/parser/
H A Ddriver.cxx23 istringstream is ("<root><nested>X</nasted></root>"); in main() local
39 istringstream is ("<root/>"); in main() local
54 istringstream is ("<root/>"); in main() local
62 istringstream is ("<root/>"); in main() local
74 istringstream is ("<root/>"); in main() local
124 istringstream is ("<root a='a' b='b'/>"); in main() local
138 istringstream is ("<root a='abc'/>"); in main() local
201 istringstream is ("<root x=' x '> \n\t </root>"); in main() local
232 istringstream is ("<root> X </root>"); in main() local
244 istringstream is ("<root> ? <nested/></root>"); in main() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-is-regs.c22 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2()
28 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0()
33 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0()
53 int fimc_is_hw_set_param(struct fimc_is *is) in fimc_is_hw_set_param()
119 void fimc_is_hw_set_sensor_num(struct fimc_is *is) in fimc_is_hw_set_sensor_num()
149 void fimc_is_hw_load_setfile(struct fimc_is *is) in fimc_is_hw_load_setfile()
157 int fimc_is_hw_change_mode(struct fimc_is *is) in fimc_is_hw_change_mode()
174 void fimc_is_hw_stream_on(struct fimc_is *is) in fimc_is_hw_stream_on()
183 void fimc_is_hw_stream_off(struct fimc_is *is) in fimc_is_hw_stream_off()
191 void fimc_is_hw_subip_power_off(struct fimc_is *is) in fimc_is_hw_subip_power_off()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-is-regs.c22 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2()
28 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0()
33 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0()
53 int fimc_is_hw_set_param(struct fimc_is *is) in fimc_is_hw_set_param()
119 void fimc_is_hw_set_sensor_num(struct fimc_is *is) in fimc_is_hw_set_sensor_num()
149 void fimc_is_hw_load_setfile(struct fimc_is *is) in fimc_is_hw_load_setfile()
157 int fimc_is_hw_change_mode(struct fimc_is *is) in fimc_is_hw_change_mode()
174 void fimc_is_hw_stream_on(struct fimc_is *is) in fimc_is_hw_stream_on()
183 void fimc_is_hw_stream_off(struct fimc_is *is) in fimc_is_hw_stream_off()
191 void fimc_is_hw_subip_power_off(struct fimc_is *is) in fimc_is_hw_subip_power_off()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-is-regs.c22 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2()
28 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0()
33 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0()
53 int fimc_is_hw_set_param(struct fimc_is *is) in fimc_is_hw_set_param()
119 void fimc_is_hw_set_sensor_num(struct fimc_is *is) in fimc_is_hw_set_sensor_num()
149 void fimc_is_hw_load_setfile(struct fimc_is *is) in fimc_is_hw_load_setfile()
157 int fimc_is_hw_change_mode(struct fimc_is *is) in fimc_is_hw_change_mode()
174 void fimc_is_hw_stream_on(struct fimc_is *is) in fimc_is_hw_stream_on()
183 void fimc_is_hw_stream_off(struct fimc_is *is) in fimc_is_hw_stream_off()
191 void fimc_is_hw_subip_power_off(struct fimc_is *is) in fimc_is_hw_subip_power_off()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/DataInputStream/
H A DOpsAfterClose.java35 READ { boolean check(DataInputStream is) { in check()
46 READ_BUF { boolean check(DataInputStream is) { in check()
69 AVAILABLE { boolean check(DataInputStream is) { in check()
79 SKIP { boolean check(DataInputStream is) { in check()
89 MARK { boolean check(DataInputStream is) { in check()
93 RESET { boolean check(DataInputStream is) { in check()
106 CLOSE { boolean check(DataInputStream is) { in check()
115 READ_BYTE { boolean check(DataInputStream is) { in check()
152 READ_INT { boolean check(DataInputStream is) { in check()
197 READ_UTF { boolean check(DataInputStream is) { in check()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_input.pass.cpp26 std::istringstream is("5"); in main() local
33 std::istringstream is(" 5 "); in main() local
40 std::istringstream is(" 5, "); in main() local
47 std::istringstream is(" , 5, "); in main() local
54 std::istringstream is("5.5 "); in main() local
61 std::istringstream is(" ( 5.5 ) "); in main() local
68 std::istringstream is(" 5.5)"); in main() local
75 std::istringstream is("(5.5 "); in main() local
82 std::istringstream is("(5.5,"); in main() local
89 std::istringstream is("( -5.5 , -6.5 )"); in main() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/complex.number/complex.ops/
H A Dstream_input.pass.cpp24 std::istringstream is("5"); in main() local
31 std::istringstream is(" 5 "); in main() local
38 std::istringstream is(" 5, "); in main() local
45 std::istringstream is(" , 5, "); in main() local
52 std::istringstream is("5.5 "); in main() local
59 std::istringstream is(" ( 5.5 ) "); in main() local
66 std::istringstream is(" 5.5)"); in main() local
73 std::istringstream is("(5.5 "); in main() local
80 std::istringstream is("(5.5,"); in main() local
87 std::istringstream is("( -5.5 , -6.5 )"); in main() local
[all …]

12345678910>>...343