Home
last modified time | relevance | path

Searched refs:get_host_info (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/x11/xpra/xpra-4.3/xpra/scripts/
H A Dversion.py7 from xpra.version_util import get_version_info, get_platform_info, get_host_info
26 d = get_host_info()
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/
H A Dversion_util_test.py10 from xpra.version_util import version_compat_check, get_host_info, get_version_info, get_platform_i…
25 self.assertTrue(x in get_host_info(), "%s not found in host info" % x)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/c-api/macros/src/
H A Dlib.rs59 let get_host_info = quote::format_ident!("{}_get_host_info", prefix); in declare_ref() localVariable
79 pub extern fn #get_host_info(a: &#ty) -> *mut std::os::raw::c_void { in declare_ref()
80 crate::r#ref::get_host_info(&a.externref()) in declare_ref()
/dports/devel/py-circuits/circuits-3.2/tests/web/
H A Djsonrpclib.py252 def get_host_info(self, host): member in Transport
279 host, extra_headers, x509 = self.get_host_info(host)
299 host, extra_headers, x509 = self.get_host_info(host)
382 host, extra_headers, x509 = self.get_host_info(host)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/c-api/src/
H A Dref.rs27 pub(crate) fn get_host_info(r: &ExternRef) -> *mut c_void { in get_host_info() function
42 .map_or(std::ptr::null_mut(), |r| get_host_info(r)) in wasm_ref_get_host_info()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/contrib/inventory/
H A Dtest_vmware_inventory.py46 foo = vmw.get_host_info('foo')
47 bar = vmw.get_host_info('bar')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/wasm-api/example/
H A Dhostref.cc15 std::cout << "> " << (args[0].ref() ? args[0].ref()->get_host_info() : nullptr) << std::endl; in callback()
105 << (expected ? expected->get_host_info() : nullptr) << ", got " in check()
106 << (actual ? actual->get_host_info() : nullptr) << std::endl; in check()
/dports/lang/v8/v8-9.6.180.12/third_party/wasm-api/example/
H A Dhostref.cc15 std::cout << "> " << (args[0].ref() ? args[0].ref()->get_host_info() : nullptr) << std::endl; in callback()
105 << (expected ? expected->get_host_info() : nullptr) << ", got " in check()
106 << (actual ? actual->get_host_info() : nullptr) << std::endl; in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/wasm-api/example/
H A Dhostref.cc15 std::cout << "> " << (args[0].ref() ? args[0].ref()->get_host_info() : nullptr) << std::endl; in callback()
105 << (expected ? expected->get_host_info() : nullptr) << ", got " in check()
106 << (actual ? actual->get_host_info() : nullptr) << std::endl; in check()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/
H A Dhostlist.py151 def get_host_info(self, host_id): member in HostList
207 host_id, host, port, user = self.get_host_info(host_id)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dhostinfo.h90 int get_host_info(bool init);
/dports/textproc/py-elasticsearch5/elasticsearch-py-719a94ab4/elasticsearch/
H A Dtransport.py11 def get_host_info(node_info, host): function
38 connection_pool_class=ConnectionPool, host_info_callback=get_host_info,
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/html/cross-origin-opener-policy/resources/
H A Dcoop-same-origin-repeated.asis22 …iframe.src = `${get_host_info().HTTPS_ORIGIN}/html/cross-origin-opener-policy/resources/postback.h…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/html/cross-origin-opener-policy/resources/
H A Dcoop-same-origin-repeated.asis22 …iframe.src = `${get_host_info().HTTPS_ORIGIN}/html/cross-origin-opener-policy/resources/postback.h…
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/html/cross-origin-opener-policy/resources/
H A Dcoop-same-origin-repeated.asis22 …iframe.src = `${get_host_info().HTTPS_ORIGIN}/html/cross-origin-opener-policy/resources/postback.h…
/dports/sysutils/ansible2/ansible-2.9.27/contrib/inventory/
H A Dcobbler.py108 data_to_print += self.get_host_info()
253 def get_host_info(self): member in CobblerInventory
H A Drudder.py90 data_to_print = self.get_host_info(self.args.host)
238 def get_host_info(self, hostname): member in RudderInventory
H A Dlinode.py139 data_to_print = self.get_host_info()
248 def get_host_info(self): member in LinodeInventory
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/scripts/inventory/
H A Drudder.py80 data_to_print = self.get_host_info(self.args.host)
228 def get_host_info(self, hostname): member in RudderInventory
H A Dcobbler.py101 data_to_print += self.get_host_info()
245 def get_host_info(self): member in CobblerInventory
H A Dlinode.py129 data_to_print = self.get_host_info()
238 def get_host_info(self): member in LinodeInventory
/dports/textproc/py-elasticsearch6/elasticsearch-6.8.2/elasticsearch/
H A Dtransport.py34 def get_host_info(node_info, host): function
67 host_info_callback=get_host_info,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/tlslite/tlslite/integration/
H A Dxmlrpctransport.py119 chost, extra_headers, x509 = self.get_host_info(host)
/dports/security/py-tlslite/tlslite-0.4.9/tlslite/integration/
H A Dxmlrpctransport.py119 chost, extra_headers, x509 = self.get_host_info(host)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tlslite/tlslite/integration/
H A Dxmlrpctransport.py119 chost, extra_headers, x509 = self.get_host_info(host)

1234567