Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres protégées statiques | |
static | powModHelper (GMP $x, GMP $e, GMP $n) |
Fonctions membres protégées statiques hérités de GMP | |
static | randomRangePrimeInner (Engine $x, Engine $min, Engine $max) |
Fonctions membres protégées statiques hérités de Engine | |
static | setBitmask ($bits) |
static | base256_lshift (&$x, $shift) |
static | slidingWindow (Engine $x, Engine $e, Engine $n, $class) |
static | randomRangePrimeOuter (Engine $min, Engine $max) |
static | randomRangeHelper (Engine $min, Engine $max) |
static | randomRangePrimeInner (Engine $x, Engine $min, Engine $max) |
static | minHelper (array $nums) |
static | maxHelper (array $nums) |
Membres hérités additionnels | |
Fonctions membres publiques hérités de GMP | |
__construct ($x=0, $base=10) | |
toString () | |
toBits ($twos_compliment=false) | |
toBytes ($twos_compliment=false) | |
add (GMP $y) | |
subtract (GMP $y) | |
multiply (GMP $x) | |
divide (GMP $y) | |
compare (GMP $y) | |
equals (GMP $x) | |
modInverse (GMP $n) | |
extendedGCD (GMP $n) | |
gcd (GMP $n) | |
abs () | |
bitwise_and (GMP $x) | |
bitwise_or (GMP $x) | |
bitwise_xor (GMP $x) | |
bitwise_rightShift ($shift) | |
bitwise_leftShift ($shift) | |
modPow (GMP $e, GMP $n) | |
powMod (GMP $e, GMP $n) | |
pow (GMP $n) | |
between (GMP $min, GMP $max) | |
createRecurringModuloFunction () | |
isOdd () | |
testBit ($x) | |
isNegative () | |
negate () | |
Fonctions membres publiques hérités de Engine | |
__construct ($x=0, $base=10) | |
toHex ($twos_compliment=false) | |
toBits ($twos_compliment=false) | |
__sleep () | |
__wakeup () | |
jsonSerialize () | |
__toString () | |
__debugInfo () | |
setPrecision ($bits) | |
getPrecision () | |
bitwise_not () | |
bitwise_leftRotate ($shift) | |
bitwise_rightRotate ($shift) | |
getLength () | |
getLengthInBytes () | |
isPrime ($t=false) | |
root ($n=2) | |
createRecurringModuloFunction () | |
bitwise_split ($split) | |
Fonctions membres publiques statiques hérités de GMP | |
static | isValidEngine () |
static | randomRangePrime (GMP $min, GMP $max) |
static | randomRange (GMP $min, GMP $max) |
static | min (GMP ... $nums) |
static | max (GMP ... $nums) |
static | scan1divide (GMP $r) |
Fonctions membres publiques statiques hérités de Engine | |
static | setModExpEngine ($engine) |
static | minMaxBits ($bits) |
Champs de données hérités de GMP | |
const | FAST_BITWISE = true |
const | ENGINE_DIR = 'GMP' |
Champs de données hérités de Engine | |
const | PRIMES |
Fonctions membres protégées hérités de GMP | |
initialize ($base) | |
powModInner (GMP $e, GMP $n) | |
normalize (GMP $result) | |
make_odd () | |
testPrimality ($t) | |
rootInner ($n) | |
Fonctions membres protégées hérités de Engine | |
toBytesHelper () | |
powModOuter (Engine $e, Engine $n) | |
setupIsPrime () | |
testPrimality ($t) | |
rootHelper ($n) | |
rootInner ($n) | |
extendedGCDHelper (Engine $n) | |
bitwiseAndHelper (Engine $x) | |
bitwiseOrHelper (Engine $x) | |
bitwiseXorHelper (Engine $x) | |
Attributs protégés hérités de Engine | |
$value | |
$is_negative | |
$precision = -1 | |
$bitmask = false | |
$reduce | |
$hex | |
Attributs protégés statiques hérités de Engine | |
static | $zero = [] |
static | $one = [] |
static | $two = [] |
static | $modexpEngine |
static | $isValidEngine |