Home
last modified time | relevance | path

Searched refs:uuid_match (Results 1 – 25 of 27) sorted by relevance

12

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/profitbricks/
H A Dprofitbricks_volume_attachments.py97 uuid_match = re.compile( variable
141 if not (uuid_match.match(datacenter)):
150 if not (uuid_match.match(server)):
158 if not (uuid_match.match(volume)):
185 if not (uuid_match.match(datacenter)):
194 if not (uuid_match.match(server)):
202 if not (uuid_match.match(volume)):
H A Dprofitbricks_nic.py100 uuid_match = re.compile( variable
145 if not (uuid_match.match(datacenter)):
154 if not (uuid_match.match(server)):
193 if not (uuid_match.match(datacenter)):
203 if not (uuid_match.match(server)):
216 if not (uuid_match.match(name)):
H A Dprofitbricks_volume.py149 uuid_match = re.compile( variable
240 if not (uuid_match.match(datacenter)):
311 if not (uuid_match.match(datacenter)):
320 if(uuid_match.match(n)):
350 if not (uuid_match.match(server)):
H A Dprofitbricks_datacenter.py97 uuid_match = re.compile( variable
187 if(uuid_match.match(name)):
H A Dprofitbricks.py197 uuid_match = re.compile( variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/profitbricks/
H A Dprofitbricks_volume_attachments.py92 uuid_match = re.compile( variable
136 if not (uuid_match.match(datacenter)):
145 if not (uuid_match.match(server)):
153 if not (uuid_match.match(volume)):
180 if not (uuid_match.match(datacenter)):
189 if not (uuid_match.match(server)):
197 if not (uuid_match.match(volume)):
H A Dprofitbricks_nic.py100 uuid_match = re.compile( variable
151 if not (uuid_match.match(datacenter)):
160 if not (uuid_match.match(server)):
201 if not (uuid_match.match(datacenter)):
211 if not (uuid_match.match(server)):
224 if not (uuid_match.match(name)):
H A Dprofitbricks_volume.py156 uuid_match = re.compile( variable
247 if not (uuid_match.match(datacenter)):
318 if not (uuid_match.match(datacenter)):
327 if(uuid_match.match(n)):
357 if not (uuid_match.match(server)):
H A Dprofitbricks_datacenter.py96 uuid_match = re.compile( variable
186 if(uuid_match.match(name)):
H A Dprofitbricks.py209 uuid_match = re.compile( variable
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dprofitbricks_volume_attachments.py92 uuid_match = re.compile( variable
136 if not (uuid_match.match(datacenter)):
145 if not (uuid_match.match(server)):
153 if not (uuid_match.match(volume)):
180 if not (uuid_match.match(datacenter)):
189 if not (uuid_match.match(server)):
197 if not (uuid_match.match(volume)):
H A Dprofitbricks_nic.py100 uuid_match = re.compile( variable
151 if not (uuid_match.match(datacenter)):
160 if not (uuid_match.match(server)):
201 if not (uuid_match.match(datacenter)):
211 if not (uuid_match.match(server)):
224 if not (uuid_match.match(name)):
H A Dprofitbricks_volume.py156 uuid_match = re.compile( variable
247 if not (uuid_match.match(datacenter)):
318 if not (uuid_match.match(datacenter)):
327 if(uuid_match.match(n)):
357 if not (uuid_match.match(server)):
H A Dprofitbricks_datacenter.py96 uuid_match = re.compile( variable
186 if(uuid_match.match(name)):
H A Dprofitbricks.py209 uuid_match = re.compile( variable
/dports/www/fusionpbx/fusionpbx-4.4.1/app/log_viewer/
H A Dlog_viewer.php230 $uuid_match = strpos($log_line, $uuid_filter); variable
231 if ($uuid_match === false) {
/dports/lang/micropython/micropython-1.17/ports/nrf/modules/ubluepy/
H A Dubluepy_service.c139 bool uuid_match = ((uint16_t)(*(uint16_t *)&p_char->p_uuid->value[0]) == in service_get_characteristic() local
142 if (type_match && uuid_match) { in service_get_characteristic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2645 bool uuid_match = true; in ParseSymtab() local
2651 uuid_match = false; in ParseSymtab()
2666 if (uuid_match && in ParseSymtab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2694 bool uuid_match = true; in ParseSymtab() local
2700 uuid_match = false; in ParseSymtab()
2715 if (uuid_match && in ParseSymtab()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2711 bool uuid_match = true; in ParseSymtab() local
2717 uuid_match = false; in ParseSymtab()
2732 if (uuid_match && in ParseSymtab()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2693 bool uuid_match = true; in ParseSymtab() local
2699 uuid_match = false; in ParseSymtab()
2714 if (uuid_match && in ParseSymtab()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2693 bool uuid_match = true; in ParseSymtab() local
2699 uuid_match = false; in ParseSymtab()
2714 if (uuid_match && in ParseSymtab()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2754 bool uuid_match = true; in ParseSymtab() local
2760 uuid_match = false; in ParseSymtab()
2775 if (uuid_match && in ParseSymtab()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2754 bool uuid_match = true; in ParseSymtab() local
2760 uuid_match = false; in ParseSymtab()
2775 if (uuid_match && in ParseSymtab()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2803 bool uuid_match = true; in ParseSymtab() local
2809 uuid_match = false; in ParseSymtab()
2824 if (uuid_match && in ParseSymtab()

12