Searched refs:pos (Results 1 – 6 of 6) sorted by relevance
/web-php/js/ext/ |
H A D | jquery.scrollTo.min.js | 7 …pos=Pos.toLowerCase(),key='scroll'+Pos,prev=$elem[key](),max=$scrollTo.max(elem,axis);if(toff){att…
|
H A D | jquery-3.6.0.min.js | 2 …turn this.options.duration?this.pos=t=S.easing[this.easing](e,this.options.duration*e,0,1,this.opt…
|
/web-php/ |
H A D | quickref.php | 72 if ($p < 70 && ($pos = strpos($funcname, $notfound)) !== false) { variable 73 $p = 90 - $pos;
|
/web-php/manual/ |
H A D | add-note.php | 115 } elseif (($pos = strpos($result, '[SPAMMER]')) !== false) { variable 116 $ip = trim(substr($result, $pos + 9));
|
/web-php/releases/ |
H A D | index.php | 193 ($pos = strpos($ver, " ")) ? substr($ver, 0, $pos) : $ver,
|
/web-php/include/ |
H A D | manual-lookup.inc | 51 $pos = strpos($keyword, '-'); 52 if ($pos !== false) { 53 $keyword[$pos] = '.';
|
Completed in 29 milliseconds