Home
last modified time | relevance | path

Searched refs:stringmatch (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/jimtcl/jimtcl-0.81/tests/
H A Dstringmatch.test14 test stringmatch-5.1 {Tcl_StringMatch} {
17 test stringmatch-5.2 {Tcl_StringMatch} {
20 test stringmatch-5.3 {Tcl_StringMatch} {
23 test stringmatch-5.4 {Tcl_StringMatch} {
26 test stringmatch-5.5 {Tcl_StringMatch} {
29 test stringmatch-5.6 {Tcl_StringMatch} {
35 test stringmatch-5.8 {Tcl_StringMatch} {
43 test stringmatch-5.10 {Tcl_StringMatch} {
46 test stringmatch-5.11 {Tcl_StringMatch} {
49 test stringmatch-5.12 {Tcl_StringMatch} {
[all …]
/dports/devel/openocd/openocd-0.11.0/jimtcl/tests/
H A Dstringmatch.test14 test stringmatch-5.1 {Tcl_StringMatch} {
17 test stringmatch-5.2 {Tcl_StringMatch} {
20 test stringmatch-5.3 {Tcl_StringMatch} {
23 test stringmatch-5.4 {Tcl_StringMatch} {
26 test stringmatch-5.5 {Tcl_StringMatch} {
29 test stringmatch-5.6 {Tcl_StringMatch} {
35 test stringmatch-5.8 {Tcl_StringMatch} {
43 test stringmatch-5.10 {Tcl_StringMatch} {
46 test stringmatch-5.11 {Tcl_StringMatch} {
49 test stringmatch-5.12 {Tcl_StringMatch} {
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/lyrics/
H A DDarkLyricsParser.py30 import stringmatch
78 smvalue = stringmatch.string_match (artist_name, self.artist_ascii)
124 smvalue = stringmatch.string_match (title.lower().replace(' ', '' ),
/dports/misc/whichman/whichman-2.4/
H A Dwhichman.c19 static int stringmatch(char *s1, char *s2);
251 d=stringmatch(manname,key); in matchfilename()
299 int stringmatch(char *s1,char *s2) in stringmatch() function
H A DREADME95 version 1.1 -approximate stringmatch added
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/rb/
H A DMakefile.am7 stringmatch.py \
/dports/databases/redis5/redis-5.0.14/src/
H A Dutil.h42 int stringmatch(const char *p, const char *s, int nocase);
H A Dconfig.c1296 if (stringmatch(pattern,_name,1)) { \
1304 if (stringmatch(pattern,_name,1)) { \
1312 if (stringmatch(pattern,_name,1)) { \
1321 if (stringmatch(pattern,_name,1)) { \
1488 if (stringmatch(pattern,"appendonly",1)) {
1493 if (stringmatch(pattern,"dir",1)) {
1503 if (stringmatch(pattern,"save",1)) {
1537 if (stringmatch(pattern,"unixsocketperm",1)) {
1544 if (stringmatch(pattern,"slaveof",1) ||
1545 stringmatch(pattern,"replicaof",1))
[all …]
H A Dutil.c170 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch() function
/dports/databases/redis6/redis-6.0.16/src/
H A Dutil.h49 int stringmatch(const char *p, const char *s, int nocase);
H A Dconfig.c878 if (stringmatch(pattern,_name,1)) { \ in configSetCommand()
886 if (stringmatch(pattern,_name,1)) { \ in configSetCommand()
894 if (stringmatch(pattern,_name,1)) { \ in configSetCommand()
913 if (stringmatch(pattern,config->name,1)) { in configSetCommand()
934 if (stringmatch(pattern,"dir",1)) { in configSetCommand()
944 if (stringmatch(pattern,"save",1)) { in configSetCommand()
978 if (stringmatch(pattern,"unixsocketperm",1)) { in configSetCommand()
985 if (stringmatch(pattern,"slaveof",1) || in configSetCommand()
986 stringmatch(pattern,"replicaof",1)) in configSetCommand()
1008 if (stringmatch(pattern,"bind",1)) { in configSetCommand()
[all …]
H A Dutil.c168 int stringmatch(const char *pattern, const char *string, int nocase) { in stringmatch() function
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/nonreg_tests/
H A Dbug_1914.tst17 // function name should change to something like "stringmatch" or true regular
H A Dbug_1914.dia.ref15 // function name should change to something like "stringmatch" or true regular
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dutil.h49 int stringmatch(const char *p, const char *s, int nocase);
H A Dsentinel.c1544 if (stringmatch(pattern,ri->name,0)) { in sentinelResetMastersByPattern()
3165 if (stringmatch(pattern,"resolve-hostnames",1)) { in sentinelConfigGetCommand()
3171 if (stringmatch(pattern, "announce-hostnames", 1)) { in sentinelConfigGetCommand()
3177 if (stringmatch(pattern, "announce-ip", 1)) { in sentinelConfigGetCommand()
3183 if (stringmatch(pattern, "announce-port", 1)) { in sentinelConfigGetCommand()
3189 if (stringmatch(pattern, "sentinel-user", 1)) { in sentinelConfigGetCommand()
3195 if (stringmatch(pattern, "sentinel-pass", 1)) { in sentinelConfigGetCommand()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfileset.py52 def stringmatch(mctx, x): function
57 return stringmatch(
494 b'string': stringmatch,
495 b'symbol': stringmatch,
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dpattern.c275 if (!pat->stringmatch && !strpbrk (buf.data, "|[{.*+?^$")) in eat_regexp()
276 pat->stringmatch = 1; in eat_regexp()
279 if (pat->stringmatch) in eat_regexp()
706 if (pat->stringmatch) in patmatch()
752 if (tmp->stringmatch) in mutt_pattern_free()
882 tmp->stringmatch = (*ps.dptr == '=') ? 1 : 0; in mutt_pattern_comp()
1141 if (ctx->magic == M_IMAP && pat->stringmatch) in mutt_pattern_exec()
H A Dmutt.h829 unsigned int stringmatch : 1; member
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dfind.sl114 (de stringmatch (p s)
171 (when (stringmatch teststring!* (id2string x))
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A DpsLib.py82 stringmatch=stringRE.match, argument
103 m = stringmatch(buf, pos)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DpsLib.py93 stringmatch=stringRE.match, argument
114 m = stringmatch(buf, pos)
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dgs-security.fix58 + dup (r) eq ..fname (%pipe%*) .stringmatch not and
/dports/x11-toolkits/scintilla/scite/src/
H A Dps.properties91 .settextknockout .settexturetransparent .stringbreak .stringmatch .tempfile \
/dports/editors/scite/scite/src/
H A Dps.properties91 .settextknockout .settexturetransparent .stringbreak .stringmatch .tempfile \

12