Home
last modified time | relevance | path

Searched +refs:trailing +refs:zeros +refs:regex +refs:f (Results 1 – 25 of 1191) sorted by relevance

12345678910>>...48

/dports/editors/emacs/emacs-27.2/lib/
H A Dgnulib.mk.in80 # count-leading-zeros \
82 # count-trailing-zeros \
134 # regex \
1333 ## begin gnulib module count-trailing-zeros
1334 ifeq (,$(OMIT_GNULIB_MODULE_count-trailing-zeros))
1336 libgnu_a_SOURCES += count-trailing-zeros.c
1338 EXTRA_DIST += count-trailing-zeros.h
1341 ## end gnulib module count-trailing-zeros
2211 ## begin gnulib module regex
2215 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
[all …]
/dports/devel/str/str-0.9.12/
H A Dstr.pod340 \f Form feed (FF)
404 `B<m/>I<regex>B</>'.
506 (or B<0X> for B<X> conversions) prepended to it. For B<e>, B<E>, B<f>, B<g>,
509 conversions only if a digit follows). For B<g> and B<G> conversions, trailing
510 zeros are not removed from the result as they would otherwise be.
513 B<n>, the converted value is padded on the left with zeros rather than blanks.
520 or zeros. A `B<->' overrides a `B<0>' if both are given.
542 to appear after the decimal-point for B<e>, B<E>, and B<f> conversions,
598 converted value requires fewer digits, it is padded on the left with zeros.
617 =item B<f>
[all …]
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_str/
H A Dstr.pod340 \f Form feed (FF)
404 `B<m/>I<regex>B</>'.
506 (or B<0X> for B<X> conversions) prepended to it. For B<e>, B<E>, B<f>, B<g>,
509 conversions only if a digit follows). For B<g> and B<G> conversions, trailing
510 zeros are not removed from the result as they would otherwise be.
513 B<n>, the converted value is padded on the left with zeros rather than blanks.
520 or zeros. A `B<->' overrides a `B<0>' if both are given.
542 to appear after the decimal-point for B<e>, B<E>, and B<f> conversions,
598 converted value requires fewer digits, it is padded on the left with zeros.
617 =item B<f>
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dgnulib.mk.in80 # count-leading-zeros \
82 # count-trailing-zeros \
141 # regex \
1498 ## begin gnulib module count-trailing-zeros
1499 ifeq (,$(OMIT_GNULIB_MODULE_count-trailing-zeros))
1501 libgnu_a_SOURCES += count-trailing-zeros.c
1503 EXTRA_DIST += count-trailing-zeros.h
1506 ## end gnulib module count-trailing-zeros
2576 ## begin gnulib module regex
2580 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/micromatch/
H A DREADME.md73 console.log(micromatch(['foo', 'bar', 'baz', 'qux'], ['f*', 'b*'])) //=> ['foo', 'bar', 'baz']
80 console.log(micromatch.isMatch('foo', 'f*')) //=> true
81 console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
138 console.log(micromatch(['foo', 'bar', 'baz'], ['f*', '*z'])); //=> ['foo', 'baz']
344 console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js']));
485 | `strictSlashes` | `boolean` | `undefined` | When true, picomatch won't match trailing
537 … how to create a glob that matches a numeric folder name between `01` and `25`, with leading zeros.
584 const isMatch = micromatch.matcher('*', { ignore: 'f*' });
656 const isMatch = micromatch.matcher('*', { onIgnore, ignore: 'f*' });
685 const isMatch = micromatch('*', { onResult, ignore: 'f*' });
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/micromatch/
H A DREADME.md73 console.log(micromatch(['foo', 'bar', 'baz', 'qux'], ['f*', 'b*'])) //=> ['foo', 'bar', 'baz']
80 console.log(micromatch.isMatch('foo', 'f*')) //=> true
81 console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
138 console.log(micromatch(['foo', 'bar', 'baz'], ['f*', '*z'])); //=> ['foo', 'baz']
344 console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js']));
485 | `strictSlashes` | `boolean` | `undefined` | When true, picomatch won't match trailing
537 … how to create a glob that matches a numeric folder name between `01` and `25`, with leading zeros.
584 const isMatch = micromatch.matcher('*', { ignore: 'f*' });
656 const isMatch = micromatch.matcher('*', { onIgnore, ignore: 'f*' });
685 const isMatch = micromatch('*', { onResult, ignore: 'f*' });
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/del/node_modules/micromatch/
H A DREADME.md73 console.log(micromatch(['foo', 'bar', 'baz', 'qux'], ['f*', 'b*'])) //=> ['foo', 'bar', 'baz']
80 console.log(micromatch.isMatch('foo', 'f*')) //=> true
81 console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true
138 console.log(micromatch(['foo', 'bar', 'baz'], ['f*', '*z'])); //=> ['foo', 'baz']
344 console.log(mm.all('foo.js', ['*.js', 'f*', '*o*', '*o.js']));
485 | `strictSlashes` | `boolean` | `undefined` | When true, picomatch won't match trailing
537 … how to create a glob that matches a numeric folder name between `01` and `25`, with leading zeros.
584 const isMatch = micromatch.matcher('*', { ignore: 'f*' });
656 const isMatch = micromatch.matcher('*', { onIgnore, ignore: 'f*' });
685 const isMatch = micromatch('*', { onResult, ignore: 'f*' });
[all …]
/dports/textproc/re-flex/RE-flex-3.1.0/doc/
H A Dindex.md900 static reflex::Pattern word_pattern("\\w+", "f=graph.gv;f=machine.cpp");
1255 #### `-f`, `−−full`
2482 4. Concatenation `φψ` (including trailing context `φ/ψ`)
3259 `(?^^\h+/"/*")` with a trailing context `/"/*"`. Here we used a negative
3386 zeros such as `012` while the second pattern will match the `12` in `012`.
3440 reflex-pattern-trailing.
5331 FILE *f = fopen(filename, "r");
5332 if (f != NULL)
5870 trailing context `int/[^A-Za-z0-9_]` with the `/` lookahead meta symbol.
5899 trailing context with the first rule as follows:
[all …]
/dports/lang/perl5.32/perl-5.32.1/pod/
H A Dperlrebackslash.pod76 \f Form feed.
125 \f 12 0C FF \cL form feed
184 customary but not required to use leading zeros to pad the number to 4
186 rarely see it written without the two leading zeros. C<\N{U+0041}> means
209 meaning by the regex engine, and will match "as is".
312 character without special meaning by the regex engine, and will match
351 the regex engine.
424 capture group in the regex.
427 which avoids ambiguity when building a regex by concatenating shorter
512 the end of the string (or just before a trailing newline) regardless whether
[all …]
/dports/lang/perl5.34/perl-5.34.0/pod/
H A Dperlrebackslash.pod76 \f Form feed.
125 \f 12 0C FF \cL form feed
184 customary but not required to use leading zeros to pad the number to 4
186 rarely see it written without the two leading zeros. C<\N{U+0041}> means
213 meaning by the regex engine, and will match "as is".
319 character without special meaning by the regex engine, and will match
360 the regex engine.
433 capture group in the regex.
436 which avoids ambiguity when building a regex by concatenating shorter
529 the end of the string (or just before a trailing newline) regardless whether
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/pod/
H A Dperlrebackslash.pod76 \f Form feed.
125 \f 12 0C FF \cL form feed
184 customary but not required to use leading zeros to pad the number to 4
186 rarely see it written without the two leading zeros. C<\N{U+0041}> means
213 meaning by the regex engine, and will match "as is".
319 character without special meaning by the regex engine, and will match
360 the regex engine.
433 capture group in the regex.
436 which avoids ambiguity when building a regex by concatenating shorter
529 the end of the string (or just before a trailing newline) regardless whether
[all …]
/dports/lang/perl5.30/perl-5.30.3/pod/
H A Dperlrebackslash.pod76 \f Form feed.
125 \f 12 0C FF \cL form feed
184 customary but not required to use leading zeros to pad the number to 4
186 rarely see it written without the two leading zeros. C<\N{U+0041}> means
209 meaning by the regex engine, and will match "as is".
312 character without special meaning by the regex engine, and will match
351 the regex engine.
424 capture group in the regex.
427 which avoids ambiguity when building a regex by concatenating shorter
512 the end of the string (or just before a trailing newline) regardless whether
[all …]
/dports/mail/pear-Horde_Mime_Viewer/Horde_Mime_Viewer-2.2.2/js/syntaxhighlighter/src/
H A Dsyntaxhighlighter.js.map1regex/index.js","webpack:///./repos/syntaxhighlighter-regex/xregexp.js","webpack:///./repos/syntax…
/dports/mail/pear-Horde_Mime_Viewer/Horde_Mime_Viewer-2.2.2/js/syntaxhighlighter/scripts/
H A Dsyntaxhighlighter.js.map1regex/index.js","webpack:///./repos/syntaxhighlighter-regex/xregexp.js","webpack:///./repos/syntax…
/dports/shells/ksh93-devel/ast-cc1bca27/lib/package/
H A Dast-open.README344 12-02-07 A bug in which numbers with leading zeros could be treated as
611 leading zeros no longer cause the value to be treated as an
1352 of multiple trailing newlines.
2141 03-11-04 A bug in which leading zeros were stripped from variable
2152 03-09-12 +To improve conformance with ksh88, leading zeros will be ignored
3472 add -f -z grouping with -r -w to support -r -f -z -w -f -z
3725 09-07-22 ip6.rt: add trailing :0 tests
7264 10-03-15 regex/regcache.c: fix 1 byte buffer overflow (didn't count trailing \0)
7913 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
9117 03-07-15 fmt.c: fix trailing space bug
[all …]
/dports/shells/ksh93/ast-93u/lib/package/
H A Dast-open.README344 12-02-07 A bug in which numbers with leading zeros could be treated as
611 leading zeros no longer cause the value to be treated as an
1352 of multiple trailing newlines.
2141 03-11-04 A bug in which leading zeros were stripped from variable
2152 03-09-12 +To improve conformance with ksh88, leading zeros will be ignored
3472 add -f -z grouping with -r -w to support -r -f -z -w -f -z
3725 09-07-22 ip6.rt: add trailing :0 tests
7264 10-03-15 regex/regcache.c: fix 1 byte buffer overflow (didn't count trailing \0)
7913 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
9117 03-07-15 fmt.c: fix trailing space bug
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
780 must have, expecting leading zeros if needed.
817 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
780 must have, expecting leading zeros if needed.
817 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/docs/CommandGuide/
H A DFileCheck.rst42 :option:`--check-prefix` argument allows you to specify (without the trailing
85 line. Leading and trailing whitespace is ignored, unless
150 Enables scope for regex variables.
312 occurrences of "``X64``" that don't have the trailing "``:``" because they look
527 Foo f; // emit vtable
671 modifier results in the directive not recognizing any syntax to perform regex
732 The first check line matches a regex ``%[a-z]+`` and captures it into the
736 variable names can be formed with the regex ``[a-zA-Z_][a-zA-Z0-9_]*``. If a
783 must have, expecting leading zeros if needed.
820 denoting that the value should be unsigned with no leading zeros. In case of
[all …]
/dports/shells/ksh2020/ast-ksh2020/lib/package/
H A Dast-open.README973 12-02-07 A bug in which numbers with leading zeros could be treated as
1240 leading zeros no longer cause the value to be treated as an
1981 of multiple trailing newlines.
2770 03-11-04 A bug in which leading zeros were stripped from variable
2781 03-09-12 +To improve conformance with ksh88, leading zeros will be ignored
4106 add -f -z grouping with -r -w to support -r -f -z -w -f -z
4363 09-07-22 ip6.rt: add trailing :0 tests
7734 13-08-01 path/pathopen.c: fix /dev/fd/<fd>/trailing-path bug that missed trailing-path
7981 10-03-15 regex/regcache.c: fix 1 byte buffer overflow (didn't count trailing \0)
8630 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
[all …]

12345678910>>...48