Home
last modified time | relevance | path

Searched +refs:compile +refs:sequence (Results 226 – 250 of 24665) sorted by relevance

12345678910>>...987

/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/doc/
H A Dsequence_apply.qbk33 `n` `class` arguments, `s` compile-time string and `pos` source position the
38 when [link sequence `sequence`]`<p1, ..., pn>` accepts the input:
42 mpl::at_c<0, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
44 mpl::at_c<n, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
48 when [link sequence `sequence`]`<p1, ..., pn>` rejects the input:
50 sequence<p1, ..., pn>::apply<s, pos>::type
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/doc/
H A Dsequence_apply.qbk33 `n` `class` arguments, `s` compile-time string and `pos` source position the
38 when [link sequence `sequence`]`<p1, ..., pn>` accepts the input:
42 mpl::at_c<0, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
44 mpl::at_c<n, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
48 when [link sequence `sequence`]`<p1, ..., pn>` rejects the input:
50 sequence<p1, ..., pn>::apply<s, pos>::type
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/doc/
H A Dsequence_apply.qbk33 `n` `class` arguments, `s` compile-time string and `pos` source position the
38 when [link sequence `sequence`]`<p1, ..., pn>` accepts the input:
42 mpl::at_c<0, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
44 mpl::at_c<n, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
48 when [link sequence `sequence`]`<p1, ..., pn>` rejects the input:
50 sequence<p1, ..., pn>::apply<s, pos>::type
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/doc/
H A Dsequence_apply.qbk33 `n` `class` arguments, `s` compile-time string and `pos` source position the
38 when [link sequence `sequence`]`<p1, ..., pn>` accepts the input:
42 mpl::at_c<0, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
44 mpl::at_c<n, get_result<sequence<p1,...,pn>::apply<s, pos>>::type>::type,
48 when [link sequence `sequence`]`<p1, ..., pn>` rejects the input:
50 sequence<p1, ..., pn>::apply<s, pos>::type
/dports/editors/poke/poke-1.0/testsuite/poke.pkl/
H A Dstrings-esc-diag-4.pk1 /* { dg-do compile } */
3 /* Invalid octal \-sequence */
H A Dstrings-esc-diag-3.pk1 /* { dg-do compile } */
3 /* Invalid \-sequence */
H A Dstring-diag-1.pk1 /* { dg-do compile } */
3 /* Invalid \-sequence in string. */
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dparser.pyi7 def sequence2st(sequence: Sequence[Any]) -> STType: ...
8 def tuple2st(sequence: Sequence[Any]) -> STType: ...
18 def compile(self, filename: AnyPath = ...) -> CodeType: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dparser.pyi7 def sequence2st(sequence: Sequence[Any]) -> STType: ...
8 def tuple2st(sequence: Sequence[Any]) -> STType: ...
18 def compile(self, filename: AnyPath = ...) -> CodeType: ...
/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/stream/
H A Dre-base.t66 === TEST 3: UTF-8 mode without UTF-8 sequence checks
79 printf("compile opts: %x\n", $options)
87 compile opts: 800
97 === TEST 4: UTF-8 mode with UTF-8 sequence checks
110 printf("compile opts: %x\n", $options)
118 compile opts: 800
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D054-gsub-dfa.t136 === TEST 7: UTF-8 mode without UTF-8 sequence checks
148 printf("compile opts: %x\n", $options)
156 compile opts: 800
170 === TEST 8: UTF-8 mode with UTF-8 sequence checks
182 printf("compile opts: %x\n", $options)
190 compile opts: 800
H A D052-sub-dfa.t139 === TEST 7: UTF-8 mode without UTF-8 sequence checks
151 printf("compile opts: %x\n", $options)
159 compile opts: 800
171 === TEST 8: UTF-8 mode with UTF-8 sequence checks
183 printf("compile opts: %x\n", $options)
191 compile opts: 800
/dports/lang/racket-minimal/racket-8.3/src/regexp/match/
H A Dcompile.rkt16 (provide compile)
18 (define (compile rx) function
19 (let compile ([rx rx] [next-m done-m])
45 (define rng (compile-range (rx:range-range rx)))
61 [(rx:sequence? rx)
62 (define rxs (rx:sequence-rxs rx))
68 (compile (car rxs) rest-node)]))]
70 (alts-matcher (compile (rx:alts-rx1 rx) next-m)
94 (define r-m* (compile*/maybe r-rx min max))
124 (cut-matcher (compile (rx:cut-rx rx) done-m)
[all …]
/dports/lang/racket/racket-8.3/src/regexp/match/
H A Dcompile.rkt16 (provide compile)
18 (define (compile rx) function
19 (let compile ([rx rx] [next-m done-m])
45 (define rng (compile-range (rx:range-range rx)))
61 [(rx:sequence? rx)
62 (define rxs (rx:sequence-rxs rx))
68 (compile (car rxs) rest-node)]))]
70 (alts-matcher (compile (rx:alts-rx1 rx) next-m)
94 (define r-m* (compile*/maybe r-rx min max))
124 (cut-matcher (compile (rx:cut-rx rx) done-m)
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/doc/src/refmanual/
H A Dat_c.rst26 the sequence. ``at_c<Sequence,n>::type`` is a shorcut notation for
45 | ``Sequence`` | |Forward Sequence| | A sequence to be examined. …
47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dinternals.py193 _STRING_START_RE = re.compile(r"[uU]?[rR]?(\"\"\"|\'\'\'|\"|\')")
235 _STRING_END_RE = re.compile(r'\\|%s' % quotemark)
254 _READ_INT_RE = re.compile(r'-?\d+')
291 _READ_NUMBER_VALUE = re.compile(r'-?(\d*)([.]?\d*)?')
1036 def slice_bounds(sequence, slice_obj, allow_step=False): argument
1063 start, stop = slice_bounds(sequence, slice(stop, start))
1078 stop = len(sequence)
1082 start = max(0, len(sequence) + start)
1084 stop = max(0, len(sequence) + stop)
1091 sequence[stop - 1]
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/shootout/src/
H A Dregexdna.pp7 compile with
101 sequence, new_seq : ansiString;
108 sequence := '';
115 sequence := sequence + line;
117 clean_length := length(sequence);
122 count := count_matches( pattern, sequence );
132 reps := replace_matches(letter,repl,sequence,new_seq);
133 sequence := new_seq;
140 writeln( length(sequence) );

12345678910>>...987