Home
last modified time | relevance | path

Searched defs:stack_id (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/v1/
H A Dstacks.py102 def _resolve_stack_id(self, stack_id): argument
175 def update(self, stack_id, **kwargs): argument
205 def delete(self, stack_id): argument
212 def abandon(self, stack_id): argument
222 def export(self, stack_id): argument
232 def snapshot(self, stack_id, name=None): argument
267 def snapshot_list(self, stack_id): argument
273 def output_list(self, stack_id): argument
302 def template(self, stack_id): argument
311 def environment(self, stack_id): argument
[all …]
H A Dactions.py36 def suspend(self, stack_id): argument
41 def resume(self, stack_id): argument
46 def cancel_update(self, stack_id): argument
51 def cancel_without_rollback(self, stack_id): argument
56 def check(self, stack_id): argument
H A Dresources.py51 def list(self, stack_id, **kwargs): argument
72 def get(self, stack_id, resource_name, with_attr=None): argument
91 def metadata(self, stack_id, resource_name): argument
105 def signal(self, stack_id, resource_name, data=None): argument
119 def mark_unhealthy(self, stack_id, resource_name, argument
H A Devents.py44 def list(self, stack_id, resource_name=None, **kwargs): argument
74 def get(self, stack_id, resource_name, event_id): argument
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/common/
H A Dhook_utils.py22 def clear_hook(hc, stack_id, resource_name, hook_type): argument
36 def clear_wildcard_hooks(hc, stack_id, stack_patterns, hook_type, argument
56 def get_hook_type_via_status(hc, stack_id): argument
H A Devent_utils.py24 def get_hook_events(hc, stack_id, event_args, nested_depth=0, argument
68 def get_events(hc, stack_id, event_args, nested_depth=0, argument
124 def _get_nested_ids(hc, stack_id): argument
137 def _get_nested_events(hc, nested_depth, stack_id, event_args): argument
163 def _get_stack_events(hc, stack_id, event_args): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/opsworks/
H A Dlayer1.py478 def create_app(self, stack_id, name, type, shortname=None, argument
565 def create_deployment(self, stack_id, command, app_id=None, argument
1237 def delete_stack(self, stack_id): argument
1353 def describe_apps(self, stack_id=None, app_ids=None): argument
1428 def describe_deployments(self, stack_id=None, app_id=None, argument
1584 def describe_layers(self, stack_id=None, layer_ids=None): argument
1802 def describe_stack_summary(self, stack_id): argument
2020 def register_elastic_ip(self, elastic_ip, stack_id): argument
2142 def register_volume(self, stack_id, ec_2_volume_id=None): argument
2316 def start_stack(self, stack_id): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/opsworks/
H A Dlayer1.py478 def create_app(self, stack_id, name, type, shortname=None, argument
565 def create_deployment(self, stack_id, command, app_id=None, argument
1237 def delete_stack(self, stack_id): argument
1353 def describe_apps(self, stack_id=None, app_ids=None): argument
1428 def describe_deployments(self, stack_id=None, app_id=None, argument
1584 def describe_layers(self, stack_id=None, layer_ids=None): argument
1802 def describe_stack_summary(self, stack_id): argument
2020 def register_elastic_ip(self, elastic_ip, stack_id): argument
2142 def register_volume(self, stack_id, ec_2_volume_id=None): argument
2316 def start_stack(self, stack_id): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/opsworks/
H A Dlayer1.py478 def create_app(self, stack_id, name, type, shortname=None, argument
565 def create_deployment(self, stack_id, command, app_id=None, argument
1237 def delete_stack(self, stack_id): argument
1353 def describe_apps(self, stack_id=None, app_ids=None): argument
1428 def describe_deployments(self, stack_id=None, app_id=None, argument
1584 def describe_layers(self, stack_id=None, layer_ids=None): argument
1802 def describe_stack_summary(self, stack_id): argument
2020 def register_elastic_ip(self, elastic_ip, stack_id): argument
2142 def register_volume(self, stack_id, ec_2_volume_id=None): argument
2316 def start_stack(self, stack_id): argument
[all …]
/dports/devel/py-boto/boto-2.49.0/boto/opsworks/
H A Dlayer1.py478 def create_app(self, stack_id, name, type, shortname=None, argument
565 def create_deployment(self, stack_id, command, app_id=None, argument
1237 def delete_stack(self, stack_id): argument
1353 def describe_apps(self, stack_id=None, app_ids=None): argument
1428 def describe_deployments(self, stack_id=None, app_id=None, argument
1584 def describe_layers(self, stack_id=None, layer_ids=None): argument
1802 def describe_stack_summary(self, stack_id): argument
2020 def register_elastic_ip(self, elastic_ip, stack_id): argument
2142 def register_volume(self, stack_id, ec_2_volume_id=None): argument
2316 def start_stack(self, stack_id): argument
[all …]
/dports/science/hdf5/hdf5-1.10.6/java/test/
H A DTestH5Edefault.java79 long stack_id = -1; in testH5Eget_current_stack() local
143 long stack_id = -1; in testH5Eget_current_stack_pop() local
265 long stack_id = H5.H5Ecreate_stack(); in testH5Ecreate_stack() local
283 long stack_id = -1; in testH5Eset_current_stack() local
/dports/math/openfst/openfst-1.8.1/src/include/fst/extensions/pdt/
H A Dpdt.h77 StackId Find(StackId stack_id, Label label) { in Find()
103 StackId Pop(StackId stack_id) const { return nodes_[stack_id].parent_id; } in Pop()
106 ssize_t Top(StackId stack_id) const { return nodes_[stack_id].paren_id; } in Top()
139 StackId stack_id; member
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
159 StackId stack_id; member
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
159 StackId stack_id; member
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h85 StackId Find(StackId stack_id, Label label) { in Find()
113 StackId Pop(StackId stack_id) const { in Pop()
118 ssize_t Top(StackId stack_id) const { in Top()
159 StackId stack_id; member
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/tests/unit/
H A Dtest_event_utils.py81 def list_stub(stack_id): argument
92 def event_stub(stack_id, argfoo): argument
115 def resource_list_stub(stack_id): argument
124 def event_list_stub(stack_id, argfoo): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/resource_manager/models/
H A Dcreate_job_details.py79 def stack_id(self): member in CreateJobDetails
93 def stack_id(self, stack_id): argument
H A Dstack_resource_drift_summary.py111 def stack_id(self): member in StackResourceDriftSummary
125 def stack_id(self, stack_id): argument
/dports/devel/py-oci/oci-2.53.1/src/oci/resource_manager/
H A Dresource_manager_client.py315 def change_stack_compartment(self, stack_id, change_stack_compartment_details, **kwargs): argument
942 def delete_stack(self, stack_id, **kwargs): argument
1116 def detect_stack_drift(self, stack_id, **kwargs): argument
1865 def get_stack(self, stack_id, **kwargs): argument
1947 def get_stack_tf_config(self, stack_id, **kwargs): argument
2030 def get_stack_tf_state(self, stack_id, **kwargs): argument
2845 def list_stack_resource_drift_details(self, stack_id, **kwargs): argument
3968 def update_stack(self, stack_id, update_stack_details, **kwargs): argument
H A Dresource_manager_client_composite_operations.py75 …def change_stack_compartment_and_wait_for_state(self, stack_id, change_stack_compartment_details, … argument
319 …def delete_stack_and_wait_for_state(self, stack_id, wait_for_states=[], operation_kwargs={}, waite… argument
417 …def detect_stack_drift_and_wait_for_state(self, stack_id, wait_for_states=[], operation_kwargs={},… argument
543 …def update_stack_and_wait_for_state(self, stack_id, update_stack_details, wait_for_states=[], oper… argument
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareSMT.h336 inline int cHardwareSMT::GetStack(int depth, int stack_id, int in_thread) const in GetStack()
346 inline cCPUStack& cHardwareSMT::Stack(int stack_id) in Stack()
355 inline const cCPUStack& cHardwareSMT::Stack(int stack_id) const in Stack()
364 inline cCPUStack& cHardwareSMT::Stack(int stack_id, int in_thread) in Stack()
375 inline const cCPUStack& cHardwareSMT::Stack(int stack_id, int in_thread) const in Stack()
H A DcHardwareTransSMT.h347 inline int cHardwareTransSMT::GetStack(int depth, int stack_id, int in_thread) const in GetStack()
357 inline cCPUStack& cHardwareTransSMT::Stack(int stack_id) in Stack()
366 inline const cCPUStack& cHardwareTransSMT::Stack(int stack_id) const in Stack()
375 inline cCPUStack& cHardwareTransSMT::Stack(int stack_id, int in_thread) in Stack()
386 inline const cCPUStack& cHardwareTransSMT::Stack(int stack_id, int in_thread) const in Stack()
/dports/devel/py-moto/moto-2.2.16/moto/opsworks/
H A Dmodels.py20 stack_id, argument
186 stack_id, argument
425 stack_id, argument
599 def describe_layers(self, stack_id, layer_ids): argument
616 def describe_apps(self, stack_id, app_ids): argument
633 def describe_instances(self, instance_ids, layer_id, stack_id): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/msan/
H A Dmsan_origin.h88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local
103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/msan/
H A Dmsan_origin.h89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id); in getNextChainedOrigin() local
104 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin() local

12345678910>>...15