/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
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/ |
D | init.php | 457 * @param null|bool $abs Return an absolute URL? (null defaults to $conf['canonical']) 461 function getBaseURL($abs = null) argument 465 $abs ??= $conf['canonical']; 494 if (!$abs) return $dir;
|
D | common.php | 547 * @param bool $abs request an absolute URL instead of relative 552 function exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') argument 563 if ($abs) { 595 * @param bool $abs Create an absolute URL 598 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) argument 635 if ($abs) {
|
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));
|
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);
|
D | html.php | 1051 $value = filesize_h(abs($sizechange));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
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();
|
D | BCMath.php | 81 switch (abs($base)) { 310 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
D | GMP.php | 85 switch (abs($base)) { 327 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
D | PHP.php | 95 switch (abs($base)) { 813 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | BigInteger.php | 367 public function abs() function in phpseclib3\\Math\\BigInteger 369 return new static($this->value->abs());
|
/dokuwiki/inc/ChangeLog/ |
D | ChangeLog.php | 359 if ($revCounter == abs($direction)) { 395 $max = (int) (abs($max) / 2) * 2 + 1;
|
D | RevisionInfo.php | 371 $value = filesize_h(abs($this->val('sizechange')));
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
D | EvalBarrett.php | 489 return '-' . self::float2string(abs($num));
|
/dokuwiki/lib/scripts/jquery/ |
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/ |
D | Hash.php | 299 $this->length = abs(substr($hash, -3)) >> 3;
|
/dokuwiki/vendor/geshi/geshi/src/ |
D | geshi.php | 1883 $this->line_numbers_start = abs(intval($number));
|