SYMBOL INDEX (107 symbols across 26 files) FILE: public/jvs-ui-public/cdn/store/1.3.20/store.js function isLocalStorageNameSupported (line 64) | function isLocalStorageNameSupported () { FILE: src/api/common.js function byKeyDicData (line 4) | function byKeyDicData (url) { function getDeptUserTree (line 12) | function getDeptUserTree(){ function searchUser (line 20) | function searchUser(params){ FILE: src/api/login.js function getQRcode (line 27) | function getQRcode(params) { function getCheck (line 35) | function getCheck(data) { function getPhone (line 46) | function getPhone(data) { function getPhoneCode (line 54) | function getPhoneCode(data) { function codeLogin (line 62) | function codeLogin(data) { function wxOpenidLogin (line 74) | function wxOpenidLogin(data) { function appQrLogin (line 85) | function appQrLogin(data) { function appCheck (line 97) | function appCheck(data){ function appLogin (line 108) | function appLogin(data) { FILE: src/api/newDesign.js function bindPhone (line 42) | function bindPhone(data) { function sendPhoneCode (line 51) | function sendPhoneCode(phone) { FILE: src/components/api.js function getUserList (line 4) | function getUserList(query) { function getUserAll (line 12) | function getUserAll(query) { FILE: src/const/columnTypeList.js constant NUMBER_QUERY_TYPE (line 5) | const NUMBER_QUERY_TYPE = ['EQ', 'NE', 'GT', 'GE', 'LT', 'LE', 'BETWEEN'] constant VARCHAR_QUERY_TYPE (line 6) | const VARCHAR_QUERY_TYPE = ['LIKE', 'LIKE_LEFT', 'LIKE_RIGHT', 'EQ'] FILE: src/const/const.js function get16LenString (line 27) | function get16LenString (str) { FILE: src/filters/index.js function pluralize (line 1) | function pluralize (time, label) { function dateFormat (line 11) | function dateFormat (date, type) { function timeAgo (line 45) | function timeAgo (time) { function parseTime (line 56) | function parseTime (time, cFormat) { function formatTime (line 92) | function formatTime (time, option) { function nFormatter (line 116) | function nFormatter (num, digits) { function html2Text (line 133) | function html2Text (val) { function toThousandslsFilter (line 139) | function toThousandslsFilter (num) { function dicFormat (line 145) | function dicFormat (val, options, props) { FILE: src/router/jvs-router.js function objToform (line 10) | function objToform(obj) { method component (line 83) | component(resolve) { FILE: src/router/router.js method scrollBehavior (line 10) | scrollBehavior (to, from, savedPosition) { FILE: src/store/getters.js method [globalTypes.GET_DIRECTION] (line 28) | [globalTypes.GET_DIRECTION](state) { method [globalTypes.GET_THEME] (line 31) | [globalTypes.GET_THEME](state) { FILE: src/store/index.js method [globalTypes.UPDATE_DIRECTION] (line 45) | [globalTypes.UPDATE_DIRECTION](state, direction) { method [globalTypes.UPDATE_THEME] (line 48) | [globalTypes.UPDATE_THEME](state, theme) { FILE: src/store/modules/tags.js function setFistTag (line 16) | function setFistTag (list) { FILE: src/store/modules/user.js function addPath (line 14) | function addPath(ele, first) { method LoginByUsername (line 69) | LoginByUsername({ commit }, userInfo) { method GetUserInfo (line 159) | GetUserInfo({ commit }) { method RefreshToken (line 175) | RefreshToken({ commit, state }, tenantId) { method LogOut (line 193) | LogOut({ commit }) { method FedLogOut (line 217) | FedLogOut({ commit }) { FILE: src/store/types/global.js constant GET_DIRECTION (line 10) | const GET_DIRECTION = 'APP/GET_DIRECTION'; constant GET_THEME (line 11) | const GET_THEME = 'APP/GET_THEME'; constant UPDATE_DIRECTION (line 14) | const UPDATE_DIRECTION = 'APP/UPDATE_DIRECTION'; constant UPDATE_THEME (line 15) | const UPDATE_THEME = 'APP/UPDATE_THEME'; FILE: src/util/date.js function dateFormat (line 32) | function dateFormat(date) { FILE: src/util/permision.js method install (line 3) | install (Vue, options) { FILE: src/util/url.js method install (line 7) | install (Vue, options) { FILE: src/util/util.js function listen (line 183) | function listen() { FILE: src/util/validate.js function isEmail (line 9) | function isEmail (s) { function isMobile (line 17) | function isMobile (s) { function isPhone (line 25) | function isPhone (s) { function isURL (line 33) | function isURL (s) { function isvalidUsername (line 37) | function isvalidUsername (str) { function validateURL (line 43) | function validateURL (textval) { function validateLowerCase (line 49) | function validateLowerCase (str) { function validateUpperCase (line 55) | function validateUpperCase (str) { function validatAlphabets (line 61) | function validatAlphabets (str) { function validateEmail (line 88) | function validateEmail (email) { function cardid (line 96) | function cardid (code) { function isvalidatemobile (line 179) | function isvalidatemobile (phone) { function validatename (line 206) | function validatename (name) { function validatenum (line 215) | function validatenum (num, type) { function validatenumord (line 229) | function validatenumord (num, type) { function validatenull (line 243) | function validatenull (val) { FILE: src/views/common/api.js function documentSearch (line 4) | function documentSearch(params) { function readNumber (line 13) | function readNumber(id) { function editLog (line 21) | function editLog(params) { function getLike (line 30) | function getLike(params) { function giveGood (line 39) | function giveGood(params) { function getComment (line 48) | function getComment(id,data) { function leaveMsg (line 57) | function leaveMsg(data) { function setLibrary (line 67) | function setLibrary(data) { function addLibrary (line 76) | function addLibrary(data) { function queryMember (line 85) | function queryMember(id, params) { function setMemberRole (line 94) | function setMemberRole(documentId, userId, role) { function addMember (line 102) | function addMember(data) { function delMember (line 128) | function delMember(documentId, userId) { function delMsg (line 136) | function delMsg(id) { function uploadImage (line 144) | function uploadImage(data) { FILE: src/views/common/tiptap/extension.js class myHeading (line 4) | class myHeading extends Heading { method constructor (line 5) | constructor(props,myAttribute) { method schema (line 8) | get schema () { class myFontSize (line 32) | class myFontSize extends FontSize { method constructor (line 33) | constructor(props,myAttribute) { method schema (line 36) | get schema () { FILE: src/views/common/tiptap/tiptapPlugin.js constant SIZE_PATTERN (line 2) | const SIZE_PATTERN = /([\d.]+)(px || pt)/i; constant ALIGN_PATTERN (line 9) | const ALIGN_PATTERN = new RegExp(`(${Alignment.left}|${Alignment.center}... constant DEFAULT_LINE_HEIGHT (line 10) | const DEFAULT_LINE_HEIGHT = '100%'; constant NUMBER_VALUE_PATTERN (line 11) | const NUMBER_VALUE_PATTERN = /^\d+(.\d+)?$/; function convertToPX (line 14) | function convertToPX (styleValue) { function headingToDOM (line 25) | function headingToDOM (node) { function getAttrs (line 55) | function getAttrs (dom) { function paragraphNodeSpecGetAttrs (line 78) | function paragraphNodeSpecGetAttrs (dom) { function toDOM (line 98) | function toDOM (node) { function transformCSStoLineHeight (line 126) | function transformCSStoLineHeight (value) { FILE: src/views/index/api.js function getDcLibraryList (line 4) | function getDcLibraryList(query) { function knowledgesOwner (line 13) | function knowledgesOwner(query) { function delDcLibrary (line 22) | function delDcLibrary(id) { FILE: src/views/info/icon/iconfont.js function d (line 1) | function d(){i||(i=!0,n())} function m (line 1) | function m(){try{o.documentElement.doScroll("left")}catch(t){return void... FILE: src/views/view/api.js function getLibTree (line 4) | function getLibTree(id) { function getLibEditLog (line 13) | function getLibEditLog(params) { function getLibMember (line 22) | function getLibMember(id,params) { function getDocumentList (line 31) | function getDocumentList(id) {