Home
last modified time | relevance | path

Searched refs:expirytime (Results 1 – 3 of 3) sorted by relevance

/plugin/linkcheck/
Daction.php77 $expirytime = $this->helper->getcacheexpirytime();
78 …$urlmap=array_filter($urlmap,function($r) use($expirytime){return $r['lastcheck']>=$expirytime;});…
Dhelperfunctions.php15 function expiry_totime($expiry,$expirytime=null){ argument
16 if(isset($expirytime)) return $expirytime;
Dsyntax.php30 $expirytime = $this->helper->getcacheexpirytime();
41 if(isset($r)&&$r['lastcheck']>=$expirytime){