Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 25 of 31) sorted by relevance

12

/plugin/fedauth/Auth/OpenID/
H A DAssociation.php99 $issued = time();
102 $issued, $lifetime, $assoc_type);
118 * @param integer $issued This is the time this association was
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
142 $this->issued = $issued;
160 return max(0, $this->issued + $this->lifetime - $now);
175 && ($this->issued == $other->issued)
192 'issued' => strval(intval($this->issued)),
237 $issued = $pairs['issued'];
246 $issued = intval($issued);
[all …]
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
92 $issued, $lifetime, $assoc_type));
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
329 $issued,
341 $association->issued,
427 $associations[] = array($assoc->issued, $assoc);
432 $issued = array();
435 $issued[$key] = $assoc[0];
439 array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,
443 list($issued, $assoc) = $associations[0];
H A DFileStore.php268 $matching_associations[] = array($association->issued,
273 $issued = array();
276 $issued[$key] = $assoc[0];
280 array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,
285 list($issued, $assoc) = $matching_associations[0];
H A DMemcachedStore.php71 $serverAssociations[$association->issued] = $associationKey;
84 $association->issued + $association->lifetime);
H A DMDB2Store.php286 "value" => $association->issued
/plugin/openid/Auth/OpenID/
H A DAssociation.php98 $issued = time();
101 $issued, $lifetime, $assoc_type);
117 * @param integer $issued This is the time this association was
131 $handle, $secret, $issued, $lifetime, $assoc_type) argument
141 $this->issued = $issued;
160 return max(0, $this->issued + $this->lifetime - $now);
176 && ($this->issued == $other->issued)
193 'issued' => strval(intval($this->issued)),
239 $issued = $pairs['issued'];
248 $issued = intval($issued);
[all …]
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
87 $issued,
101 $issued,
H A DSQLStore.php339 * @param string $issued
344 function _set_assoc($server_url, $handle, $secret, $issued, argument
352 $issued,
365 $association->issued,
456 $associations[] = [$assoc->issued, $assoc];
461 $issued = [];
464 $issued[$key] = $assoc[0];
468 array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,
H A DMemcachedStore.php80 $serverAssociations[$association->issued] = $associationKey;
93 $association->issued + $association->lifetime);
H A DFileStore.php285 $association->issued,
291 $issued = [];
294 $issued[$key] = $assoc[0];
298 array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,
H A DPredisStore.php74 $newExpiration = ($association->issued + $association->lifetime);
H A DMDB2Store.php286 "value" => $association->issued
/plugin/loglog/lang/en/
H A Dauth_failed.txt5 This is the @SEQUENCE@. warning issued at @NOW@.
H A Dauth_success.txt5 This is the @SEQUENCE@. warning issued at @NOW@.
/plugin/doi/Resolver/
H A DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as159 …fy" event code is not very useful. It occurs after every seek(t) command issued and does not appea…
260 …myStatus.playOnLoad = false; // Reset flag in case load/play issued immediately before this comman…
261 …myStatus.playOnSeek = false; // Reset flag in case play(time) issued before the command and is sti…
H A DJplayerMp3.as265 …myStatus.playOnLoad = false; // Reset flag in case load/play issued immediately before this comman…
266 …myStatus.playOnSeek = false; // Reset flag in case play(time) issued before the command and is sti…
H A DJplayerRtmp.as316 …fy" event code is not very useful. It occurs after every seek(t) command issued and does not appea…
744 …myStatus.playOnLoad = false;// Reset flag in case load/play issued immediately before this command…
745 …myStatus.playOnSeek = false;// Reset flag in case play(time) issued before the command and is stil…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md63 * Source: http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html#nbfDef
/plugin/flowplayer/player/
H A DREADME.txt108 - #494 regression issued caused by #412, enable base url correctly.
/plugin/bible/bible_douayRheims/
H A DJudges.txt439 …15:19. Then the Lord opened a great tooth in the jaw of the ass and waters issued out of it. And w…
576 …20:31. And the children of Benjamin boldly issued out of the city, and seeing their enemies flee, …
/plugin/fckg/fckeditor/
H A Dlicense.txt850 License or a future version of this License issued under Section 6.1.
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt850 License or a future version of this License issued under Section 6.1.
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md891 License or a future version of this License issued under Section 6.1.

12