Home
last modified time | relevance | path

Searched refs:expire (Results 26 – 50 of 54) sorted by path

123

/plugin/diagramsnet/lib/resources/
H A Ddia_si.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_sk.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_sl.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_sr.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_sw.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_ta.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
H A Ddia_te.txt438 licenseWillExpire=The license for {1} will expire on {2}. Click here.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …no provider -> return but check with\n // cached lenses. they expire after 30 seconds\n…
/plugin/dtable/
H A Daction.php278 $expire = $locktime + $conf['locktime'] - time();
280 $expire = $conf['locktime'];
285 echo $json->encode(array('locked' => 0, 'time_left' => $expire));
287 echo $json->encode(array('locked' => 1, 'who' => $checklock, 'time_left' => $expire));
/plugin/dwcommits/
H A Dsyntax.php113 $data = array('cache' => 'expire'); // the metadata being added
/plugin/fblogin/lib/
H A Dfacebook.php83 $expire = time() + self::FBSS_COOKIE_EXPIRE;
84 setcookie($cookie_name, $cookie_value, $expire, '/', '.'.$base_domain);
/plugin/fckg/action/
H A Dmeta.php185 $expire = null;
191 setcookie('FCK_media',$media_dir, $expire, '/');
365 $expire = null;
366 setcookie('FCK_NmSp_acl',$session_string, $expire, '/');
369 setcookie('FCK_SCAYT_AUTO',$this->getConf('scayt_auto'), $expire, '/');
374 setcookie('FCK_SCAYT_LANG',$scayt_lang_code, $expire, '/');
384 $expire = time() -60*60*24*30;
385 setcookie('FCKG_USE','_false_', $expire, '/');
388 setcookie('FCKG_USE','_false_', $expire, '/');
403 $expire = null;
[all …]
/plugin/letsencrypt/
H A Dadmin.php166 foreach($domains as $domain => $expire) {
170 if($expire > 30) {
171 … echo sprintf(' <span class="valid">' . $this->getLang('valid') . '</span>', $expire);
172 } elseif($expire == 0) {
175 … echo sprintf(' <span class="renew">' . $this->getLang('valid') . '</span>', $expire);
H A Dcli.php80 foreach($domains as $domain => $expire) {
81 if($expire < 31) return true;
91 foreach($domains as $domain => $expire) {
92 if($expire > 30) {
93 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'green');
94 } elseif($expire == 0) {
97 …this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'yellow');
H A Dhelper.php115 $expire = $info['expires_in_days'];
117 $expire = 0;
120 $result[$domain] = $expire;
/plugin/ol3/
H A Dscript.js8expire=function(){if(this.canExpireCache()){var t=0;for(var e in this.cache_){var r=this.cache_[e]… method in t
/plugin/openid/Auth/OpenID/
H A DPredisStore.php165 $this->redis->expire($nonceKey, $Auth_OpenID_SKEW);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dwords.txt1196 expire
/plugin/quickstats/
H A Daction.php186 $expire = time()+3600;
187 setcookie('Quick_Stats','abc', $expire, '/');
/plugin/randominc/
H A Daction.php45 $expire = $this->_inclusion_check($cache->page, $key, $depends);
61 if ($expire) {
87 $expire = false;
96 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $expire = true; }
99 if ($this->_inclusion_check($page, $key, $depends)) { $expire = true; }
109 return $expire;
/plugin/stopforumspam2/
H A Daction.php73 $expire = $expiremin * 60;
74 if ($current - $logdate > $expire) {
77 … $string = sprintf($this->getLang('beinglisted'), round(($logdate + $expire - $current) / 60, 1));
/plugin/subjectindex/plugins/
H A Dbible_verses.txt155 …ch the force of life is active from under the heavens. Everything that is in the earth will expire.
4257 And the sons of Israel began to say this to Moses: "Now we are bound to expire, we are bound to per…
12916 …the womb did I not proceed to die?[Why did I not] come forth from the belly itself and then expire?
13173 Who is the one that will contend with me?For now were I to become silent I should simply expire!
13487 It is unthinkable on my part that I should declare YOU men righteous!Until I expire I shall not tak…
13551 And I used to say, 'Within my nest I shall expire,And like the grains of sand I shall multiply [my]…
13699 All flesh will expire together,And earthling man himself will return to the very dust.
13749 But if they do not obey, they will pass away even by a missile,And they will expire without knowled…
15324 I am afflicted and about to expire from boyhood on;I have borne frightful things from you very much.
15601 If you conceal your face, they get disturbed.If you take away their spirit, they expire,And back to…
[all …]
/plugin/todo/
H A Daction.php117 $expire = dformat($locktime + $conf['locktime']);
122 ' . $lang['lockexpire'] . ': ' . $expire . ' (' . $min . ' min)';
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php313 $expire = time() + 60 * 4; // expire in 4 minutes.
317 …_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_DESTINATION)] = $event . ':' . $destination, $expire, '/');
322 …N[SHAREDAPI_NAME_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_LID)] = $event . ':' . $lid, $expire, '/');

123