Home
last modified time | relevance | path

Searched refs:assoc (Results 26 – 30 of 30) sorted by last modified time

12

/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php400 $assoc = $this->_get_assoc($server_url, $handle);
403 if ($assoc) {
404 $assocs[] = $assoc;
422 $assoc->secret = $this->blobDecode($assoc->secret);
424 if ($assoc->getExpiresIn() == 0) {
427 $associations[] = array($assoc->issued, $assoc);
434 foreach ($associations as $key => $assoc) {
435 $issued[$key] = $assoc[0];
436 $assocs[$key] = $assoc[1];
443 list($issued, $assoc) = $associations[0];
[all …]
H A DServer.php415 if (!$assoc) {
652 function answer($assoc) argument
1327 if (!$assoc) {
1348 if (!$assoc || ($assoc->getExpiresIn() <= 0)) {
1352 $assoc_type = ($assoc ? $assoc->assoc_type : 'HMAC-SHA1');
1354 if ($assoc && ($assoc->getExpiresIn() <= 0)) {
1391 return $assoc;
1413 if (($assoc !== null) && ($assoc->getExpiresIn() <= 0)) {
1416 $assoc = null;
1420 return $assoc;
[all …]
H A DMDB2Store.php341 $assoc = $this->connection->getRow($sql, $types, $params);
343 if (!$assoc || PEAR::isError($assoc)) {
346 $association = new Auth_OpenID_Association($assoc['handle'],
348 $assoc['secret']),
349 $assoc['issued'],
350 $assoc['lifetime'],
351 $assoc['assoc_type']);
352 fclose($assoc['secret']);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php313 * @param assoc. array of elements for one bibtex entry
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …__send__:1,abort:1,abs:1,"all?":1,allocate:1,ancestors:1,"any?":1,arity:1,assoc:1,at:1,at_exit:1,a… property in hljs.LANGUAGES.ruby.c.keymethods

12