Home
last modified time | relevance | path

Searched refs:_auth (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dneutron.py94 def _auth(profile=None):
166 conn = _auth(profile)
184 conn = _auth(profile)
203 conn = _auth(profile)
239 conn = _auth(profile)
267 conn = _auth(profile)
285 conn = _auth(profile)
303 conn = _auth(profile)
322 conn = _auth(profile)
344 conn = _auth(profile)
[all …]
H A Dnova.py101 def _auth(profile=None): function
189 conn = _auth(profile)
210 conn = _auth(profile)
231 conn = _auth(profile)
261 conn = _auth(profile)
282 conn = _auth(profile)
306 conn = _auth(profile)
334 conn = _auth(profile)
352 conn = _auth(profile)
370 conn = _auth(profile)
[all …]
/dports/www/py-google-api-python-client/google-api-python-client-1.7.6/tests/
H A Dtest__auth.py23 from googleapiclient import _auth
28 _auth.HAS_GOOGLE_AUTH = True
29 _auth.HAS_OAUTH2CLIENT = False
32 _auth.HAS_GOOGLE_AUTH = True
33 _auth.HAS_OAUTH2CLIENT = True
82 _auth.HAS_GOOGLE_AUTH = False
83 _auth.HAS_OAUTH2CLIENT = True
86 _auth.HAS_GOOGLE_AUTH = True
87 _auth.HAS_OAUTH2CLIENT = True
133 _auth.HAS_GOOGLE_AUTH = False
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/auth/
H A DCAuthItem.php30 private $_auth; variable in CAuthItem
49 $this->_auth=$auth;
84 return $this->_auth;
112 $this->_auth->saveAuthItem($this,$oldName);
132 $this->_auth->saveAuthItem($this);
152 $this->_auth->saveAuthItem($this);
172 $this->_auth->saveAuthItem($this);
185 return $this->_auth->addItemChild($this->_name,$name);
208 return $this->_auth->hasItemChild($this->_name,$name);
218 return $this->_auth->getItemChildren($this->_name);
[all …]
H A DCAuthAssignment.php24 private $_auth; variable in CAuthAssignment
40 $this->_auth=$auth;
79 $this->_auth->saveAuthAssignment($this);
99 $this->_auth->saveAuthAssignment($this);
/dports/www/limesurvey/limesurvey/framework/web/auth/
H A DCAuthItem.php37 private $_auth; variable in CAuthItem
56 $this->_auth=$auth;
92 return $this->_auth;
120 $this->_auth->saveAuthItem($this,$oldName);
140 $this->_auth->saveAuthItem($this);
160 $this->_auth->saveAuthItem($this);
180 $this->_auth->saveAuthItem($this);
193 return $this->_auth->addItemChild($this->_name,$name);
216 return $this->_auth->hasItemChild($this->_name,$name);
226 return $this->_auth->getItemChildren($this->_name);
[all …]
H A DCAuthAssignment.php28 private $_auth; variable in CAuthAssignment
44 $this->_auth=$auth;
83 $this->_auth->saveAuthAssignment($this);
103 $this->_auth->saveAuthAssignment($this);
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ffsend-api-0.7.3/src/
H A Dconfig.rs79 pub fn upload_size_max(version: Version, _auth: bool) -> u64 { in upload_size_max()
85 if _auth { in upload_size_max()
97 pub fn downloads_default(version: Version, _auth: bool) -> usize { in downloads_default()
103 if _auth { in downloads_default()
115 pub fn downloads_max(version: Version, _auth: bool) -> &'static [usize] { in downloads_max()
121 if _auth { in downloads_max()
133 pub fn expiry_max(version: Version, _auth: bool) -> &'static [usize] { in expiry_max()
139 if _auth { in expiry_max()
/dports/net/py-eventlet/eventlet-0.33.0/tests/
H A Dmysqldb_test.py44 self._auth = get_database_auth()['MySQLdb']
47 self.connection = MySQLdb.connect(**self._auth)
67 auth = self._auth.copy()
76 self._auth['db'] = dbname
80 db = MySQLdb.connect(**self._auth).cursor()
81 db.execute("drop database " + self._auth['db'])
90 connection = MySQLdb.connect(**self._auth)
153 self.assert_connection_works(MySQLdb.Connect(**self._auth))
204 conn = MySQLdb.connect(**self._auth)
205 conn2 = MySQLdb.connect(**self._auth)
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/dev_tools/
H A Dgithub_repository.py43 return requests.delete(url, **self._auth(kwargs))
46 return requests.get(url, **self._auth(kwargs))
49 return requests.put(url, **self._auth(kwargs))
52 return requests.post(url, **self._auth(kwargs))
55 return requests.patch(url, **self._auth(kwargs))
57 def _auth(self, kwargs): member in GithubRepository
/dports/science/py-cirq-ionq/Cirq-0.13.1/dev_tools/
H A Dgithub_repository.py43 return requests.delete(url, **self._auth(kwargs))
46 return requests.get(url, **self._auth(kwargs))
49 return requests.put(url, **self._auth(kwargs))
52 return requests.post(url, **self._auth(kwargs))
55 return requests.patch(url, **self._auth(kwargs))
57 def _auth(self, kwargs): member in GithubRepository
/dports/science/py-cirq-pasqal/Cirq-0.13.1/dev_tools/
H A Dgithub_repository.py43 return requests.delete(url, **self._auth(kwargs))
46 return requests.get(url, **self._auth(kwargs))
49 return requests.put(url, **self._auth(kwargs))
52 return requests.post(url, **self._auth(kwargs))
55 return requests.patch(url, **self._auth(kwargs))
57 def _auth(self, kwargs): member in GithubRepository
/dports/science/py-cirq-core/Cirq-0.13.1/dev_tools/
H A Dgithub_repository.py43 return requests.delete(url, **self._auth(kwargs))
46 return requests.get(url, **self._auth(kwargs))
49 return requests.put(url, **self._auth(kwargs))
52 return requests.post(url, **self._auth(kwargs))
55 return requests.patch(url, **self._auth(kwargs))
57 def _auth(self, kwargs): member in GithubRepository
/dports/science/py-cirq-google/Cirq-0.13.0/dev_tools/
H A Dgithub_repository.py43 return requests.delete(url, **self._auth(kwargs))
46 return requests.get(url, **self._auth(kwargs))
49 return requests.put(url, **self._auth(kwargs))
52 return requests.post(url, **self._auth(kwargs))
55 return requests.patch(url, **self._auth(kwargs))
57 def _auth(self, kwargs): member in GithubRepository
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/lib/Horde/Dav/
H A DPrincipals.php35 protected $_auth; variable in Horde_Dav_Principals
52 $this->_auth = $auth;
68 if (!$this->_auth->hasCapability('list')) {
71 foreach ($this->_auth->listUsers() as $user) {
89 if ($this->_auth->hasCapability('list') &&
90 !$this->_auth->exists($user) &&
/dports/net/p5-Net-Google-Calendar/Net-Google-Calendar-1.01/lib/Net/Google/
H A DCalendar.pm198 $opts{_auth} = Net::Google::AuthSub->new( service => 'cl' );
244 my $r = $self->{_auth}->login($user, $pass);
272 $self->{_auth}->auth($user, $token);
286 $self->{_auth} = shift;
304 $self->{_auth} = shift if @_;
305 return $self->{_auth};
612 my %params = ($self->{_auth}->auth_params('GET', $feed), %opts);
618 %params = ($self->{_auth}->auth_params('GET', $location), %opts);
649 my %params = ($self->{_auth}->auth_params);
748 unless (defined $self->{_auth}) {
[all …]
/dports/net/p5-Net-Google-AuthSub/Net-Google-AuthSub-0.5/lib/Net/Google/
H A DAuthSub.pm186 $self->{_auth} = $r->auth;
213 return defined $self->{_auth};
235 $self->{_auth} = $token;
248 $self->{_auth} = shift if @_;
249 return $self->{_auth};
343 $self->{_auth} = $r->token;
416 return sprintf '%s=%s', $AUTH_TYPES{$self->{_auth_type}}, $self->{_auth};
418 return sprintf '%s="%s"', $AUTH_TYPES{$self->{_auth_type}}, $self->{_auth};
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/admin/
H A Dbackground_updates.py40 self._auth = hs.get_auth()
44 await assert_requester_is_admin(self._auth, request)
53 await assert_requester_is_admin(self._auth, request)
81 self._auth = hs.get_auth()
85 await assert_requester_is_admin(self._auth, request)
114 self._auth = hs.get_auth()
118 await assert_requester_is_admin(self._auth, request)
/dports/databases/p5-Mango/Mango-1.30/t/auth/
H A Dauth.t17 is $mango->_auth, undef, 'no auth';
20 is $mango->_auth, undef, 'no auth';
23 is $mango->_auth, undef, 'no auth';
26 is $mango->_auth($auth), $mango, 'returns self';
31 isa_ok $mango->_auth, 'Mango::Auth::SCRAM';
/dports/net/pear-Horde_Kolab_Session/Horde_Kolab_Session-2.0.3/lib/Horde/Kolab/Session/Valid/
H A DBase.php43 private $_auth; variable in Horde_Kolab_Session_Valid_Base
57 $this->_auth = $auth;
73 if ($this->_auth != $mail) {
105 return $this->_auth;
/dports/net/pear-Net_SMS/Net_SMS-0.2.1/Net/
H A DSMS.php28 var $_auth = null; variable in Net_SMS
71 $this->_auth = $this->_authenticate();
72 return $this->_auth;
111 return $this->_auth;
194 return $this->_auth;
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_imap/
H A DREADME.markdown19 imap\_auth\_host string localhost
20 imap\_auth\_port number nil
21 imap\_auth\_realm string Same as the sasl\_realm option
22 imap\_auth\_service\_name string nil
/dports/security/pear-LiveUser/LiveUser-0.16.14/
H A DLiveUser.php224 var $_auth = null;
1137 $this->_auth = $this->_perm = null;
1157 $this->_auth =& $auth;
1234 $this->_auth = &$auth;
1298 if (is_a($this->_auth, 'LiveUser_Auth_Common')) {
1299 $result = $this->_auth->disconnect();
1303 $this->_auth = null;
1646 return $this->_auth->loggedIn;
1684 $that = $this->_auth->getProperty($what);
1709 … if ($auth && !$this->_auth->readUserData(null, null, $this->_auth->getProperty('auth_user_id'))) {
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_dovecot/
H A DREADME.markdown23 These options are used by mod\_auth\_dovecot:
27 dovecot\_auth\_socket Path to the Dovecot auth socket "/var/run/dovecot/auth-login"
33 socket path in Prosody's dovecot\_auth\_socket setting.
56 mod\_auth\_dovecot options:
60 dovecot\_auth\_host Hostname to connect to. "127.0.0.1"
61 dovecot\_auth\_port Port to connect to. *(this value is required)*
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/web/
H A Dguard.py11 from twisted.web._auth.basic import BasicCredentialFactory
12 from twisted.web._auth.digest import DigestCredentialFactory
15 from twisted.web._auth.wrapper import HTTPAuthSessionWrapper

12345678910>>...29