SYMBOL INDEX (954 symbols across 99 files) FILE: common/config.js constant BASE_DOMAIN (line 6) | const BASE_DOMAIN = 'web.rentsoft.cn' constant CHAT_URL (line 7) | const CHAT_URL = `https://${BASE_DOMAIN}/chat` constant API_URL (line 8) | const API_URL = `https://${BASE_DOMAIN}/api` constant WS_URL (line 9) | const WS_URL = `wss://${BASE_DOMAIN}/msg_gateway` FILE: common/mixin.js method data (line 2) | data() { FILE: components/gaoyia-parse/libs/html2json.js function makeMap (line 18) | function makeMap(str) { function removeDOCTYPE (line 39) | function removeDOCTYPE(html) { function trimHtml (line 44) | function trimHtml(html) { function getScreenInfo (line 53) | function getScreenInfo() { function html2json (line 64) | function html2json(html, customHandler, imageProp, host) { FILE: components/gaoyia-parse/libs/htmlparser.js function makeMap (line 22) | function makeMap(str) { function HTMLParser (line 53) | function HTMLParser(html, handler) { FILE: components/gaoyia-parse/libs/wxDiscode.js function strNumDiscode (line 2) | function strNumDiscode(str) { function strGreeceDiscode (line 44) | function strGreeceDiscode(str) { function strcharacterDiscode (line 102) | function strcharacterDiscode(str) { function strOtherDiscode (line 140) | function strOtherDiscode(str) { function strDiscode (line 207) | function strDiscode(str) { function urlToHttpUrl (line 215) | function urlToHttpUrl(url, domain) { FILE: static/wasm_exec.js method writeSync (line 57) | writeSync(fd, buf) { method write (line 66) | write(fd, buf, offset, length, position, callback) { method chmod (line 74) | chmod(path, mode, callback) { method chown (line 77) | chown(path, uid, gid, callback) { method close (line 80) | close(fd, callback) { method fchmod (line 83) | fchmod(fd, mode, callback) { method fchown (line 86) | fchown(fd, uid, gid, callback) { method fstat (line 89) | fstat(fd, callback) { method fsync (line 92) | fsync(fd, callback) { method ftruncate (line 95) | ftruncate(fd, length, callback) { method lchown (line 98) | lchown(path, uid, gid, callback) { method link (line 101) | link(path, link, callback) { method lstat (line 104) | lstat(path, callback) { method mkdir (line 107) | mkdir(path, perm, callback) { method open (line 110) | open(path, flags, mode, callback) { method read (line 113) | read(fd, buffer, offset, length, position, callback) { method readdir (line 116) | readdir(path, callback) { method readlink (line 119) | readlink(path, callback) { method rename (line 122) | rename(from, to, callback) { method rmdir (line 125) | rmdir(path, callback) { method stat (line 128) | stat(path, callback) { method symlink (line 131) | symlink(path, link, callback) { method truncate (line 134) | truncate(path, length, callback) { method unlink (line 137) | unlink(path, callback) { method utimes (line 140) | utimes(path, atime, mtime, callback) { method getuid (line 148) | getuid() { method getgid (line 151) | getgid() { method geteuid (line 154) | geteuid() { method getegid (line 157) | getegid() { method getgroups (line 160) | getgroups() { method umask (line 165) | umask() { method cwd (line 168) | cwd() { method chdir (line 171) | chdir() { method getRandomValues (line 180) | getRandomValues(b) { method now (line 193) | now() { method constructor (line 220) | constructor() { method run (line 608) | async run(instance) { method _resume (line 688) | _resume() { method _makeFuncWrapper (line 698) | _makeFuncWrapper(id) { FILE: store/modules/contact.js method SET_FRIEND_LIST (line 17) | SET_FRIEND_LIST(state, list) { method SET_BLACK_LIST (line 20) | SET_BLACK_LIST(state, list) { method SET_GROUP_LIST (line 23) | SET_GROUP_LIST(state, list) { method SET_RECV_FRIEND_APPLICATIONS (line 26) | SET_RECV_FRIEND_APPLICATIONS(state, list) { method SET_SENT_FRIEND_APPLICATIONS (line 29) | SET_SENT_FRIEND_APPLICATIONS(state, list) { method SET_RECV_GROUP_APPLICATIONS (line 32) | SET_RECV_GROUP_APPLICATIONS(state, list) { method SET_SENT_GROUP_APPLICATIONS (line 35) | SET_SENT_GROUP_APPLICATIONS(state, list) { method getFriendList (line 41) | async getFriendList({ commit }) { method getGrouplist (line 65) | async getGrouplist({ commit }) { method getBlacklist (line 87) | getBlacklist({ commit }) { method getRecvFriendApplications (line 92) | getRecvFriendApplications({ commit }) { method getSentFriendApplications (line 100) | getSentFriendApplications({ commit }) { method getRecvGroupApplications (line 108) | getRecvGroupApplications({ commit }) { method getSentGroupApplications (line 116) | getSentGroupApplications({ commit }) { method pushNewFriend (line 124) | pushNewFriend({ commit, state }, friendInfo) { method updateFriendInfo (line 131) | updateFriendInfo({ commit, state }, { friendInfo, isRemove = false }) { method pushNewBlack (line 146) | pushNewBlack({ commit, state }, blackInfo) { method updateBlackInfo (line 153) | updateBlackInfo({ commit, state }, { blackInfo, isRemove = false }) { method pushNewGroup (line 168) | pushNewGroup({ commit, state }, groupInfo) { method updateGroupInfo (line 175) | updateGroupInfo( method pushNewRecvFriendApplition (line 197) | pushNewRecvFriendApplition({ commit, state }, application) { method updateRecvFriendApplition (line 207) | updateRecvFriendApplition( method pushNewSentFriendApplition (line 227) | pushNewSentFriendApplition({ commit, state }, application) { method updateSentFriendApplition (line 237) | updateSentFriendApplition( method pushNewRecvGroupApplition (line 257) | pushNewRecvGroupApplition({ commit, state }, application) { method updateRecvGroupApplition (line 265) | updateRecvGroupApplition( method pushNewSentGroupApplition (line 283) | pushNewSentGroupApplition({ commit, state }, application) { method updateSentGroupApplition (line 293) | updateSentGroupApplition( FILE: store/modules/conversation.js method SET_CONVERSATION_LIST (line 13) | SET_CONVERSATION_LIST(state, list) { method SET_CURRENT_CONVERSATION (line 16) | SET_CURRENT_CONVERSATION(state, conversation) { method SET_UNREAD_COUNT (line 21) | SET_UNREAD_COUNT(state, count) { method SET_CURRENT_GROUP (line 34) | SET_CURRENT_GROUP(state, group) { method SET_CURRENT_MEMBER_IN_GROUP (line 39) | SET_CURRENT_MEMBER_IN_GROUP(state, member) { method getConversationList (line 47) | async getConversationList({ state, commit }, isFirstPage = true) { method getCurrentGroup (line 68) | getCurrentGroup({ commit }, groupID) { method getCurrentMemberInGroup (line 75) | getCurrentMemberInGroup({ commit, rootState }, groupID) { method getUnReadCount (line 83) | getUnReadCount({ commit }) { method updateCurrentMemberInGroup (line 91) | updateCurrentMemberInGroup({ commit, state }, memberInfo) { method resetConversationState (line 100) | resetConversationState({ commit }) { FILE: store/modules/message.js method SET_HISTORY_MESSAGE_LIST (line 11) | SET_HISTORY_MESSAGE_LIST(state, list) { method SET_HAS_MORE_MESSAGE (line 14) | SET_HAS_MORE_MESSAGE(state, hasMore) { method getHistoryMesageList (line 20) | async getHistoryMesageList({ commit, state }, params) { method pushNewMessage (line 46) | pushNewMessage({ commit, state }, message) { method updateOneMessage (line 49) | updateOneMessage( method resetMessageState (line 76) | resetMessageState({ commit }) { FILE: store/modules/user.js method SET_SELF_INFO (line 15) | SET_SELF_INFO(state, info) { method SET_AUTH_DATA (line 20) | SET_AUTH_DATA(state, data) { method SET_IS_SYNCING (line 25) | SET_IS_SYNCING(state, data) { method SET_REINSTALL (line 28) | SET_REINSTALL(state, data) { method SET_PROGRESS (line 31) | SET_PROGRESS(state, data) { method getSelfInfo (line 37) | async getSelfInfo({ commit }) { method updateBusinessInfo (line 55) | async updateBusinessInfo({ commit, state }) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/bridge/bridge-weex.js function joinArray (line 31) | function joinArray(arr, sep) { method texImage2D (line 172) | texImage2D(componentId, ...args) { method texSubImage2D (line 199) | texSubImage2D(componentId, target, level, xoffset, yoffset, format, type... method bindImageTexture (line 212) | bindImageTexture(componentId, src, imageId) { method perloadImage (line 216) | perloadImage([url, id], callback) { method measureText (line 224) | measureText(text, fontStyle, componentId) { method getImageData (line 228) | getImageData (componentId, x, y, w, h, callback) { method putImageData (line 232) | putImageData (componentId, data, x, y, w, h, callback) { method toTempFilePath (line 236) | toTempFilePath(componentId, x, y, width, height, destWidth, destHeight, ... FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-2d/FillStyleLinearGradient.js class FillStyleLinearGradient (line 1) | class FillStyleLinearGradient { method constructor (line 3) | constructor(x0, y0, x1, y1) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-2d/FillStylePattern.js class FillStylePattern (line 1) | class FillStylePattern { method constructor (line 2) | constructor(img, pattern) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-2d/FillStyleRadialGradient.js class FillStyleRadialGradient (line 1) | class FillStyleRadialGradient { method constructor (line 2) | constructor(x0, y0, r0, x1, y1, r1) { method addColorStop (line 9) | addColorStop(pos, color) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-2d/RenderingContext.js class CanvasRenderingContext2D (line 10) | class CanvasRenderingContext2D { method constructor (line 44) | constructor() { method setFillStyle (line 49) | setFillStyle(value) { method fillStyle (line 53) | set fillStyle(value) { method fillStyle (line 96) | get fillStyle() { method globalAlpha (line 100) | get globalAlpha() { method setGlobalAlpha (line 104) | setGlobalAlpha(value) { method globalAlpha (line 108) | set globalAlpha(value) { method strokeStyle (line 114) | get strokeStyle() { method setStrokeStyle (line 118) | setStrokeStyle(value) { method strokeStyle (line 122) | set strokeStyle(value) { method lineWidth (line 153) | get lineWidth() { method setLineWidth (line 157) | setLineWidth(value) { method lineWidth (line 161) | set lineWidth(value) { method lineCap (line 166) | get lineCap() { method setLineCap (line 170) | setLineCap(value) { method lineCap (line 174) | set lineCap(value) { method lineJoin (line 179) | get lineJoin() { method setLineJoin (line 183) | setLineJoin(value) { method lineJoin (line 187) | set lineJoin(value) { method miterLimit (line 192) | get miterLimit() { method setMiterLimit (line 196) | setMiterLimit(value) { method miterLimit (line 200) | set miterLimit(value) { method globalCompositeOperation (line 205) | get globalCompositeOperation() { method globalCompositeOperation (line 209) | set globalCompositeOperation(value) { method textAlign (line 254) | get textAlign() { method setTextAlign (line 258) | setTextAlign(value) { method textAlign (line 262) | set textAlign(value) { method textBaseline (line 289) | get textBaseline() { method setTextBaseline (line 293) | setTextBaseline(value) { method textBaseline (line 297) | set textBaseline(value) { method font (line 327) | get font() { method setFontSize (line 331) | setFontSize(size) { method font (line 353) | set font(value) { method setTransform (line 358) | setTransform(a, b, c, d, tx, ty) { method transform (line 366) | transform(a, b, c, d, tx, ty) { method resetTransform (line 374) | resetTransform() { method scale (line 378) | scale(a, d) { method rotate (line 383) | rotate(angle) { method translate (line 388) | translate(tx, ty) { method save (line 392) | save() { method restore (line 397) | restore() { method createPattern (line 402) | createPattern(img, pattern) { method createLinearGradient (line 411) | createLinearGradient(x0, y0, x1, y1) { method strokeRect (line 423) | strokeRect(x, y, w, h) { method clearRect (line 428) | clearRect(x, y, w, h) { method clip (line 433) | clip() { method resetClip (line 437) | resetClip() { method closePath (line 441) | closePath() { method moveTo (line 445) | moveTo(x, y) { method lineTo (line 449) | lineTo(x, y) { method bezierCurveTo (line 457) | bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y, ) { method arcTo (line 463) | arcTo(x1, y1, x2, y2, radius) { method beginPath (line 467) | beginPath() { method fillRect (line 472) | fillRect(x, y, w, h) { method rect (line 477) | rect(x, y, w, h) { method fill (line 481) | fill() { method stroke (line 485) | stroke(path) { method arc (line 489) | arc(x, y, radius, startAngle, endAngle, anticlockwise) { method fillText (line 503) | fillText(text, x, y) { method measureText (line 517) | measureText(text) { method drawImage (line 525) | drawImage(image, sx, sy, sw, sh, dx, dy, dw, dh) { method __drawImage (line 557) | __drawImage(image, sx, sy, sw, sh, dx, dy, dw, dh) { method _flush (line 596) | _flush(reserve, callback) { method _redrawflush (line 603) | _redrawflush(reserve, callback) { method draw (line 611) | draw(reserve, callback) { method getImageData (line 637) | getImageData(x, y, w, h, callback) { method putImageData (line 646) | putImageData(data, x, y, w, h, callback) { method toTempFilePath (line 657) | toTempFilePath(x, y, width, height, destWidth, destHeight, fileType, q... FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/ActiveInfo.js class WebGLActiveInfo (line 1) | class WebGLActiveInfo { method constructor (line 4) | constructor({ FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Buffer.js function uuid (line 5) | function uuid(id) { class WebGLBuffer (line 9) | class WebGLBuffer { method constructor (line 12) | constructor(id) { method uuid (line 18) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Framebuffer.js function uuid (line 5) | function uuid(id) { class WebGLFramebuffer (line 9) | class WebGLFramebuffer { method constructor (line 12) | constructor(id) { method uuid (line 18) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Program.js function uuid (line 5) | function uuid(id) { class WebGLProgram (line 9) | class WebGLProgram { method constructor (line 12) | constructor(id) { method uuid (line 18) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Renderbuffer.js function uuid (line 5) | function uuid(id) { class WebGLRenderbuffer (line 9) | class WebGLRenderbuffer { method constructor (line 12) | constructor(id) { method uuid (line 18) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/RenderingContext.js function joinArray (line 15) | function joinArray(arr, sep) { class WebGLRenderingContext (line 50) | class WebGLRenderingContext { method constructor (line 56) | constructor(canvas, type, attrs) { method canvas (line 69) | get canvas() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Shader.js function uuid (line 5) | function uuid(id) { class WebGLShader (line 9) | class WebGLShader { method constructor (line 12) | constructor(id, type) { method uuid (line 19) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/ShaderPrecisionFormat.js class WebGLShaderPrecisionFormat (line 1) | class WebGLShaderPrecisionFormat { method constructor (line 4) | constructor({ FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/Texture.js function uuid (line 5) | function uuid(id) { class WebGLTexture (line 9) | class WebGLTexture { method constructor (line 12) | constructor(id, type) { method uuid (line 19) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/UniformLocation.js function uuid (line 5) | function uuid(id) { class WebGLUniformLocation (line 9) | class WebGLUniformLocation { method constructor (line 12) | constructor(id, type) { method uuid (line 19) | uuid() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/classUtils.js function getTransferedObjectUUID (line 1) | function getTransferedObjectUUID(name, id) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/env/canvas.js class GCanvas (line 4) | class GCanvas { method constructor (line 12) | constructor(id, { disableAutoSwap }) { method getContext (line 23) | getContext(type) { method reset (line 69) | reset() { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/env/image.js class GImage (line 5) | class GImage { method constructor (line 9) | constructor() { method width (line 19) | get width() { method width (line 22) | set width(v) { method height (line 26) | get height() { method height (line 30) | set height(v) { method src (line 34) | get src() { method src (line 38) | set src(v) { method addEventListener (line 63) | addEventListener(name, listener) { method removeEventListener (line 71) | removeEventListener(name, listener) { method onload (line 79) | get onload() { method onload (line 83) | set onload(v) { method onerror (line 87) | get onerror() { method onerror (line 91) | set onerror(v) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/env/tool.js function ArrayBufferToBase64 (line 2) | function ArrayBufferToBase64 (buffer) { function Base64ToUint8ClampedArray (line 11) | function Base64ToUint8ClampedArray(base64String) { FILE: uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/index.js function enable (line 13) | function enable(el, { bridge, debug, disableAutoSwap, disableComboComman... FILE: uni_modules/Sansnn-uQRCode/js_sdk/uqrcode/uqrcode.js function o (line 37) | function o(o){this.mode=d.MODE_8BIT_BYTE,this.data=o} function e (line 37) | function e(o,e){this.typeNumber=o,this.errorCorrectLevel=e,this.modules=... function r (line 37) | function r(o,e){if(null==o.length)throw new Error(o.length+"/"+e);for(va... function t (line 37) | function t(o,e){this.totalCount=o,this.dataCount=e} function i (line 37) | function i(){this.buffer=new Array,this.length=0} function n (line 37) | function n(){function o(t,i,n){t().then(o=>{i(o)}).catch(o=>{n(o)}).fina... function a (line 37) | function a(o){this.errMsg=o} function u (line 37) | function u(o,e){var r=this.data="",t=this.size=200,i=this.typeNumber=-1,... method set (line 37) | set(o){m=u.getLoadImage(o)} method setOptions (line 37) | setOptions(o){var e,r,t,i,n,a,d,s,g,l,h,c,m,f,v,C,p,b,y,k,I,w,B,T,P,S,A,... method make (line 37) | make(){this.foregroundColor===this.backgroundColor&&console.error("[uQRC... method paintData (line 37) | paintData(){let{dynamicSize:o,margin:e,backgroundColor:r,foregroundColor... method paintPositionProbe (line 37) | paintPositionProbe(){let{modules:o,moduleCount:e,positionProbeBackground... method paintSeparator (line 37) | paintSeparator(){let{modules:o,moduleCount:e,separatorColor:r}=this;[[7,... method paintPositionAdjust (line 37) | paintPositionAdjust(){let{typeNumber:o,modules:e,moduleCount:r,foregroun... method paintTiming (line 37) | paintTiming(){let{modules:o,moduleCount:e,timingForegroundColor:r,timing... method paintDarkBlock (line 37) | paintDarkBlock(){let{modules:o,moduleCount:e,darkBlockColor:r}=this;var ... method paintTypeNumber (line 37) | paintTypeNumber(){let{typeNumber:o,modules:e,moduleCount:r,typeNumberBac... method getDrawModules (line 37) | getDrawModules(){let o=this.drawModules=[],{modules:e,moduleCount:r,dyna... method getModuleIsBack (line 37) | getModuleIsBack(o,e){var r=this.moduleCount;return!(0>o||0>e||o>=r||e>=r... method drawCanvas (line 37) | drawCanvas(){let{canvasContext:o,foregroundColor:e,backgroundColor:r,que... method draw (line 37) | draw(){return this.drawCanvas()} method styleDefault (line 37) | async styleDefault(){let{drawModules:o,canvasContext:e,backgroundColor:r... FILE: uni_modules/mp-html/components/mp-html/parser.js function makeMap (line 102) | function makeMap (str) { function decodeEntity (line 117) | function decodeEntity (str, amp) { function mergeNodes (line 145) | function mergeNodes (nodes) { function Parser (line 165) | function Parser (vm) { function Lexer (line 1135) | function Lexer (handler) { FILE: uni_modules/mp-html/static/app-plus/mp-html/js/handler.js function t (line 1) | function t(t){for(var e=Object.create(null),n=t.attributes.length;n--;)e... function e (line 1) | function e(){a[1]&&(this.src=a[1],this.onerror=null),this.onclick=null,t... function n (line 1) | function n(){window.unloadimgs-=1,0===window.unloadimgs&&uni.postMessage... function o (line 1) | function o(r,s,c){for(var d=0;d type HttpPromise (line 2) | type HttpPromise = Promise>; type Tasks (line 3) | type Tasks = UniApp.RequestTask | UniApp.UploadTask | UniApp.DownloadTask type RequestTask (line 4) | interface RequestTask { type HttpRequestConfig (line 9) | interface HttpRequestConfig { type HttpResponse (line 59) | interface HttpResponse { type HttpUploadResponse (line 67) | interface HttpUploadResponse { type HttpDownloadResponse (line 73) | interface HttpDownloadResponse extends HttpResponse { type HttpError (line 76) | interface HttpError { type HttpInterceptorManager (line 84) | interface HttpInterceptorManager { class HttpRequest (line 115) | class HttpRequest extends HttpRequestAbstract { } FILE: uni_modules/uview-ui/libs/luch-request/utils.js function isArray (line 13) | function isArray(val) { function isObject (line 23) | function isObject(val) { function isDate (line 33) | function isDate(val) { function isURLSearchParams (line 43) | function isURLSearchParams(val) { function forEach (line 59) | function forEach(obj, fn) { function isBoolean (line 91) | function isBoolean(val) { function isPlainObject (line 100) | function isPlainObject(obj) { function deepMerge (line 112) | function deepMerge(/* obj1, obj2, obj3, ... */) { function isUndefined (line 129) | function isUndefined(val) { FILE: uni_modules/uview-ui/libs/luch-request/utils/clone.js function _instanceof (line 5) | function _instanceof(obj, type) { function clone (line 53) | function clone(parent, circular, depth, prototype, includeNonEnumerable) { function __objToStr (line 232) | function __objToStr(o) { function __isDate (line 237) | function __isDate(o) { function __isArray (line 242) | function __isArray(o) { function __isRegExp (line 247) | function __isRegExp(o) { function __getRegExpFlags (line 252) | function __getRegExpFlags(re) { FILE: uni_modules/uview-ui/libs/mixin/mixin.js method data (line 24) | data() { method onLoad (line 27) | onLoad() { method created (line 31) | created() { method $u (line 39) | $u() { method bem (line 61) | bem() { method openPage (line 88) | openPage(urlKey = 'url') { method $uGetRect (line 100) | $uGetRect(selector, all) { method getParentData (line 115) | getParentData(parentName = '') { method preventEvent (line 135) | preventEvent(e) { method noop (line 139) | noop(e) { method onReachBottom (line 143) | onReachBottom() { method beforeDestroy (line 146) | beforeDestroy() { FILE: uni_modules/uview-ui/libs/mixin/mpShare.js method onLoad (line 2) | onLoad() { method onShareAppMessage (line 10) | onShareAppMessage() { FILE: uni_modules/uview-ui/libs/mixin/openType.js method onGetUserInfo (line 6) | onGetUserInfo(event) { method onContact (line 9) | onContact(event) { method onGetPhoneNumber (line 12) | onGetPhoneNumber(event) { method onError (line 15) | onError(event) { method onLaunchApp (line 18) | onLaunchApp(event) { method onOpenSetting (line 21) | onOpenSetting(event) { FILE: uni_modules/uview-ui/libs/mixin/style.js method viewStyle (line 214) | viewStyle() { method getUnit (line 223) | getUnit(unit = '') { FILE: uni_modules/uview-ui/libs/mixin/touch.js constant MIN_DISTANCE (line 1) | const MIN_DISTANCE = 10 function getDirection (line 3) | function getDirection(x, y) { method getTouchPoint (line 15) | getTouchPoint(e) { method resetTouchStatus (line 37) | resetTouchStatus() { method touchStart (line 44) | touchStart(event) { method touchMove (line 50) | touchMove(event) { FILE: uni_modules/uview-ui/libs/util/async-validator.js function _extends (line 1) | function _extends() { function convertFieldsError (line 34) | function convertFieldsError(errors) { function format (line 45) | function format() { function isNativeStringType (line 99) | function isNativeStringType(type) { function isEmptyValue (line 103) | function isEmptyValue(value, type) { function asyncParallelArray (line 119) | function asyncParallelArray(arr, func, callback) { function asyncSerialArray (line 138) | function asyncSerialArray(arr, func, callback) { function flattenObjArr (line 161) | function flattenObjArr(objArr) { function asyncMap (line 169) | function asyncMap(objArr, option, func, callback) { function complementError (line 232) | function complementError(rule) { function deepMerge (line 246) | function deepMerge(target, source) { function required (line 276) | function required(rule, value, source, errors, options, type) { function whitespace (line 294) | function whitespace(rule, value, source, errors, options) { function type (line 372) | function type(rule, value, source, errors, options) { function range (line 402) | function range(rule, value, source, errors, options) { constant ENUM (line 450) | const ENUM = 'enum' function enumerable (line 463) | function enumerable(rule, value, source, errors, options) { function pattern$1 (line 483) | function pattern$1(rule, value, source, errors, options) { function string (line 524) | function string(rule, value, callback, source, options) { function method (line 560) | function method(rule, value, callback, source, options) { function number (line 590) | function number(rule, value, callback, source, options) { function _boolean (line 625) | function _boolean(rule, value, callback, source, options) { function regexp (line 655) | function regexp(rule, value, callback, source, options) { function integer (line 685) | function integer(rule, value, callback, source, options) { function floatFn (line 716) | function floatFn(rule, value, callback, source, options) { function array (line 747) | function array(rule, value, callback, source, options) { function object (line 778) | function object(rule, value, callback, source, options) { function enumerable$1 (line 809) | function enumerable$1(rule, value, callback, source, options) { function pattern$2 (line 842) | function pattern$2(rule, value, callback, source, options) { function date (line 861) | function date(rule, value, callback, source, options) { function required$1 (line 892) | function required$1(rule, value, callback, source, options) { function type$1 (line 899) | function type$1(rule, value, callback, source, options) { function any (line 930) | function any(rule, value, callback, source, options) { function newMessages (line 965) | function newMessages() { function Schema (line 1028) | function Schema(descriptor) { function complete (line 1090) | function complete(results) { function addFullfield (line 1184) | function addFullfield(key, schema) { function cb (line 1188) | function cb(e) { FILE: uni_modules/uview-ui/libs/util/dayjs.js method z (line 30) | z(t) { method a (line 45) | a(t) { method p (line 48) | p(h) { method u (line 62) | u(t) { function d (line 97) | function d(t) { FILE: uni_modules/uview-ui/libs/util/emitter.js function broadcast (line 7) | function broadcast(componentName, eventName, params) { method dispatch (line 25) | dispatch(componentName, eventName, params) { method broadcast (line 47) | broadcast(componentName, eventName, params) { FILE: uni_modules/uview-ui/libs/util/route.js class Router (line 6) | class Router { method constructor (line 7) | constructor() { method addRootPath (line 24) | addRootPath(url) { method mixinParam (line 29) | mixinParam(url, params) { method route (line 47) | async route(options = {}, params = {}) { method openPage (line 85) | openPage(config) { FILE: uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js method data (line 44) | data() { method finalEnableBackToTop (line 52) | finalEnableBackToTop() { method finalBackToTopThreshold (line 55) | finalBackToTopThreshold() { method finalBackToTopStyle (line 58) | finalBackToTopStyle() { method _backToTopClick (line 71) | _backToTopClick() { method _checkShouldShowBackToTop (line 76) | _checkShouldShowBackToTop(scrollTop) { FILE: uni_modules/z-paging/components/z-paging/js/modules/data-handle.js method data (line 129) | data (){ method pageSize (line 159) | pageSize() { method finalConcat (line 162) | finalConcat() { method finalUseCache (line 165) | finalUseCache() { method finalCacheKey (line 171) | finalCacheKey() { method isFirstPage (line 175) | isFirstPage() { method totalData (line 180) | totalData(newVal, oldVal) { method currentData (line 183) | currentData(newVal, oldVal) { method useChatRecordMode (line 186) | useChatRecordMode(newVal, oldVal) { method handler (line 192) | handler(newVal) { method handler (line 199) | handler(newVal) { method complete (line 208) | complete(data, success = true) { method completeByKey (line 213) | completeByKey(data, dataKey = null, success = true) { method completeByTotal (line 224) | completeByTotal(data, total, success = true) { method completeByNoMore (line 256) | completeByNoMore(data, nomore, success = true) { method addData (line 263) | addData(data, success = true) { method addDataFromTop (line 286) | addDataFromTop(data, toTop = true, toTopWithAnimate = true) { method resetTotalData (line 299) | resetTotalData(data) { method addChatRecordData (line 308) | addChatRecordData(data, toBottom = true, toBottomWithAnimate = true) { method setLocalPaging (line 337) | setLocalPaging(data, success = true) { method reload (line 347) | reload(animate = this.showRefresherWhenReload) { method refresh (line 361) | refresh() { method updateCache (line 379) | updateCache() { method clean (line 385) | clean() { method clear (line 390) | clear() { method doChatRecordLoadMore (line 394) | doChatRecordLoadMore() { method _preReload (line 398) | _preReload(animate = this.showRefresherWhenReload, isFromMounted = true) { method _reload (line 438) | _reload(isClean = false, isFromMounted = false, isUserPullDown = false) { method _addData (line 474) | _addData(data, success, isLocal) { method _totalDataChange (line 543) | _totalDataChange(newVal, oldVal, eventThrow=true) { method _currentDataChange (line 580) | _currentDataChange(newVal, oldVal) { method _localPagingQueryList (line 669) | _localPagingQueryList(pageNo, pageSize, localPagingLoadingTime, callback) { method _saveLocalCache (line 679) | _saveLocalCache(data) { method _setListByLocalCache (line 683) | _setListByLocalCache() { method _callMyParentList (line 688) | _callMyParentList(newVal) { method _callMyParentQuery (line 697) | _callMyParentQuery(customPageNo = 0, customPageSize = 0) { method _emitQuery (line 715) | _emitQuery(pageNo, pageSize, from){ method _callDataPromise (line 721) | _callDataPromise(success, totalList) { method _checkDataType (line 728) | _checkDataType(data, success, isLocal) { FILE: uni_modules/z-paging/components/z-paging/js/modules/empty.js method finalEmptyViewImg (line 108) | finalEmptyViewImg() { method finalShowEmptyViewReload (line 111) | finalShowEmptyViewReload() { method showEmpty (line 114) | showEmpty() { method _emptyViewReload (line 126) | _emptyViewReload() { method _emptyViewClick (line 143) | _emptyViewClick() { FILE: uni_modules/z-paging/components/z-paging/js/modules/i18n.js method data (line 11) | data() { method finalLanguage (line 17) | finalLanguage() { method finalRefresherDefaultText (line 26) | finalRefresherDefaultText() { method finalRefresherPullingText (line 29) | finalRefresherPullingText() { method finalRefresherRefreshingText (line 32) | finalRefresherRefreshingText() { method finalRefresherCompleteText (line 35) | finalRefresherCompleteText() { method finalRefresherUpdateTimeTextMap (line 38) | finalRefresherUpdateTimeTextMap() { method finalLoadingMoreDefaultText (line 46) | finalLoadingMoreDefaultText() { method finalLoadingMoreLoadingText (line 49) | finalLoadingMoreLoadingText() { method finalLoadingMoreNoMoreText (line 52) | finalLoadingMoreNoMoreText() { method finalLoadingMoreFailText (line 55) | finalLoadingMoreFailText() { method finalEmptyViewText (line 58) | finalEmptyViewText() { method finalEmptyViewReloadText (line 61) | finalEmptyViewReloadText() { method finalEmptyViewErrorText (line 64) | finalEmptyViewErrorText() { method finalSystemLoadingText (line 67) | finalSystemLoadingText() { method getLanguage (line 73) | getLanguage() { method _getI18nText (line 77) | _getI18nText(key, value) { method _language2Local (line 88) | _language2Local(language) { FILE: uni_modules/z-paging/components/z-paging/js/modules/load-more.js method data (line 121) | data() { method zLoadMoreConfig (line 134) | zLoadMoreConfig() { method finalLoadingMoreThemeStyle (line 154) | finalLoadingMoreThemeStyle() { method showLoadingMoreDefault (line 157) | showLoadingMoreDefault() { method showLoadingMoreLoading (line 160) | showLoadingMoreLoading() { method showLoadingMoreNoMore (line 163) | showLoadingMoreNoMore() { method showLoadingMoreFail (line 166) | showLoadingMoreFail() { method showLoadingMoreCustom (line 169) | showLoadingMoreCustom() { method pageReachBottom (line 175) | pageReachBottom() { method doLoadMore (line 179) | doLoadMore(type) { method _checkScrolledToBottom (line 183) | _checkScrolledToBottom(scrollDiff, checked = false) { method _onLoadingMore (line 213) | _onLoadingMore(from = 'click') { method _doLoadingMore (line 235) | _doLoadingMore() { method _preCheckShowNoMoreInside (line 251) | _preCheckShowNoMoreInside(newVal, scrollViewNode, pagingContainerNode) { method _checkShowNoMoreInside (line 266) | async _checkShowNoMoreInside(totalData, oldScrollViewNode, oldPagingCont... method _showLoadingMore (line 297) | _showLoadingMore(type) { FILE: uni_modules/z-paging/components/z-paging/js/modules/loading.js method data (line 33) | data() { method loadingStatus (line 40) | loadingStatus(newVal) { method loading (line 55) | loading(newVal){ method showLoading (line 62) | showLoading() { method finalShowSystemLoading (line 72) | finalShowSystemLoading() { method _startLoading (line 78) | _startLoading(isReload = false) { method _endSystemLoadingAndRefresh (line 85) | _endSystemLoadingAndRefresh(){ FILE: uni_modules/z-paging/components/z-paging/js/modules/nvue.js method data (line 63) | data() { method handler (line 80) | handler(newVal) { method nScopedSlots (line 90) | nScopedSlots() { method nWaterfallColumnCount (line 98) | nWaterfallColumnCount() { method nWaterfallColumnWidth (line 102) | nWaterfallColumnWidth() { method nWaterfallColumnGap (line 105) | nWaterfallColumnGap() { method nWaterfallLeftGap (line 108) | nWaterfallLeftGap() { method nWaterfallRightGap (line 111) | nWaterfallRightGap() { method nViewIs (line 114) | nViewIs() { method nSafeAreaBottomHeight (line 118) | nSafeAreaBottomHeight() { method nChatRecordRotateStyle (line 121) | nChatRecordRotateStyle() { method finalNvueListIs (line 124) | finalNvueListIs() { method finalNvueSuperListIs (line 130) | finalNvueSuperListIs() { method finalNvueRefresherEnabled (line 133) | finalNvueRefresherEnabled() { method mounted (line 138) | mounted(){ method _nOnScroll (line 149) | _nOnScroll(e) { method _nOnRrefresh (line 157) | _nOnRrefresh() { method _nOnPullingdown (line 164) | _nOnPullingdown(e) { method _nRefresherEnd (line 171) | _nRefresherEnd(doEnd = true) { method _nDoRefresherEndAnimation (line 184) | _nDoRefresherEndAnimation(height, translateY, animate = true, checkStack... method _nOnLoadmore (line 230) | _nOnLoadmore() { method _nGetWaterfallConfig (line 235) | _nGetWaterfallConfig(key, defaultValue) { method _nUpdateRefresherWidth (line 239) | _nUpdateRefresherWidth() { FILE: uni_modules/z-paging/components/z-paging/js/modules/refresher.js method data (line 190) | data() { method handler (line 228) | handler(newVal) { method refresherStatus (line 235) | refresherStatus(newVal) { method pullDownDisTimeStamp (line 243) | pullDownDisTimeStamp() { method finalRefresherEnabled (line 246) | finalRefresherEnabled() { method finalRefresherThreshold (line 251) | finalRefresherThreshold() { method finalRefresherFixedBacHeight (line 263) | finalRefresherFixedBacHeight() { method finalRefresherThemeStyle (line 266) | finalRefresherThemeStyle() { method finalRefresherOutRate (line 269) | finalRefresherOutRate() { method finalRefresherPullRate (line 275) | finalRefresherPullRate() { method finalRefresherTransform (line 280) | finalRefresherTransform() { method finalShowRefresherWhenReload (line 284) | finalShowRefresherWhenReload() { method finalRefresherTriggered (line 287) | finalRefresherTriggered() { method showRefresher (line 291) | showRefresher() { method hasTouchmove (line 304) | hasTouchmove(){ method endRefresh (line 319) | endRefresh(){ method handleRefresherStatusChanged (line 324) | handleRefresherStatusChanged(func) { method _onRefresh (line 328) | _onRefresh(fromScrollView = false,isUserPullDown = true) { method _onRestore (line 352) | _onRestore() { method _refresherTouchstart (line 359) | _refresherTouchstart(e) { method _handleRefresherTouchstart (line 367) | _handleRefresherTouchstart(touch) { method _refresherTouchmove (line 383) | _refresherTouchmove(e) { method _handleRefresherTouchmove (line 430) | _handleRefresherTouchmove(moveDis, touch) { method _refresherTouchend (line 445) | _refresherTouchend(e) { method _handleRefresherTouchend (line 457) | _handleRefresherTouchend(moveDis) { method _handleListTouchstart (line 486) | _handleListTouchstart() { method _handleScrollViewDisableBounce (line 493) | _handleScrollViewDisableBounce({ bounce }) { method _handleWxsPullingDownStatusChange (line 502) | _handleWxsPullingDownStatusChange(onPullingDown) { method _handleWxsPullingDown (line 509) | _handleWxsPullingDown({ moveDis, diffDis }){ method _handleTouchDirectionChange (line 513) | _handleTouchDirectionChange({ direction }) { method _handlePropUpdate (line 517) | _handlePropUpdate(){ method _refresherEnd (line 521) | _refresherEnd(shouldEndLoadingDelay = true, fromAddData = false, isUserP... method _doRefresherRefreshAnimate (line 584) | _doRefresherRefreshAnimate() { method _doRefresherLoad (line 608) | _doRefresherLoad(isUserPullDown = true) { method _getFinalRefresherMoveDis (line 614) | _getFinalRefresherMoveDis(moveDis) { method _touchDisabled (line 629) | _touchDisabled() { method _updateCustomRefresherHeight (line 635) | _updateCustomRefresherHeight() { method _emitTouchmove (line 646) | _emitTouchmove(e) { method _cleanRefresherCompleteTimeout (line 655) | _cleanRefresherCompleteTimeout() { method _cleanRefresherEndTimeout (line 662) | _cleanRefresherEndTimeout() { FILE: uni_modules/z-paging/components/z-paging/js/modules/scroller.js method data (line 51) | data() { method oldScrollTop (line 65) | oldScrollTop(newVal) { method pageScrollTop (line 68) | pageScrollTop(newVal) { method handler (line 72) | handler(newVal) { method finalScrollTop (line 87) | finalScrollTop(newVal) { method finalScrollWithAnimation (line 94) | finalScrollWithAnimation() { method finalScrollViewStyle (line 102) | finalScrollViewStyle() { method finalScrollTop (line 109) | finalScrollTop() { method finalIsOldWebView (line 112) | finalIsOldWebView() { method scrollToTop (line 118) | scrollToTop(animate, checkReverse = true) { method scrollToBottom (line 139) | scrollToBottom(animate, checkReverse = true) { method scrollIntoViewById (line 160) | scrollIntoViewById(sel, offset, animate) { method scrollIntoViewByNodeTop (line 164) | scrollIntoViewByNodeTop(nodeTop, offset, animate) { method scrollToY (line 171) | scrollToY(y, offset, animate) { method scrollIntoViewByIndex (line 178) | scrollIntoViewByIndex(index, offset, animate) { method scrollIntoViewByView (line 182) | scrollIntoViewByView(view, offset, animate) { method updatePageScrollTop (line 186) | updatePageScrollTop(value) { method updatePageScrollTopHeight (line 190) | updatePageScrollTopHeight() { method updatePageScrollBottomHeight (line 194) | updatePageScrollBottomHeight() { method updateLeftAndRightWidth (line 198) | updateLeftAndRightWidth() { method updateScrollViewScrollTop (line 204) | updateScrollViewScrollTop(scrollTop, animate = true) { method _onScrollToUpper (line 214) | _onScrollToUpper() { method _onScrollToLower (line 225) | _onScrollToLower(e) { method _scrollToTop (line 229) | _scrollToTop(animate = true, isPrivate = true) { method _scrollToBottom (line 275) | async _scrollToBottom(animate = true) { method _scrollIntoView (line 313) | _scrollIntoView(sel, offset = 0, animate = false, finishCallback) { method _scrollIntoViewByNodeTop (line 351) | _scrollIntoViewByNodeTop(nodeTop, offset = 0, animate = false) { method _scrollToY (line 355) | _scrollToY(y, offset = 0, animate = false, addScrollTop = false) { method _scroll (line 371) | _scroll(e) { method _doCheckScrollViewShouldFullHeight (line 382) | _doCheckScrollViewShouldFullHeight(totalData) { method _checkScrollViewShouldFullHeight (line 399) | async _checkScrollViewShouldFullHeight(callback) { method _scrollTopChange (line 418) | _scrollTopChange(newVal, isPageScrollTop){ method _updatePageScrollTopOrBottomHeight (line 430) | _updatePageScrollTopOrBottomHeight(type) { method _updateLeftAndRightWidth (line 463) | _updateLeftAndRightWidth(){ FILE: uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js method data (line 79) | data() { method realTotalData (line 105) | realTotalData(newVal) { method virtualList (line 120) | virtualList(newVal){ method finalUseVirtualList (line 126) | finalUseVirtualList() { method finalUseInnerList (line 132) | finalUseInnerList() { method finalCellKeyName (line 135) | finalCellKeyName() { method finalVirtualPageHeight (line 143) | finalVirtualPageHeight(){ method virtualRangePageHeight (line 146) | virtualRangePageHeight(){ method virtualScrollDisTimeStamp (line 149) | virtualScrollDisTimeStamp() { method didUpdateVirtualListCell (line 155) | didUpdateVirtualListCell(index) { method didDeleteVirtualListCell (line 175) | didDeleteVirtualListCell(index) { method _virtualListInit (line 188) | _virtualListInit() { method _updateFixedCellHeight (line 201) | _updateFixedCellHeight() { method _updateDynamicCellHeight (line 219) | _updateDynamicCellHeight(list) { method _setCellIndex (line 247) | _setCellIndex(list, isFirstPage) { method _updateVirtualScroll (line 271) | _updateVirtualScroll(scrollTop, scrollDiff = 0) { method _updateFixedTopRangeIndex (line 340) | _updateFixedTopRangeIndex(scrollIndex) { method _updateFixedBottomRangeIndex (line 348) | _updateFixedBottomRangeIndex(scrollIndex) { method _updateVirtualList (line 357) | _updateVirtualList() { method _resetDynamicListState (line 367) | _resetDynamicListState(resetVirtualList = false) { method _resetTopRange (line 376) | _resetTopRange() { method _checkVirtualListScroll (line 382) | _checkVirtualListScroll() { method _innerCellClick (line 395) | _innerCellClick(item, index) { FILE: uni_modules/z-paging/components/z-paging/js/z-paging-config.js function setConfig (line 7) | function setConfig(value) { function getConfig (line 11) | function getConfig() { FILE: uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js function handleQuery (line 4) | function handleQuery(callback) { function _handleQuery (line 13) | function _handleQuery(pageNo, pageSize, from){ function handleLanguage2Local (line 22) | function handleLanguage2Local(callback) { function _handleLanguage2Local (line 31) | function _handleLanguage2Local(language, local){ function _getApp (line 40) | function _getApp(){ FILE: uni_modules/z-paging/components/z-paging/js/z-paging-main.js method data (line 50) | data() { method created (line 180) | created(){ method mounted (line 186) | mounted() { method destroyed (line 230) | destroyed() { method unmounted (line 234) | unmounted() { method handler (line 240) | handler(newVal) { method autoHeight (line 247) | autoHeight(newVal) { method autoHeightAddition (line 250) | autoHeightAddition(newVal) { method finalPagingStyle (line 255) | finalPagingStyle() { method finalLowerThreshold (line 279) | finalLowerThreshold() { method finalPagingContentStyle (line 282) | finalPagingContentStyle() { method safeAreaBottom (line 289) | safeAreaBottom() { method renderJsIgnore (line 300) | renderJsIgnore() { method windowHeight (line 308) | windowHeight() { method windowTop (line 311) | windowTop() { method windowBottom (line 320) | windowBottom() { method isOldWebView (line 328) | isOldWebView() { method isIosAndH5 (line 343) | isIosAndH5() { method zSlots (line 349) | zSlots() { method getVersion (line 364) | getVersion() { method setSpecialEffects (line 368) | setSpecialEffects(args) { method setListSpecialEffects (line 372) | setListSpecialEffects(args) { method _doVibrateShort (line 382) | _doVibrateShort() { method _setAutoHeight (line 400) | async _setAutoHeight(shouldFullHeight = true, scrollViewNode = null) { method _getCssSafeAreaInsetBottom (line 427) | _getCssSafeAreaInsetBottom(){ method _updateInsideOfPaging (line 438) | _updateInsideOfPaging() { method _getNodeClientRect (line 446) | _getNodeClientRect(select, inDom = true, scrollOffset = false) { method _cleanTimeout (line 473) | _cleanTimeout(timeout) { method _onEmit (line 481) | _onEmit() { method _offEmit (line 519) | _offEmit(){ FILE: uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js method onPullDownRefresh (line 4) | onPullDownRefresh() { method onPageScroll (line 8) | onPageScroll(e) { method onReachBottom (line 15) | onReachBottom() { method isPagingRefNotFound (line 20) | isPagingRefNotFound() { FILE: uni_modules/z-paging/components/z-paging/js/z-paging-utils.js function gc (line 24) | function gc(key, defaultValue) { function getTouch (line 42) | function getTouch(e) { function getTouchFromZPaging (line 63) | function getTouchFromZPaging(target) { function getParent (line 81) | function getParent(parent) { function consoleErr (line 88) | function consoleErr(err) { function setRefesrherTime (line 93) | function setRefesrherTime(time, key) { function getRefesrherTime (line 100) | function getRefesrherTime() { function getRefesrherTimeByKey (line 105) | function getRefesrherTimeByKey(key) { function getRefesrherFormatTimeByKey (line 111) | function getRefesrherFormatTimeByKey(key, textMap) { function convertToPx (line 118) | function convertToPx(text) { function getTime (line 136) | function getTime() { function getInstanceId (line 141) | function getInstanceId() { function _timeFormat (line 152) | function _timeFormat(time, textMap) { function _dateDayFormat (line 171) | function _dateDayFormat(date, showYear = true) { function _dateTimeFormat (line 179) | function _dateTimeFormat(date) { function _fullZeroToTwo (line 186) | function _fullZeroToTwo(str) { function _toKebab (line 192) | function _toKebab(value) { FILE: uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js method mounted (line 13) | mounted() { method renderPropIsIosAndH5Change (line 21) | renderPropIsIosAndH5Change(newVal) { method _handleTouch (line 26) | _handleTouch() { method _handleTouchstart (line 37) | _handleTouchstart(e) { method _handleTouchmove (line 45) | _handleTouchmove(e) { method _removeAllEventListener (line 54) | _removeAllEventListener(){