Home
last modified time | relevance | path

Searched refs:match_bol (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Plex/
H A DRegexps.py124 match_bol, nocase): argument
250 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
251 if match_bol:
272 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
273 if match_bol:
294 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
297 if match_bol and self.sym == EOL:
337 re.build_machine(m, s1, s2, match_bol, nocase)
339 match_bol = re.match_nl or (match_bol and re.nullable)
375 if match_bol:
[all …]
H A DLexicons.py181 match_bol=1, nocase=0)
/dports/lang/cython/Cython-0.29.24/Cython/Plex/
H A DRegexps.py124 match_bol, nocase): argument
250 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
251 if match_bol:
272 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
273 if match_bol:
294 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
297 if match_bol and self.sym == EOL:
337 re.build_machine(m, s1, s2, match_bol, nocase)
339 match_bol = re.match_nl or (match_bol and re.nullable)
375 if match_bol:
[all …]
H A DLexicons.py181 match_bol=1, nocase=0)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Plex/
H A DRegexps.py124 match_bol, nocase): argument
250 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
251 if match_bol:
272 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
273 if match_bol:
294 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
297 if match_bol and self.sym == EOL:
337 re.build_machine(m, s1, s2, match_bol, nocase)
339 match_bol = re.match_nl or (match_bol and re.nullable)
375 if match_bol:
[all …]
H A DLexicons.py181 match_bol=1, nocase=0)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Plex/
H A DRegexps.py124 match_bol, nocase): argument
250 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
251 if match_bol:
272 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
273 if match_bol:
294 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
297 if match_bol and self.sym == EOL:
337 re.build_machine(m, s1, s2, match_bol, nocase)
339 match_bol = re.match_nl or (match_bol and re.nullable)
375 if match_bol:
[all …]
H A DLexicons.py181 match_bol=1, nocase=0)
/dports/lang/cython-devel/cython-2b1e743/Cython/Plex/
H A DRegexps.py119 match_bol, nocase): argument
214 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
215 if match_bol:
236 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
237 if match_bol:
258 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
261 if match_bol and self.sym == EOL:
301 re.build_machine(m, s1, s2, match_bol, nocase)
303 match_bol = re.match_nl or (match_bol and re.nullable)
339 if match_bol:
[all …]
H A DLexicons.py162 match_bol=1, nocase=0)
/dports/devel/py-plex/py38-plex-1.1.5/Plex/
H A DRegexps.py117 match_bol, nocase): argument
241 def build_machine(self, m, initial_state, final_state, match_bol, nocase): argument
242 if match_bol:
263 if match_bol:
286 if match_bol and self.sym == EOL:
328 re.build_machine(m, s1, s2, match_bol, nocase)
330 match_bol = re.match_nl or (match_bol and re.nullable)
364 re.build_machine(m, initial_state, final_state, match_bol, nocase)
366 if match_bol:
388 self.re.build_machine(m, s1, s2, match_bol or self.re.match_nl, nocase)
[all …]
H A DLexicons.py173 match_bol = 1, nocase = 0)
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditcmd.c1638 int string_regexp_search (char *pattern, char *string, int len, int match_type, int match_bol, int … in string_regexp_search() argument
1665 …if (regexec (&r, string, d ? NUM_REPL_ARGS : 1, pmatch, ((match_bol || match_type != match_normal)… in string_regexp_search()
1752 int found_start, match_bol, move_win = 0; in edit_find_string() local
1756 match_bol = (offset == 0 || (*get_byte) (data, start + offset - 1) == '\n'); in edit_find_string()
1774 …found_start = string_regexp_search ((char *) exp, (char *) buf, q, match_normal, match_bol, !repla… in edit_find_string()
1785 match_bol = 0; in edit_find_string()
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dregex.c904 static int match_bol(struct ExecCtx *ctx, const struct Op *op, const char *str, struct GMatch *gm) in match_bol() function
1170 match_bol, match_eol, match_wchange, match_wchange, in set_op_type()