Home
last modified time | relevance | path

Searched refs:resource_names (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/tooling/lib/tooling/
H A Dkubernetes_client.rb24resource_names = resource_names_created_before(resource_type: resource_type, created_before: creat…
25 return if resource_names.empty?
27 … delete_by_exact_names(resource_type: resource_type, resource_names: resource_names, wait: wait)
34 delete_namespaces_by_exact_names(resource_names: namespaces, wait: wait)
62 def delete_by_exact_names(resource_names:, wait:, resource_type: nil) argument
70 resource_names.join(' ')
76 def delete_namespaces_by_exact_names(resource_names:, wait:) argument
83 resource_names.join(' ')
90 resource_names = raw_resource_names
98 resource_names
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1beta1_resource_rule.py46 resource_names=None, argument
61 if resource_names is not None:
62 self.resource_names = resource_names
97 def resource_names(self): member in V1beta1ResourceRule
108 @resource_names.setter
109 def resource_names(self, resource_names): argument
119 self._resource_names = resource_names
H A Dv1_resource_rule.py46 resource_names=None, argument
61 if resource_names is not None:
62 self.resource_names = resource_names
97 def resource_names(self): member in V1ResourceRule
108 @resource_names.setter
109 def resource_names(self, resource_names): argument
119 self._resource_names = resource_names
H A Dv1beta1_policy_rule.py49 resource_names=None, argument
67 if resource_names is not None:
68 self.resource_names = resource_names
135 def resource_names(self): member in V1beta1PolicyRule
146 @resource_names.setter
147 def resource_names(self, resource_names): argument
157 self._resource_names = resource_names
H A Dv1_policy_rule.py49 resource_names=None, argument
67 if resource_names is not None:
68 self.resource_names = resource_names
134 def resource_names(self): member in V1PolicyRule
145 @resource_names.setter
146 def resource_names(self, resource_names): argument
156 self._resource_names = resource_names
H A Dv1alpha1_policy_rule.py49 resource_names=None, argument
67 if resource_names is not None:
68 self.resource_names = resource_names
139 def resource_names(self): member in V1alpha1PolicyRule
150 @resource_names.setter
151 def resource_names(self, resource_names): member in V1alpha1PolicyRule
161 self._resource_names = resource_names
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/jar/
H A DAEJarBuilder.java54 List resource_names = new ArrayList(); in buildFromPackages() local
68 resource_names.add( package_names[i] + "/" + entries.get(j)); in buildFromPackages()
73 String[] res = new String[resource_names.size()]; in buildFromPackages()
75 resource_names.toArray( res ); in buildFromPackages()
85 String[] resource_names, in buildFromResources() argument
90 buildFromResources2( os, class_loader, resource_prefix, resource_names, sign_alias ); in buildFromResources()
98 String[] resource_names, in buildFromResources2() argument
154 return( buildFromResourcesSupport( jos,class_loader,resource_prefix,resource_names )); in buildFromResources2()
163 String[] resource_names ) in buildFromResourcesSupport() argument
170 for (int i=0;i<resource_names.length;i++){ in buildFromResourcesSupport()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-serverd/
H A Dserver_access.c304 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
318 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
337 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
357 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
401 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
454 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
489 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
508 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
515 StrList_Free(&a->resource_names); in acl_Free()
534 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/cf-serverd/
H A Dserver_access.c308 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
322 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
341 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
361 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
405 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
458 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
493 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
512 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
519 StrList_Free(&a->resource_names); in acl_Free()
538 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-serverd/
H A Dserver_access.c304 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
318 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
337 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
357 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
401 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
454 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
489 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
508 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
515 StrList_Free(&a->resource_names); in acl_Free()
534 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-serverd/
H A Dserver_access.c308 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
322 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
341 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
361 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
405 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
458 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
493 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
512 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
519 StrList_Free(&a->resource_names); in acl_Free()
538 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-serverd/
H A Dserver_access.c308 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
322 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
341 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
361 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
405 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
458 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
493 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
512 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
519 StrList_Free(&a->resource_names); in acl_Free()
538 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-serverd/
H A Dserver_access.c308 size_t pos = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
322 reqpath, acl->resource_names->list[pos]->str, in acl_CheckPath()
341 size_t pos2 = StrList_SearchLongestPrefix(acl->resource_names, in acl_CheckPath()
361 mangled_path, acl->resource_names->list[pos2]->str, in acl_CheckPath()
405 const char *regex = acl->resource_names->list[i]->str; in acl_CheckRegex()
458 bool found = StrList_BinarySearch(acl->resource_names, in acl_SortedInsert()
493 size_t ret = StrList_Insert(&acl->resource_names, in acl_SortedInsert()
512 assert(acl->len == StrList_Len(acl->resource_names)); in acl_SortedInsert()
519 StrList_Free(&a->resource_names); in acl_Free()
538 assert(acl->len == StrList_Len(acl->resource_names)); in acl_Summarise()
[all …]
/dports/devel/py-azure-keyvault-administration/azure-keyvault-administration-4.0.0b3/tests/_shared/
H A Dtest_case_async.py27 …async def _poll_until_no_exception(self, fn, *resource_names, expected_exception, max_retries=20, … argument
30 for name in resource_names:
42 …async def _poll_until_exception(self, fn, *resource_names, expected_exception, max_retries=20, ret… argument
45 for name in resource_names:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dscope_prompter.py258 self, resource_names, scope_names, scope_services, resource_types, argument
269 for resource_name in resource_names:
302 def CreateScopedReferences(self, resource_names, scope_name, scope_arg, argument
310 for resource_name in resource_names:
339 def CreateZonalReferences(self, resource_names, zone_arg, resource_type=None, argument
357 resource_names,
370 def CreateRegionalReferences(self, resource_names, region_arg, argument
388 resource_names,
400 def CreateGlobalReferences(self, resource_names, resource_type=None): argument
403 for resource_name in resource_names:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/
H A Dtest_cluster_role.py47 resource_names=None,
70 resource_names=['my-check'],
89 resource_names=None,
94 resource_names=['my-check'],
H A Dtest_role.py47 resource_names=None,
72 resource_names=['my-check'],
92 resource_names=None,
97 resource_names=['my-check'],
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/google/cloud/logging_v2/
H A Dlogger.py232 resource_names=None, argument
275 if resource_names is None:
276 resource_names = [f"projects/{self.project}"]
285 resource_names=resource_names,
H A Dclient.py201 resource_names=None, argument
235 if resource_names is None:
236 resource_names = [f"projects/{self.project}"]
240 resource_names=resource_names,
H A D_gapic.py48 resource_names, argument
82 resource_names = resource_names
84 resource_names=resource_names,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/integration/molecule/module_role/
H A Dconverge.yml102 resource_names:
120 - result.object.rules.0.resource_names == ['some_resource_1', 'some_resource_2']
123 - not result.object.rules.1.resource_names
136 resource_names:
168 - not result.object.rules.0.resource_names
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/integration/molecule/module_cluster_role/
H A Dconverge.yml102 resource_names:
120 - result.object.rules.0.resource_names == ['some_resource_1', 'some_resource_2']
123 - not result.object.rules.1.resource_names
136 resource_names:
168 - not result.object.rules.0.resource_names
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/functions/
H A DRefInCondition.py22 resource_names = cfn.get_resource_names()
28 if value in resource_names:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/scc/assets/
H A Ddescribe.yaml11 …, given its full resource name (https://cloud.google.com/apis/design/resource_names#full_resource_…
37 See: https://cloud.google.com/apis/design/resource_names#relative_resource_name.
44 https://cloud.google.com/apis/design/resource_names#full_resource_name.
H A Dget_parent.yaml11 … an asset's full resource name (https://cloud.google.com/apis/design/resource_names#full_resource_…
37 See: https://cloud.google.com/apis/design/resource_names#relative_resource_name.
44 https://cloud.google.com/apis/design/resource_names#full_resource_name.

12345678