Home
last modified time | relevance | path

Searched refs:abs (Results 51 – 75 of 420) sorted by relevance

12345678910>>...17

/plugin/ajaxedit/
H A Daction.php73 } else if( abs($r_start-$instruction[2]) < $this->getConf('section_edit_range') ) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php227 for ($i = $key + 1; abs($key-$i)-1 < abs($move); $i += $go) {
/plugin/davcal/
H A Djstz.js283 score += Math.abs(rule_list[j].s - sample.rules[j].s);
284 score += Math.abs(sample.rules[j].e - rule_list[j].e);
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js51 ( Math.abs( rxDist ) <= Math.abs( minRxDist ) &&
52 ( minYDist == null || Math.abs( yDist ) <= Math.abs( minYDist ) ) ) )
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js52 ( Math.abs( rxDist ) <= Math.abs( minRxDist ) &&
53 ( minYDist == null || Math.abs( yDist ) <= Math.abs( minYDist ) ) ) )
/plugin/amcharts/assets/amcharts/
H A Dfunnel.js27 …v,H,M,m,x,A,q,p,B,K=l;F&&(l=0);var r,w,J,L,N=this.rotate;if(0<Math.abs(h)||0<Math.abs(k))if(isNaN(…
29abs(f/2),r=Math.abs(h/2)):(C=d/2,O=k/2,P=d/2,Q=f+k/2+1,r=Math.abs(d/2),w=Math.abs(k/2));J=r*y;L=w*…
/plugin/authloginapi/
H A Dauth.php87 if (abs($data['time'] - time()) > 600) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php233 ? (abs($this->x() - $geometry->x()) <= 1.0E-9 && abs($this->y() - $geometry->y()) <= 1.0E-9)
H A DPolygon.php97 $area = $signed ? ($a / 2) : abs(($a / 2));
169 return ['area' => abs($area), 'x' => $x / (6 * $area), 'y' => $y / (6 * $area)];
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …[PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|b…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php78 if (abs($doctrineMetadata->createdAt - $plainMetadata->createdAt) < 2) {
H A DDoctrineDriverTest.php93 if (abs($doctrineMetadata->createdAt - $plainMetadata->createdAt) < 2) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php145 if (empty($x) && (abs($base) != 256 || $x !== '0')) {
316 $n = $n->abs();
319 $temp = $this->abs();
637 … $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs();
640 $e = $e->abs();
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js471 var abs = edgeState.absolutePoints;
473 if (abs != null && abs.length > 0)
475 var pt = abs[abs.length - 1];
479 if (pt.y == state.y && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
483 … else if (pt.y == state.y + state.height && Math.abs(pt.x - state.getCenterX()) < state.width / 2)
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php170 if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {
/plugin/htvid/syntax/
H A Dvideo.php102 $video_url2 = ml($video_url2,$abs=true);
/plugin/relativetimehelper/
H A Dhelper.php31 $timediff = abs($now - $timestamp);
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php244 $factor = $this->attempts > 1 ? $this->factor + $jitter : 1 + abs($jitter);
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php192 if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {
H A DPredisStore.php156 if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {
/plugin/semanticdata/syntax/
H A Dtable.php109 $data['min'] = abs((int) $line[1]);
113 $data['limit'] = abs((int) $line[1]);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js316 n = ( n > 0 || -1 ) * Math.floor( Math.abs( n ) );
324 var k = n >= 0 ? n : Math.max( len - Math.abs( n ), 0 );
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php590 ? 'last() - '.abs($parameter->value - 1)
647 if (abs($add) > $repeat) {
662 $condition .= sprintf(' %s <= %s - %d', $expressionPosition, $expressionCount, abs($start));
/plugin/twofactorgoogleauth/
H A DQRCode.php504 $m = (max(abs($ii), abs($jj)) & 1) ^ 3;
712 $a = abs(floor($dark) - 10);
713 $b = abs(ceil($dark) - 10);
/plugin/statdisplay/pchart/
H A DPieChart.php260 $TextHeight = abs ( $Position [1] ) + abs ( $Position [3] );
511 $TextHeight = abs ( $Position [1] ) + abs ( $Position [3] );

12345678910>>...17