Home
last modified time | relevance | path

Searched refs:square (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php92 $temp->value = $class::square($x->value);
141 return static::reduce($class::square($x), $n, $class);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less151 ul { list-style: square outside; }
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE183 (For example, a function in a library to compute square roots has
187 be optional: if the application does not supply it, the square
188 root function must still compute square roots.)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE183 (For example, a function in a library to compute square roots has
187 be optional: if the application does not supply it, the square
188 root function must still compute square roots.)
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
49 Internal links are created by using square brackets. You can either just give
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use…
49 Internal links are created by using square brackets. You can either just give
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php993 protected static function square(array $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP