Home
last modified time | relevance | path

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

/plugin/authorstats/
Daction.php98 $lastchange = (-1 * PHP_INT_MAX) - 1;
104 $this->_updateStats($file, $sd, $lastchange, false);
123 $lastchange = empty($sd) ? (-1 * PHP_INT_MAX) - 1 : (int) $sd["lastchange"];
125 $this->_updateStats($file, $sd, $lastchange);
177 function _updateStats($change_file, &$sd, &$lastchange, $skip = true) argument
181 $newlast = $lastchange;
195 if ($r["timestamp"] <= $lastchange && $skip)
225 $lastchange = $newlast;
/plugin/pureldap/action/
H A Dexpiry.php50 $lastchange = $userdata['lastpwd'] ?? 0; // last password change timestamp
51 if (!$lastchange) return;
56 $expiresin = ($lastchange + $max) - time(); // seconds until password expires
/plugin/bugzillaint/docs/
Dbugzillaint.txt111 * ''lastchange'' - actually is not functional in my bugzilla installation