Home
last modified time | relevance | path

Searched refs:storeAssociation (Results 1 – 25 of 50) sorted by relevance

12

/dports/security/py-python3-openid/python3-openid-3.2.0/openid/test/
H A Dstoretest.py81 store.storeAssociation(server_url, assoc)
88 store.storeAssociation(server_url, assoc)
104 store.storeAssociation(server_url, assoc)
108 store.storeAssociation(server_url, assoc2)
125 store.storeAssociation(server_url, assoc3)
171 store.storeAssociation(server_url + '1', assocValid1)
172 store.storeAssociation(server_url + '1', assocExpired1)
173 store.storeAssociation(server_url + '2', assocExpired2)
174 store.storeAssociation(server_url + '3', assocValid2)
/dports/security/py-python-openid/python-openid-2.2.5/openid/test/
H A Dstoretest.py70 store.storeAssociation(server_url, assoc)
77 store.storeAssociation(server_url, assoc)
93 store.storeAssociation(server_url, assoc)
97 store.storeAssociation(server_url, assoc2)
114 store.storeAssociation(server_url, assoc3)
160 store.storeAssociation(server_url + '1', assocValid1)
161 store.storeAssociation(server_url + '1', assocExpired1)
162 store.storeAssociation(server_url + '2', assocExpired2)
163 store.storeAssociation(server_url + '3', assocValid2)
H A Dtest_server.py797 self.store.storeAssociation(
1796 self.store.storeAssociation(
1855 self.store.storeAssociation(
1929 self.store.storeAssociation(self._dumb_key, assoc)
1949 self.store.storeAssociation(self._dumb_key, assoc)
1982 self.store.storeAssociation(self._dumb_key, assoc)
2043 self.store.storeAssociation((dumb and self._dumb_key) or self._normal_key, assoc)
2051 self.store.storeAssociation(self._dumb_key, assoc)
/dports/security/p5-Net-OpenID-JanRain/Net-OpenID-JanRain-1.1.1/t/
H A Dstores.t87 $store->storeAssociation($server_url, $assoc);
96 $store->storeAssociation($server_url, $assoc);
117 $store->storeAssociation($server_url, $assoc);
121 $store->storeAssociation($server_url, $assoc2);
139 $store->storeAssociation($server_url, $assoc3);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity.Design/System/Data/Entity/Design/
H A DEntityModelSchemaGenerator.cs939 …ultiplicityOverride(LoadMethodSessionState session, AssociationType storeAssociation, AssociationT… in CreateEndMultiplicityOverride() argument
942 if (storeAssociation.ReferentialConstraints.Count == 0) in CreateEndMultiplicityOverride()
947 ReferentialConstraint storeConstraint = storeAssociation.ReferentialConstraints[0]; in CreateEndMultiplicityOverride()
972 …raint CreateReferentialConstraint(LoadMethodSessionState session, AssociationType storeAssociation) in CreateReferentialConstraint() argument
975 Debug.Assert(storeAssociation != null, "storeAssociation parameter is null"); in CreateReferentialConstraint()
976 …Debug.Assert(storeAssociation.ReferentialConstraints.Count <= 1, "We don't have a reason to have m… in CreateReferentialConstraint()
979 if (storeAssociation.ReferentialConstraints.Count == 0) in CreateReferentialConstraint()
984 ReferentialConstraint storeConstraint = storeAssociation.ReferentialConstraints[0]; in CreateReferentialConstraint()
1019 private static bool RequiresModelReferentialConstraint(AssociationType storeAssociation) in RequiresModelReferentialConstraint() argument
1022 if (storeAssociation.ReferentialConstraints.Count == 0) in RequiresModelReferentialConstraint()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openid/php-openid/Auth/OpenID/
H A DDumbStore.php61 function storeAssociation($server_url, $association) function in Auth_OpenID_DumbStore
H A DInterface.php44 function storeAssociation($server_url, $association) function in Auth_OpenID_OpenIDStore
H A DMemcachedStore.php55 function storeAssociation($server_url, $association) function in Auth_OpenID_MemcachedStore
/dports/security/p5-Net-OpenID-JanRain/Net-OpenID-JanRain-1.1.1/lib/Net/OpenID/JanRain/Stores/
H A DDumbStore.pm27 storeAssociation => undef(), constant
H A DPostgreSQLStore.pm123 sub storeAssociation { subroutine
H A DSQLStore.pm114 sub storeAssociation {
/dports/security/py-python-openid/python-openid-2.2.5/openid/store/
H A Dinterface.py22 def storeAssociation(self, server_url, association): member in OpenIDStore
H A Dmemstore.py68 def storeAssociation(self, server_url, assoc): member in MemoryStore
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/store/
H A Dinterface.py23 def storeAssociation(self, server_url, association): member in OpenIDStore
H A Dmemstore.py69 def storeAssociation(self, server_url, assoc): member in MemoryStore
/dports/security/p5-Net-OpenID-JanRain/Net-OpenID-JanRain-1.1.1/lib/Net/OpenID/JanRain/
H A DStores.pm17 sub storeAssociation { subroutine
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Auth/OpenID/
H A DDumbStore.php65 function storeAssociation($server_url, $association) function in Auth_OpenID_DumbStore
H A DInterface.php44 function storeAssociation($server_url, $association) function in Auth_OpenID_OpenIDStore
H A DMemcachedStore.php64 function storeAssociation($server_url, $association) function in Auth_OpenID_MemcachedStore
H A DPredisStore.php59 function storeAssociation($server_url, $association) function in Auth_OpenID_PredisStore
/dports/security/py-social-auth-core/social-auth-core-4.0.2/social_core/
H A Dstore.py23 def storeAssociation(self, server_url, association):
/dports/audio/ampache/ampache-php74-5.0.0/vendor/openid/php-openid/Tests/Auth/OpenID/
H A DMemStore.php94 function storeAssociation($server_url, $assoc) function in Tests_Auth_OpenID_MemStore
H A DServer.php2236 $this->store->storeAssociation($this->normal_key, $assoc);
2292 $this->store->storeAssociation($this->normal_key, $assoc);
2383 $this->store->storeAssociation($this->dumb_key, $assoc);
2403 $this->store->storeAssociation($this->dumb_key, $assoc);
2440 $this->store->storeAssociation($this->dumb_key, $assoc);
2495 $this->store->storeAssociation((($dumb) ? $this->dumb_key :
2506 $this->store->storeAssociation($this->dumb_key, $assoc);
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A Dmoinoid.py57 def storeAssociation(self, server_url, association): member in MoinOpenIDStore
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/socialaccount/providers/openid/
H A Dutils.py72 def storeAssociation(self, server_url, assoc=None): member in DBOpenIDStore

12