Home
last modified time | relevance | path

Searched refs:is_regexp (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/20-unit/Devel-TypeTiny-Perl58Compat/
H A Dbasic.t7 Checks C<< re::is_regexp() >> works.
30 +re::is_regexp(qr{foo}),
31 're::is_regexp(qr{foo})',
35 +re::is_regexp(bless qr{foo}, "Foo"),
36 're::is_regexp(bless qr{foo}, "Foo")',
/dports/devel/p5-Config-Validator/Config-Validator-1.4/t/
H A D1misc.t40 ok(is_regexp(qr//), "is_regexp yes");
41 ok(is_regexp(qr/abc/imx), "is_regexp yes");
42 ok(!is_regexp('qr/abc/imx'), "is_regexp no");
/dports/lang/perl5.34/perl-5.34.0/ext/re/t/
H A Dre_funcs_u.t16 use re qw(is_regexp regexp_pattern
24 ok(is_regexp($qr),'is_regexp(REGEXP ref)');
25 ok(is_regexp($rx),'is_regexp(REGEXP)');
26 ok(!is_regexp(''),'is_regexp("")');
/dports/lang/perl5.30/perl-5.30.3/ext/re/t/
H A Dre_funcs_u.t16 use re qw(is_regexp regexp_pattern
24 ok(is_regexp($qr),'is_regexp(REGEXP ref)');
25 ok(is_regexp($rx),'is_regexp(REGEXP)');
26 ok(!is_regexp(''),'is_regexp("")');
/dports/lang/perl5.32/perl-5.32.1/ext/re/t/
H A Dre_funcs_u.t16 use re qw(is_regexp regexp_pattern
24 ok(is_regexp($qr),'is_regexp(REGEXP ref)');
25 ok(is_regexp($rx),'is_regexp(REGEXP)');
26 ok(!is_regexp(''),'is_regexp("")');
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/re/t/
H A Dre_funcs_u.t16 use re qw(is_regexp regexp_pattern
24 ok(is_regexp($qr),'is_regexp(REGEXP ref)');
25 ok(is_regexp($rx),'is_regexp(REGEXP)');
26 ok(!is_regexp(''),'is_regexp("")');
/dports/devel/p5-Params-Classify/Params-Classify-0.015/t/
H A Dclassify.t9 is_number is_glob is_regexp is_ref is_blessed
25 is(!!is_regexp($_[0]), !!$ix);
26 is(!!&is_regexp($_[0]), !!$ix);
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/lib/Devel/TypeTiny/
H A DPerl58Compat.pm16 unless ( exists &re::is_regexp ) {
18 *re::is_regexp = sub {
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_string.c436 duk_bool_t is_regexp; local
466 is_regexp = 1;
480 is_regexp = 0;
528 if (is_regexp) {
638 if (is_regexp) {
724 if (!is_regexp) {
861 is_regexp = 1;
868 is_regexp = 0;
894 if (is_regexp) {
1029 if (is_regexp) {
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_string.c436 duk_bool_t is_regexp; local
466 is_regexp = 1;
480 is_regexp = 0;
528 if (is_regexp) {
638 if (is_regexp) {
724 if (!is_regexp) {
861 is_regexp = 1;
868 is_regexp = 0;
894 if (is_regexp) {
1029 if (is_regexp) {
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_string.c533 duk_bool_t is_regexp; local
563 is_regexp = 1;
577 is_regexp = 0;
625 if (is_regexp) {
739 if (is_regexp) {
827 if (!is_regexp) {
960 is_regexp = 1;
967 is_regexp = 0;
993 if (is_regexp) {
1127 if (is_regexp) {
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_string.c533 duk_bool_t is_regexp; local
563 is_regexp = 1;
577 is_regexp = 0;
625 if (is_regexp) {
739 if (is_regexp) {
827 if (!is_regexp) {
960 is_regexp = 1;
967 is_regexp = 0;
993 if (is_regexp) {
1127 if (is_regexp) {
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_string.c533 duk_bool_t is_regexp; local
563 is_regexp = 1;
577 is_regexp = 0;
625 if (is_regexp) {
739 if (is_regexp) {
827 if (!is_regexp) {
960 is_regexp = 1;
967 is_regexp = 0;
993 if (is_regexp) {
1127 if (is_regexp) {
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_string.c533 duk_bool_t is_regexp; local
563 is_regexp = 1;
577 is_regexp = 0;
625 if (is_regexp) {
739 if (is_regexp) {
827 if (!is_regexp) {
960 is_regexp = 1;
967 is_regexp = 0;
993 if (is_regexp) {
1127 if (is_regexp) {
[all …]
/dports/print/makeindex/makeindex/src-3.0/
H A Dordrules.c17 static int is_regexp ARGS(( char *s ));
110 if ( is_regexp( lside ) || is_regexp( rside ) ) return REG_RULE;
123 int is_regexp( s ) in is_regexp() function
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/lookup/
H A Dini.py95 def get_value(self, key, section, dflt, is_regexp): argument
97 if is_regexp:
/dports/cad/openroad/OpenROAD-2.0/src/sta/util/
H A DPatternMatch.cc26 bool is_regexp, in PatternMatch() argument
30 is_regexp_(is_regexp), in PatternMatch()
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Mojo/
H A DCollection.pm33 return List::Util::first { $_ =~ $cb } @$self if is_regexp $cb;
41 return $self->new(grep { $_ =~ $cb } @$self) if is_regexp $cb;
/dports/devel/p5-Params-Classify/Params-Classify-0.015/lib/Params/
H A DClassify.pm330 sub is_regexp($) { reftype(\$_[0]) eq "REGEXP" }
333 die "argument is not a regexp\n" unless &is_regexp;
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/lookup/
H A Dini.py97 def get_value(self, key, section, dflt, is_regexp):
99 if is_regexp:
/dports/devel/p5-Specio/Specio-0.47/lib/Specio/Library/
H A DBuiltins.pm191 unless ( exists &re::is_regexp || _HAS_REF_UTIL ) {
193 *re::is_regexp = sub {
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/lookup/
H A Dini.py100 def get_value(self, key, section, dflt, is_regexp): argument
102 if is_regexp:
/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/
H A DRoute.pm282 if ($self->is_regexp) {
312 sub is_regexp { subroutine
320 if ($self->is_regexp) {
/dports/devel/p5-FreezeThaw/FreezeThaw-0.5001/
H A DFreezeThaw.pm314 my $haveIsRex = defined &re::is_regexp;
479 return &freezeREx if haveIsRex ? re::is_regexp($_[0])
671 } elsif (haveIsRex ? re::is_regexp($second)
852 and ref $obj and (haveIsRex ? re::is_regexp($obj)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/redirects/
H A Dext_tables.sql7 is_regexp tinyint(1) unsigned DEFAULT '0' NOT NULL, field

12345678