Home
last modified time | relevance | path

Searched refs:singlematch (Results 1 – 25 of 141) sorted by relevance

123456

/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_ldap2/
H A Dmod_auth_ldap2.lua33 return ldap.singlematch {
75 return ldap.singlematch {
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_lib_ldap/
H A Dldap.lib.lua187 local who = _M.singlematch {
211 function _M.singlematch(query) function
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dpatterns.c190 singlematch(struct match_state *ms, const char *s, const char *p, in singlematch() function
243 while (singlematch(ms, s + i, p, ep)) in max_expand()
263 else if (singlematch(ms, s, p, ep)) in min_expand()
425 if (!singlematch(ms, s, p, ep)) { in match()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dgrep.py118 singlematch = QCheckBox(_('Report only the first match per file'))
130 grid.addWidget(singlematch, 0, 3)
151 history.toggled.connect(singlematch.setDisabled)
182 self.singlematch, self.follow, self.eframe = singlematch, follow, frame
360 self.singlematch.isChecked(),
372 self.singlematch.isChecked(),
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/misc/liblua/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/hedgewars/hedgewars-src-1.0.0/misc/liblua/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/freeminer/freeminer-0.4.10.4/src/lua/src/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/scorched3d/scorched/src/common/lua/
H A Dlstrlib.cpp267 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
303 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
321 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
415 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/devel/premake4/premake-4.4-beta5/src/host/lua-5.1.4/src/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/devel/premake/Premake-3.7/Src/Lua/
H A Dlstrlib.c267 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
303 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
321 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
415 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/devel/wxformbuilder/source/build/premake/4.3/src/host/lua-5.1.4/src/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/devel/wxformbuilder/source/sdk/premake/src/Lua/
H A Dlstrlib.c267 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
303 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
321 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
415 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/lua-5.1.4/src/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/lua/src/liblua/
H A Dlstrlib.c267 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
303 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
321 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
415 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlib_string.c239 static int singlematch(int c, const char *p, const char *ep) in singlematch() function
276 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
294 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
391 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/devel/bam/bam-0.4.0/src/lua/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/lua5.1/src/
H A Dlstrlib.c267 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
303 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
321 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
415 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/libs/lua/
H A Dlstrlib.c268 static int singlematch (int c, const char *p, const char *ep) { in singlematch() function
304 while ((s+i)<ms->src_end && singlematch(uchar(*(s+i)), p, ep)) in max_expand()
322 else if (s<ms->src_end && singlematch(uchar(*s), p, ep)) in min_expand()
416 int m = s<ms->src_end && singlematch(uchar(*s), p, ep); in match()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/slnunicode/
H A Dslnunico.c592 static const char *singlematch (const MatchState *ms, in singlematch() function
706 while (sp<ms->src_end && (es = singlematch(ms, sp, p, ep))) in max_expand()
731 } while ((s = singlematch(ms, s, p, ep))); /* try with one more repetition */ in min_expand()
803 if (singlematch(uchar(previous), p, ep-1) || in match()
804 !singlematch(uchar(*s), p, ep-1)) return NULL; in match()
829 if (s < ms->src_end) es = singlematch(ms, s, p, ep); in match()

123456