Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 17 of 17) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DMath.php113 public function abs(array $num): array function in LesserPHP\\Functions\\Math
115 return ['number', abs(Asserts::assertNumber($num)), $num[2]];
/dokuwiki/inc/
H A Dinit.php462 * @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 Dcommon.php548 * @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 Dtemplate.php1719 * @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 Dmedia.php1501 * @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 Dhtml.php1051 $value = filesize_h(abs($sizechange));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php140 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 DBCMath.php81 switch (abs($base)) {
310 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php85 switch (abs($base)) {
327 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DPHP.php95 switch (abs($base)) {
813 public function abs() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php367 public function abs() function in phpseclib3\\Math\\BigInteger
369 return new static($this->value->abs());
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php359 if ($revCounter == abs($direction)) {
395 $max = (int) (abs($max) / 2) * 2 + 1;
H A DRevisionInfo.php371 $value = filesize_h(abs($this->val('sizechange')));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php489 return '-' . self::float2string(abs($num));
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6abs,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 DHash.php299 $this->length = abs(substr($hash, -3)) >> 3;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1883 $this->line_numbers_start = abs(intval($number));