Home
last modified time | relevance | path

Searched refs:parse (Results 251 – 275 of 67103) sorted by relevance

1...<<11121314151617181920>>...2685

/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/devel/boost_build/build-29baa79/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Djamgram.yy121 { $$.parse = prules( $1.parse, $2.parse ); }
123 { $$.parse = plocal( $3.parse, $4.parse, $7.parse ); }
172 { $$.parse = pswitch( $3.parse, $6.parse ); }
174 { $$.parse = pif( $3.parse, $6.parse, $8.parse ); }
176 { $$.parse = pmodule( $3.parse, $6.parse ); }
178 { $$.parse = pclass( $3.parse, $6.parse ); }
180 { $$.parse = pwhile( $3.parse, $6.parse ); }
184 { $$.parse = pon( $2.parse, $3.parse ); }
250 { $$.parse = pnode( $1.parse, $2.parse ); }
265 { $$.parse = pnode( $3.parse, $1.parse ); }
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/tests/
H A Dtest_seriesparser.py12 def parse(self, request): member in TestSeriesParser
18 return parse
29 def test_proper(self, parse): argument
281 s = parse(
285 s = parse(
305 s = parse(
415 s = parse(
499 s = parse(
520 s = parse(
624 s = parse(
[all …]
/dports/textproc/py-parse/parse-1.19.0/
H A Dtest_parse.py14 import parse
155 r = parse.parse(s, e)
158 r = parse.parse(s, e)
173 r = parse.parse('{}', u't€ststr')
222 r = parse.parse(
230 r = parse.parse('{:d}', '12')
625 r = parse.parse(
677 r = parse.parse(
738 res = parse.parse('{:l}', '')
847 r = parse.parse(
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/chibi/
H A Dparse-test.sld14 (test-assert (parse parse-epsilon ""))
15 (test-assert (parse-fully parse-epsilon ""))
16 (test-error (parse-fully parse-epsilon "a"))
18 (test-not (parse parse-anything ""))
22 (test-not (parse parse-nothing ""))
23 (test-not (parse parse-nothing "a"))
25 (test-not (parse (parse-char #\a) ""))
27 (test-not (parse (parse-char #\a) "b"))
30 (let ((f (parse-seq (parse-char #\a) (parse-char #\b))))
36 (let ((f (parse-or (parse-char #\a) (parse-char #\b))))
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecificationTest.java155 assertThat(parse("xx1x").getPrefix()).isEqualTo(parse("xx1")); in testGetPrefix()
164 parse("0"), in testOrdering_simple()
165 parse("00"), in testOrdering_simple()
166 parse("000"), in testOrdering_simple()
167 parse("01"), in testOrdering_simple()
168 parse("1"), in testOrdering_simple()
169 parse("10"), in testOrdering_simple()
170 parse("123"), in testOrdering_simple()
171 parse("124"), in testOrdering_simple()
175 parse("9"), in testOrdering_simple()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php14 $this->parse(
36 $this->parse(
53 $this->parse(
75 $this->parse(
97 $this->parse(
119 $this->parse(
134 $this->parse(
151 $this->parse(
171 $this->parse(
185 $this->parse(
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php14 $this->parse(
36 $this->parse(
53 $this->parse(
75 $this->parse(
97 $this->parse(
119 $this->parse(
134 $this->parse(
151 $this->parse(
171 $this->parse(
185 $this->parse(
[all …]
/dports/devel/ftjam/ftjam-2.5.2/
H A Djamgram.c610 { yyval.parse = prules( yyvsp[-1].parse, yyvsp[0].parse ); } in yyparse()
618 { yyval.parse = plocal( yyvsp[-4].parse, yyvsp[-2].parse, yyvsp[0].parse ); } in yyparse()
630 { yyval.parse = prule( yyvsp[-2].parse, yyvsp[-1].parse ); } in yyparse()
666 { yyval.parse = pif( yyvsp[-5].parse, yyvsp[-3].parse, yyvsp[0].parse ); } in yyparse()
670 { yyval.parse = pwhile( yyvsp[-3].parse, yyvsp[-1].parse ); } in yyparse()
678 { yyval.parse = pon( yyvsp[-1].parse, yyvsp[0].parse ); } in yyparse()
770 { yyval.parse = pnode( yyvsp[-1].parse, yyvsp[0].parse ); } in yyparse()
794 { yyval.parse = pnode( yyvsp[0].parse, yyvsp[-2].parse ); } in yyparse()
822 { yyval.parse = prule( yyvsp[-1].parse, yyvsp[0].parse ); } in yyparse()
826 { yyval.parse = pon( yyvsp[-2].parse, prule( yyvsp[-1].parse, yyvsp[0].parse ) ); } in yyparse()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-color/
H A Dcolor-resolving-hwb.html.ini2 [HWB value should parse and round correctly: hwb(0deg 0% 0%)]
5 [HWB value should parse and round correctly: hwb(0 0% 0%)]
8 [HWB value should parse and round correctly: hwb(0deg 0% 0% / 0)]
11 [HWB value should parse and round correctly: hwb(0 0% 0% / 0)]
17 [HWB value should parse and round correctly: hwb(0 0% 0% / 0.2)]
20 [HWB value should parse and round correctly: hwb(0deg 0% 0% / 1)]
23 [HWB value should parse and round correctly: hwb(0 0% 0% / 1)]
26 [HWB value should parse and round correctly: hwb(0deg 0% 12.5%)]
29 [HWB value should parse and round correctly: hwb(0 0% 12.5%)]
53 [HWB value should parse and round correctly: hwb(0 0% 25%)]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-color/
H A Dcolor-resolving-hwb.html.ini2 [HWB value should parse and round correctly: hwb(0deg 0% 0%)]
5 [HWB value should parse and round correctly: hwb(0 0% 0%)]
8 [HWB value should parse and round correctly: hwb(0deg 0% 0% / 0)]
11 [HWB value should parse and round correctly: hwb(0 0% 0% / 0)]
17 [HWB value should parse and round correctly: hwb(0 0% 0% / 0.2)]
20 [HWB value should parse and round correctly: hwb(0deg 0% 0% / 1)]
23 [HWB value should parse and round correctly: hwb(0 0% 0% / 1)]
26 [HWB value should parse and round correctly: hwb(0deg 0% 12.5%)]
29 [HWB value should parse and round correctly: hwb(0 0% 12.5%)]
53 [HWB value should parse and round correctly: hwb(0 0% 25%)]
[all …]
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/t/
H A D15_flags.t15 ok (!$csv->parse (), "Missing arguments");
16 ok ( $csv->parse ("\n"), "NL");
18 ok ( $csv->parse ("\r"), "CR");
19 ok ( $csv->parse ("\r\r"), "CR CR");
20 ok ( $csv->parse ("\r "), "CR + Space");
21 ok ( $csv->parse (" \r"), "Space + CR");
24 ok (!$csv->parse ("\r"), "CR");
25 ok (!$csv->parse ("\r\r"), "CR CR");
35 ok ( $csv->parse ("\r\n"), "CR NL");
205 ok ( $csv->parse ("+"), "ESC");
[all …]
/dports/textproc/p5-Text-CSV/Text-CSV-2.01/t/
H A D15_flags.t16 ok (!$csv->parse (), "Missing arguments");
17 ok ( $csv->parse ("\n"), "NL");
19 ok ( $csv->parse ("\r"), "CR");
20 ok ( $csv->parse ("\r\r"), "CR CR");
21 ok ( $csv->parse ("\r "), "CR + Space");
22 ok ( $csv->parse (" \r"), "Space + CR");
25 ok (!$csv->parse ("\r"), "CR");
26 ok (!$csv->parse ("\r\r"), "CR CR");
36 ok ( $csv->parse ("\r\n"), "CR NL");
206 ok ( $csv->parse ("+"), "ESC");
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/toml-0.4.5/tests/
H A Dparser.rs7 match $s.parse::<Value>() {
36 ".parse::<Value>().unwrap(); in crlf()
74 "#.parse::<Value>().unwrap(); in fun_with_strings()
109 "#.parse::<Value>().unwrap(); in tables_in_arrays()
117 [foo]"#.parse::<Value>().unwrap(); in empty_table()
142 "#.parse::<Value>().unwrap(); in fruit()
154 "\r".parse::<Value>().unwrap_err(); in stray_cr()
180 ".parse::<Value>().unwrap(); in literal_eats_crlf()
254 ".parse::<Value>().unwrap(); in bare_key_names()
306 ".parse::<Value>().unwrap(); in table_names()
[all …]
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/toml-0.4.5/tests/
H A Dparser.rs7 match $s.parse::<Value>() {
36 ".parse::<Value>().unwrap(); in crlf()
74 "#.parse::<Value>().unwrap(); in fun_with_strings()
109 "#.parse::<Value>().unwrap(); in tables_in_arrays()
117 [foo]"#.parse::<Value>().unwrap(); in empty_table()
142 "#.parse::<Value>().unwrap(); in fruit()
154 "\r".parse::<Value>().unwrap_err(); in stray_cr()
180 ".parse::<Value>().unwrap(); in literal_eats_crlf()
254 ".parse::<Value>().unwrap(); in bare_key_names()
306 ".parse::<Value>().unwrap(); in table_names()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/toml/tests/
H A Dparser.rs7 match $s.parse::<Value>() {
36 ".parse::<Value>().unwrap(); in crlf()
74 "#.parse::<Value>().unwrap(); in fun_with_strings()
109 "#.parse::<Value>().unwrap(); in tables_in_arrays()
117 [foo]"#.parse::<Value>().unwrap(); in empty_table()
142 "#.parse::<Value>().unwrap(); in fruit()
154 "\r".parse::<Value>().unwrap_err(); in stray_cr()
180 ".parse::<Value>().unwrap(); in literal_eats_crlf()
254 ".parse::<Value>().unwrap(); in bare_key_names()
306 ".parse::<Value>().unwrap(); in table_names()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php14 $this->parse(
37 $this->parse(
55 $this->parse(
78 $this->parse(
101 $this->parse(
124 $this->parse(
140 $this->parse(
158 $this->parse(
179 $this->parse(
194 $this->parse(
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/
H A Dkeama.h61 TAILQ_HEAD(parses, parse) parses;
63 struct parse { struct
119 TAILQ_ENTRY(parse) next; argument
314 void end_parse(struct parse *);
315 void save_parse_state(struct parse *);
328 size_t conf_file_parse(struct parse *);
334 void parse_lbrace(struct parse *);
350 void parse_directive(struct parse *);
358 void skip_to_semi(struct parse *);
360 void parse_semi(struct parse *);
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/
H A Dkeama.h61 TAILQ_HEAD(parses, parse) parses;
63 struct parse { struct
119 TAILQ_ENTRY(parse) next; argument
314 void end_parse(struct parse *);
315 void save_parse_state(struct parse *);
328 size_t conf_file_parse(struct parse *);
334 void parse_lbrace(struct parse *);
350 void parse_directive(struct parse *);
358 void skip_to_semi(struct parse *);
360 void parse_semi(struct parse *);
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/
H A Dkeama.h61 TAILQ_HEAD(parses, parse) parses;
63 struct parse { struct
119 TAILQ_ENTRY(parse) next; argument
314 void end_parse(struct parse *);
315 void save_parse_state(struct parse *);
328 size_t conf_file_parse(struct parse *);
334 void parse_lbrace(struct parse *);
350 void parse_directive(struct parse *);
358 void skip_to_semi(struct parse *);
360 void parse_semi(struct parse *);
[all …]
/dports/devel/estd/estd-0.4.0/test/convert/
H A Dnumerical.cpp59 REQUIRE(parse<char>( "0") == (char) 0);
60 REQUIRE(parse<char>( "1") == (char) 1);
61 REQUIRE(parse<char>( "-1") == (char) -1);
62 REQUIRE(parse<char>( "127") == (char) 127);
63 REQUIRE(parse<char>("-127") == (char) -127);
88 REQUIRE(parse<short>( "0") == (short) 0);
89 REQUIRE(parse<short>( "1") == (short) 1);
90 REQUIRE(parse<short>( "-1") == (short) -1);
91 REQUIRE(parse<short>( "32767") == (short) 32767);
92 REQUIRE(parse<short>("-32767") == (short) -32767);
[all …]

1...<<11121314151617181920>>...2685