SYMBOL INDEX (387 symbols across 32 files) FILE: controller/AdminController.php class AdminController (line 3) | class AdminController{ method __construct (line 33) | function __construct(){ method login (line 36) | function login(){ method logout (line 44) | function logout(){ method settings (line 49) | function settings(){ method offline (line 83) | function offline(){ method cache_exists (line 100) | function cache_exists($cache_type){ method cache (line 114) | function cache(){ method images (line 125) | function images(){ method show (line 137) | function show(){ method setpass (line 158) | function setpass(){ method install (line 174) | function install(){ method install_0 (line 188) | function install_0(){ method install_1 (line 198) | function install_1(){ method install_2 (line 222) | function install_2(){ method install_3 (line 226) | function install_3(){ FILE: controller/CommonController.php class CommonController (line 3) | class CommonController{ method __construct (line 5) | function __construct(){ method offline (line 8) | function offline(){ method search (line 18) | function search(){ method create_folder (line 39) | function create_folder(){ method rename (line 59) | function rename(){ method deleteitems (line 73) | function deleteitems(){ method upload_url (line 86) | function upload_url(){ method onlinefileupload (line 115) | function onlinefileupload() method uploadcondition (line 154) | function uploadcondition($file){ method paste (line 166) | function paste(){ method cut (line 187) | function cut($cutitems,$url){ method copy (line 194) | function copy($copyitems,$url){ method url2path (line 201) | function url2path($url){ method url2id (line 219) | function url2id($url){ FILE: controller/ImagesController.php class ImagesController (line 3) | class ImagesController{ method generateRandomString (line 4) | function generateRandomString($length) { method index (line 13) | function index(){ method is_image (line 32) | function is_image($file){ FILE: controller/IndexController.php class IndexController (line 2) | class IndexController{ method __construct (line 9) | function __construct(){ method index (line 22) | function index(){ method is_password (line 40) | function is_password(){ method password (line 59) | function password($password){ method file (line 70) | function file(){ method dir (line 87) | function dir(){ method show (line 167) | function show($item){ method thumbnail (line 190) | function thumbnail($item){ method items (line 204) | function items($path, $fetch=false){ method navs (line 211) | function navs(){ method get_content (line 227) | static function get_content($item){ method is404 (line 240) | function is404(){ method __destruct (line 250) | function __destruct(){ FILE: controller/UploadController.php class UploadController (line 3) | class UploadController{ method index (line 6) | function index(){ method scan_dir (line 38) | private function scan_dir($localpath, $remotepath){ method add_task (line 54) | private function add_task($localfile, $remotefile){ method run (line 71) | function run(){ method task_request (line 101) | private function task_request($remotepath=''){ method task (line 112) | function task($remotepath=null){ method upload_large_file (line 134) | function upload_large_file($task){ FILE: init.php function i_autoload (line 8) | function i_autoload($className) { function config (line 27) | function config($key) { function db (line 74) | function db($table) { function view (line 80) | function view($file, $set = null) { function _ (line 86) | function _($str) { function e (line 92) | function e($str) { function str_is (line 98) | function str_is($pattern, $value) function get_domain (line 122) | function get_domain($url=null) function get_absolute_path (line 131) | function get_absolute_path($path) { function is_login (line 146) | function is_login(){ FILE: lib/Parsedown.php class Parsedown (line 16) | class Parsedown method text (line 24) | function text($text) method setBreaksEnabled (line 51) | function setBreaksEnabled($breaksEnabled) method setMarkupEscaped (line 60) | function setMarkupEscaped($markupEscaped) method setUrlsLinked (line 69) | function setUrlsLinked($urlsLinked) method setSafeMode (line 78) | function setSafeMode($safeMode) method lines (line 144) | protected function lines(array $lines) method isBlockContinuable (line 307) | protected function isBlockContinuable($Type) method isBlockCompletable (line 312) | protected function isBlockCompletable($Type) method blockCode (line 320) | protected function blockCode($Line, $Block = null) method blockCodeContinue (line 346) | protected function blockCodeContinue($Line, $Block) method blockCodeComplete (line 367) | protected function blockCodeComplete($Block) method blockComment (line 379) | protected function blockComment($Line) method blockCommentContinue (line 401) | protected function blockCommentContinue($Line, array $Block) method blockFencedCode (line 421) | protected function blockFencedCode($Line) method blockFencedCodeContinue (line 452) | protected function blockFencedCodeContinue($Line, $Block) method blockFencedCodeComplete (line 480) | protected function blockFencedCodeComplete($Block) method blockHeader (line 492) | protected function blockHeader($Line) method blockList (line 525) | protected function blockList($Line) method blockListContinue (line 564) | protected function blockListContinue($Line, array $Block) method blockListComplete (line 622) | protected function blockListComplete(array $Block) method blockQuote (line 641) | protected function blockQuote($Line) method blockQuoteContinue (line 657) | protected function blockQuoteContinue($Line, array $Block) method blockRule (line 684) | protected function blockRule($Line) method blockSetextHeader (line 701) | protected function blockSetextHeader($Line, array $Block = null) method blockMarkup (line 719) | protected function blockMarkup($Line) method blockMarkupContinue (line 771) | protected function blockMarkupContinue($Line, array $Block) method blockReference (line 810) | protected function blockReference($Line) method blockTable (line 839) | protected function blockTable($Line, array $Block = null) method blockTableContinue (line 946) | protected function blockTableContinue($Line, array $Block) method paragraph (line 1000) | protected function paragraph($Line) method line (line 1040) | public function line($text, $nonNestables=array()) method inlineCode (line 1124) | protected function inlineCode($Excerpt) method inlineEmailTag (line 1143) | protected function inlineEmailTag($Excerpt) method inlineEmphasis (line 1167) | protected function inlineEmphasis($Excerpt) method inlineEscapeSequence (line 1199) | protected function inlineEscapeSequence($Excerpt) method inlineImage (line 1210) | protected function inlineImage($Excerpt) method inlineLink (line 1244) | protected function inlineLink($Excerpt) method inlineMarkup (line 1316) | protected function inlineMarkup($Excerpt) method inlineSpecialCharacter (line 1348) | protected function inlineSpecialCharacter($Excerpt) method inlineStrikethrough (line 1369) | protected function inlineStrikethrough($Excerpt) method inlineUrl (line 1389) | protected function inlineUrl($Excerpt) method inlineUrlTag (line 1416) | protected function inlineUrlTag($Excerpt) method unmarkedText (line 1437) | protected function unmarkedText($text) method element (line 1456) | protected function element(array $Element) method elements (line 1506) | protected function elements(array $Elements) method li (line 1522) | protected function li($lines) method parse (line 1545) | function parse($text) method sanitiseElement (line 1552) | protected function sanitiseElement(array $Element) method filterUnsafeUrlInAttribute (line 1585) | protected function filterUnsafeUrlInAttribute(array $Element, $attribute) method escape (line 1604) | protected static function escape($text, $allowQuotes = false) method striAtStart (line 1609) | protected static function striAtStart($string, $needle) method instance (line 1623) | static function instance($name = 'default') FILE: lib/cache.php class cache (line 4) | class cache{ method c (line 9) | protected static function c(){ method get (line 27) | static function get($key, $default=null, $expire=99999999){ method set (line 42) | static function set($key, $value, $expire=99999999){ method clear (line 47) | static function clear(){ method del (line 52) | static function del($key){ method has (line 57) | static function has($key){ method pull (line 65) | static function pull($key){ FILE: lib/cache/filecache_.php class filecache_ (line 2) | class filecache_{ method __construct (line 5) | function __construct($cache_path= null){ method get (line 12) | function get($key){ method set (line 22) | function set($key, $value=null, $expire=99999999){ method clear (line 29) | function clear(){ FILE: lib/cache/memcache_.php class memcache_ (line 2) | class memcache_{ method __construct (line 5) | function __construct($config = null){ method get (line 14) | function get($key){ method set (line 23) | function set($key, $value=null, $expire=99999999){ method clear (line 29) | function clear(){ FILE: lib/cache/redis_.php class redis_ (line 2) | class redis_{ method __construct (line 5) | function __construct($config = null){ method get (line 14) | function get($key){ method set (line 21) | function set($key, $value=null, $expire=600){ method clear (line 31) | function clear(){ FILE: lib/cache/secache_.php class secache_ (line 2) | class secache_{ method __construct (line 6) | function __construct($config=null){ method get (line 24) | function get($key){ method set (line 33) | function set($key, $value=null, $expire=99999999){ method clear (line 40) | function clear(){ class secache (line 45) | class secache{ method workat (line 61) | function workat($file){ method create (line 105) | function create(){ method _puts (line 111) | function _puts($offset,$data){ method _seek (line 119) | function _seek($offset){ method clear (line 122) | function clear(){ method fetch (line 125) | function fetch($key,&$return){ method lock (line 163) | function lock($is_block,$whatever=false){ method unlock (line 174) | function unlock(){ method delete (line 178) | function delete($key,$pos=false){ method store (line 197) | function store($key,$value){ method search (line 271) | function search($key,&$pos){ method _get_size_schema_id (line 274) | function _get_size_schema_id($size){ method _parse_str_size (line 282) | function _parse_str_size($str_size,$default){ method _format (line 312) | function _format($truncate=false){ method _get_node_root (line 346) | function _get_node_root($key){ method _set_node_root (line 352) | function _set_node_root($key,$value){ method _set_node (line 355) | function _set_node($pos,$key,$value){ method _get_pos_by_key (line 365) | function _get_pos_by_key($offset,$key,&$pos){ method _lru_delete (line 381) | function _lru_delete($info){ method _lru_push (line 394) | function _lru_push($schema_id,$offset){ method _get_node (line 412) | function _get_node($offset){ method _lru_pop (line 418) | function _lru_pop($schema_id){ method _dalloc (line 433) | function _dalloc($schema_id,$lru_freed=false){ method _get_dcur_pos (line 458) | function _get_dcur_pos(){ method _set_dcur_pos (line 463) | function _set_dcur_pos($pos){ method _free_dspace (line 466) | function _free_dspace($size,$pos){ method _dfollow (line 479) | function _dfollow($pos,&$c){ method _free_node (line 489) | function _free_node($pos){ method _alloc_idx (line 495) | function _alloc_idx($data){ method _create_node (line 509) | function _create_node($pos,$data){ method _set_schema (line 514) | function _set_schema($schema_id,$key,$value){ method _get_schema (line 518) | function _get_schema($id,$key){ method _all_schemas (line 526) | function _all_schemas(){ method schemaStatus (line 539) | function schemaStatus(){ method status (line 549) | function status(&$curBytes,&$totalBytes){ method trigger_error (line 565) | function trigger_error($errstr,$errno){ FILE: lib/fetch.php class fetch (line 2) | class fetch { method init (line 10) | public static function init($opt = array()) { method __callstatic (line 33) | public static function __callstatic($method, $args) { method bulid_request (line 56) | private static function bulid_request($request, $method = 'GET', $post... method bulid_ch (line 67) | private static function bulid_ch(&$request) { method response (line 106) | private static function response($raw, $ch) { method single_curl (line 117) | private static function single_curl($request) { method rolling_curl (line 128) | private static function rolling_curl($requests) { method bulid_request_header (line 193) | private static function bulid_request_header($headers, &$cookies) { method iconv (line 221) | public static function iconv(&$raw, $content_type) { method get_respone_cookies (line 232) | public static function get_respone_cookies($raw) { method cookies_arr2str (line 252) | public static function cookies_arr2str($arr) { FILE: lib/onedrive.php class onedrive (line 2) | class onedrive{ method authorize_url (line 14) | static function authorize_url(){ method authorize (line 28) | static function authorize($code = ""){ method get_token (line 42) | static function get_token($refresh_token){ method access_token (line 56) | static function access_token(){ method request (line 78) | static function request($path="/", $query=""){ method dir (line 89) | static function dir($path="/"){ method dir_next_page (line 107) | static function dir_next_page($request, &$items, $retry=0){ method search (line 136) | static function search($keyword){ method thumbnail (line 160) | static function thumbnail($path,$size='large'){ method share (line 168) | static function share($path){ method upload (line 178) | static function upload($path,$content){ method upload_url (line 186) | static function upload_url($path, $url){ method create_upload_session (line 200) | static function create_upload_session($path){ method upload_session (line 212) | static function upload_session($url, $file, $offset, $length=10240){ method upload_session_status (line 230) | static function upload_session_status($url){ method delete_upload_session (line 238) | static function delete_upload_session($url){ method file_content (line 246) | static function file_content($file, $offset, $length){ method human_filesize (line 253) | static function human_filesize($size, $precision = 1) { method urlencode (line 258) | static function urlencode($path){ method _filesize (line 267) | static function _filesize($path){ method create_folder (line 302) | public static function create_folder($path = '/', $name = '新建文件夹') method rename (line 332) | public static function rename($itemid, $name) method delete (line 358) | public static function delete($itemid = array()) method move (line 427) | public static function move($itemid = array(), $newitemid) method copy (line 504) | public static function copy($itemids=array(), $destitemid){ method path2id (line 520) | public static function path2id($path) method id2path (line 533) | public static function id2path($itemid) method detail (line 546) | public static function detail($itemid){ FILE: lib/oneindex.php class oneindex (line 2) | class oneindex{ method get_token (line 8) | static function get_token($refresh_token){ method refresh_cache (line 13) | static function refresh_cache($path){ method dir (line 30) | static function dir($path = '/'){ method file (line 44) | static function file($path){ method file_exists (line 55) | static function file_exists($path){ method get_content (line 63) | static function get_content($path){ method thumb (line 81) | static function thumb($path,$width=800,$height=800){ method download_url (line 96) | static function download_url($path){ method web_url (line 104) | static function web_url($path){ method direct_link (line 119) | static function direct_link($path){ method get_absolute_path (line 136) | static function get_absolute_path($path) { FILE: lib/route.php class route (line 2) | class route { method __callstatic (line 14) | public static function __callstatic($method, $args) { method init (line 47) | public static function init() { method auto (line 61) | public static function auto($controller_path) { method group (line 78) | public static function group($middleware, $callback){ method resource (line 93) | public static function resource($name, $controller) { method uri_match (line 103) | public static function uri_match($pattern, $uri) { method get_uri (line 129) | public static function get_uri() { FILE: lib/sqlite.php class sqlite (line 3) | class sqlite implements \Countable method __construct (line 15) | public function __construct($name, $filename = "data.sqlite3") method get (line 29) | public function get($key) method set (line 54) | public function set($key, $value) method delete (line 72) | public function delete($key) method deleteAll (line 86) | public function deleteAll() method count (line 96) | public function count() method createTable (line 106) | private function createTable() FILE: lib/view.php class view (line 3) | class view { method load (line 8) | static function load($file, $set = null) { method __construct (line 17) | public function __construct($file, $set = null) { method with (line 26) | public function with($name, $value = NULL) { method __toString (line 35) | public function __toString() { method show (line 60) | public function show() { method layout (line 65) | static function layout($file) { method section (line 71) | static function section($name) { method begin (line 79) | static function begin($name) { method end (line 84) | static function end() { method direct (line 89) | static function direct($loction) { method abort (line 94) | static function abort() { method to404 (line 99) | static function to404(){ FILE: one.php class one (line 8) | class one{ method cache_clear (line 9) | static function cache_clear(){ method cache_refresh (line 13) | static function cache_refresh(){ method token_refresh (line 17) | static function token_refresh(){ method upload_file (line 25) | static function upload_file($localfile, $remotefile=null){ method upload_folder (line 60) | static function upload_folder($localfolder, $remotefolder='/'){ method folder2upload (line 67) | static function folder2upload($localfolder, $remotefolder){ method upload_large_file (line 110) | static function upload_large_file($localfile, $remotepath){ FILE: statics/common/offline/js/aria2.js function get_error (line 27) | function get_error(result) { function default_error (line 36) | function default_error(result) { function main_alert (line 46) | function main_alert(_class, msg, timeout) { function bind_event (line 61) | function bind_event(dom) { function get_title (line 65) | function get_title(result) { function request_auth (line 92) | function request_auth(url) { function remove_auth (line 95) | function remove_auth(url) { FILE: statics/common/offline/js/jquery.Storage.js function wls (line 46) | function wls(n,v){var c;if(typeof n==="string"&&typeof v==="string"){loc... function wc (line 47) | function wc(n,v){var dt,e,c;dt=new Date();dt.setTime(dt.getTime()+315360... function rls (line 48) | function rls(n){return localStorage[n];} function rc (line 49) | function rc(n){var nn, ca, i, c;nn=n+"=";ca=document.cookie.split(';');f... function dls (line 50) | function dls(n){return delete localStorage[n];} function dc (line 51) | function dc(n){return wc(n,"",-1);} FILE: statics/common/offline/js/mustache.js function isWhitespace (line 57) | function isWhitespace(string) { function escapeHTML (line 92) | function escapeHTML(string) { function debug (line 102) | function debug(e, template, line, file) { function lookup (line 127) | function lookup(name, stack, defaultValue) { function renderSection (line 170) | function renderSection(name, stack, callback, inverted) { function parse (line 218) | function parse(template, options) { function _compile (line 471) | function _compile(template, options) { function clearCache (line 498) | function clearCache() { function compile (line 511) | function compile(template, options) { function render (line 532) | function render(template, view, partials) { FILE: statics/common/offline/js/peerid.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... function addAzStyle (line 150) | function addAzStyle (id, client, version) { function addShadowStyle (line 156) | function addShadowStyle (id, client, version) { function addMainlineStyle (line 162) | function addMainlineStyle (id, client) { function addSimpleClient (line 166) | function addSimpleClient (client, version, id, position) { function getAzStyleClientName (line 181) | function getAzStyleClientName (peerId) { function getShadowStyleClientName (line 185) | function getShadowStyleClientName (peerId) { function getMainlineStyleClientName (line 189) | function getMainlineStyleClientName (peerId) { function getSimpleClient (line 193) | function getSimpleClient (peerId) { function getAzStyleClientVersion (line 205) | function getAzStyleClientVersion (client, peerId) { function isDigit (line 588) | function isDigit (s) { function isLetter (line 593) | function isLetter (s) { function isAlphaNumeric (line 598) | function isAlphaNumeric (s) { function decodeNumericValueOfByte (line 602) | function decodeNumericValueOfByte (b, minDigits) { function Buffer (line 670) | function Buffer (subject, encoding, noZero) { function hexWrite (line 831) | function hexWrite (buf, string, offset, length) { function utf8Write (line 858) | function utf8Write (buf, string, offset, length) { function asciiWrite (line 863) | function asciiWrite (buf, string, offset, length) { function binaryWrite (line 868) | function binaryWrite (buf, string, offset, length) { function base64Write (line 872) | function base64Write (buf, string, offset, length) { function utf16leWrite (line 877) | function utf16leWrite (buf, string, offset, length) { function base64Slice (line 1033) | function base64Slice (buf, start, end) { function utf8Slice (line 1041) | function utf8Slice (buf, start, end) { function asciiSlice (line 1058) | function asciiSlice (buf, start, end) { function binarySlice (line 1068) | function binarySlice (buf, start, end) { function hexSlice (line 1072) | function hexSlice (buf, start, end) { function utf16leSlice (line 1085) | function utf16leSlice (buf, start, end) { function readUInt16 (line 1135) | function readUInt16 (buf, offset, littleEndian, noAssert) { function readUInt32 (line 1167) | function readUInt32 (buf, offset, littleEndian, noAssert) { function readInt16 (line 1224) | function readInt16 (buf, offset, littleEndian, noAssert) { function readInt32 (line 1251) | function readInt32 (buf, offset, littleEndian, noAssert) { function readFloat (line 1278) | function readFloat (buf, offset, littleEndian, noAssert) { function readDouble (line 1295) | function readDouble (buf, offset, littleEndian, noAssert) { function writeUInt16 (line 1326) | function writeUInt16 (buf, value, offset, littleEndian, noAssert) { function writeUInt32 (line 1355) | function writeUInt32 (buf, value, offset, littleEndian, noAssert) { function writeInt16 (line 1401) | function writeInt16 (buf, value, offset, littleEndian, noAssert) { function writeInt32 (line 1429) | function writeInt32 (buf, value, offset, littleEndian, noAssert) { function writeFloat (line 1457) | function writeFloat (buf, value, offset, littleEndian, noAssert) { function writeDouble (line 1482) | function writeDouble (buf, value, offset, littleEndian, noAssert) { function base64clean (line 1636) | function base64clean (str) { function stringtrim (line 1646) | function stringtrim (str) { function clamp (line 1652) | function clamp (index, len, defaultValue) { function coerce (line 1662) | function coerce (length) { function isArray (line 1670) | function isArray (subject) { function isArrayish (line 1676) | function isArrayish (subject) { function toHex (line 1682) | function toHex (n) { function utf8ToBytes (line 1687) | function utf8ToBytes (str) { function asciiToBytes (line 1705) | function asciiToBytes (str) { function utf16leToBytes (line 1714) | function utf16leToBytes (str) { function base64ToBytes (line 1728) | function base64ToBytes (str) { function blitBuffer (line 1732) | function blitBuffer (src, dst, offset, length) { function decodeUtf8Char (line 1741) | function decodeUtf8Char (str) { function verifuint (line 1754) | function verifuint (value, max) { function verifsint (line 1761) | function verifsint (value, max, min) { function verifIEEE754 (line 1768) | function verifIEEE754 (value, max, min) { function assert (line 1774) | function assert (test, message) { function decode (line 1794) | function decode (elt) { function b64ToByteArray (line 1810) | function b64ToByteArray (b64) { function uint8ToBase64 (line 1856) | function uint8ToBase64 (uint8) { FILE: statics/common/offline/js/yaaw-1.1.js function render (line 352) | function render(f) { FILE: statics/common/search/js/search.js function downall (line 26) | function downall() { function thumb (line 41) | function thumb(){ function copy (line 204) | function copy(){ function cut (line 210) | function cut(){ function onClickHander (line 216) | function onClickHander(){ function checkall (line 248) | function checkall(){ function getListDom (line 264) | function getListDom(item){ FILE: statics/themes/nexmoe/js/nexmoe.js function downall (line 26) | function downall() { function thumb (line 41) | function thumb(){ function onClickHander (line 284) | function onClickHander(){ function checkall (line 317) | function checkall(){ function submitForm (line 332) | function submitForm() { function submitRemoteFile (line 365) | function submitRemoteFile() { function showProgress (line 384) | function showProgress(url){ function getProgress (line 402) | function getProgress(url){ function updateProgress (line 421) | function updateProgress(width){ function getRemoteUrl (line 427) | function getRemoteUrl(){ function fileNameFromUrl (line 435) | function fileNameFromUrl(url) function copy (line 444) | function copy(){ function cut (line 451) | function cut(){ function paste (line 465) | function paste(){ function getCookie (line 555) | function getCookie(cname){ function getListDom (line 567) | function getListDom(item){ FILE: view/admin/cache.php function getPHPExecutableFromPath (line 3) | function getPHPExecutableFromPath() { FILE: view/common/search.php function file_ico (line 3) | function file_ico($item){ FILE: view/themes/material/list.php function file_ico (line 3) | function file_ico($item){ FILE: view/themes/material/show/code.php function code_type (line 3) | function code_type($ext){ FILE: view/themes/nexmoe/list.php function file_ico (line 3) | function file_ico($item){ FILE: view/themes/nexmoe/show/code.php function code_type (line 3) | function code_type($ext){