SYMBOL INDEX (655 symbols across 48 files) FILE: app/ext/AltoRouter.php class AltoRouter (line 12) | class AltoRouter method __construct (line 50) | public function __construct(array $routes = [], $basePath = '', array ... method SearchRoute (line 58) | public function SearchRoute() method getRoutes (line 71) | public function getRoutes() method addRoutes (line 88) | public function addRoutes($routes) method setBasePath (line 103) | public function setBasePath($basePath) method addMatchTypes (line 113) | public function addMatchTypes(array $matchTypes) method map (line 127) | public function map($method, $route, $target, $name = null) method generate (line 152) | public function generate($routeName, array $params = []) method match (line 196) | public function match($requestUrl = null, $requestMethod = null) method compileRoute (line 276) | protected function compileRoute($route) FILE: app/ext/Auth.php class Auth (line 13) | class Auth { method __construct (line 89) | function __construct( $General, $Db ) { method checkTokenCol (line 131) | protected function checkTokenCol() method cookieEnabled (line 146) | protected function cookieEnabled() : bool method getUserToken (line 154) | public function getUserToken( string $token ) method authByCookie (line 167) | public function authByCookie() method clearOldTokens (line 197) | public function clearOldTokens() method generateToken (line 207) | public function generateToken() method setUserToken (line 222) | protected function setUserToken( string $token, int $steamid64 ) method delToken (line 248) | public function delToken( string $steam ) method get_admins_list (line 260) | public function get_admins_list() { method get_count_admins (line 271) | public function get_count_admins() { method check_session_admin (line 280) | public function check_session_admin() { method check_session (line 297) | public function check_session() { method authorization_no_steam (line 308) | public function authorization_no_steam() { method get_authorization_sidebar_data (line 352) | public function get_authorization_sidebar_data() { FILE: app/ext/Db.php class Db (line 14) | class Db { method __construct (line 111) | public function __construct() { method get_db_options (line 240) | private function get_db_options() { method change_db (line 254) | public function change_db( $mod, $host, $user, $pass, $db_name, $table... method get_new_connect (line 301) | private function get_new_connect($mod, $user_id, $db_id) method inquiry (line 327) | public function inquiry( $mod, $user_id, $db_id, $sql, $params ) method query (line 363) | public function query( $mod, $user_id = 0, $db_id = 0, $sql = null, $p... method queryNum (line 382) | public function queryNum( $mod, $user_id = 0, $db_id = 0, $sql = null,... method queryAll (line 402) | public function queryAll( $mod, $user_id = 0, $db_id = 0, $sql = null,... method query_all_key_pair (line 422) | public function query_all_key_pair( $mod, $user_id = 0, $db_id = 0, $s... method queryColumn (line 442) | public function queryColumn( $mod, $user_id = 0, $db_id = 0, $sql = nu... method queryOneColumn (line 462) | public function queryOneColumn( $mod, $user_id = 0, $db_id = 0, $sql =... method mysql_column_search (line 482) | public function mysql_column_search( $mod, $user_id = 0, $db_id = 0, $... method mysql_table_search (line 502) | public function mysql_table_search( $mod, $user_id = 0, $db_id = 0, $t... method lastInsertId (line 522) | public function lastInsertId( $mod, $user_id = 0, $db_id = 0 ) method __destruct (line 536) | public function __destruct() { FILE: app/ext/ErrorsHandler.php class ErrorsHandler (line 5) | class ErrorsHandler method fatal_handler (line 7) | public static function fatal_handler() method return_error (line 16) | protected static function return_error( array $errors ) method error_handler (line 22) | public static function error_handler( $error_level, $error_message, $e... method setErrors (line 57) | public function setErrors() FILE: app/ext/General.php class General (line 13) | class General { method __construct (line 52) | function __construct( $Db ) { method get_default_url_section (line 97) | public function get_default_url_section( $section, $default, $arr_true... method getAvatar (line 112) | public function getAvatar( $profile, $type ) method checkAvatar (line 145) | public function checkAvatar( $profile, $type ) { method checkName (line 170) | public function checkName( $profile ) method sendNote (line 183) | public function sendNote($text, $status, $time = 4.5) method get_default_options (line 199) | public function get_default_options() { method get_server_list (line 209) | public function get_server_list() { method get_icon (line 224) | function get_icon( $group, $name, $category = null ) { method get_js_relevance_avatar (line 238) | function get_js_relevance_avatar( $id, $type = 1 ) { method get_client_ip_cdn (line 252) | public function get_client_ip_cdn() method online_stats (line 260) | public function online_stats() FILE: app/ext/Graphics.php class Graphics (line 13) | class Graphics { method __construct (line 69) | function __construct( $Translate, $General, $Modules, $Db, $Auth, $Not... method get_css_background_image (line 141) | public function get_css_background_image() { method get_css_sidebar_toggle (line 154) | public function get_css_sidebar_toggle() { method get_css_sidebar_blur (line 167) | public function get_css_sidebar_blur() { method get_css_blocks_blur (line 182) | public function get_css_blocks_blur() { method get_css_graphics_container (line 200) | public function get_css_graphics_container() { method get_css_color_palette (line 217) | public function get_css_color_palette() { FILE: app/ext/LightOpenID.php class LightOpenID (line 14) | class LightOpenID method __construct (line 44) | function __construct($host, $proxy = null) method __isset (line 59) | function __isset($name) method __set (line 64) | function __set($name, $value) method __get (line 96) | function __get($name) method set_proxy (line 112) | function set_proxy($proxy) method hostExists (line 144) | function hostExists($url) method set_realm (line 159) | protected function set_realm($uri) method get_realm_protocol (line 175) | protected function get_realm_protocol() method request_curl (line 190) | protected function request_curl($url, $method='GET', $params=array(), ... method parse_header_array (line 290) | protected function parse_header_array($array, $update_claimed_id) method request_streams (line 320) | protected function request_streams($url, $method='GET', $params=array(... method request (line 457) | protected function request($url, $method='GET', $params=array(), $upda... method proxy_url (line 484) | protected function proxy_url() method build_url (line 505) | protected function build_url($url, $parts) method htmlTag (line 528) | protected function htmlTag($content, $tag, $attrName, $attrValue, $val... method discover (line 543) | function discover($url) method is_allowed_type (line 682) | protected function is_allowed_type($content_type) { method get_provider_name (line 703) | protected function get_provider_name($provider_url) { method sregParams (line 720) | protected function sregParams() method axParams (line 747) | protected function axParams() method authUrl_v1 (line 786) | protected function authUrl_v1($immediate) method authUrl_v2 (line 807) | protected function authUrl_v2($immediate) method authUrl (line 854) | function authUrl($immediate = false) method validate (line 870) | function validate() method getAxAttributes (line 932) | protected function getAxAttributes() method getSregAttributes (line 978) | protected function getSregAttributes() method getAttributes (line 1006) | function getAttributes() method getOAuthRequestToken (line 1029) | function getOAuthRequestToken() method getNamespaceAlias (line 1043) | private function getNamespaceAlias($namespace, $hint = null) method getItem (line 1072) | private function getItem($id) FILE: app/ext/Modules.php class Modules (line 13) | class Modules { method __construct (line 156) | function __construct( $General, $Translate, $Notifications, $Router ) { method get_cache_template_modules (line 232) | public function get_cache_template_modules() method get_template_modules (line 239) | public function get_template_modules() method get_templates_init (line 266) | public function get_templates_init() method AddRoutes (line 288) | public function AddRoutes() method get_actual_library (line 304) | public function get_actual_library() { method check_actual_templates (line 319) | public function check_actual_templates() method check_actual_modules_list (line 375) | public function check_actual_modules_list() { method action_clear_style_cache (line 499) | function action_clear_style_cache() { method check_copy (line 513) | private function check_copy() method get_module_init (line 527) | public function get_module_init() { method get_module_cache (line 605) | public function get_module_cache( $module ) { method set_module_cache (line 623) | public function set_module_cache( $module, $data ) { method get_arr_modules (line 635) | public function get_arr_modules() { method check_generated_style (line 666) | public function check_generated_style() { method check_generated_js (line 744) | public function check_generated_js() { method set_sidebar_select (line 802) | public function set_sidebar_select( $module_id, $array ) { method set_user_info_text (line 818) | public function set_user_info_text( $text ) { method set_page_title (line 829) | public function set_page_title( $text ) { method get_page_title (line 840) | public function get_page_title() { method set_page_description (line 851) | public function set_page_description( $text ) { method get_page_description (line 862) | public function get_page_description() { method set_page_image (line 873) | public function set_page_image( $text ) { method get_page_image (line 884) | public function get_page_image() { method action_css_compress (line 901) | public function action_css_compress( $files = [] ) { method action_js_compress (line 924) | public function action_js_compress( $files = [] ) { method action_time_exchange (line 943) | function action_time_exchange( $seconds, $type = 0 ) { method get_balance (line 969) | public function get_balance() FILE: app/ext/Notifications.php class Notifications (line 13) | class Notifications { method __construct (line 19) | function __construct( $Translate, $Db ) { method SendNotification (line 43) | public function SendNotification( $steam, $text, $values_insert, $url,... method NotificationsRender (line 63) | public function NotificationsRender() { method NotificationsEach (line 120) | public function NotificationsEach( $view ) { method NotificationUpdate (line 154) | public function NotificationUpdate($id) { method NotificationDelete (line 162) | public function NotificationDelete() { method GetAllNotifications (line 170) | public function GetAllNotifications() { method MarkAllNotifications (line 179) | public function MarkAllNotifications() { method debuggg (line 184) | public function debuggg(){ FILE: app/ext/Pdox.php class Pdox (line 18) | class Pdox implements PdoxInterface method __construct (line 87) | public function __construct($name, $user, $bd) method table (line 118) | public function table($table) method select (line 146) | public function select($fields) method max (line 160) | public function max($field, $name = null) method min (line 174) | public function min($field, $name = null) method sum (line 188) | public function sum($field, $name = null) method count (line 202) | public function count($field, $name = null) method avg (line 216) | public function avg($field, $name = null) method join (line 233) | public function join($table, $field1 = null, $op = null, $field2 = nul... method innerJoin (line 257) | public function innerJoin($table, $field1, $op = '', $field2 = '') method leftJoin (line 272) | public function leftJoin($table, $field1, $op = '', $field2 = '') method rightJoin (line 287) | public function rightJoin($table, $field1, $op = '', $field2 = '') method fullOuterJoin (line 302) | public function fullOuterJoin($table, $field1, $op = '', $field2 = '') method leftOuterJoin (line 317) | public function leftOuterJoin($table, $field1, $op = '', $field2 = '') method rightOuterJoin (line 332) | public function rightOuterJoin($table, $field1, $op = '', $field2 = '') method where (line 348) | public function where($where, $op = null, $val = null, $type = '', $an... method orWhere (line 396) | public function orWhere($where, $op = null, $val = null) method notWhere (line 410) | public function notWhere($where, $op = null, $val = null) method orNotWhere (line 424) | public function orNotWhere($where, $op = null, $val = null) method whereNull (line 436) | public function whereNull($where) method whereNotNull (line 451) | public function whereNotNull($where) method grouped (line 466) | public function grouped(Closure $obj) method in (line 483) | public function in($field, array $keys, $type = '', $andOr = 'AND') method notIn (line 511) | public function notIn($field, array $keys) method orIn (line 524) | public function orIn($field, array $keys) method orNotIn (line 537) | public function orNotIn($field, array $keys) method between (line 553) | public function between($field, $value1, $value2, $type = '', $andOr =... method getQueryLast (line 568) | public function getQueryLast() { method Translate (line 577) | public function Translate($str) { method notBetween (line 591) | public function notBetween($field, $value1, $value2) method orBetween (line 605) | public function orBetween($field, $value1, $value2) method orNotBetween (line 619) | public function orNotBetween($field, $value1, $value2) method like (line 634) | public function like($field, $data, $type = '', $andOr = 'AND') method orLike (line 658) | public function orLike($field, $data) method notLike (line 671) | public function notLike($field, $data) method orNotLike (line 684) | public function orNotLike($field, $data) method limit (line 697) | public function limit($limit, $limitEnd = null) method offset (line 711) | public function offset($offset) method pagination (line 724) | public function pagination($perPage, $page) method orderBy (line 738) | public function orderBy($orderBy, $orderDir = null) method groupBy (line 771) | public function groupBy($groupBy) method having (line 785) | public function having($field, $op = null, $val = null) method numRows (line 808) | public function numRows() method insertId (line 816) | public function insertId() method error (line 824) | public function error() method get (line 843) | public function get($type = null, $argument = null) method getAll (line 861) | public function getAll($type = null, $argument = null) method insert (line 906) | public function insert(array $data, $type = false) method update (line 943) | public function update(array $data, $type = false) method delete (line 977) | public function delete($type = false) method analyze (line 1007) | public function analyze() method check (line 1015) | public function check() method checksum (line 1023) | public function checksum() method optimize (line 1031) | public function optimize() method repair (line 1039) | public function repair() method transaction (line 1047) | public function transaction() method commit (line 1060) | public function commit() method rollBack (line 1072) | public function rollBack() method exec (line 1085) | public function exec() method fetch (line 1107) | public function fetch($type = null, $argument = null, $all = false) method fetchAll (line 1137) | public function fetchAll($type = null, $argument = null) method query (line 1150) | public function query($query, $all = true, $type = null, $argument = n... method escape (line 1227) | public function escape($data) method cache (line 1237) | public function cache($time) method queryCount (line 1247) | public function queryCount() method getQuery (line 1255) | public function getQuery() method __destruct (line 1263) | public function __destruct() method reset (line 1271) | protected function reset() method getFetchType (line 1296) | protected function getFetchType($type) FILE: app/ext/PdoxInterface.php type PdoxInterface (line 5) | interface PdoxInterface method get (line 13) | public function get($type = null, $argument = null); method getAll (line 21) | public function getAll($type = null, $argument = null); method update (line 29) | public function update(array $data, $type = false); method insert (line 37) | public function insert(array $data, $type = false); method delete (line 44) | public function delete($type = false); FILE: app/ext/Translate.php class Translate (line 13) | class Translate { method __construct (line 38) | function __construct() { method create_translator_cache (line 56) | public function create_translator_cache() { method translate (line 105) | public function translate($module_id, $phrase, $values = []) method get_translate_phrase (line 128) | public function get_translate_phrase( $phrase, $group = '' ) { method get_translate_module_phrase (line 156) | public function get_translate_module_phrase( $module_id, $phrase ) { method get_arr_translate_module (line 173) | public function get_arr_translate_module( $module_id ) { method get_arr_languages (line 184) | public function get_arr_languages() { FILE: app/includes/functions.php function file_get_contents_fix (line 20) | function file_get_contents_fix( $file ) { function header_fix (line 31) | function header_fix( $url ) { function refresh (line 48) | function refresh() { function empty_check_out (line 63) | function empty_check_out( $i, $d = 0, $a = 0 ) { function var_export_min (line 78) | function var_export_min($var, $return = true) { function var_export_opt (line 101) | function var_export_opt( $var, $return = true ) { function get_section (line 115) | function get_section( $section, $default ) { function get_arr_size (line 128) | function get_arr_size( $arr ) { function get_url (line 142) | function get_url( $type ) { function set_url_section (line 165) | function set_url_section( $url, $command, $change ) { function get_iframe (line 188) | function get_iframe( $code, $description, $die = true ) { function action_text_trim (line 203) | function action_text_trim( $text, $max = 18 ) function GetCharBytes (line 225) | function GetCharBytes($symbol) function action_text_clear (line 247) | function action_text_clear($text) function action_text_clear_characters (line 261) | function action_text_clear_characters( $text ) { function action_int_percent_of_all (line 275) | function action_int_percent_of_all( $int = 0, $all = 0 ) { function action_text_clear_before_slash (line 293) | function action_text_clear_before_slash( $text ) { function check_duplicate_files (line 307) | function check_duplicate_files( $file, $file_2 ) { function con_steam32to64 (line 320) | function con_steam32to64( $id ) { function con_steam32to3_int (line 340) | function con_steam32to3_int( $steamid32 ) { function con_steam64to3_int (line 358) | function con_steam64to3_int( $steamid64 ) { function con_steam3to64_int (line 375) | function con_steam3to64_int( $steamid3 ) { function con_steam3to32_int (line 395) | function con_steam3to32_int( $steamid3, $else = 0 ) { function con_steam64to32 (line 416) | function con_steam64to32( $steamid64 ) { function LangValReplace (line 449) | function LangValReplace( $phares, $values=[] ) { function action_array_keep_keys (line 469) | function action_array_keep_keys( $array, $keys ) { function substr_unicode (line 491) | function substr_unicode( $str, $s, $l = null ) { function dirToArray (line 504) | function dirToArray($dir) { FILE: app/modules/disabled/module_block_snow/assets/js/1.js function k (line 11) | function k(a,d){isNaN(d)&&(d=0);return Math.random()*a+d} function x (line 11) | function x(){g.setTimeout(function(){a.start(!0)},20);a.events.remove(m?... function y (line 11) | function y(){(!a.excludeMobile||!D)&&x();a.events.remove(g,"load",y)} function c (line 13) | function c(b){g.setTimeout(b,1E3/(a.animationInterval||20))} function d (line 13) | function d(a){return void 0!==h.style[a]?a:null} function a (line 15) | function a(c){c=b.call(c);var d=c.length;e?(c[1]="on"+c[1],31?(B=1,i(),setTimeout(j,t.throttle)):B=0} function k (line 2) | function k(a){z.length&&(a&&"scroll"===a.type&&a.currentTarget===b&&A>=f... function l (line 2) | function l(){v.lazyLoadXT()} function m (line 2) | function m(){i(!0)} function action_sidebar (line 93) | function action_sidebar() { function action_treeview (line 117) | function action_treeview() { function set_options_data (line 127) | function set_options_data(data_id,change_data) { function set_options_data_select (line 136) | function set_options_data_select( name, value ) { function change_background_image (line 159) | function change_background_image( value ) { function SaveInStorage (line 167) | function SaveInStorage(key, value) { function LoadFromStorage (line 173) | function LoadFromStorage(key) { function PlaySound (line 185) | function PlaySound(src) { function main_notifications_icon_adjust (line 190) | function main_notifications_icon_adjust(count,$html){ function main_notifications_refresh (line 205) | function main_notifications_refresh(){ function main_notifications_load (line 237) | function main_notifications_load(){ function main_notifications_chek (line 249) | function main_notifications_chek(id){ function IsJsonString (line 265) | function IsJsonString(str) { function updateURL (line 293) | function updateURL(text) {