Searched refs:abs (Results 1 – 5 of 5) sorted by relevance
/web-php/ |
H A D | cached.php | 21 $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 D | cal.php | 226 $days = (($eomd - $day + 7) % 7) + ((abs($recur) - 1) * 7);
|
/web-php/js/ |
H A D | search.js | 228 const scrollbarWidth = Math.abs(window.innerWidth - documentWidth);
|
H A D | common.js | 469 const scrollbarWidth = Math.abs(window.innerWidth - documentWidth);
|
/web-php/js/ext/ |
H A D | FuzzySearch.min.js | 10 …_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