Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 2 of 2) sorted by relevance

/web-php/
H A Dcached.php21 $abs = $pwd . "/" . (string)$_GET["f"]; variable
22 $abs = realpath($abs); variable
24 if (strncmp($abs, $pwd, strlen($pwd)) != 0) {
32 $time = filemtime($abs);
45 if (substr($abs, -3) == ".js" || substr($abs, -5) == ".json") {
47 } elseif (substr($abs, -4) == ".css") {
51 readfile($abs);
H A Dcal.php226 $days = (($eomd - $day + 7) % 7) + ((abs($recur) - 1) * 7);

Completed in 7 milliseconds