Home
last modified time | relevance | path

Searched refs:match_glob (Results 1 – 25 of 87) sorted by relevance

1234

/dports/textproc/p5-Text-Glob/Text-Glob-0.11/t/
H A DText-Glob.t13 ok( !match_glob( 'foo', 'foobar' ) );
16 ok( match_glob( 'foo.*', 'foo.bar' ) );
17 ok( !match_glob( 'foo.*', 'gfoo.bar' ) );
20 ok( !match_glob( 'foo.?p', 'foo.cd' ) );
23 ok( match_glob( 'foo.{c,h}', 'foo.c' ) );
24 ok( !match_glob( 'foo.{c,h}', 'foo.o' ) );
54 ok( !match_glob( 'f+.foo', 'ffff.foo' ) );
57 ok( !match_glob( "foo\nbar", "foobar" ) );
60 ok( match_glob( 'test[abc]', 'testb' ) );
61 ok( match_glob( 'test[abc]', 'testc' ) );
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A DImproving_the_efficiency_of_match__95__glob.mdwn77 10.94 2.7253 79514 0.000034 IkiWiki::PageSpec::match_glob
80 `Improve the speed of match_glob`:
90 7.82 1.8403 79514 0.000023 IkiWiki::PageSpec::match_glob
93 `match_glob: streamline glob cache slightly`:
103 7.74 1.7926 79514 0.000023 IkiWiki::PageSpec::match_glob
116 7.72 1.7872 79514 0.000022 IkiWiki::PageSpec::match_glob
132 `move memoization from match_glob to glob2re`:
164 11.05 2.4969 62333 0.000040 IkiWiki::PageSpec::match_glob
178 7.66 1.6521 62333 0.000027 IkiWiki::PageSpec::match_glob
205 sub match_glob ($$;@) {
[all …]
/dports/archivers/lhasa/lhasa-0.3.1/src/
H A Dfilter.c34 static int match_glob(char *glob, char *str) in match_glob() function
46 if (match_glob(glob + 1, str)) { in match_glob()
115 if (match_glob(filter->filters[i], path)) { in matches_filter()
/dports/textproc/greple/greple-5ad6491/lib/Getopt/EX/
H A DLabeledParam.pm104 match_glob($_, keys %{$obj->{HASH}})
129 sub match_glob { subroutine
/dports/devel/git-p4/git-2.34.1/t/
H A Dt3070-wildmatch.sh158 match_glob=$1
159 match_file_glob=$match_glob
170 match_glob=$1
213 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/git-svn/git-2.34.1/t/
H A Dt3070-wildmatch.sh158 match_glob=$1
159 match_file_glob=$match_glob
170 match_glob=$1
213 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/git/git-2.34.1/t/
H A Dt3070-wildmatch.sh158 match_glob=$1
159 match_file_glob=$match_glob
170 match_glob=$1
213 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/git-gui/git-2.34.1/t/
H A Dt3070-wildmatch.sh158 match_glob=$1
159 match_file_glob=$match_glob
170 match_glob=$1
213 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt3070-wildmatch.sh158 match_glob=$1
159 match_file_glob=$match_glob
170 match_glob=$1
213 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt3070-wildmatch.sh152 match_glob=$1
153 match_file_glob=$match_glob
164 match_glob=$1
207 match_with_function "$text" "$pattern" $match_glob "wildmatch"
/dports/devel/p5-Getopt-EX/Getopt-EX-v1.15.1/lib/Getopt/EX/
H A DLabeledParam.pm114 match_glob($_, keys %{$obj->{HASH}})
139 sub match_glob { subroutine
/dports/mail/dbmail/dbmail-3.2.5/test/
H A Dcheck_dbmail_user.c122 fail_unless(match_glob(badpatterns[i], candidate) in START_TEST()
128 fail_unless(match_glob(goodpatterns[i], candidate) in START_TEST()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dconditional.pm91 if (match_glob($params{sourcepage}, $glob, @_)) {
107 if (match_glob($params{destpage}, $glob, @_)) {
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Commands/
H A DSync.pm140 if ( match_glob( $cmp, $file ) || match_glob( $cmp, substr( $file, 1 ) ) )
148 if ( match_glob( $cmp, basename($file) ) ) {
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_match.c83 char *match_glob(char *pattern, char *candidate) in match_glob() function
196 if (match_glob(pattern, (char *)list->data)) { in match_glob_list()
H A Ddm_match.h29 char *match_glob(char *pattern, char *candidate);
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dmatch.h79 int match_glob(const char *glob, const char *str);
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dmatch.h79 int match_glob(const char *glob, const char *str);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxconf/
H A Dcfg.c48 static int match_glob(const char *file, const char *pattern) in match_glob() function
236 if (NULL != pattern && SUCCEED != match_glob(file_name, pattern)) in parse_cfg_dir()
282 if (NULL != pattern && SUCCEED != match_glob(d->d_name, pattern)) in parse_cfg_dir()

1234