SYMBOL INDEX (369 symbols across 33 files) FILE: Spiders/A12306/main12306.py class Info (line 18) | class Info(object): method __init__ (line 19) | def __init__(self, cookie): method get_user_info (line 37) | def get_user_info(self): method get_OrderNoComplete (line 45) | def get_OrderNoComplete(self): method get_Order (line 54) | def get_Order(self): method get_passengers (line 75) | def get_passengers(self): method get_address (line 85) | def get_address(self): method get_insurance (line 94) | def get_insurance(self): method get_History_Order (line 114) | def get_History_Order(self): method get_level (line 140) | def get_level(self): method save_json (line 147) | def save_json(self, name, ret): FILE: Spiders/JdSpider/jd_more_info.py class JSpider (line 15) | class JSpider(object): method __init__ (line 16) | def __init__(self, cookie, data_dir="./"): method get_user_info (line 35) | def get_user_info(self): method write_json (line 48) | def write_json(self, name, str): method get_creditData (line 61) | def get_creditData(self): method get_browseDataNew (line 67) | def get_browseDataNew(self): method get_income (line 73) | def get_income(self): method get_addr (line 79) | def get_addr(self): method get_YHK (line 107) | def get_YHK(self): method get_xjk_info (line 122) | def get_xjk_info(self): method get_finance_income (line 128) | def get_finance_income(self): method get_GB_num (line 134) | def get_GB_num(self): method get_JY_bill (line 142) | def get_JY_bill(self): method get_follow_shops (line 149) | def get_follow_shops(self): method get_follow_products (line 164) | def get_follow_products(self): method get_cart (line 181) | def get_cart(self): method get_orders (line 199) | def get_orders(self): method getAndStoreBoughtItems (line 255) | def getAndStoreBoughtItems(self): method getOnePageOrder (line 272) | def getOnePageOrder(self, year): method parseOnePageOrder (line 293) | def parseOnePageOrder(self, resultHtml): method getOrderOfNormal (line 332) | def getOrderOfNormal(self, orderDetailUrl, resultHtml=None): method getOrderOfChongzhi (line 410) | def getOrderOfChongzhi(self, orderDetailUrl, resultHtml=None): method changeOrderParseResultListToTable (line 470) | def changeOrderParseResultListToTable(self, orderParseResultList): method writeDatatableIntoFile (line 496) | def writeDatatableIntoFile(self, filename, datatable): FILE: Spiders/alipay/main.py class ASpider (line 12) | class ASpider(object): method __init__ (line 13) | def __init__(self, cookie): method get_user_info (line 31) | def get_user_info(self): method write_json (line 43) | def write_json(self, name, str): method get_YEB (line 48) | def get_YEB(self): method get_bills (line 59) | def get_bills(self): FILE: Spiders/bilibili/main.py class BilibiliHistory (line 7) | class BilibiliHistory(object): method __init__ (line 8) | def __init__(self, cookie_str): method get_all_bili_history (line 21) | def get_all_bili_history(self): method get_user_info (line 41) | def get_user_info(self): method req_get (line 47) | def req_get(self, headers, url): method save (line 51) | def save(self, data, filename): method get_header (line 56) | def get_header(self): FILE: Spiders/browser/main.py class Browserhistory (line 14) | class Browserhistory(object): method __init__ (line 15) | def __init__(self): method timestamp_format (line 32) | def timestamp_format(self, timestamp): method data_save_as_json (line 40) | def data_save_as_json(self, data): FILE: Spiders/chsi/main.py class Chis (line 9) | class Chis(object): method __init__ (line 10) | def __init__(self, cookie): method get_xueji_info (line 25) | def get_xueji_info(self): method get_report (line 55) | def get_report(self): method save_ret (line 147) | def save_ret(self, url, name): FILE: Spiders/cloudmusic/main.py class Cloudmusic (line 7) | class Cloudmusic(object): method __init__ (line 8) | def __init__(self, username, password): method login_refresh (line 24) | def login_refresh(self): method user_login_as_cellphone (line 30) | def user_login_as_cellphone(self): method user_login_as_email (line 43) | def user_login_as_email(self): method data_wirte_to_json (line 56) | def data_wirte_to_json(self, filename, context): method get_user_detail (line 63) | def get_user_detail(self): method get_playlist (line 71) | def get_playlist(self): method get_user_follows (line 79) | def get_user_follows(self): method get_user_followeds (line 87) | def get_user_followeds(self): method get_user_event (line 95) | def get_user_event(self): method get_user_record_week (line 103) | def get_user_record_week(self): method get_user_record_all (line 111) | def get_user_record_all(self): FILE: Spiders/cnblog/main.py class Cnblog (line 16) | class Cnblog(object): method __init__ (line 17) | def __init__(self, blogname): method get_element_of_article (line 23) | def get_element_of_article(self): method save_as_json (line 63) | def save_as_json(self, content_json): method get_text (line 70) | def get_text(self, json_file, column='title'): method split_word (line 78) | def split_word(self, text): method word_counter (line 92) | def word_counter(self, words): method create_wordcloud (line 100) | def create_wordcloud(self, json_file, title='词云', column='title'): method create_postdate_line (line 111) | def create_postdate_line(self, json_file, title='折线图', column='postdat... FILE: Spiders/csdn/main.py class Csdn (line 9) | class Csdn(object): method __init__ (line 10) | def __init__(self, blogname): method get_element_of_article (line 19) | def get_element_of_article(self): method save_as_json (line 58) | def save_as_json(self, content_json): FILE: Spiders/ctrip/main.py class Ctrip (line 9) | class Ctrip(object): method __init__ (line 10) | def __init__(self, cookie): method get_json_order (line 25) | def get_json_order(self): method transfer_and_save (line 52) | def transfer_and_save(self, json_str): method get_order (line 75) | def get_order(self): FILE: Spiders/github/main.py class Github (line 7) | class Github(object): method __init__ (line 8) | def __init__(self, username): method get_user_info (line 18) | def get_user_info(self): method get_user_repos (line 28) | def get_user_repos(self): method get_user_following (line 38) | def get_user_following(self): method get_user_followers (line 48) | def get_user_followers(self): method get_user_activity (line 58) | def get_user_activity(self): method get_user_repos_detail (line 68) | def get_user_repos_detail(self): FILE: Spiders/jianshu/main.py class Jianshu (line 9) | class Jianshu(object): method __init__ (line 10) | def __init__(self, blogurl): method get_element_of_article (line 19) | def get_element_of_article(self): method save_as_json (line 62) | def save_as_json(self, content_json): FILE: Spiders/mail/main.py class YSpider (line 17) | class YSpider(object): method gen_session (line 18) | def gen_session(self, cookie): method write_json (line 32) | def write_json(self, name, str): method qq_mail (line 38) | def qq_mail(self, cookie, sid): method sinamail (line 86) | def sinamail(self, cookie): method gen_driver (line 125) | def gen_driver(self, cookies_list): method get_hotmail (line 143) | def get_hotmail(self, cookie_list): method get_aliyun_mail (line 171) | def get_aliyun_mail(self, cookie): method get_wangyi (line 201) | def get_wangyi(self, cookie): class Xml2Json (line 256) | class Xml2Json: method __init__ (line 259) | def __init__(self, data=None): method feed (line 269) | def feed(self, data): method close (line 274) | def close(self): method start (line 278) | def start(self, tag, attrs): method end (line 282) | def end(self, tag): method data (line 308) | def data(self, data): FILE: Spiders/moments_album/main.py class Momentsablum (line 14) | class Momentsablum(object): method __init__ (line 15) | def __init__(self): method input_url (line 21) | def input_url(self, driver): method make_album (line 64) | def make_album(self): FILE: Spiders/oschina/main.py class Oschina (line 9) | class Oschina(object): method __init__ (line 10) | def __init__(self, blogurl): method get_element_of_article (line 19) | def get_element_of_article(self): method save_as_json (line 62) | def save_as_json(self, content_json): FILE: Spiders/qqfriend/main.py class Qqfriend (line 13) | class Qqfriend(object): method __init__ (line 14) | def __init__(self): method callback_json (line 63) | def callback_json(self): method close_chrome (line 99) | def close_chrome(self): FILE: Spiders/qqqun/main.py class Qqqun (line 16) | class Qqqun(object): method __init__ (line 17) | def __init__(self): method delNT (line 37) | def delNT(self, s): method callback_json (line 92) | def callback_json(self): method close_chrome (line 153) | def close_chrome(self): FILE: Spiders/shgjj/main.py class GjjSpider (line 7) | class GjjSpider(object): method __init__ (line 8) | def __init__(self, cookie, token): method write_json (line 24) | def write_json(self, name, str): method get_priaccountForWeb (line 30) | def get_priaccountForWeb(self): method get_accountForWeb (line 37) | def get_accountForWeb(self): FILE: Spiders/taobao/spider.py function ease_out_quad (line 21) | def ease_out_quad(x): function ease_out_quart (line 24) | def ease_out_quart(x): function ease_out_expo (line 27) | def ease_out_expo(x): function get_tracks (line 33) | def get_tracks(distance, seconds, ease_func): function drag_and_drop (line 43) | def drag_and_drop(browser, offset=26.5): function gen_session (line 51) | def gen_session(cookie): class TaobaoSpider (line 63) | class TaobaoSpider(object): method __init__ (line 64) | def __init__(self, cookies_list): method swipe_down (line 83) | def swipe_down(self, second): method crawl_good_buy_data (line 98) | def crawl_good_buy_data(self, pn=3): method get_choucang_item (line 175) | def get_choucang_item(self, page=3): method get_footmark_item (line 202) | def get_footmark_item(self, page=3): method get_addr (line 226) | def get_addr(self): FILE: Spiders/telephone/main.py class LianTong (line 13) | class LianTong(object): method __init__ (line 14) | def __init__(self, cookie): method get_user_info (line 32) | def get_user_info(self): method get_bill_info (line 41) | def get_bill_info(self, dat=''): class DianXin (line 55) | class DianXin(object): method __init__ (line 56) | def __init__(self, cookie): method get_user_info (line 78) | def get_user_info(self): method get_bill_info (line 86) | def get_bill_info(self, dat=''): FILE: Spiders/yidong/main.py class YiDong (line 12) | class YiDong(object): method __init__ (line 13) | def __init__(self, cookie): method get_user_info (line 31) | def get_user_info(self): method get_bill_info (line 37) | def get_bill_info(self): method get_bill_json (line 46) | def get_bill_json(self): method transfer_and_save_bill (line 60) | def transfer_and_save_bill(self, bill_json_str): FILE: Spiders/zhihu/main.py class Zhihu (line 5) | class Zhihu(object): method __init__ (line 6) | def __init__(self, userToken): method info_write_to_json (line 15) | def info_write_to_json(self, filename, response): method get_user_profile (line 22) | def get_user_profile(self): method get_user_followees (line 29) | def get_user_followees(self): method get_user_followers (line 36) | def get_user_followers(self): method get_user_articles (line 43) | def get_user_articles(self): method get_user_collections (line 50) | def get_user_collections(self): method get_user_zvideos (line 57) | def get_user_zvideos(self): method get_user_activities (line 64) | def get_user_activities(self): FILE: extension/js/FileSaver.js function bom (line 29) | function bom(blob, opts) { function download (line 49) | function download(url, name, opts) { function corsEnabled (line 65) | function corsEnabled(url) { function click (line 78) | function click(node) { FILE: extension/js/cnblog/cnblogrun2.js function bom (line 29) | function bom(blob, opts) { function download (line 49) | function download(url, name, opts) { function corsEnabled (line 65) | function corsEnabled(url) { function click (line 78) | function click(node) { FILE: extension/js/github/githubrun5.js function bom (line 29) | function bom(blob, opts) { function download (line 49) | function download(url, name, opts) { function corsEnabled (line 65) | function corsEnabled(url) { function click (line 78) | function click(node) { FILE: extension/js/jianshu/jianshurun2.js function bom (line 29) | function bom(blob, opts) { function download (line 49) | function download(url, name, opts) { function corsEnabled (line 65) | function corsEnabled(url) { function click (line 78) | function click(node) { FILE: extension/js/jquery.js function DOMEval (line 107) | function DOMEval( code, node, doc ) { function toType (line 137) | function toType( obj ) { function isArrayLike (line 507) | function isArrayLike( obj ) { function Sizzle (line 759) | function Sizzle( selector, context, results, seed ) { function createCache (line 907) | function createCache() { function markFunction (line 927) | function markFunction( fn ) { function assert (line 936) | function assert( fn ) { function addHandle (line 960) | function addHandle( attrs, handler ) { function siblingCheck (line 975) | function siblingCheck( a, b ) { function createInputPseudo (line 1001) | function createInputPseudo( type ) { function createButtonPseudo (line 1012) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1023) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1079) | function createPositionalPseudo( fn ) { function testContext (line 1102) | function testContext( context ) { function setFilters (line 2313) | function setFilters() {} function toSelector (line 2387) | function toSelector( tokens ) { function addCombinator (line 2397) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2464) | function elementMatcher( matchers ) { function multipleContexts (line 2478) | function multipleContexts( selector, contexts, results ) { function condense (line 2487) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2508) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2608) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2671) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 3029) | function nodeName( elem, name ) { function winnow (line 3039) | function winnow( elements, qualifier, not ) { function sibling (line 3334) | function sibling( cur, dir ) { function createOptions (line 3427) | function createOptions( options ) { function Identity (line 3652) | function Identity( v ) { function Thrower (line 3655) | function Thrower( ex ) { function adoptValue (line 3659) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3752) | function resolve( depth, deferred, handler, special ) { function completed (line 4117) | function completed() { function fcamelCase (line 4212) | function fcamelCase( _all, letter ) { function camelCase (line 4219) | function camelCase( string ) { function Data (line 4236) | function Data() { function getData (line 4405) | function getData( data ) { function dataAttr (line 4430) | function dataAttr( elem, key, data ) { function adjustCSS (line 4742) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4810) | function getDefaultDisplay( elem ) { function showHide (line 4833) | function showHide( elements, show ) { function getAll (line 4965) | function getAll( context, tag ) { function setGlobalEval (line 4990) | function setGlobalEval( elems, refElements ) { function buildFragment (line 5006) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 5098) | function returnTrue() { function returnFalse (line 5102) | function returnFalse() { function expectSync (line 5112) | function expectSync( elem, type ) { function safeActiveElement (line 5119) | function safeActiveElement() { function on (line 5125) | function on( elem, types, selector, data, fn, one ) { function leverageNative (line 5613) | function leverageNative( el, type, expectSync ) { function manipulationTarget (line 5962) | function manipulationTarget( elem, content ) { function disableScript (line 5973) | function disableScript( elem ) { function restoreScript (line 5977) | function restoreScript( elem ) { function cloneCopyEvent (line 5987) | function cloneCopyEvent( src, dest ) { function fixInput (line 6020) | function fixInput( src, dest ) { function domManip (line 6033) | function domManip( collection, args, callback, ignored ) { function remove (line 6125) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6439) | function computeStyleTests() { function roundPixelMeasures (line 6483) | function roundPixelMeasures( measure ) { function curCSS (line 6576) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6629) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6654) | function vendorPropName( name ) { function finalPropName (line 6669) | function finalPropName( name ) { function setPositiveNumber (line 6695) | function setPositiveNumber( _elem, value, subtract ) { function boxModelAdjustment (line 6707) | function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, ... function getWidthOrHeight (line 6775) | function getWidthOrHeight( elem, dimension, extra ) { function Tween (line 7151) | function Tween( elem, options, prop, end, easing ) { function schedule (line 7274) | function schedule() { function createFxNow (line 7287) | function createFxNow() { function genFx (line 7295) | function genFx( type, includeWidth ) { function createTween (line 7315) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7329) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7501) | function propFilter( props, specialEasing ) { function Animation (line 7538) | function Animation( elem, properties, options ) { function stripAndCollapse (line 8254) | function stripAndCollapse( value ) { function getClass (line 8260) | function getClass( elem ) { function classesToArray (line 8264) | function classesToArray( value ) { function buildParams (line 8894) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 9047) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 9081) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 9110) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 9130) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 9188) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9704) | function done( status, nativeStatusText, responses, headers ) { FILE: extension/js/oschina/oschinarun0.js function bom (line 29) | function bom(blob, opts) { function download (line 49) | function download(url, name, opts) { function corsEnabled (line 65) | function corsEnabled(url) { function click (line 78) | function click(node) { FILE: tests/DeepAnalysis/dataprocess.py class StockDataset (line 51) | class StockDataset(Dataset): method __init__ (line 52) | def __init__(self, x, y): method __getitem__ (line 55) | def __getitem__(self, index): method __len__ (line 57) | def __len__(self): FILE: tests/DeepAnalysis/model.py class LSTM (line 10) | class LSTM(nn.Module): method __init__ (line 11) | def __init__(self, input_size=1, hidden_size=100, output_size=1): method init_hidden (line 18) | def init_hidden(self): method forward (line 22) | def forward(self, input): FILE: tests/DeepAnalysis/trainer.py function read_data (line 13) | def read_data(): function normalize_data (line 22) | def normalize_data(data): function create_train_data (line 28) | def create_train_data(data, seq_len): function create_test_data (line 41) | def create_test_data(data, seq_len): function train_model (line 51) | def train_model(x_train, y_train, x_test, y_test): function predict (line 69) | def predict(model, x_test, y_test, scaler): function evaluate_model (line 79) | def evaluate_model(y_pred, y_test): FILE: tests/ctrip/main.py class SpiderHelper (line 17) | class SpiderHelper: method __init__ (line 18) | def __init__(self): method Automation (line 21) | def Automation(self, url): method getCookie3 (line 28) | def getCookie3(self, login_url, quit): method getCookie2 (line 43) | def getCookie2(self, login_url, curr_url, extra_url, quit): method getCookie (line 60) | def getCookie(self, login): FILE: tools/main.py class Button (line 43) | class Button: method __init__ (line 45) | def __init__(self, frame, pnl, item): method Automation (line 53) | def Automation(self, url): method getCookie3 (line 65) | def getCookie3(self, login_url, quit): method getCookie2 (line 81) | def getCookie2(self, login_url, curr_url, extra_url, quit): method getCookie4 (line 105) | def getCookie4(self, login_url, curr_url, quit): method getCookie (line 127) | def getCookie(self, login): method updateStatus (line 134) | def updateStatus(self, frame, status): class JdButton (line 150) | class JdButton(Button): method OnClick (line 151) | def OnClick(self, event): class ChisButton (line 185) | class ChisButton(Button): method OnClick (line 186) | def OnClick(self, event): class YidongButton (line 209) | class YidongButton(Button): method OnClick (line 210) | def OnClick(self, event): class GjjButton (line 233) | class GjjButton(Button): method OnClick (line 234) | def OnClick(self, event): class A12306Button (line 266) | class A12306Button(Button): method OnClick (line 267) | def OnClick(self, event): class CtripButton (line 306) | class CtripButton(Button): method OnClick (line 307) | def OnClick(self, event): class LiantongButton (line 318) | class LiantongButton(Button): method OnClick (line 319) | def OnClick(self, event): class DianxingButton (line 345) | class DianxingButton(Button): method OnClick (line 346) | def OnClick(self, event): class WymailButton (line 371) | class WymailButton(Button): method OnClick (line 372) | def OnClick(self, event): class HotmailButton (line 394) | class HotmailButton(Button): method OnClick (line 395) | def OnClick(self, event): class QqmailButton (line 418) | class QqmailButton(Button): method OnClick (line 419) | def OnClick(self, event): class AlimailButton (line 446) | class AlimailButton(Button): method OnClick (line 447) | def OnClick(self, event): class XlmailButton (line 472) | class XlmailButton(Button): method OnClick (line 473) | def OnClick(self, event): class TaobaoButton (line 500) | class TaobaoButton(Button): method OnClick (line 501) | def OnClick(self, event): class ZfbButton (line 534) | class ZfbButton(Button): method OnClick (line 535) | def OnClick(self, event): class GithubButton (line 561) | class GithubButton(Button): method OnClick (line 562) | def OnClick(self, event): class QqButton (line 583) | class QqButton(Button): method OnClick (line 584) | def OnClick(self, event): class QqqunButton (line 606) | class QqqunButton(Button): method OnClick (line 607) | def OnClick(self, event): class ZhihuButton (line 627) | class ZhihuButton(Button): method OnClick (line 628) | def OnClick(self, event): class CloudmusicButton (line 658) | class CloudmusicButton(Button): method OnClick (line 659) | def OnClick(self, event): class BilibiliButton (line 686) | class BilibiliButton(Button): method OnClick (line 687) | def OnClick(self, event): class WechatButton (line 704) | class WechatButton(Button): method OnClick (line 705) | def OnClick(self, event): class WechatmomentButton (line 717) | class WechatmomentButton(Button): method OnClick (line 718) | def OnClick(self, event): class MomentsalbumButton (line 721) | class MomentsalbumButton(Button): method OnClick (line 722) | def OnClick(self, event): class BrowserButton (line 751) | class BrowserButton(Button): method OnClick (line 752) | def OnClick(self, event): class CnblogButton (line 762) | class CnblogButton(Button): method OnClick (line 763) | def OnClick(self, event): class CsdnButton (line 781) | class CsdnButton(Button): method OnClick (line 782) | def OnClick(self, event): class OschinaButton (line 798) | class OschinaButton(Button): method OnClick (line 799) | def OnClick(self, event): class JianshuButton (line 815) | class JianshuButton(Button): method OnClick (line 816) | def OnClick(self, event): class Item (line 832) | class Item: method __init__ (line 837) | def __init__(self, x, y, title, img): class CreateFrame (line 843) | class CreateFrame(wx.Frame): method __init__ (line 845) | def __init__(self, *args, **kw):