Home
last modified time | relevance | path

Searched defs:use_token (Results 1 – 22 of 22) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-23173.rs6 fn use_token(token: &Token) { unimplemented!() } in use_token() function
/dports/net-im/biboumi/biboumi-9.0/src/utils/
H A Dtokens_bucket.hpp30 bool use_token() in use_token() function in TokensBucket
/dports/devel/py-hvac/hvac-0.11.2/hvac/
H A Dadapters.py180 def login(self, url, use_token=True, **kwargs): argument
218 def auth(self, url, use_token=True, **kwargs): argument
/dports/devel/py-hvac/hvac-0.11.2/hvac/api/auth_methods/
H A Duserpass.py143 self, username, password, use_token=True, mount_point=DEFAULT_MOUNT_POINT argument
H A Dgithub.py215 def login(self, token, use_token=True, mount_point=DEFAULT_MOUNT_POINT): argument
H A Dradius.py205 self, username, password, use_token=True, mount_point=DEFAULT_MOUNT_POINT argument
H A Dkubernetes.py264 def login(self, role, jwt, use_token=True, mount_point=DEFAULT_MOUNT_POINT): argument
H A Dcert.py234 use_token=True, argument
H A Dokta.py301 self, username, password, use_token=True, mount_point=DEFAULT_MOUNT_POINT argument
H A Dazure.py287 use_token=True, argument
H A Dgcp.py431 def login(self, role, jwt, use_token=True, mount_point=DEFAULT_MOUNT_POINT): argument
H A Dldap.py390 self, username, password, use_token=True, mount_point=DEFAULT_MOUNT_POINT argument
H A Daws.py727 use_token=True, argument
778 use_token=True, argument
H A Djwt.py415 def jwt_login(self, role, jwt, use_token=True, path=None): argument
H A Dapprole.py470 self, role_id, secret_id=None, use_token=True, mount_point=DEFAULT_MOUNT_POINT argument
/dports/devel/py-hvac/hvac-0.11.2/hvac/v1/
H A D__init__.py671 def auth_app_id(self, app_id, user_id, mount_point="app-id", use_token=True): argument
698 def auth_tls(self, mount_point="cert", use_token=True): argument
715 self, username, password, mount_point="userpass", use_token=True, **kwargs argument
756 use_token=True, argument
810 self, pkcs7, nonce=None, role=None, use_token=True, mount_point="aws-ec2" argument
1478 def login(self, url, use_token=True, **kwargs): argument
1786 self, role_id, secret_id=None, mount_point="approle", use_token=True argument
1987 def auth_kubernetes(self, role, jwt, use_token=True, mount_point="kubernetes"): argument
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-headers.c936 gboolean use_token = allow_token; in append_param_internal() local
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/
H A Dsoup-headers.c943 gboolean use_token = allow_token; in append_param_internal() local
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dchar-device.cpp513 bool use_token) in write_buffer_get_server()
H A Dreds.cpp444 bool use_token) in vdagent_new_write_buffer()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/syntax/src/ast/generated/
H A Dnodes.rs441 pub fn use_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![use]) } in use_token() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
H A Dnodes.rs441 pub fn use_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![use]) } in use_token() method