SYMBOL INDEX (158 symbols across 42 files) FILE: mock/index.js function mockXHR (line 19) | function mockXHR() { FILE: mock/mock-server.js function registerRoutes (line 9) | function registerRoutes(app) { function unregisterRoutes (line 26) | function unregisterRoutes() { method response (line 39) | response(req, res) { FILE: mock/utils.js function param2Obj (line 5) | function param2Obj(url) { function deepClone (line 30) | function deepClone(source) { FILE: plop-templates/component/prompt.js method validate (line 31) | validate(value) { FILE: plop-templates/store/prompt.js method validate (line 31) | validate(value) { method actions (line 39) | actions(data) { FILE: plop-templates/view/prompt.js method validate (line 31) | validate(value) { FILE: src/api/article.js function fetchList (line 3) | function fetchList(query) { function fetchArticle (line 11) | function fetchArticle(id) { function fetchPv (line 19) | function fetchPv(pv) { function createArticle (line 27) | function createArticle(data) { function updateArticle (line 35) | function updateArticle(data) { FILE: src/api/qiniu.js function getToken (line 3) | function getToken() { FILE: src/api/remote-search.js function searchUser (line 3) | function searchUser(name) { function transactionList (line 11) | function transactionList(query) { FILE: src/api/role.js function getRoutes (line 3) | function getRoutes() { function getRoles (line 10) | function getRoles() { function addRole (line 17) | function addRole(data) { function updateRole (line 25) | function updateRole(id, data) { function deleteRole (line 33) | function deleteRole(id) { FILE: src/api/user.js function login (line 3) | function login(data) { function getInfo (line 11) | function getInfo(token) { function logout (line 19) | function logout() { FILE: src/components/Charts/mixins/resize.js method data (line 4) | data() { method mounted (line 10) | mounted() { method activated (line 13) | activated() { method beforeDestroy (line 22) | beforeDestroy() { method deactivated (line 25) | deactivated() { method $_sidebarResizeHandler (line 31) | $_sidebarResizeHandler(e) { method initListener (line 36) | initListener() { method destroyListener (line 45) | destroyListener() { method resize (line 51) | resize() { FILE: src/components/Tinymce/dynamicLoadScript.js function loadedTinymce (line 3) | function loadedTinymce() { function stdOnEnd (line 31) | function stdOnEnd(script) { function ieOnEnd (line 47) | function ieOnEnd(script) { FILE: src/directive/clipboard/clipboard.js method bind (line 8) | bind(el, binding) { method update (line 29) | update(el, binding) { method unbind (line 39) | unbind(el, binding) { FILE: src/directive/el-drag-dialog/drag.js method bind (line 2) | bind(el, binding, vnode) { FILE: src/directive/el-table/adaptive.js method bind (line 28) | bind(el, binding, vnode) { method inserted (line 35) | inserted(el, binding, vnode) { method unbind (line 38) | unbind(el) { FILE: src/directive/permission/permission.js function checkPermission (line 3) | function checkPermission(el, binding) { method inserted (line 25) | inserted(el, binding) { method update (line 28) | update(el, binding) { FILE: src/directive/sticky.js method inserted (line 5) | inserted(el, binding) { method unbind (line 84) | unbind() { FILE: src/directive/waves/waves.js function handleClick (line 5) | function handleClick(el, binding) { method bind (line 60) | bind(el, binding) { method update (line 63) | update(el, binding) { method unbind (line 67) | unbind(el) { FILE: src/filters/index.js function pluralize (line 10) | function pluralize(time, label) { function timeAgo (line 20) | function timeAgo(time) { function numberFormatter (line 37) | function numberFormatter(num, digits) { function toThousandFilter (line 58) | function toThousandFilter(num) { function uppercaseFirst (line 66) | function uppercaseFirst(string) { FILE: src/layout/components/Sidebar/FixiOSBug.js method device (line 3) | device() { method mounted (line 7) | mounted() { method fixBugIniOS (line 13) | fixBugIniOS() { FILE: src/layout/mixin/ResizeHandler.js constant WIDTH (line 4) | const WIDTH = 992 // refer to Bootstrap's responsive design method $route (line 8) | $route(route) { method beforeMount (line 14) | beforeMount() { method beforeDestroy (line 17) | beforeDestroy() { method mounted (line 20) | mounted() { method $_isMobile (line 30) | $_isMobile() { method $_resizeHandler (line 34) | $_resizeHandler() { FILE: src/router/index.js function resetRouter (line 399) | function resetRouter() { FILE: src/store/modules/app.js method toggleSideBar (line 37) | toggleSideBar({ commit }) { method closeSideBar (line 40) | closeSideBar({ commit }, { withoutAnimation }) { method toggleDevice (line 43) | toggleDevice({ commit }, device) { method setSize (line 46) | setSize({ commit }, size) { FILE: src/store/modules/errorLog.js method addErrorLog (line 15) | addErrorLog({ commit }, log) { method clearErrorLog (line 18) | clearErrorLog({ commit }) { FILE: src/store/modules/permission.js function hasPermission (line 8) | function hasPermission(roles, route) { function filterAsyncRoutes (line 21) | function filterAsyncRoutes(routes, roles) { method generateRoutes (line 50) | generateRoutes({ commit }, roles) { FILE: src/store/modules/settings.js method changeSetting (line 24) | changeSetting({ commit }, data) { FILE: src/store/modules/tagsView.js method addView (line 70) | addView({ dispatch }, view) { method addVisitedView (line 74) | addVisitedView({ commit }, view) { method addCachedView (line 77) | addCachedView({ commit }, view) { method delView (line 81) | delView({ dispatch, state }, view) { method delVisitedView (line 91) | delVisitedView({ commit, state }, view) { method delCachedView (line 97) | delCachedView({ commit, state }, view) { method delOthersViews (line 104) | delOthersViews({ dispatch, state }, view) { method delOthersVisitedViews (line 114) | delOthersVisitedViews({ commit, state }, view) { method delOthersCachedViews (line 120) | delOthersCachedViews({ commit, state }, view) { method delAllViews (line 127) | delAllViews({ dispatch, state }, view) { method delAllVisitedViews (line 137) | delAllVisitedViews({ commit, state }) { method delAllCachedViews (line 143) | delAllCachedViews({ commit, state }) { method updateVisitedView (line 150) | updateVisitedView({ commit }, view) { FILE: src/store/modules/user.js method login (line 33) | login({ commit }, userInfo) { method getInfo (line 48) | getInfo({ commit, state }) { method logout (line 76) | logout({ commit, state, dispatch }) { method resetToken (line 96) | resetToken({ commit }) { method changeRoles (line 106) | async changeRoles({ commit, dispatch }, role) { FILE: src/utils/auth.js function getToken (line 5) | function getToken() { function setToken (line 9) | function setToken(token) { function removeToken (line 13) | function removeToken() { FILE: src/utils/clipboard.js function clipboardSuccess (line 4) | function clipboardSuccess() { function clipboardError (line 12) | function clipboardError() { function handleClipboard (line 19) | function handleClipboard(text, event) { FILE: src/utils/error-log.js function checkNeed (line 10) | function checkNeed() { FILE: src/utils/get-page-title.js function getPageTitle (line 5) | function getPageTitle(pageTitle) { FILE: src/utils/index.js function parseTime (line 11) | function parseTime(time, cFormat) { function formatTime (line 59) | function formatTime(time, option) { function getQueryObject (line 101) | function getQueryObject(url) { function byteLength (line 120) | function byteLength(str) { function cleanArray (line 136) | function cleanArray(actual) { function param (line 150) | function param(json) { function param2Obj (line 164) | function param2Obj(url) { function html2Text (line 186) | function html2Text(val) { function objectMerge (line 198) | function objectMerge(target, source) { function toggleClass (line 220) | function toggleClass(element, className) { function getTime (line 240) | function getTime(type) { function debounce (line 254) | function debounce(func, wait, immediate) { function deepClone (line 296) | function deepClone(source) { function uniqueArr (line 315) | function uniqueArr(arr) { function createUniqueString (line 322) | function createUniqueString() { function hasClass (line 334) | function hasClass(ele, cls) { function addClass (line 343) | function addClass(ele, cls) { function removeClass (line 352) | function removeClass(ele, cls) { FILE: src/utils/open-window.js function openWindow (line 8) | function openWindow(url, title, w, h) { FILE: src/utils/permission.js function checkPermission (line 8) | function checkPermission(value) { FILE: src/utils/scroll-to.js function move (line 19) | function move(amount) { function position (line 25) | function position() { function scrollTo (line 34) | function scrollTo(to, duration, callback) { FILE: src/utils/validate.js function isExternal (line 9) | function isExternal(path) { function validUsername (line 17) | function validUsername(str) { function validURL (line 26) | function validURL(url) { function validLowerCase (line 35) | function validLowerCase(str) { function validUpperCase (line 44) | function validUpperCase(str) { function validAlphabets (line 53) | function validAlphabets(str) { function validEmail (line 62) | function validEmail(email) { function isString (line 71) | function isString(str) { function isArray (line 82) | function isArray(arg) { FILE: src/vendor/Export2Excel.js function generateArray (line 5) | function generateArray(table) { function datenum (line 55) | function datenum(v, date1904) { function sheet_from_array_of_arrays (line 61) | function sheet_from_array_of_arrays(data, opts) { function Workbook (line 103) | function Workbook() { function s2ab (line 109) | function s2ab(s) { function export_table_to_excel (line 116) | function export_table_to_excel(id) { function export_json_to_excel (line 147) | function export_json_to_excel({ FILE: src/vendor/Export2Zip.js function export_txt_to_zip (line 5) | function export_txt_to_zip(th, jsonData, txtName, zipName) { FILE: src/views/dashboard/admin/components/mixins/resize.js method data (line 4) | data() { method mounted (line 10) | mounted() { method beforeDestroy (line 19) | beforeDestroy() { method activated (line 25) | activated() { method deactivated (line 29) | deactivated() { method $_initResizeEvent (line 36) | $_initResizeEvent() { method $_destroyResizeEvent (line 39) | $_destroyResizeEvent() { method $_sidebarResizeHandler (line 42) | $_sidebarResizeHandler(e) { method $_initSidebarResizeEvent (line 47) | $_initSidebarResizeEvent() { method $_destroySidebarResizeEvent (line 51) | $_destroySidebarResizeEvent() { FILE: vue.config.js function resolve (line 5) | function resolve(dir) { method chainWebpack (line 51) | chainWebpack(config) {