Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 6 of 6) sorted by relevance

/web-php/js/ext/
H A Djquery.scrollTo.min.js7pos=Pos.toLowerCase(),key='scroll'+Pos,prev=$elem[key](),max=$scrollTo.max(elem,axis);if(toff){att…
H A Djquery-3.6.0.min.js2 …turn this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.opt…
/web-php/
H A Dquickref.php72 if ($p < 70 && ($pos = strpos($funcname, $notfound)) !== false) { variable
73 $p = 90 - $pos;
/web-php/manual/
H A Dadd-note.php115 } elseif (($pos = strpos($result, '[SPAMMER]')) !== false) { variable
116 $ip = trim(substr($result, $pos + 9));
/web-php/releases/
H A Dindex.php193 ($pos = strpos($ver, " ")) ? substr($ver, 0, $pos) : $ver,
/web-php/include/
H A Dmanual-lookup.inc51 $pos = strpos($keyword, '-');
52 if ($pos !== false) {
53 $keyword[$pos] = '.';

Completed in 29 milliseconds