| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Math.php | 113 public function abs(array $num): array function in LesserPHP\\Functions\\Math 115 return ['number', abs(Asserts::assertNumber($num)), $num[2]];
|
| /dokuwiki/inc/ |
| H A D | init.php | 462 * @param null|bool $abs Return an absolute URL? (null defaults to $conf['canonical']) 466 function getBaseURL($abs = null) argument 470 $abs ??= $conf['canonical']; 499 if (!$abs) return $dir;
|
| H A D | common.php | 548 * @param bool $abs request an absolute URL instead of relative 553 function exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') argument 564 if ($abs) { 596 * @param bool $abs Create an absolute URL 599 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) argument 636 if ($abs) {
|
| H A D | template.php | 1719 * @param bool $abs if to use absolute URL 1727 function tpl_getMediaFile($search, $abs = false, &$imginfo = null, $fallback = true) argument 1763 $url = ml($img, '', true, '', $abs); 1766 if ($abs) $url = DOKU_URL . substr($url, strlen(DOKU_REL));
|
| H A D | media.php | 1501 * @param bool $abs absolute url? 1505 function media_managerURL($params = false, $amp = '&', $abs = false, $params_array = false) argument 1527 return wl($ID, $gets, $abs, $amp);
|
| H A D | html.php | 1051 $value = filesize_h(abs($sizechange));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | Engine.php | 140 if (empty($x) && (abs($base) != 256 || $x !== '0')) { 311 $n = $n->abs(); 314 $temp = $this->abs(); 634 … $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs(); 637 $e = $e->abs();
|
| H A D | BCMath.php | 81 switch (abs($base)) { 310 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
| H A D | GMP.php | 85 switch (abs($base)) { 327 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
| H A D | PHP.php | 95 switch (abs($base)) { 813 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BigInteger.php | 367 public function abs() function in phpseclib3\\Math\\BigInteger 369 return new static($this->value->abs());
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLog.php | 359 if ($revCounter == abs($direction)) { 395 $max = (int) (abs($max) / 2) * 2 + 1;
|
| H A D | RevisionInfo.php | 371 $value = filesize_h(abs($this->val('sizechange')));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | EvalBarrett.php | 489 return '-' . self::float2string(abs($num));
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …abs,o=/left|center|right/,a=/top|center|bottom/,r=/[\+\-]\d+(\.[\d]+)?%?/,l=/^\w+/,h=/%$/,i=V.fn.p…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | Hash.php | 299 $this->length = abs(substr($hash, -3)) >> 3;
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 1883 $this->line_numbers_start = abs(intval($number));
|