Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 25 of 31) sorted by last modified time

12

/plugin/doi/Resolver/
H A DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
/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 DMDB2Store.php286 "value" => $association->issued
H A DFileStore.php285 $association->issued,
291 $issued = [];
294 $issued[$key] = $assoc[0];
298 array_multisort($issued, SORT_DESC, $assocs, SORT_DESC,
H A DMemcachedStore.php80 $serverAssociations[$association->issued] = $associationKey;
93 $association->issued + $association->lifetime);
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
87 $issued,
101 $issued,
H A DPredisStore.php74 $newExpiration = ($association->issued + $association->lifetime);
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,
/plugin/ckgedit/ckeditor/
H A DLICENSE.md891 License or a future version of this License issued under Section 6.1.
/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/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/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
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 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 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/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1436 A warning is issued if APE comes after Lyrics3 (because Lyrics3-
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md891 License or a future version of this License issued under Section 6.1.
/plugin/fckg/fckeditor/
H A Dlicense.txt850 License or a future version of this License issued under Section 6.1.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt319 And Phar'aoh issued commands to men concerning him, and they went escorting him and his wife and al…
642 Then La'ban and Be·thu'el answered and said: "From Jehovah this thing has issued. We are unable to …
1413 All the souls who came to Jacob into Egypt were those who issued out of his upper thigh, aside from…
1538 And all the souls who issued out of Jacob's upper thigh came to be seventy souls, but Joseph was al…
6750 And Gid'e·on came to have seventy sons that issued out of his upper thigh, for he came to have many…
11687 After that they issued a call throughout Judah and Jerusalem to bring to Jehovah the sacred tax ord…
17910 I myself have issued the command to my sanctified ones. I have also called my mighty ones for [expr…
30070 …e according to the Law, that is, from their brothers, even if these have issued from the loins of …
30859 …f the men were killed, from the fire and the smoke and the sulphur which issued forth from their m…
30972 And the seventh one poured out his bowl upon the air. At this a loud voice issued out of the sanctu…
[all …]
/plugin/flowplayer/player/
H A DREADME.txt108 - #494 regression issued caused by #412, enable base url correctly.
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt840 …ere in the city of David, in Jerusalem, in the castle, out of which they issued forth, and profane…
H A DDaniel.txt271 …7:10. A swift stream of fire issued forth from before him: thousands of thousands ministered to hi…
H A DEzechiel.txt1214 …47:1. And he brought me again to the gate of the house, and behold waters issued out from under th…
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/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
92 $issued, $lifetime, $assoc_type));

12