/plugin/openid/Auth/OpenID/ |
H A D | MemcachedStore.php | 62 * @param Auth_OpenID_Association $association 64 function storeAssociation($server_url, $association) argument 69 $association->handle); 80 $serverAssociations[$association->issued] = $associationKey; 91 $association, 93 $association->issued + $association->lifetime); 109 $association = $this->connection->get( 111 return $association ? $association : null; 131 $association = $this->connection->get($lastKey); 132 return $association ? $association : null;
|
H A D | PredisStore.php | 59 function storeAssociation($server_url, $association) argument 64 $association->handle); 74 $newExpiration = ($association->issued + $association->lifetime); 88 serialize($association) 123 $association = $this->redis->get($associationKey); 124 return $association ? unserialize($association) : null;
|
H A D | FileStore.php | 193 * @param Auth_OpenID_Association $association 283 if ($association !== null) { 285 $association->issued, 286 $association 345 $association = 349 if (!$association) { 354 if ($association->getExpiresIn() == 0) { 358 return $association; 455 $association = 459 if ($association === null) { [all …]
|
H A D | MDB2Store.php | 270 function storeAssociation($server_url, $association) argument 278 "value" => $association->handle, 282 "value" => $association->secret, 286 "value" => $association->issued 289 "value" => $association->lifetime 292 "value" => $association->assoc_type 346 $association = new Auth_OpenID_Association($assoc['handle'], 353 return $association;
|
H A D | DumbStore.php | 63 * @param Auth_OpenID_Association $association 65 function storeAssociation($server_url, $association) argument
|
H A D | Interface.php | 42 * @param Auth_OpenID_Association $association The Association to store. 44 function storeAssociation($server_url, $association) argument
|
H A D | SQLStore.php | 358 function storeAssociation($server_url, $association) argument 362 $association->handle, 364 $association->secret), 365 $association->issued, 366 $association->lifetime, 367 $association->assoc_type
|
/plugin/fedauth/Auth/OpenID/ |
H A D | MemcachedStore.php | 55 function storeAssociation($server_url, $association) argument 60 $association->handle); 71 $serverAssociations[$association->issued] = $associationKey; 82 $association, 84 $association->issued + $association->lifetime); 96 $association = $this->connection->get( 98 return $association ? $association : null; 118 $association = $this->connection->get($lastKey); 119 return $association ? $association : null;
|
H A D | FileStore.php | 182 function storeAssociation($server_url, $association) argument 189 $association_s = $association->serialize(); 266 $association = $this->_getAssociation($full_name); 267 if ($association !== null) { 316 $association = 320 if (!$association) { 325 if ($association->getExpiresIn() == 0) { 329 return $association; 421 $association = 425 if ($association === null) { [all …]
|
H A D | MDB2Store.php | 270 function storeAssociation($server_url, $association) argument 278 "value" => $association->handle, 282 "value" => $association->secret, 286 "value" => $association->issued 289 "value" => $association->lifetime 292 "value" => $association->assoc_type 346 $association = new Auth_OpenID_Association($assoc['handle'], 353 return $association;
|
H A D | Interface.php | 42 * @param Association $association The Association to store. 44 function storeAssociation($server_url, $association) argument
|
H A D | SQLStore.php | 334 function storeAssociation($server_url, $association) argument 338 $association->handle, 340 $association->secret), 341 $association->issued, 342 $association->lifetime, 343 $association->assoc_type
|
H A D | DumbStore.php | 61 function storeAssociation($server_url, $association) argument
|
H A D | Association.php | 94 * @return association An {@link Auth_OpenID_Association}
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | RemoveDealAssociationRequest.php | 28 public function setAssociation(CreativeDealAssociation $association) argument 30 $this->association = $association; 37 return $this->association;
|
H A D | AddDealAssociationRequest.php | 28 public function setAssociation(CreativeDealAssociation $association) argument 30 $this->association = $association; 37 return $this->association;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | sort.rst | 15 association. It supports Traversable objects by transforming
|
/plugin/confmanager/lang/en/ |
H A D | mime.txt | 1 Which file types you can upload via the [[doku>media_manager]] is configured through the ''conf/mime.conf'' file. It also configures the file extension <-> mimetype association.
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/ |
H A D | README.md | 3 …ate deep copies (clones) of your objects. It is designed to handle cycles in the association graph. 72 - But how do you handle **cycles** in the association graph? 76 ![association graph](doc/graph.png) 221 If you want a property to remain untouched (for example, an association to an object):
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/ |
H A D | README.md | 3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph. 67 - But how do you handle **cycles** in the association graph? 71 ![association graph](doc/graph.png) 216 If you want a property to remain untouched (for example, an association to an object):
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/ |
H A D | en.txt | 88 1. Everyone has the right to own property alone as well as in association with others. 99 1. Everyone has the right to freedom of peaceful assembly and association. 101 2. No one may be compelled to belong to an association.
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/ |
H A D | ia.txt | 96 1. Tote persona ha le derecto al libertate de reunion e de association pacific. 98 2. Necuno pote esser obligate a pertiner a un association.
|
/plugin/bpmnio/vendor/dmn-js/ |
H A D | CHANGELOG.md | 167 * `FIX`: do not update association parent ([`96c2b113`](https://github.com/bpmn-io/dmn-js/commit/96… 281 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is… 313 * `FIX`: update association's refs on element id change([#397](https://github.com/bpmn-io/dmn-js/is…
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/ |
H A D | fr.txt | 97 1. Toute personne a droit à la liberté de réunion et d’association pacifiques. 99 2. Nul ne peut être obligé de faire partie d’une association.
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Books.php | 1420 'association' => [
|