SYMBOL INDEX (87 symbols across 2 files) FILE: api/v2/BigInteger.php class Math_BigInteger (line 181) | class Math_BigInteger method __construct (line 259) | function __construct($x = 0, $base = 10) method Math_BigInteger (line 511) | public function Math_BigInteger($x = 0, $base = 10) method toBytes (line 538) | function toBytes($twos_compliment = false) method toHex (line 635) | function toHex($twos_compliment = false) method toBits (line 662) | function toBits($twos_compliment = false) method toString (line 699) | function toString() method copy (line 750) | function copy() method __toString (line 770) | function __toString() method __clone (line 787) | function __clone() method __sleep (line 800) | function __sleep() method __wakeup (line 822) | function __wakeup() method add (line 856) | function add($y) method _add (line 890) | function _add($x_value, $x_negative, $y_value, $y_negative) method subtract (line 987) | function subtract($y) method _subtract (line 1021) | function _subtract($x_value, $x_negative, $y_value, $y_negative) method multiply (line 1122) | function multiply($x) method _multiply (line 1156) | function _multiply($x_value, $x_negative, $y_value, $y_negative) method _regularMultiply (line 1193) | function _regularMultiply($x_value, $y_value) method _karatsuba (line 1257) | function _karatsuba($x_value, $y_value) method _square (line 1295) | function _square($x = false) method _baseSquare (line 1313) | function _baseSquare($value) method _karatsubaSquare (line 1352) | function _karatsubaSquare($value) method divide (line 1409) | function divide($y) method _divide_digit (line 1591) | function _divide_digit($dividend, $divisor) method modPow (line 1647) | function modPow($e, $n) method powMod (line 1787) | function powMod($e, $n) method _slidingWindow (line 1806) | function _slidingWindow($e, $n, $mode) method _reduce (line 1881) | function _reduce($x, $n, $mode) method _prepareReduce (line 1918) | function _prepareReduce($x, $n, $mode) method _multiplyReduce (line 1937) | function _multiplyReduce($x, $y, $n, $mode) method _squareReduce (line 1956) | function _squareReduce($x, $n, $mode) method _mod2 (line 1975) | function _mod2($n) method _barrett (line 2006) | function _barrett($n, $m) method _regularBarrett (line 2103) | function _regularBarrett($x, $n) method _multiplyLower (line 2177) | function _multiplyLower($x_value, $x_negative, $y_value, $y_negative, ... method _montgomery (line 2256) | function _montgomery($x, $n) method _montgomeryMultiply (line 2304) | function _montgomeryMultiply($x, $y, $m) method _prepMontgomery (line 2350) | function _prepMontgomery($x, $n) method _modInverse67108864 (line 2387) | function _modInverse67108864($x) // 2**26 == 67,108,864 method modInverse (line 2427) | function modInverse($n) method extendedGCD (line 2493) | function extendedGCD($n) method gcd (line 2624) | function gcd($n) method abs (line 2636) | function abs() method compare (line 2672) | function compare($y) method _compare (line 2695) | function _compare($x_value, $x_negative, $y_value, $y_negative) method equals (line 2730) | function equals($x) method setPrecision (line 2749) | function setPrecision($bits) method bitwise_and (line 2770) | function bitwise_and($x) method bitwise_or (line 2811) | function bitwise_or($x) method bitwise_xor (line 2851) | function bitwise_xor($x) method bitwise_not (line 2890) | function bitwise_not() method bitwise_rightShift (line 2929) | function bitwise_rightShift($shift) method bitwise_leftShift (line 2967) | function bitwise_leftShift($shift) method bitwise_leftRotate (line 3004) | function bitwise_leftRotate($shift) method bitwise_rightRotate (line 3048) | function bitwise_rightRotate($shift) method setRandomGenerator (line 3061) | function setRandomGenerator($generator) method _random_number_helper (line 3074) | function _random_number_helper($size) method random (line 3104) | function random($min = false, $max = false) method randomPrime (line 3181) | function randomPrime($min = false, $max = false, $timeout = false) method _make_odd (line 3277) | function _make_odd() method isPrime (line 3307) | function isPrime($t = false) method _lshift (line 3455) | function _lshift($shift) method _rshift (line 3490) | function _rshift($shift) method _normalize (line 3526) | function _normalize($result) method _trim (line 3575) | function _trim($value) method _array_repeat (line 3595) | function _array_repeat($input, $multiplier) method _base256_lshift (line 3610) | function _base256_lshift(&$x, $shift) method _base256_rshift (line 3639) | function _base256_rshift(&$x, $shift) method _int2bytes (line 3680) | function _int2bytes($x) method _bytes2int (line 3692) | function _bytes2int($x) method _encodeASN1Length (line 3708) | function _encodeASN1Length($length) FILE: api/v2/MusicAPI.php class MusicAPI (line 13) | class MusicAPI method __construct (line 21) | public function __construct() method createSecretKey (line 26) | protected function createSecretKey($length) method prepare (line 36) | protected function prepare($data) method aesEncrypt (line 44) | protected function aesEncrypt($secretData, $secret) method rsaEncrypt (line 53) | protected function rsaEncrypt($text) method bchexdec (line 64) | protected function bchexdec($hex) method strToHex (line 74) | protected function strToHex($str) method curl (line 83) | protected function curl($url, $data = null) method search (line 110) | public function search($s = null, $limit = 30, $offset = 0, $type = 1) method detail (line 129) | public function detail($song_id) method mp3url (line 146) | public function mp3url($song_id, $br = 320000) method lyric (line 163) | public function lyric($song_id) method playlist (line 182) | public function playlist($playlist_id) method mv (line 198) | public function mv($mv_id)