Home
last modified time | relevance | path

Searched refs:glob_re (Results 1 – 9 of 9) sorted by relevance

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dtypes.c203 gchar *glob_re = NULL; in check_re() local
209 glob_re = stu_glob_to_re(re_src); in check_re()
210 re_src = glob_re; in check_re()
214 if(glob_re) in check_re()
215 g_free(glob_re); /* Free the globbed version. */ in check_re()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/tools/
H A Dcmakefile_editor.py151 glob_re = r'GLOB\s[a-z_]+\s"{}"'.format(globstr.replace('*', r'\*'))
152 return re.search(glob_re, self.cfile, flags=re.MULTILINE|re.IGNORECASE) is not None
/dports/devel/mercurial/mercurial-6.0/rust/hg-core/src/
H A Dfilepatterns.rs217 let glob_re = glob_to_re(pattern); localVariable
218 if let Some(rest) = glob_re.drop_prefix(b"[^/]*") {
221 [b"(?:.*/)?", glob_re.as_slice(), GLOB_SUFFIX].concat()
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/directives/
H A Dother.py33 glob_re = re.compile(r'.*[*?\[].*') variable
101 if (toctree['glob'] and glob_re.match(entry) and
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/directives/
H A Dother.py33 glob_re = re.compile(r'.*[*?\[].*') variable
101 if (toctree['glob'] and glob_re.match(entry) and
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/directives/
H A Dother.py33 glob_re = re.compile(r'.*[*?\[].*') variable
101 if (toctree['glob'] and glob_re.match(entry) and
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A Dqt_helpers.cpp437 static lyx::regex const glob_re(" *([^ {]*)\\{([^}]+)\\}"); in convert_brace_glob() local
448 if (!regex_search(it, end, what, glob_re)) { in convert_brace_glob()
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A Dselection.py81 glob_re = re.compile(b"(.*[*?[\\\\]|ignorecase\\:)", re.I | re.S) variable in Select
611 elif not self.glob_re.match(glob_str): # normal file
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/
H A Dselection.py82 glob_re = re.compile(u"(.*[*?[]|ignorecase\\:)", re.I | re.S) variable in Select