| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
| D | abs.test | 2 "abs" filter 4 {{ (-5.5)|abs }} 5 {{ (-5)|abs }} 6 {{ (-0)|abs }} 7 {{ 0|abs }} 8 {{ 5|abs }} 9 {{ 5.5|abs }} 10 {{ number1|abs }} 11 {{ number2|abs }} 12 {{ number3|abs }} [all …]
|
| /plugin/asciidocjs/node_modules/glob/ |
| D | glob.js | 355 var abs = this._makeAbs(read) 363 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb) 365 this._processReaddir(prefix, read, abs, remain, index, inGlobStar, cb) 368 Glob.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar, cb) { argument 370 this._readdir(abs, inGlobStar, function (er, entries) { 371 return self._processReaddir2(prefix, read, abs, remain, index, inGlobStar, entries, cb) 375 Glob.prototype._processReaddir2 = function (prefix, read, abs, remain, index, inGlobStar, entries, … argument 466 var abs = isAbsolute(e) ? e : this._makeAbs(e) 472 e = abs 478 var c = this.cache[abs] [all …]
|
| D | sync.js | 122 var abs = this._makeAbs(read) 130 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar) 132 this._processReaddir(prefix, read, abs, remain, index, inGlobStar) 136 GlobSync.prototype._processReaddir = function (prefix, read, abs, remain, index, inGlobStar) { argument 137 var entries = this._readdir(abs, inGlobStar) 216 var abs = this._makeAbs(e) 222 e = abs 229 var c = this.cache[abs] 241 GlobSync.prototype._readdirInGlobStar = function (abs) { argument 245 return this._readdir(abs, false) [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | abs.rst | 1 ``abs`` 4 The ``abs`` filter returns the absolute value. 10 {{ number|abs }} 16 Internally, Twig uses the PHP `abs`_ function. 18 .. _`abs`: https://secure.php.net/abs target
|
| /plugin/prolog/ |
| D | attribute_include.php | 203 $abs = DOKU_PAGES.'/'.str_replace(':','/',getNS($ID)); 205 $abs = DOKU_PAGES.'/'.str_replace(':','/',$ID.'.txt'); 207 return str_replace('\\', '/', $abs); 212 * @param string $abs absolute path to file/directory 215 function abs2ID($abs = null) { argument 216 $abs = str_replace(realpath(DOKU_PAGES), '', realpath($abs)); 218 if(substr($abs,-4) == '.txt') 219 $abs = substr($abs, 0, -4); 221 $abs .= '/*'; 223 $ID = preg_replace('/[\/\\\]/',':',$abs);
|
| /plugin/photogallery/lightGallery/js/ |
| D | lg-zoom.min.js | 4 …abs(j.attr("data-y"))+(c.y-b.y):-Math.abs(j.attr("data-y")),h=e?-Math.abs(j.attr("data-x"))+(c.x-b…
|
| D | lg-zoom.js | 316 distanceY = (-Math.abs(_$el.attr('data-y'))) + (endCoords.y - startCoords.y); 318 distanceY = -Math.abs(_$el.attr('data-y')); 322 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x); 324 distanceX = -Math.abs(_$el.attr('data-x')); 327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) { 413 distanceY = (-Math.abs(_$el.attr('data-y'))) + (endCoords.y - startCoords.y); 415 distanceY = -Math.abs(_$el.attr('data-y')); 419 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x); 421 distanceX = -Math.abs(_$el.attr('data-x')); 464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x); [all …]
|
| /plugin/panoview/ |
| H A D | syntax.php | 148 …$scale = $this->imageScale($crop, abs($d['brx'] - $d['tlx']), abs($d['bry'] - $d['tly']), $d['ts']… 167 $cmd .= ' -crop \'' . abs($d['brx'] - $d['tlx']) . 'x' . abs($d['bry'] - $d['tly']) . 170 … $cmd .= ' -extent \'' . abs($d['brx'] - $d['tlx']) . 'x' . abs($d['bry'] - $d['tly']) . '!\''; 198 $w = abs($right - $left); 199 $h = abs($lower - $upper);
|
| /plugin/swiftmail/Swift/Plugin/ |
| D | BandwidthMonitor.php | 61 $num = abs((int)$num); 70 $num = abs((int)$num); 96 $this->in = abs((int)$num); 105 $this->out = abs((int)$num);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.number.is-safe-integer.js | 4 var abs = Math.abs; variable 8 return isInteger(number) && abs(number) <= 0x1fffffffffffff;
|
| D | es6.math.hypot.js | 3 var abs = Math.abs; variable 13 arg = abs(arguments[i++]);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.number.is-safe-integer.js | 4 var abs = Math.abs; variable 8 return isInteger(number) && abs(number) <= 0x1fffffffffffff;
|
| D | es6.math.hypot.js | 3 var abs = Math.abs; variable 13 arg = abs(arguments[i++]);
|
| /plugin/indexmenu2/cms/extensions/ |
| D | documentselection.js | 13 …abs(document.selection.createRange().moveStart("character",-100000000));try{var _=Math.abs(O.creat…
|
| D | stringextensions.js | 10 …abs(i)-this.length);return(i<0)?o+l:l+o};String.prototype.padLeft=function(i,I){return this.paddin…
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | documentselection.js | 147 … start = Math.abs(document.selection.createRange().moveStart("character", -100000000)); // start 150 var endReal = Math.abs(el.createTextRange().moveEnd("character", -100000000)); 156 var sTest = Math.abs(r.moveStart("character", -100000000)); 157 var eTest = Math.abs(r.moveEnd("character", -100000000)); 190 end = Math.abs(document.selection.createRange().moveEnd("character", -100000000)); // end 193 var endReal = Math.abs(el.createTextRange().moveEnd("character", -100000000)); 199 var sTest = Math.abs(r.moveStart("character", -100000000)); 200 var eTest = Math.abs(r.moveEnd("character", -100000000));
|
| D | stringextensions.js | 95 var pad = String(c).charAt(0).repeat(Math.abs(n) - this.length); 107 return this.padding(-Math.abs(n), c); 118 return this.padding(Math.abs(n), c); 218 x[4] = Math.abs(x[4]); 245 ins = Math.abs(ins); 249 ins = "-"+Math.abs(ins).dec(x[4]);
|
| /plugin/mathpublish/phpmathpublisher/ |
| D | Helper.php | 462 $tmpWidth = abs($tmpDim[2] - $tmpDim[0]) + 2; 463 $tmpHeight = abs($tmpDim[3] - $tmpDim[5]) + 2; 496 $nx = abs($ex - $sx); 497 $ny = abs($ey - $sy); 508 $tmpWidth = abs($tmpDim[2] - $tmpDim[0]); 509 $tmpHeight = abs($tmpDim[3] - $tmpDim[5]) * 4; 543 $nx = abs($ex - $sx); 544 $ny = abs($ey - $sy); 566 } while ((abs($tmpDim[3] - $tmpDim[5]) < 1.2 * $high)); 567 $tmpWidth = abs($tmpDim[2] - $tmpDim[0]) * 2; [all …]
|
| /plugin/countdown/ |
| D | syntax.php | 132 …, abs($difdata['days']), ($difdata['days'] == 1 ? $this->getLang('oneday') : $this->getLang('days'… 160 'days' => abs(($difference)), 162 'hours' => abs($diffseconds / 3600) % 24, 163 'minutes' => abs($diffseconds / 60) % 60, 164 'seconds' => abs($diffseconds ) % 60
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | Img.php | 313 $w = abs($info['w']) / (20 * Mpdf::SCALE); 314 $h = abs($info['h']) / (20 * Mpdf::SCALE); 318 $w = abs($info['w']) / Mpdf::SCALE; 319 $h = abs($info['h']) / Mpdf::SCALE; 341 $w = $info['h'] ? abs($h * $info['w'] / $info['h']) : INF; 345 $h = $info['w'] ? abs($w * $info['h'] / $info['w']) : INF; 350 $h = $info['w'] ? abs($w * $info['h'] / $info['w']) : INF; 354 $h = $info['w'] ? abs($w * $info['h'] / $info['w']) : INF; 358 $w = $info['h'] ? abs($h * $info['w'] / $info['h']) : INF; 362 $w = $info['h'] ? abs($h * $info['w'] / $info['h']) : INF; [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | ColorTable.php | 72 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.unsharp.php | 53 $radius = abs(round(min(50, $radius) * 2)); // Only integers make sense. 113 …$rNew = ((abs($rOrig - $rBlur) >= $threshold) ? max(0, min(255, ($amount * ($rOrig - $rBlur)) + $r… 114 …$gNew = ((abs($gOrig - $gBlur) >= $threshold) ? max(0, min(255, ($amount * ($gOrig - $gBlur)) + $g… 115 …$bNew = ((abs($bOrig - $bBlur) >= $threshold) ? max(0, min(255, ($amount * ($bOrig - $bBlur)) + $b…
|
| /plugin/pgn4web/pgn4web/ |
| D | viewer-links.php | 164 $abs = "$host$path/$url"; 168 for($n = 1; $n > 0; $abs = preg_replace($re, '/', $abs, -1, $n)) {} 171 return $scheme.'://'.$abs;
|
| /plugin/swiftmail/Swift/ |
| D | BatchMailer.php | 75 $this->maxTries = abs($max); 91 $this->sleepTime = abs($secs); 132 $this->maxFails = abs($fails);
|
| /plugin/gtime/gtlib/util/ |
| D | GTUtil.php | 51 $a = abs((int) $a); 52 $b = abs((int) $b); 92 $a = abs($a) / GTUtil::gcd($a, $b); 93 $b = abs($b);
|