Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 5 of 5) 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);
/web-php/js/
H A Dsearch.js228 const scrollbarWidth = Math.abs(window.innerWidth - documentWidth);
H A Dcommon.js469 const scrollbarWidth = Math.abs(window.innerWidth - documentWidth);
/web-php/js/ext/
H A DFuzzySearch.min.js10 …_item;for(k=-1;++k<s;){if(g=t[k],l+=g,g>p){var x=u[k],y=x-m,z=o*(1/(1+Math.abs(y)));y>0&&(z*=2),l+…

Completed in 15 milliseconds