Home
last modified time | relevance | path

Searched defs:NativeClient (Results 1 – 7 of 7) sorted by relevance

/dports/net/proby/proby-1.0.2/cargo-crates/surf-1.0.3/src/
H A Done_off.rs33 pub fn get(uri: impl AsRef<str>) -> Request<NativeClient> { in get()
74 pub fn head(uri: impl AsRef<str>) -> Request<NativeClient> { in head()
132 pub fn post(uri: impl AsRef<str>) -> Request<NativeClient> { in post()
168 pub fn put(uri: impl AsRef<str>) -> Request<NativeClient> { in put()
199 pub fn delete(uri: impl AsRef<str>) -> Request<NativeClient> { in delete()
239 pub fn connect(uri: impl AsRef<str>) -> Request<NativeClient> { in connect()
272 pub fn options(uri: impl AsRef<str>) -> Request<NativeClient> { in options()
309 pub fn trace(uri: impl AsRef<str>) -> Request<NativeClient> { in trace()
352 pub fn patch(uri: impl AsRef<str>) -> Request<NativeClient> { in patch()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/ssh/
H A Dclient.go44 type NativeClient struct { struct
45 Config ssh.ClientConfig
46 Hostname string
47 Port int
48 openSession *ssh.Session
49 openClient *ssh.Client
159 func (client *NativeClient) dialSuccess() bool {
183 func (client *NativeClient) Output(command string) (string, error) {
196 func (client *NativeClient) OutputWithPty(command string) (string, error) {
251 func (client *NativeClient) Wait() error {
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/libmachine/ssh/
H A Dclient.go44 type NativeClient struct { struct
45 Config ssh.ClientConfig
46 Hostname string
47 Port int
48 openSession *ssh.Session
49 openClient *ssh.Client
161 func (client *NativeClient) dialSuccess() bool {
185 func (client *NativeClient) Output(command string) (string, error) {
198 func (client *NativeClient) OutputWithPty(command string) (string, error) {
253 func (client *NativeClient) Wait() error {
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/src/
H A Dclient.rs115 pub struct NativeClient { struct
125 unsafe impl Sync for NativeClient {} implementation
126 unsafe impl Send for NativeClient {} implementation
128 impl NativeClient { impl
130 pub(crate) unsafe fn from_ptr(ptr: *mut RDKafka) -> NativeClient { in from_ptr()
205 pub fn native_client(&self) -> &NativeClient { in native_client()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/src/consumer/
H A Dstream_consumer.rs62 native_client: &NativeClient, in rebalance()
H A Dmod.rs52 native_client: &NativeClient, in rebalance()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/onelab/
H A DOnelabClients.h321 NativeClient(const std::string &name, const std::string &cmdl, in NativeClient() function