Home
last modified time | relevance | path

Searched refs:must_skip (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/test/
H A Dtest_serializer.py40 def must_skip(ser, contains_binary): function
211 if not must_skip(ser, contains_binary):
229 if not must_skip(ser1, contains_binary):
239 if not must_skip(ser2, contains_binary):
261 if not must_skip(ser, contains_binary):
/dports/devel/py-copier/copier-5.1.0/copier/
H A Dmain.py171 must_skip = create_path_filter(skip_patterns)
202 render_file(conf, rel_path, source_path, render, must_skip)
381 must_skip: CheckPathFunc,
409 elif must_skip(rel_path) or not overwrite_file(conf, dst_path, rel_path):
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dregex.h91 int *must_skip; /* Pointer to exact pattern skip table for bm_search */ member
H A Dregex.c1124 bufp->must_skip = 0;
2346 bufp->must_skip = (int *) malloc ((1 << BYTEWIDTH) * sizeof (int));
2347 bm_init_skip (bufp->must_skip, (unsigned char *) bufp->must + 1,
2386 if (bufp->must_skip)
2387 free (bufp->must_skip);
2917 bufp->must_skip, MAY_TRANSLATE ()? translate : 0);
/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dregex.h204 int *must_skip; /* Pointer to exact pattern skip table for bm_search */ member
H A Dregex.c1081 bufp->must_skip = 0;
2082 bufp->must_skip = (int *) xmalloc((1 << BYTEWIDTH)*sizeof(int));
2083 bm_init_skip(bufp->must_skip, bufp->must+1,
2113 if (bufp->must_skip) free(bufp->must_skip);
2770 bufp->must_skip,
/dports/databases/namazu2/namazu-2.0.21/nmz/
H A Dregex.h135 int *must_skip; /* Pointer to exact pattern skip table for bm_search */ member
H A Dregex.c1316 bufp->must_skip = 0;
2479 bufp->must_skip = (int *) nmz_xmalloc((1 << BYTEWIDTH)*sizeof(int));
2480 bm_init_skip(bufp->must_skip, (unsigned char*)bufp->must+1,
2520 if (bufp->must_skip) xfree(bufp->must_skip);
3262 bufp->must_skip,
/dports/lang/parrot/parrot-8.1.0/t/op/
H A Dsprintf.t177 if skip_it goto must_skip
184 must_skip:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pyparsing/
H A Dcore.py1517 return _PendingSkip(self, must_skip=True)
2204 def __init__(self, expr: ParserElement, must_skip: bool = False):
2207 self.must_skip = must_skip
2214 if self.must_skip:
2216 def must_skip(t): function
2227 self.anchor + skipper().add_parse_action(must_skip)
/dports/devel/py-pyparsing/stage/usr/local/lib/python3.8/site-packages/pyparsing/
H A Dcore.py1517 return _PendingSkip(self, must_skip=True)
2204 def __init__(self, expr: ParserElement, must_skip: bool = False):
2207 self.must_skip = must_skip
2214 if self.must_skip:
2216 def must_skip(t): function
2227 self.anchor + skipper().add_parse_action(must_skip)
/dports/devel/py-pyparsing/pyparsing-3.0.6/pyparsing/
H A Dcore.py1517 return _PendingSkip(self, must_skip=True)
2204 def __init__(self, expr: ParserElement, must_skip: bool = False):
2207 self.must_skip = must_skip
2214 if self.must_skip:
2216 def must_skip(t): function
2227 self.anchor + skipper().add_parse_action(must_skip)
/dports/devel/py-pyparsing/pyparsing-3.0.6/build/lib/pyparsing/
H A Dcore.py1517 return _PendingSkip(self, must_skip=True)
2204 def __init__(self, expr: ParserElement, must_skip: bool = False):
2207 self.must_skip = must_skip
2214 if self.must_skip:
2216 def must_skip(t): function
2227 self.anchor + skipper().add_parse_action(must_skip)
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/www/firefox/firefox-99.0/third_party/python/pyparsing/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/science/pcmsolver/pcmsolver-1.3.0/tools/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-pip-api/pip-api-0.0.24/pip_api/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-pyparsing2/pyparsing-2.4.7/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/
H A Dpyparsing.py2297 return _PendingSkip(self, must_skip=True)
2794 def __init__(self, expr, must_skip=False): argument
2799 self.must_skip = must_skip
2803 if self.must_skip:
2804 def must_skip(t): function
2812 return (self.anchor + skipper().addParseAction(must_skip)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/
H A Dpyparsing.py2283 return _PendingSkip(self, must_skip=True)
2778 def __init__(self, expr, must_skip=False): argument
2783 self.must_skip = must_skip
2787 if self.must_skip:
2788 def must_skip(t): function
2796 return (self.anchor + skipper().addParseAction(must_skip)

12