Home
last modified time | relevance | path

Searched refs:denylist (Results 51 – 75 of 327) sorted by relevance

12345678910>>...14

/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/util/
H A Dattributes.py150 def copy_attributes_from_dependent_job(dep_job, denylist=()): argument
154 if attr in dep_job.attributes and attr not in denylist
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/example-plugins/denylist/
H A Dindex.en.rst20 .. _developer-plugins-examples-denylist:
31 The flow of HTTP processing with the denylist plugin is illustrated in
34 It can read a list of sites from a file (``denylist.txt``)
100 (see :ref:`developer-plugins-examples-denylist-txn-hook`).
H A Dsetting-up-a-transaction-hook.en.rst20 .. _developer-plugins-examples-denylist-txn-hook:
54 plugin is using the denylist, it must acquire the mutex lock for the
55 denylist to prevent configuration changes in the middle of a
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/platform/
H A Dandroid_device_unittest.py20 def check_denylist_arg(denylist): argument
21 self.assertTrue(denylist is None
22 or isinstance(denylist, device_denylist.Denylist))
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/util/
H A Dattributes.py146 def copy_attributes_from_dependent_job(dep_job, denylist=()): argument
150 if attr in dep_job.attributes and attr not in denylist
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kube-controller-manager/app/options/
H A Dpersistentvolumebindercontroller.go82 func ParseVolumeHostFilters(denylist []string, allowLocalLoopback bool) (*proxyutil.FilteredDialOpt…
83 denyCIDRs, err := netutils.ParseCIDRs(denylist)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest___all__.py73 denylist = set([
90 if m in denylist:
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Dupdate_verification.py93 denylist = (device_denylist.Denylist(args.denylist_file)
96 devices = device_utils.DeviceUtils.HealthyDevices(denylist)
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Dupdate_verification.py96 denylist = (device_denylist.Denylist(args.denylist_file)
99 devices = device_utils.DeviceUtils.HealthyDevices(denylist)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/
H A DCurrencyDataGenerator.php28 private static $denylist = [ variable in Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator
139 $symbolNamePairs = array_diff_key($symbolNamePairs, self::$denylist);
/dports/security/zzuf/zzuf-0.13/src/libzzuf/
H A Dnetwork.c78 void _zz_deny(char const *denylist) in _zz_deny() argument
81 deny = create_host_list(denylist, static_deny); in _zz_deny()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Dupdate_verification.py96 denylist = (device_denylist.Denylist(args.denylist_file)
99 devices = device_utils.DeviceUtils.HealthyDevices(denylist)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Intl/Data/Generator/
H A DCurrencyDataGenerator.php28 private static $denylist = [ variable in Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator
139 $symbolNamePairs = array_diff_key($symbolNamePairs, self::$denylist);
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest___all__.py73 denylist = set([
90 if m in denylist:
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/access_control/
H A Dconfig.cc304 AccessControlConfig::loadMultiPatternsFromFile(const String &filename, bool denylist) in loadMultiPatternsFromFile() argument
325 if (denylist) { in loadMultiPatternsFromFile()
358 if (denylist) { in loadMultiPatternsFromFile()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
113 if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
113 if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] {
/dports/sysutils/gomplate/google-cloud-go-storage-v1.12.0/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
113 if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
113 if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] {
/dports/devel/gitlab-runner/google-cloud-go-storage-v1.12.0/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
113 if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go34 var denylist = map[string]bool{ var
114 …if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] || hasPrefix(pkg, skipPr…
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go34 var denylist = map[string]bool{ var
114 …if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] || hasPrefix(pkg, skipPr…
/dports/sysutils/restic/restic-0.12.1/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go37 var denylist = map[string]bool{ var
125 …if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] || hasPrefix(pkg, skipPr…
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/internal/gapicgen/generator/
H A Dgenproto.go34 var denylist = map[string]bool{ var
114 …if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] || hasPrefix(pkg, skipPr…
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/internal/gapicgen/generator/
H A Dgenproto.go35 var denylist = map[string]bool{ var
115 …if !strings.HasPrefix(pkg, "google.golang.org/genproto") || denylist[pkg] || hasPrefix(pkg, skipPr…

12345678910>>...14