SYMBOL INDEX (160 symbols across 61 files) FILE: config/env.js constant NODE_ENV (line 10) | const NODE_ENV = process.env.NODE_ENV; constant REACT_ADMIN (line 11) | const REACT_ADMIN = process.env.REACT_ADMIN; constant REACT_APP (line 61) | const REACT_APP = /^REACT_APP_/i; constant REACT_ADMIN_REG (line 62) | const REACT_ADMIN_REG = /^REACT_ADMIN_/i; function getClientEnvironment (line 64) | function getClientEnvironment(publicUrl) { FILE: config/jest/cssTransform.js method process (line 7) | process() { method getCacheKey (line 10) | getCacheKey() { FILE: config/jest/fileTransform.js method process (line 10) | process(src, filename) { FILE: config/modules.js function getAdditionalModulePaths (line 14) | function getAdditionalModulePaths(options = {}) { function getWebpackAliases (line 64) | function getWebpackAliases(options = {}) { function getJestAliases (line 85) | function getJestAliases(options = {}) { function getModules (line 101) | function getModules() { FILE: config/paths.js function ensureSlash (line 14) | function ensureSlash(inputPath, needsSlash) { function getServedPath (line 34) | function getServedPath(appPackageJson) { FILE: config/webpackDevServer.config.js method before (line 85) | before(app, server) { FILE: scripts/build.js constant WARN_AFTER_BUNDLE_GZIP_SIZE (line 35) | const WARN_AFTER_BUNDLE_GZIP_SIZE = 512 * 1024; constant WARN_AFTER_CHUNK_GZIP_SIZE (line 36) | const WARN_AFTER_CHUNK_GZIP_SIZE = 1024 * 1024; function build (line 125) | function build(previousFileSizes) { function copyPublicFolder (line 188) | function copyPublicFolder() { FILE: scripts/start.js constant DEFAULT_PORT (line 44) | const DEFAULT_PORT = parseInt(process.env.PORT, 10) || 3000; constant HOST (line 45) | const HOST = process.env.HOST || '0.0.0.0'; FILE: scripts/test.js function isInGitRepository (line 23) | function isInGitRepository() { function isInMercurialRepository (line 32) | function isInMercurialRepository() { FILE: src/App.tsx type AppProps (line 16) | type AppProps = {}; function checkIsMobile (line 18) | function checkIsMobile() { function resizeListener (line 24) | function resizeListener(handler: (isMobile: boolean) => void) { function handleResize (line 35) | function handleResize(handler: (isMobile: boolean) => void) { function openFNotification (line 39) | function openFNotification() { function fetchSmenu (line 82) | function fetchSmenu(handler: any) { function toggle (line 112) | function toggle() { FILE: src/components/HeaderCustom.tsx type HeaderCustomProps (line 27) | type HeaderCustomProps = { FILE: src/components/Page.tsx type PageProps (line 6) | interface PageProps { FILE: src/components/SiderCustom.tsx type SiderCustomProps (line 14) | type SiderCustomProps = RouteComponentProps & { type IMenu (line 19) | interface IMenu { FILE: src/components/SiderMenu.tsx type SiderMenuProps (line 35) | type SiderMenuProps = MenuProps & { FILE: src/components/animation/BasicAnimations.tsx class BasicAnimations (line 8) | class BasicAnimations extends React.Component { method render (line 23) | render() { FILE: src/components/animation/ExampleAnimations.tsx type ExampleAnimationsProps (line 8) | type ExampleAnimationsProps = {}; type ExampleAnimationsState (line 9) | type ExampleAnimationsState = { class ExampleAnimations (line 15) | class ExampleAnimations extends React.Component { method render (line 17) | render() { FILE: src/components/pages/Login.tsx type LoginProps (line 15) | type LoginProps = { FILE: src/components/pages/NotFound.tsx class NotFound (line 7) | class NotFound extends React.Component { method render (line 14) | render() { FILE: src/components/tables/AdvancedTables.tsx class AdvancedTables (line 10) | class AdvancedTables extends React.Component { method render (line 11) | render() { FILE: src/components/tables/AsynchronousTable.tsx class AsynchronousTable (line 37) | class AsynchronousTable extends React.Component { method componentDidMount (line 43) | componentDidMount() { method render (line 59) | render() { FILE: src/components/tables/SearchTable.tsx class SearchTable (line 35) | class SearchTable extends React.Component { method render (line 76) | render() { FILE: src/components/tables/SelectTable.tsx class SelectTable (line 33) | class SelectTable extends React.Component { method render (line 41) | render() { FILE: src/components/tables/SortTable.tsx type SortTableState (line 34) | type SortTableState = { class SortTable (line 38) | class SortTable extends React.Component { method constructor (line 39) | constructor(props: any) { method render (line 70) | render() { FILE: src/components/ui/Buttons.tsx type ButtonsState (line 11) | type ButtonsState = { class Buttons (line 16) | class Buttons extends React.Component { method constructor (line 17) | constructor(props: any) { method render (line 38) | render() { FILE: src/components/ui/Draggable.tsx class Drags (line 9) | class Drags extends React.Component { method render (line 38) | render() { FILE: src/components/ui/Gallery.tsx class Gallery (line 12) | class Gallery extends React.Component { method componentDidMount (line 16) | componentDidMount() {} method render (line 54) | render() { FILE: src/components/ui/Modals.tsx class S (line 9) | class S extends Component { method onOk (line 84) | onOk() { method onCancel (line 87) | onCancel() { method onOk (line 101) | onOk() {} method render (line 122) | render() { FILE: src/components/ui/Notifications.tsx class Notifications (line 11) | class Notifications extends Component { method render (line 69) | render() { FILE: src/components/ui/Spins.tsx class Spins (line 10) | class Spins extends React.Component { method render (line 21) | render() { FILE: src/components/ui/Tabs.tsx type TabsCustomState (line 12) | type TabsCustomState = { class TabsCustom (line 17) | class TabsCustom extends Component { method constructor (line 18) | constructor(props: any) { method render (line 64) | render() { FILE: src/components/ui/Wysiwyg.tsx type WysiwygState (line 51) | type WysiwygState = { class Wysiwyg (line 56) | class Wysiwyg extends Component { method render (line 103) | render() { FILE: src/components/ui/banners/AutoPlay.tsx class AutoPlay (line 9) | class AutoPlay extends React.Component { method render (line 10) | render(){ FILE: src/components/ui/banners/Basic.tsx class Basic (line 9) | class Basic extends React.Component { method render (line 10) | render(){ FILE: src/components/ui/banners/Custom.tsx type CustomState (line 10) | type CustomState = { class Custom (line 16) | class Custom extends React.Component { method constructor (line 18) | constructor(props: any) { method getNextPrevNumber (line 40) | getNextPrevNumber() { method prevEnter (line 53) | prevEnter() { method prevLeave (line 59) | prevLeave() { method nextEnter (line 65) | nextEnter() { method nextLeave (line 71) | nextLeave() { method onMouseEnter (line 77) | onMouseEnter() { method onMouseLeave (line 83) | onMouseLeave() { method render (line 89) | render() { FILE: src/components/ui/banners/index.tsx class Banners (line 11) | class Banners extends React.Component { method render (line 12) | render() { FILE: src/components/ui/emoji/iconfont.ts function setFont (line 1) | function setFont(): void { FILE: src/components/ui/emoji/index.tsx type EmojiProps (line 9) | type EmojiProps = { FILE: src/components/widget/AuthWidget.tsx type AuthWidgetProps (line 7) | type AuthWidgetProps = { class AuthWidget (line 12) | class AuthWidget extends Component { method render (line 13) | render() { FILE: src/components/widget/BreadcrumbCustom.tsx type BreadcrumbCustomProps (line 8) | interface BreadcrumbCustomProps { FILE: src/components/widget/PwaInstaller.tsx class PwaInstaller (line 11) | class PwaInstaller extends Component { method componentDidMount (line 15) | componentDidMount() { method componentWillUnmount (line 18) | componentWillUnmount() { method render (line 50) | render() { FILE: src/components/widget/ThemePicker.tsx class ThemePicker (line 6) | class ThemePicker extends Component { method render (line 25) | render() { FILE: src/react-app-env.d.ts type ProcessEnv (line 6) | interface ProcessEnv { FILE: src/routes/config.ts type IFMenuBase (line 1) | interface IFMenuBase { type IFMenu (line 13) | interface IFMenu extends IFMenuBase { FILE: src/routes/index.tsx type CRouterProps (line 13) | type CRouterProps = { FILE: src/service/config.ts constant MOCK_API (line 7) | const MOCK_API = 'https://react-admin-mock.now.sh/api'; constant MOCK_AUTH_ADMIN (line 8) | const MOCK_AUTH_ADMIN = MOCK_API + '/admin.js'; constant MOCK_AUTH_VISITOR (line 9) | const MOCK_AUTH_VISITOR = MOCK_API + '/visitor.js'; constant MOCK_MENU (line 11) | const MOCK_MENU = MOCK_API + '/menu.js'; constant GIT_OAUTH (line 14) | const GIT_OAUTH = 'https://github.com/login/oauth'; constant GIT_USER (line 16) | const GIT_USER = 'https://api.github.com/user'; constant NEWS_BBC (line 19) | const NEWS_BBC = FILE: src/service/tools.ts type IFRequestParam (line 8) | interface IFRequestParam { FILE: src/serviceWorker.ts type Config (line 23) | type Config = { function register (line 28) | function register(config?: Config) { function registerValidSW (line 65) | function registerValidSW(swUrl: string, config?: Config) { function checkValidServiceWorker (line 109) | function checkValidServiceWorker(swUrl: string, config?: Config) { function unregister (line 137) | function unregister() { FILE: src/utils/hooks.ts type ITurn (line 11) | interface ITurn { function useSwitch (line 20) | function useSwitch(init: boolean = false): [boolean, ITurn] { FILE: src/utils/index.ts function parseQuery (line 8) | function parseQuery() {