SYMBOL INDEX (169 symbols across 36 files) FILE: static/common/js/touch-emulator.js function Touch (line 50) | function Touch(target, identifier, pos, deltaX, deltaY) { function TouchList (line 69) | function TouchList() { function fakeTouchSupport (line 89) | function fakeTouchSupport() { function hasTouchSupport (line 106) | function hasTouchSupport() { function preventMouseEvents (line 116) | function preventMouseEvents(ev) { function onMouse (line 127) | function onMouse(touchType) { function triggerTouch (line 179) | function triggerTouch(eventName, mouseEv) { function createTouchList (line 200) | function createTouchList(mouseEv) { function getActiveTouches (line 222) | function getActiveTouches(mouseEv, eventName) { function getChangedTouches (line 241) | function getChangedTouches(mouseEv, eventName) { function showTouches (line 260) | function showTouches(ev) { function TouchEmulator (line 294) | function TouchEmulator() { FILE: store/$u.mixin.js method beforeCreate (line 13) | beforeCreate() { FILE: store/index.js method $uStore (line 62) | $uStore(state, payload) { FILE: uview-ui/components/u-avatar-cropper/weCropper.js function firstLetterUpper (line 16) | function firstLetterUpper(str) { function setTouchState (line 20) | function setTouchState(instance) { function validator (line 32) | function validator(instance, o) { function getDevice (line 36) | function getDevice() { function prepare (line 200) | function prepare() { function createCommonjsModule (line 247) | function createCommonjsModule(fn, module) { function observer (line 337) | function observer() { function wxPromise (line 354) | function wxPromise(fn) { function draw (line 373) | function draw(ctx, reserve) { function makeURI (line 552) | function makeURI(strData, type) { function fixType (line 556) | function fixType(type) { function encodeData (line 562) | function encodeData(data) { function getImageData (line 583) | function getImageData(canvasId, x, y, width, height, done) { function genBitmapImage (line 605) | function genBitmapImage(oData) { function convertToImage (line 719) | function convertToImage(canvasId, x, y, width, height, type, done) { function methods (line 760) | function methods() { function update (line 952) | function update() { function cut (line 1082) | function cut() { FILE: uview-ui/components/u-parse/libs/CssHandler.js function CssHandler (line 4) | function CssHandler(tagStyle) { function parser (line 27) | function parser(data, init) { FILE: uview-ui/components/u-parse/libs/MpHtmlParser.js function MpHtmlParser (line 14) | function MpHtmlParser(data, options = {}) { FILE: uview-ui/components/u-parse/libs/config.js function makeMap (line 58) | function makeMap(str) { FILE: uview-ui/index.js function wranning (line 8) | function wranning(str) { FILE: uview-ui/libs/function/$parent.js function $parent (line 5) | function $parent(name = undefined) { FILE: uview-ui/libs/function/addUnit.js function addUnit (line 4) | function addUnit(value = 'auto', unit = 'rpx') { FILE: uview-ui/libs/function/bem.js function bem (line 1) | function bem(name, conf) { FILE: uview-ui/libs/function/colorGradient.js function colorGradient (line 7) | function colorGradient(startColor = 'rgb(0, 0, 0)', endColor = 'rgb(255,... function hexToRgb (line 32) | function hexToRgb(sColor, str = true) { function rgbToHex (line 62) | function rgbToHex(rgb) { function colorToRgba (line 102) | function colorToRgba(color, alpha = 0.3) { FILE: uview-ui/libs/function/debounce.js function debounce (line 11) | function debounce(func, wait = 500, immediate = false) { FILE: uview-ui/libs/function/deepClone.js function isArray (line 2) | function isArray(arr) { function deepClone (line 7) | function deepClone(obj, cache = new WeakMap()) { FILE: uview-ui/libs/function/deepMerge.js function deepMerge (line 4) | function deepMerge(target = {}, source = {}) { FILE: uview-ui/libs/function/getParent.js function getParent (line 3) | function getParent(name, keys) { FILE: uview-ui/libs/function/guid.js function guid (line 11) | function guid(len = 32, firstU = true, radix = null) { FILE: uview-ui/libs/function/md5.js function hex_md5 (line 21) | function hex_md5(s) { return rstr2hex(rstr_md5(str2rstr_utf8(s))); } function b64_md5 (line 22) | function b64_md5(s) { return rstr2b64(rstr_md5(str2rstr_utf8(s))); } function any_md5 (line 23) | function any_md5(s, e) { return rstr2any(rstr_md5(str2rstr_utf8(s)), e); } function hex_hmac_md5 (line 24) | function hex_hmac_md5(k, d) function b64_hmac_md5 (line 26) | function b64_hmac_md5(k, d) function any_hmac_md5 (line 28) | function any_hmac_md5(k, d, e) function md5_vm_test (line 34) | function md5_vm_test() function rstr_md5 (line 42) | function rstr_md5(s) function rstr_hmac_md5 (line 50) | function rstr_hmac_md5(key, data) function rstr2hex (line 69) | function rstr2hex(input) function rstr2b64 (line 87) | function rstr2b64(input) function rstr2any (line 110) | function rstr2any(input, encoding) function str2rstr_utf8 (line 159) | function str2rstr_utf8(input) function str2rstr_utf16le (line 198) | function str2rstr_utf16le(input) function str2rstr_utf16be (line 207) | function str2rstr_utf16be(input) function rstr2binl (line 220) | function rstr2binl(input) function binl2rstr (line 233) | function binl2rstr(input) function binl_md5 (line 244) | function binl_md5(x, len) function md5_cmn (line 341) | function md5_cmn(q, a, b, x, s, t) function md5_ff (line 345) | function md5_ff(a, b, c, d, x, s, t) function md5_gg (line 349) | function md5_gg(a, b, c, d, x, s, t) function md5_hh (line 353) | function md5_hh(a, b, c, d, x, s, t) function md5_ii (line 357) | function md5_ii(a, b, c, d, x, s, t) function safe_add (line 366) | function safe_add(x, y) function bit_rol (line 376) | function bit_rol(num, cnt) FILE: uview-ui/libs/function/queryParams.js function queryParams (line 6) | function queryParams(data = {}, isPrefix = true, arrayFormat = 'brackets... FILE: uview-ui/libs/function/random.js function random (line 1) | function random(min, max) { FILE: uview-ui/libs/function/randomArray.js function randomArray (line 2) | function randomArray(array = []) { FILE: uview-ui/libs/function/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 48) | async route(options = {}, params = {}) { method openPage (line 83) | openPage(config) { FILE: uview-ui/libs/function/sys.js function os (line 1) | function os() { function sys (line 5) | function sys() { FILE: uview-ui/libs/function/test.js function email (line 4) | function email(value) { function mobile (line 11) | function mobile(value) { function url (line 18) | function url(value) { function date (line 25) | function date(value) { function dateISO (line 32) | function dateISO(value) { function number (line 39) | function number(value) { function digits (line 46) | function digits(value) { function idCard (line 53) | function idCard(value) { function carNo (line 61) | function carNo(value) { function amount (line 78) | function amount(value) { function chinese (line 86) | function chinese(value) { function letter (line 94) | function letter(value) { function enOrNum (line 101) | function enOrNum(value) { function contains (line 110) | function contains(value, param) { function range (line 117) | function range(value, param) { function rangeLength (line 124) | function rangeLength(value, param) { function landline (line 131) | function landline(value) { function empty (line 139) | function empty(value) { function jsonString (line 165) | function jsonString(value) { function array (line 185) | function array(value) { function object (line 196) | function object(value) { function code (line 203) | function code(value, len = 6) { FILE: uview-ui/libs/function/throttle.js function throttle (line 10) | function throttle(func, wait = 500, immediate = true) { FILE: uview-ui/libs/function/timeFormat.js function timeFormat (line 26) | function timeFormat(dateTime = null, fmt = 'yyyy-mm-dd') { FILE: uview-ui/libs/function/timeFrom.js function timeFrom (line 9) | function timeFrom(dateTime = null, format = 'yyyy-mm-dd') { FILE: uview-ui/libs/function/toast.js function toast (line 1) | function toast(title, duration = 1500) { FILE: uview-ui/libs/function/trim.js function trim (line 1) | function trim(str, pos = 'both') { FILE: uview-ui/libs/function/type2icon.js function type2icon (line 6) | function type2icon(type = 'success', fill = false) { FILE: uview-ui/libs/mixin/mixin.js method data (line 2) | data() { method onLoad (line 5) | onLoad() { method $uGetRect (line 13) | $uGetRect(selector, all) { method getParentData (line 28) | getParentData(parentName = '') { method preventEvent (line 43) | preventEvent(e) { method onReachBottom (line 47) | onReachBottom() { method beforeDestroy (line 50) | beforeDestroy() { FILE: uview-ui/libs/mixin/mpShare.js method onLoad (line 2) | onLoad() { method onShareAppMessage (line 10) | onShareAppMessage() { method onShareTimeline (line 14) | onShareTimeline() { FILE: uview-ui/libs/request/index.js class Request (line 3) | class Request { method setConfig (line 5) | setConfig(customConfig) { method request (line 11) | request(options = {}) { method constructor (line 102) | constructor() { FILE: uview-ui/libs/store/index.js method $uStore (line 4) | $uStore({rootState}, params) { FILE: uview-ui/libs/util/async-validator.js function _extends (line 1) | function _extends() { function convertFieldsError (line 36) | function convertFieldsError(errors) { function format (line 47) | function format() { function isNativeStringType (line 101) | function isNativeStringType(type) { function isEmptyValue (line 105) | function isEmptyValue(value, type) { function asyncParallelArray (line 121) | function asyncParallelArray(arr, func, callback) { function asyncSerialArray (line 140) | function asyncSerialArray(arr, func, callback) { function flattenObjArr (line 163) | function flattenObjArr(objArr) { function asyncMap (line 171) | function asyncMap(objArr, option, func, callback) { function complementError (line 238) | function complementError(rule) { function deepMerge (line 252) | function deepMerge(target, source) { function required (line 282) | function required(rule, value, source, errors, options, type) { function whitespace (line 300) | function whitespace(rule, value, source, errors, options) { function type (line 377) | function type(rule, value, source, errors, options) { function range (line 408) | function range(rule, value, source, errors, options) { function enumerable (line 470) | function enumerable(rule, value, source, errors, options) { function pattern$1 (line 490) | function pattern$1(rule, value, source, errors, options) { function string (line 531) | function string(rule, value, callback, source, options) { function method (line 567) | function method(rule, value, callback, source, options) { function number (line 597) | function number(rule, value, callback, source, options) { function _boolean (line 632) | function _boolean(rule, value, callback, source, options) { function regexp (line 662) | function regexp(rule, value, callback, source, options) { function integer (line 692) | function integer(rule, value, callback, source, options) { function floatFn (line 723) | function floatFn(rule, value, callback, source, options) { function array (line 754) | function array(rule, value, callback, source, options) { function object (line 785) | function object(rule, value, callback, source, options) { function enumerable$1 (line 816) | function enumerable$1(rule, value, callback, source, options) { function pattern$2 (line 849) | function pattern$2(rule, value, callback, source, options) { function date (line 868) | function date(rule, value, callback, source, options) { function required$1 (line 899) | function required$1(rule, value, callback, source, options) { function type$1 (line 906) | function type$1(rule, value, callback, source, options) { function any (line 937) | function any(rule, value, callback, source, options) { function newMessages (line 972) | function newMessages() { function Schema (line 1035) | function Schema(descriptor) { function complete (line 1097) | function complete(results) { function addFullfield (line 1191) | function addFullfield(key, schema) { function cb (line 1197) | function cb(e) { FILE: 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) {