SYMBOL INDEX (177 symbols across 27 files) FILE: crypto-js.js function F (line 77) | function F() {} function parseLoop (line 896) | function parseLoop(base64Str, base64StrLength, reverseMap) { function FF (line 1109) | function FF(a, b, c, d, x, s, t) { function GG (line 1114) | function GG(a, b, c, d, x, s, t) { function HH (line 1119) | function HH(a, b, c, d, x, s, t) { function II (line 1124) | function II(a, b, c, d, x, s, t) { function isPrime (line 1309) | function isPrime(n) { function getFractionalBits (line 1320) | function getFractionalBits(n) { function swapEndian (line 1601) | function swapEndian(word) { function f1 (line 1853) | function f1(x, y, z) { function f2 (line 1858) | function f2(x, y, z) { function f3 (line 1862) | function f3(x, y, z) { function f4 (line 1866) | function f4(x, y, z) { function f5 (line 1870) | function f5(x, y, z) { function rotl (line 1875) | function rotl(x,n) { function X64Word_create (line 2950) | function X64Word_create() { function selectCipherStrategy (line 3487) | function selectCipherStrategy(key) { function xorBlock (line 3650) | function xorBlock(words, offset, blockSize) { function generateKeystreamAndEncrypt (line 4222) | function generateKeystreamAndEncrypt(words, offset, blockSize, cipher) { function exchangeLR (line 5346) | function exchangeLR(offset, mask) { function exchangeRL (line 5352) | function exchangeRL(offset, mask) { function generateKeystreamWord (line 5472) | function generateKeystreamWord() { function incWord (line 5552) | function incWord(word) function incCounter (line 5596) | function incCounter(counter) function nextState (line 5756) | function nextState() { function nextState (line 5968) | function nextState() { FILE: helper.php function getRandStr (line 9) | function getRandStr($len) function makeMessageJs (line 20) | function makeMessageJs(string $msg) function makeRedirectJs (line 27) | function makeRedirectJs($url, $time = 500) function makeReturnJs (line 35) | function makeReturnJs($code, $time = 500) function base64_encode_url (line 42) | function base64_encode_url($input) { function base64_decode_url (line 46) | function base64_decode_url($input) { function ip_is_china (line 60) | function ip_is_china($ip) function route (line 88) | function route($uri, Closure $_route) function json (line 108) | function json($msg, $code = 200, $data = []) function view (line 118) | function view($name, $vars = []) function abort (line 125) | function abort($status = 404) function get_lang (line 137) | function get_lang() function __ (line 150) | function __($name, $_vars = []) function env (line 155) | function env(string $name, $default) FILE: libs/AAEncode.php class AAEncode (line 12) | class AAEncode method charCodeAt (line 14) | function charCodeAt($str, $index) method uchr (line 25) | function uchr($codes) method aaEncode (line 37) | function aaEncode($javascript) FILE: libs/Cache/Cache.php class Cache (line 10) | abstract class Cache method putCache (line 12) | abstract public function putCache(string $name, $value, int $timeout); method getCache (line 13) | abstract public function getCache(string $name); method hasCache (line 14) | abstract public function hasCache(string $name):bool; method clearCache (line 15) | abstract public function clearCache(string $name); FILE: libs/Cache/CacheManager.php class CacheManager (line 20) | class CacheManager method __construct (line 26) | public function __construct() method __call (line 41) | public function __call($name, $arguments) method __callStatic (line 46) | public static function __callStatic($name, $arguments) FILE: libs/Cache/FileCache.php class FileCache (line 19) | class FileCache extends Cache method __construct (line 23) | public function __construct() method putCache (line 34) | public function putCache(string $name, $value, int $timeout) method getCache (line 39) | public function getCache(string $name) method hasCache (line 45) | public function hasCache(string $name): bool method clearCache (line 50) | public function clearCache(string $name = null) FILE: libs/Cache/RedisCache.php class RedisCache (line 13) | class RedisCache extends Cache method __construct (line 21) | public function __construct() method getConnect (line 29) | private function getConnect(): \Redis method putCache (line 41) | public function putCache(string $name, $value, int $timeout) method getCache (line 47) | public function getCache(string $name) method hasCache (line 53) | public function hasCache(string $name): bool method clearCache (line 58) | public function clearCache(string $name = null): int FILE: libs/EncryptTool.php class EncryptTool (line 12) | class EncryptTool method encrypt (line 24) | public static function encrypt($key, $plaintext): string method decrypt (line 60) | static function decrypt($key, $cypherText) method createEncryptDataForURLSafe (line 87) | public static function createEncryptDataForURLSafe(array $data): string method parseEncryptDataForURLSafe (line 97) | public static function parseEncryptDataForURLSafe($data) method initGuestPass (line 108) | public static function initGuestPass() method getGuestPass (line 114) | public static function getGuestPass() FILE: libs/Languages.php class Languages (line 12) | class Languages method setConfig (line 18) | public static function setConfig(array $data = []) method setLocale (line 24) | public static function setLocale(string $lang) method trans (line 29) | public static function trans(string $name, array $_vars = []) FILE: libs/Redirects/BanChinaBrowser.php class BanChinaBrowser (line 12) | class BanChinaBrowser extends Handler method getHandlerName (line 59) | function getHandlerName(): string method requireAuthorize (line 64) | function requireAuthorize(): bool method isAuthorize (line 69) | function isAuthorize(): bool method showPage (line 82) | function showPage(): bool FILE: libs/Redirects/ChinaOnlyHandler.php class ChinaOnlyHandler (line 14) | class ChinaOnlyHandler extends Handler method getHandlerName (line 16) | function getHandlerName(): string method requireAuthorize (line 21) | function requireAuthorize(): bool method isAuthorize (line 26) | function isAuthorize(): bool method showPage (line 35) | function showPage(): bool FILE: libs/Redirects/DynamicHandler.php class DynamicHandler (line 17) | class DynamicHandler extends Handler method getHandlerName (line 19) | function getHandlerName(): string method requireAuthorize (line 24) | function requireAuthorize(): bool method isAuthorize (line 29) | function isAuthorize(): bool method showPage (line 34) | function showPage(): bool FILE: libs/Redirects/EncryptHandler.php class EncryptHandler (line 14) | class EncryptHandler extends Handler method isAuthorize (line 18) | function isAuthorize(): bool method showPage (line 23) | function showPage(): bool method getHandlerName (line 54) | function getHandlerName(): string method requireAuthorize (line 59) | function requireAuthorize(): bool FILE: libs/Redirects/FakePageHandler.php class FakePageHandler (line 18) | class FakePageHandler extends Handler method getHandlerName (line 21) | function getHandlerName(): string method requireAuthorize (line 26) | function requireAuthorize(): bool method isAuthorize (line 31) | function isAuthorize(): bool method showPage (line 36) | function showPage(): bool method exceptionPage (line 45) | public function exceptionPage(): bool FILE: libs/Redirects/Handler.php class Handler (line 18) | abstract class Handler method __construct (line 30) | public function __construct(array $data, RedirectRequest $request) method getHandlerName (line 36) | abstract function getHandlerName(): string; method requireAuthorize (line 42) | abstract function requireAuthorize(): bool; method isAuthorize (line 48) | abstract function isAuthorize(): bool; method showPage (line 54) | abstract function showPage(): bool; method done (line 60) | public function done() method exceptionPage (line 69) | public function exceptionPage() :bool method notify (line 81) | function notify(string $event, RedirectRequest $request): bool FILE: libs/Redirects/MessageException.php class MessageException (line 12) | class MessageException extends \RuntimeException FILE: libs/Redirects/MobileOnlyHandler.php class MobileOnlyHandler (line 14) | class MobileOnlyHandler extends Handler method getHandlerName (line 16) | function getHandlerName(): string method requireAuthorize (line 21) | function requireAuthorize(): bool method isAuthorize (line 26) | function isAuthorize(): bool method showPage (line 46) | function showPage(): bool FILE: libs/Redirects/NonChinaOnlyHandler.php class NonChinaOnlyHandler (line 14) | class NonChinaOnlyHandler extends Handler method getHandlerName (line 16) | function getHandlerName(): string method requireAuthorize (line 21) | function requireAuthorize(): bool method isAuthorize (line 26) | function isAuthorize(): bool method showPage (line 35) | function showPage(): bool FILE: libs/Redirects/NormalHandler.php class NormalHandler (line 12) | class NormalHandler extends Handler method getHandlerName (line 14) | function getHandlerName(): string method requireAuthorize (line 19) | function requireAuthorize(): bool method isAuthorize (line 24) | function isAuthorize(): bool method showPage (line 29) | function showPage(): bool FILE: libs/Redirects/OnceHandler.php class OnceHandler (line 14) | class OnceHandler extends Handler method getHandlerName (line 16) | function getHandlerName(): string method requireAuthorize (line 21) | function requireAuthorize(): bool method isAuthorize (line 26) | function isAuthorize(): bool method showPage (line 31) | function showPage(): bool method done (line 36) | public function done() FILE: libs/Redirects/PCOnlyHandler.php class PCOnlyHandler (line 14) | class PCOnlyHandler extends Handler method getHandlerName (line 16) | function getHandlerName(): string method requireAuthorize (line 21) | function requireAuthorize(): bool method isAuthorize (line 26) | function isAuthorize(): bool method showPage (line 45) | function showPage(): bool FILE: libs/Redirects/PasswordHandler.php class PasswordHandler (line 12) | class PasswordHandler extends Handler method getHandlerName (line 14) | function getHandlerName(): string method isAuthorize (line 19) | function isAuthorize(): bool method showPage (line 30) | function showPage(): bool method requireAuthorize (line 35) | function requireAuthorize(): bool FILE: libs/Redirects/RedirectRequest.php class RedirectRequest (line 19) | class RedirectRequest method __construct (line 36) | public function __construct(string $url, array $encryptTypes, string $... method makeHandler (line 62) | function makeHandler(string $class): Handler method hasTypes (line 73) | public function hasTypes(string $name): bool method notify (line 78) | protected function notify($event): bool method handle (line 90) | public function handle() method getClientIP (line 119) | public function getClientIP(): string method getClient (line 129) | public function getClient() FILE: libs/Redirects/UserClient.php type UserClient (line 12) | interface UserClient method appVersion (line 15) | public function appVersion(); method appName (line 16) | public function appName(); method platform (line 17) | public function platform(); method outerWidth (line 18) | public function outerWidth(); method outerHeight (line 19) | public function outerHeight(); FILE: libs/Redirects/WhisperHandler.php class WhisperHandler (line 12) | class WhisperHandler extends Handler method getHandlerName (line 14) | function getHandlerName(): string method requireAuthorize (line 19) | function requireAuthorize(): bool method isAuthorize (line 24) | function isAuthorize(): bool method showPage (line 29) | function showPage(): bool FILE: libs/ShortURL.php class ShortURL (line 12) | class ShortURL method getRandStr (line 15) | public function getRandStr($len) method urlHash (line 29) | public function urlHash() method urlToHash (line 48) | public function urlToHash($url, $encrypt_type, $extent) method hashToUrl (line 63) | public function hashToUrl($hash) method removeHash (line 77) | public function removeHash(string $hash) method urlToShort (line 92) | public function urlToShort($url, $encrypt_type = 'encrypt', $extent = '') method addUrlRecord (line 108) | public function addUrlRecord($url) method getUrlRecord (line 122) | function getUrlRecord($url = false) method cleanUrlRecord (line 141) | function cleanUrlRecord($url = false) method addUrlRecordHistory (line 163) | function addUrlRecordHistory($url) method getUrlRecordHistory (line 177) | function getUrlRecordHistory() FILE: static/basic.js function encryptUTF8 (line 1) | function encryptUTF8(key, plaintext) { function decryptUTF8 (line 23) | function decryptUTF8(key, cyphertext) {