Home
last modified time | relevance | path

Searched refs:exclude_regex (Results 1 – 25 of 66) sorted by relevance

123

/dports/sysutils/burp/burp-2.4.0/configs/client/
H A Dburp.conf-win.in15 exclude_regex = ^[A-Z]:/recycler$
16 exclude_regex = ^[A-Z]:/\$recycle\.bin$
17 exclude_regex = ^[A-Z]:/pagefile\.sys$
18 exclude_regex = ^[A-Z]:/swapfile\.sys$
19 exclude_regex = ^[A-Z]:/hiberfil\.sys$
/dports/sysutils/burp-devel/burp-2.5.4/configs/client/
H A Dburp.conf-win.in15 exclude_regex = ^[A-Z]:/recycler$
16 exclude_regex = ^[A-Z]:/\$recycle\.bin$
17 exclude_regex = ^[A-Z]:/pagefile\.sys$
18 exclude_regex = ^[A-Z]:/swapfile\.sys$
19 exclude_regex = ^[A-Z]:/hiberfil\.sys$
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Plugin/
H A DGatherDir.pm182 my $exclude_regex = qr/\000/;
183 $exclude_regex = qr/(?:$exclude_regex)|$_/
220 $relative !~ $exclude_regex &&
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/caspian/
H A Dcaspian_web.cc151 std::unique_ptr<RE2> exclude_regex; in BuildTree() local
153 exclude_regex.reset(new RE2(exclude_regex_str)); in BuildTree()
154 if (exclude_regex->error_code() == RE2::NoError) { in BuildTree()
155 filters.push_back([&exclude_regex](const GroupedPath& id_path, in BuildTree()
157 return !MatchesRegex(id_path, sym, *exclude_regex); in BuildTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/caspian/
H A Dcaspian_web.cc156 std::unique_ptr<RE2> exclude_regex; in BuildTree() local
158 exclude_regex.reset(new RE2(exclude_regex_str)); in BuildTree()
159 if (exclude_regex->error_code() == RE2::NoError) { in BuildTree()
160 filters.push_back([&exclude_regex](const GroupedPath& id_path, in BuildTree()
162 return !MatchesRegex(id_path, sym, *exclude_regex); in BuildTree()
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dclog_webapi.php261 $exclude_regex = read_config_option('clog_exclude', true);
262 if ($exclude_regex != '') {
269 $exclude_regex = '';
310 if ($exclude_regex != '' && !$clogAdmin) {
311 if (validate_is_regex($exclude_regex)) {
312 if (preg_match($exclude_regex, $new_item)) {
316 …cacti_log('Cacti Log Exclude Regex "' . $exclude_regex . '" is Invalid. Update your Exclude Regex…
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/bugwarrior/services/
H A Dgitlab.py253 self.exclude_regex = self.config.get('exclude_regex', None)
259 self.exclude_regex = re.compile(self.exclude_regex) if self.exclude_regex else None
318 if self.exclude_regex:
319 if self.exclude_regex.match(repo['path_with_namespace']):
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/middleware/
H A Dlogger.rs88 exclude_regex: RegexSet, field
97 exclude_regex: RegexSet::empty(), in new()
111 pub fn exclude_regex<T: Into<String>>(mut self, path: T) -> Self { in exclude_regex() method
113 let mut patterns = inner.exclude_regex.patterns().to_vec(); in exclude_regex()
116 inner.exclude_regex = regex_set; in exclude_regex()
171 exclude_regex: RegexSet::empty(), in default()
224 || self.inner.exclude_regex.is_match(req.path()) in call()
636 Logger::new("%% %{User-Agent}i %{X-Test}o %{HOME}e %D test").exclude_regex("\\w"); in test_logger_exclude_regex()
/dports/www/gitea/gitea-1.16.5/
H A D.air.toml10 exclude_regex = ["_test.go$"]
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dmemcachec.c40 char *exclude_regex; member
194 status = cf_util_get_string(child, &match->exclude_regex); in cmc_config_add_match()
235 match_create_simple(match->regex, match->exclude_regex, match->dstype); in cmc_config_add_match()
/dports/sysutils/burp/burp-2.4.0/configs/server/clientconfdir/incexc/
H A Dexample12 # exclude_regex=/\.cache/
/dports/sysutils/burp-devel/burp-2.5.4/configs/server/clientconfdir/incexc/
H A Dexample12 # exclude_regex=/\.cache/
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/net/qt5-network/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/mkspecs/features/data/mac/
H A Dobjc_namespace.sh174 if [[ $exclude_list =~ $classname || $classname =~ $exclude_regex ]]; then

123