mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev
This commit is contained in:
commit
39099acb4c
463
.tags
463
.tags
@ -1,463 +0,0 @@
|
||||
const.interfaceName /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^const initialState = {$/;" property line:15
|
||||
const.url /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^ interfaceName: '',$/;" property line:16
|
||||
const.method /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^ url: '',$/;" property line:17
|
||||
const.seqGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^ method: 'GET',$/;" property line:18
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^ switch (action.type) {$/;" function line:34
|
||||
pushInputValue /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function pushInputValue (value) {$/;" function line:98
|
||||
reqTagValue /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function reqTagValue (value) {$/;" function line:105
|
||||
reqHeaderValue /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function reqHeaderValue (value) {$/;" function line:112
|
||||
addReqHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function addReqHeader (value) {$/;" function line:119
|
||||
deleteReqHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function deleteReqHeader (value) {$/;" function line:126
|
||||
getReqParams /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function getReqParams (value) {$/;" function line:133
|
||||
getResParams /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function getResParams (value) {$/;" function line:140
|
||||
pushInterfaceName /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function pushInterfaceName (value) {$/;" function line:147
|
||||
pushInterfaceMethod /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function pushInterfaceMethod (value) {$/;" function line:154
|
||||
fetchInterfaceProject /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function fetchInterfaceProject(id) {$/;" function line:161
|
||||
addInterfaceClipboard /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/addInterface/addInterface.js /^export function addInterfaceClipboard (func) {$/;" function line:168
|
||||
const.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/group.js /^const initialState = {$/;" property line:9
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/group.js /^ switch (action.type) {$/;" function line:15
|
||||
fetchGroupList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/group.js /^export function fetchGroupList() {$/;" function line:40
|
||||
setCurrGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/group.js /^export function setCurrGroup(group) {$/;" function line:47
|
||||
const.isUpdateModalShow /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^const initialState = {$/;" property line:13
|
||||
const.handleUpdateIndex /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^ isUpdateModalShow: false,$/;" property line:14
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^ switch (action.type) {$/;" function line:24
|
||||
fetchProjectList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function fetchProjectList(id, pageNum) {$/;" function line:58
|
||||
changeUpdateModal /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function changeUpdateModal(data, index) {$/;" function line:71
|
||||
changeTableLoading /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function changeTableLoading(data) {$/;" function line:78
|
||||
addProject /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function addProject(data) {$/;" function line:85
|
||||
updateProject /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function updateProject(data) {$/;" function line:102
|
||||
const.id /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^ desc,$/;" property line:109
|
||||
delProject /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/group/project.js /^export function delProject(id) {$/;" function line:120
|
||||
const.interfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^const initialState = {$/;" property line:10
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^ switch (action.type) {$/;" function line:19
|
||||
fetchInterfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function fetchInterfaceData (value) {$/;" function line:57
|
||||
projectMember /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function projectMember () {$/;" function line:64
|
||||
closeProjectMember /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function closeProjectMember () {$/;" function line:70
|
||||
deleteInterfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function deleteInterfaceData (value) {$/;" function line:76
|
||||
saveInterfaceProjectId /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function saveInterfaceProjectId (value) {$/;" function line:83
|
||||
getInterfaceGroupList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/interface/interface.js /^export function getInterfaceGroupList (value) {$/;" function line:90
|
||||
const.isLogin /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^const initialState = {$/;" property line:15
|
||||
const.userName /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ isLogin: false,$/;" property line:16
|
||||
const.uid /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ userName: null,$/;" property line:17
|
||||
const.loginState /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ uid: null,$/;" property line:18
|
||||
const.loginWrapActiveKey /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ loginState: LOADING_STATUS,$/;" property line:19
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ switch (action.type) {$/;" function line:24
|
||||
checkLoginState /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^export function checkLoginState() {$/;" function line:81
|
||||
loginActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^export function loginActions(data) {$/;" function line:94
|
||||
regActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^export function regActions(data) {$/;" function line:101
|
||||
const.username /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^ password,$/;" property line:105
|
||||
logoutActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^export function logoutActions() {$/;" function line:114
|
||||
loginTypeAction /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/login/login.js /^export function loginTypeAction(index) {$/;" function line:121
|
||||
const.curKey /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/menu/menu.js /^const initialState = {$/;" property line:5
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/menu/menu.js /^ switch (action.type) {$/;" function line:10
|
||||
changeMenuItem /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/menu/menu.js /^export function changeMenuItem(curKey) {$/;" function line:23
|
||||
const.newsData /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^const initialState = {$/;" property line:6
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^ switch (action.type) {$/;" function line:11
|
||||
fetchNewsData /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^export function fetchNewsData (uid,page,limit) {$/;" function line:36
|
||||
export.uid /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^ const param = {$/;" property line:46
|
||||
export.page /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^ uid: uid,$/;" property line:47
|
||||
export.limit /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^ page: page,$/;" property line:48
|
||||
fetchMoreNews /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/news/news.js /^export function fetchMoreNews (current,pageSize) {$/;" function line:60
|
||||
const.curUid /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/user/user.js /^const initialState = {$/;" property line:4
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/user/user.js /^ switch (action.type) {$/;" function line:9
|
||||
changeCurUid /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/user/user.js /^export function changeCurUid(curUid) {$/;" function line:23
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Search/Search.js /^ constructor(props){$/;" function line:24
|
||||
state.dataSource /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Search/Search.js /^ this.state = {$/;" property line:26
|
||||
static.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Search/Search.js /^ static propTypes = {$/;" property line:31
|
||||
getDataSource /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Search/Search.js /^ getDataSource(groupList){$/;" function line:91
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Search/Search.js /^ render(){$/;" function line:99
|
||||
@connect.reqParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ static propTypes = {$/;" property line:33
|
||||
state.res /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ state = {$/;" property line:43
|
||||
state.method /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ res: '',$/;" property line:44
|
||||
state.domains /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ method: 'GET',$/;" property line:45
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ constructor(props) {$/;" function line:56
|
||||
componentWillMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ componentWillMount() {$/;" function line:60
|
||||
componentWillReceiveProps /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ componentWillReceiveProps(nextProps) {$/;" function line:64
|
||||
getInterfaceState /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ getInterfaceState(nextProps) {$/;" function line:69
|
||||
const.prd /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ const domains = {prd: protocol + ':\/\/' + prd_host};$/;" property line:75
|
||||
requestInterface /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ requestInterface() {$/;" function line:136
|
||||
changeDomain /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeDomain(value) {$/;" function line:172
|
||||
selectDomain /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ selectDomain(value) {$/;" function line:177
|
||||
changeHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeHeader(e, index, isName) {$/;" function line:182
|
||||
addHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ addHeader() {$/;" function line:193
|
||||
deleteHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ deleteHeader(index) {$/;" function line:198
|
||||
setContentType /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ setContentType(type) {$/;" function line:203
|
||||
changeQuery /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeQuery(e, index, isKey) {$/;" function line:210
|
||||
addQuery /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ addQuery() {$/;" function line:221
|
||||
deleteQuery /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ deleteQuery(index) {$/;" function line:226
|
||||
changeParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeParams(e, index, type) {$/;" function line:232
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ switch (type) {$/;" function line:234
|
||||
addParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ addParams() {$/;" function line:257
|
||||
deleteParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ deleteParams(index) {$/;" function line:262
|
||||
changeMethod /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeMethod(value) {$/;" function line:268
|
||||
changePath /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changePath(e) {$/;" function line:273
|
||||
changeParamsType /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ changeParamsType(value) {$/;" function line:283
|
||||
hasCrossRequestPlugin /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ hasCrossRequestPlugin() {$/;" function line:287
|
||||
objToArr /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ objToArr(obj, key, value) {$/;" function line:292
|
||||
arrToObj /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ arrToObj(arr) {$/;" function line:303
|
||||
getFiles /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ getFiles(params) {$/;" function line:312
|
||||
getQueryObj /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ getQueryObj(query) {$/;" function line:321
|
||||
getHeadersObj /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ getHeadersObj(headers) {$/;" function line:330
|
||||
fileChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ fileChange(e, index) {$/;" function line:341
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/InterfaceTest/InterfaceTest.js /^ render () {$/;" function line:346
|
||||
@connect.mockURL /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ static propTypes = {$/;" property line:25
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ constructor(props) {$/;" function line:34
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ componentDidMount () {$/;" function line:38
|
||||
clipboard /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ clipboard () {$/;" function line:43
|
||||
target /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ target () {$/;" function line:50
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/MockUrl/MockUrl.js /^ render () {$/;" function line:56
|
||||
@connect.seqGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqHeader.js /^ static propTypes = {$/;" property line:32
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqHeader.js /^ constructor(props) {$/;" function line:37
|
||||
from /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqHeader.js /^} from '..\/..\/..\/reducer\/modules\/addInterface.js'$/;" function line:9
|
||||
addSeqGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqHeader.js /^ addSeqGroup () {$/;" function line:42
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqHeader.js /^ render () {$/;" function line:57
|
||||
from.seqGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ static propTypes = {$/;" property line:30
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ constructor(props) {$/;" function line:41
|
||||
handleChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ handleChange (value) {$/;" function line:46
|
||||
handleBlur /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ handleBlur (e) {$/;" function line:79
|
||||
deleteReqHeader /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ deleteReqHeader () {$/;" function line:96
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqHeader/ReqList.js /^ render () {$/;" function line:109
|
||||
from.pushInputValue /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ static propTypes = {$/;" property line:28
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ constructor(props) {$/;" function line:37
|
||||
handleChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ handleChange (value) {$/;" function line:42
|
||||
getInputVal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ getInputVal (e) {$/;" function line:47
|
||||
getInterfaceValue /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ getInterfaceValue (e) {$/;" function line:53
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqMethod/ReqMethod.js /^ render () {$/;" function line:58
|
||||
from.reqParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqParams/ReqParams.js /^ static propTypes = {$/;" property line:21
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqParams/ReqParams.js /^ constructor(props) {$/;" function line:26
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqParams/ReqParams.js /^ componentDidMount () {$/;" function line:37
|
||||
json_parse /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqParams/ReqParams.js /^ function json_parse(json){$/;" function line:38
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ReqParams/ReqParams.js /^ render () {$/;" function line:67
|
||||
from.resParams /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ static propTypes = {$/;" property line:24
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ constructor(props) {$/;" function line:29
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ componentDidMount() {$/;" function line:40
|
||||
json_parse /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ function json_parse(json) {$/;" function line:52
|
||||
langTools /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ var langTools = window.ace.require("ace\/ext\/language_tools");$/;" variable line:61
|
||||
rhymeCompleter.identifierRegexps /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ var rhymeCompleter = {$/;" property line:70
|
||||
getCompletions /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ getCompletions: function (editor, session, pos, prefix, callback) {$/;" function line:72
|
||||
callback /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ callback(null, wordList.map(function (ea) {$/;" function line:94
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/ResParams/ResParams.js /^ render() {$/;" function line:113
|
||||
from.fetchInterfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/Interface.js /^ static propTypes = {$/;" property line:34
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/Interface.js /^ constructor(props) {$/;" function line:43
|
||||
componentWillMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/Interface.js /^ componentWillMount () {$/;" function line:47
|
||||
getInterfaceId /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/Interface.js /^ getInterfaceId () {$/;" function line:70
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/Interface.js /^ render () {$/;" function line:77
|
||||
from.interfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ static propTypes = {$/;" property line:22
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ constructor(props) {$/;" function line:29
|
||||
confirm /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ confirm (interfaceId) {$/;" function line:34
|
||||
deleteInterfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ deleteInterfaceData (interfaceId) {$/;" function line:39
|
||||
deleteInterface /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ deleteInterface (interfaceId) {$/;" function line:50
|
||||
deleteInterface.id /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ const params = {$/;" property line:51
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Interface/InterfaceTable/InterfaceTable.js /^ render () {$/;" function line:63
|
||||
from /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^import { fetchMoreNews } from '..\/..\/..\/reducer\/modules\/news.js'$/;" function line:5
|
||||
@connect.newsData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^ static propTypes = {$/;" property line:22
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^ constructor(props) {$/;" function line:29
|
||||
state.pagination /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^ this.state = {$/;" property line:31
|
||||
handleChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^ handleChange(pagination){$/;" function line:39
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsTimeline/NewsTimeline.js /^ render () {$/;" function line:48
|
||||
const.labelCol /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^const formItemLayout = {$/;" property line:81
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ constructor(props) {$/;" function line:112
|
||||
state.visible /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ this.state = {$/;" property line:114
|
||||
state.protocol /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ visible: false,$/;" property line:115
|
||||
state.projectData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ protocol: 'http:\\\/\\\/',$/;" property line:116
|
||||
static.form /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ static propTypes = {$/;" property line:120
|
||||
showAddProjectModal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ showAddProjectModal() {$/;" function line:137
|
||||
handleOk /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ handleOk(e) {$/;" function line:145
|
||||
handleCancel /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ handleCancel() {$/;" function line:180
|
||||
protocolChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ protocolChange(value) {$/;" function line:189
|
||||
paginationChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ paginationChange(pageNum) {$/;" function line:197
|
||||
componentWillReceiveProps /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ componentWillReceiveProps(nextProps) {$/;" function line:207
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/ProjectList.js /^ render() {$/;" function line:237
|
||||
import.labelCol /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^const formItemLayout = {$/;" property line:13
|
||||
const.wrapperCol /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^const formItemLayoutWithOutLabel = {$/;" property line:23
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ constructor(props) {$/;" function line:50
|
||||
state.protocol /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ this.state = {$/;" property line:52
|
||||
state.envProtocolChange /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ protocol: 'http:\\\/\\\/',$/;" property line:53
|
||||
static.form /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ static propTypes = {$/;" property line:57
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ render() {$/;" function line:152
|
||||
validator /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ validator(rule, value, callback) {$/;" function line:191
|
||||
validator /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/ProjectList/UpDateModal.js /^ validator(rule, value, callback) {$/;" function line:224
|
||||
createStore /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/create.js /^export default function createStore(initialState = {}) {$/;" function line:8
|
||||
module.exports.parser /Users/qitmac000445/Desktop/YAPI/yapi/client/.eslintrc.js /^module.exports = {$/;" property line:1
|
||||
module.exports.extends /Users/qitmac000445/Desktop/YAPI/yapi/client/.eslintrc.js /^ parser: 'babel-eslint',$/;" property line:2
|
||||
const.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/group.js /^const initialState = {$/;" property line:8
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/group.js /^ switch (action.type) {$/;" function line:14
|
||||
fetchGroupList /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/group.js /^export function fetchGroupList() {$/;" function line:34
|
||||
setCurrGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/group.js /^export function setCurrGroup(group) {$/;" function line:41
|
||||
name /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "name": "yapi",$/;" function line:2
|
||||
version /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "version": "1.0.0",$/;" function line:3
|
||||
description /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "description": "YAPI",$/;" function line:4
|
||||
main /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "main": "index.js",$/;" function line:5
|
||||
scripts /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "scripts": {$/;" function line:6
|
||||
build-server /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "build-server": "babel server -d server_dist",$/;" function line:7
|
||||
dev-server /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "dev-server": "nodemon server_dist\/app.js -L",$/;" function line:8
|
||||
install-server /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "install-server": "node server_dist\/install.js",$/;" function line:9
|
||||
dev /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "dev": "gulp --silent",$/;" function line:10
|
||||
build /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "build": "gulp build --silent",$/;" function line:11
|
||||
only-watch /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "only-watch": "gulp watchNode"$/;" function line:12
|
||||
repository /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "repository": {$/;" function line:14
|
||||
type /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "type": "git",$/;" function line:15
|
||||
url /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "url": "git@gitlab.corp.qunar.com:mfe\/yapi.git"$/;" function line:16
|
||||
author /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "author": "",$/;" function line:18
|
||||
license /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "license": "ISC",$/;" function line:19
|
||||
dependencies /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "dependencies": {$/;" function line:20
|
||||
assets-webpack-plugin /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "assets-webpack-plugin": "^3.5.1",$/;" function line:21
|
||||
axios /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "axios": "^0.16.2",$/;" function line:22
|
||||
babel /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel": "^6.5.2",$/;" function line:23
|
||||
babel-cli /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-cli": "^6.24.1",$/;" function line:24
|
||||
babel-core /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-core": "^6.8.0",$/;" function line:25
|
||||
babel-eslint /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-eslint": "^7.2.3",$/;" function line:26
|
||||
babel-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-loader": "^6.2.4",$/;" function line:27
|
||||
babel-plugin-transform-decorators-legacy /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-plugin-transform-decorators-legacy": "^1.3.4",$/;" function line:28
|
||||
babel-plugin-transform-object-rest-spread /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-plugin-transform-object-rest-spread": "^6.8.0",$/;" function line:29
|
||||
babel-plugin-transform-runtime /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-plugin-transform-runtime": "^6.9.0",$/;" function line:30
|
||||
babel-preset-es2015 /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-preset-es2015": "^6.9.0",$/;" function line:31
|
||||
babel-preset-react /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-preset-react": "^6.5.0",$/;" function line:32
|
||||
babel-preset-stage-3 /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-preset-stage-3": "^6.24.1",$/;" function line:33
|
||||
babel-register /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-register": "^6.9.0",$/;" function line:34
|
||||
babel-runtime /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-runtime": "^6.9.2",$/;" function line:35
|
||||
buffer-shims /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "buffer-shims": "^1.0.0",$/;" function line:36
|
||||
chalk /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "chalk": "^2.0.1",$/;" function line:37
|
||||
clipboard /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "clipboard": "^1.7.1",$/;" function line:38
|
||||
copy-webpack-plugin /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "copy-webpack-plugin": "^4.0.1",$/;" function line:39
|
||||
core-decorators /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "core-decorators": "^0.17.0",$/;" function line:40
|
||||
cross-request /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "cross-request": "^1.0.1",$/;" function line:41
|
||||
css-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "css-loader": "^0.28.4",$/;" function line:42
|
||||
eslint /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "eslint": "^3.19.0",$/;" function line:43
|
||||
eslint-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "eslint-loader": "^1.9.0",$/;" function line:44
|
||||
eslint-plugin-import /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "eslint-plugin-import": "^2.2.0",$/;" function line:45
|
||||
eslint-plugin-react /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "eslint-plugin-react": "^7.1.0",$/;" function line:46
|
||||
express /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "express": "^4.15.3",$/;" function line:47
|
||||
extract-text-webpack-plugin /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "extract-text-webpack-plugin": "^1.0.1",$/;" function line:48
|
||||
fast-sass-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "fast-sass-loader": "^1.2.5",$/;" function line:49
|
||||
fs-extra /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "fs-extra": "^3.0.1",$/;" function line:50
|
||||
gulp /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "gulp": "^3.9.1",$/;" function line:51
|
||||
gulp-babel /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "gulp-babel": "^6.1.2",$/;" function line:52
|
||||
gulp-watch /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "gulp-watch": "^4.3.11",$/;" function line:53
|
||||
json2html /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "json2html": "0.0.8",$/;" function line:54
|
||||
jsoneditor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "jsoneditor": "^5.9.3",$/;" function line:55
|
||||
jsonwebtoken /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "jsonwebtoken": "^7.4.1",$/;" function line:56
|
||||
koa /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa": "^2.0.0",$/;" function line:57
|
||||
koa-bodyparser /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-bodyparser": "^3.2.0",$/;" function line:58
|
||||
koa-logger /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-logger": "^3.0.0",$/;" function line:59
|
||||
koa-mysql-session /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-mysql-session": "0.0.2",$/;" function line:60
|
||||
koa-router /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-router": "^7.0.1",$/;" function line:61
|
||||
koa-send /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-send": "^3.2.0",$/;" function line:62
|
||||
koa-session-minimal /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-session-minimal": "^3.0.3",$/;" function line:63
|
||||
koa-static /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-static": "^3.0.0",$/;" function line:64
|
||||
koa-views /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "koa-views": "^5.2.0",$/;" function line:65
|
||||
mock /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "mock": "^0.1.1",$/;" function line:66
|
||||
mockjs /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "mockjs": "^1.0.1-beta3",$/;" function line:67
|
||||
moment /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "moment": "^2.18.1",$/;" function line:68
|
||||
monaco-editor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "monaco-editor": "^0.9.0",$/;" function line:69
|
||||
mongoose /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "mongoose": "4.10.8",$/;" function line:70
|
||||
mongoose-auto-increment /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "mongoose-auto-increment": "^5.0.1",$/;" function line:71
|
||||
node-sass /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "node-sass": "^4.5.3",$/;" function line:72
|
||||
node-sass-china /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "node-sass-china": "^4.5.0",$/;" function line:73
|
||||
nodemailer /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "nodemailer": "^4.0.1",$/;" function line:74
|
||||
ora /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "ora": "^1.3.0",$/;" function line:75
|
||||
prop-types /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "prop-types": "^15.5.10",$/;" function line:76
|
||||
rc-queue-anim /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "rc-queue-anim": "^1.2.0",$/;" function line:77
|
||||
rc-scroll-anim /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "rc-scroll-anim": "^1.0.7",$/;" function line:78
|
||||
react /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react": "^15.6.1",$/;" function line:79
|
||||
react-dom /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-dom": "^15.6.1",$/;" function line:80
|
||||
react-monaco-editor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-monaco-editor": "^0.8.1",$/;" function line:81
|
||||
react-redux /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-redux": "^5.0.5",$/;" function line:82
|
||||
react-router-dom /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-router-dom": "^4.1.1",$/;" function line:83
|
||||
react-router-redux /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-router-redux": "^4.0.8",$/;" function line:84
|
||||
react-scripts /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "react-scripts": "1.0.10",$/;" function line:85
|
||||
redux /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux": "^3.7.1",$/;" function line:86
|
||||
redux-promise /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux-promise": "^0.5.3",$/;" function line:87
|
||||
redux-thunk /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux-thunk": "^2.2.0",$/;" function line:88
|
||||
request /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "request": "^2.81.0",$/;" function line:89
|
||||
sass-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "sass-loader": "^6.0.6",$/;" function line:90
|
||||
scss-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "scss-loader": "0.0.1",$/;" function line:91
|
||||
sha1 /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "sha1": "^1.1.1",$/;" function line:92
|
||||
string-replace-webpack-plugin /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "string-replace-webpack-plugin": "^0.1.3",$/;" function line:93
|
||||
style-loader /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "style-loader": "^0.18.2",$/;" function line:94
|
||||
underscore /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "underscore": "^1.8.3",$/;" function line:95
|
||||
universal-cookie /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "universal-cookie": "^2.0.8",$/;" function line:96
|
||||
url /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "url": "^0.11.0",$/;" function line:97
|
||||
validate-commit-msg /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "validate-commit-msg": "^2.12.2",$/;" function line:98
|
||||
wangeditor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "wangeditor": "^3.0.4",$/;" function line:99
|
||||
ykit-config-antd /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "ykit-config-antd": "^0.1.3",$/;" function line:100
|
||||
ykit-config-react /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "ykit-config-react": "^0.4.4"$/;" function line:101
|
||||
devDependencies /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "devDependencies": {$/;" function line:103
|
||||
babel-plugin-import /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "babel-plugin-import": "^1.3.1",$/;" function line:104
|
||||
ghooks /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "ghooks": "^2.0.0",$/;" function line:105
|
||||
nodemon /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "nodemon": "^1.11.0",$/;" function line:106
|
||||
redux-devtools /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux-devtools": "^3.4.0",$/;" function line:107
|
||||
redux-devtools-dock-monitor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux-devtools-dock-monitor": "^1.1.2",$/;" function line:108
|
||||
redux-devtools-log-monitor /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "redux-devtools-log-monitor": "^1.3.0",$/;" function line:109
|
||||
webpack /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "webpack": "^2.0.0",$/;" function line:110
|
||||
webpack-node-externals /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "webpack-node-externals": "^1.6.0"$/;" function line:111
|
||||
config /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "config": {$/;" function line:113
|
||||
ghooks /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "ghooks": {$/;" function line:114
|
||||
commit-msg /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "commit-msg": "validate-commit-msg"$/;" function line:115
|
||||
validate-commit-msg /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "validate-commit-msg": {$/;" function line:117
|
||||
types /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "types": [$/;" function line:118
|
||||
warnOnFail /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "warnOnFail": false,$/;" function line:127
|
||||
maxSubjectLength /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "maxSubjectLength": 100,$/;" function line:128
|
||||
subjectPattern /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "subjectPattern": ".+",$/;" function line:129
|
||||
subjectPatternErrorMsg /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "subjectPatternErrorMsg": "请输入message信息!",$/;" function line:130
|
||||
helpMessage /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "helpMessage": "Commit message 格式错误, \\n请查看规范: http:\/\/wiki.corp.qunar.com\/pages\/viewpage.action?pageId=159698767"$/;" function line:131
|
||||
engines /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "engines": {$/;" function line:134
|
||||
node /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "node": ">= 6.0.0",$/;" function line:135
|
||||
npm /Users/qitmac000445/Desktop/YAPI/yapi/package.json /^ "npm": ">= 3.0.0"$/;" function line:136
|
||||
path /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^var path = require('path');$/;" variable line:1
|
||||
processOutput /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ processOutput: function (assets) {$/;" function line:5
|
||||
modifyQuery /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ modifyQuery: function (defaultQuery) { \/\/ 可查看和编辑 defaultQuery$/;" function line:13
|
||||
config /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ config: function (ykit) {$/;" function line:26
|
||||
modifyWebpackConfig /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ modifyWebpackConfig: function (baseConfig) {$/;" function line:48
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ switch (this.env) {$/;" function line:50
|
||||
case.development /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ ENV_PARAMS = {development: true};$/;" property line:52
|
||||
case.development /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ ENV_PARAMS = {development: true};$/;" property line:55
|
||||
case.development /Users/qitmac000445/Desktop/YAPI/yapi/ykit.js /^ ENV_PARAMS = {development: false};$/;" property line:58
|
||||
from.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ static propTypes = {$/;" property line:35
|
||||
state.addGroupModalVisible /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ state = {$/;" property line:46
|
||||
state.editGroupModalVisible /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ addGroupModalVisible: false,$/;" property line:47
|
||||
state.newGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ editGroupModalVisible: false,$/;" property line:48
|
||||
state.newGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ newGroupName: '',$/;" property line:49
|
||||
state.currGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ newGroupDesc: '',$/;" property line:50
|
||||
state.currGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ currGroupName: '',$/;" property line:51
|
||||
state.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ currGroupDesc: '',$/;" property line:52
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ constructor(props) {$/;" function line:56
|
||||
showModal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ showModal(type) {$/;" function line:80
|
||||
hideModal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ hideModal(type) {$/;" function line:95
|
||||
inputNewGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ inputNewGroupName(e, type) {$/;" function line:134
|
||||
inputNewGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ inputNewGroupDesc(e, type) {$/;" function line:142
|
||||
selectGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ selectGroup(e) {$/;" function line:151
|
||||
searchGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ searchGroup(e, value) {$/;" function line:175
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/ProjectGroups/GroupList/GroupList.js /^ render () {$/;" function line:185
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/Group.js /^ constructor(props) {$/;" function line:10
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/Group.js /^ render () {$/;" function line:14
|
||||
const.isLogin /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^const initialState = {$/;" property line:15
|
||||
const.userName /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ isLogin: false,$/;" property line:16
|
||||
const.uid /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ userName: null,$/;" property line:17
|
||||
const.email /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ uid: null,$/;" property line:18
|
||||
const.loginState /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ email: '',$/;" property line:19
|
||||
const.loginWrapActiveKey /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ loginState: LOADING_STATUS,$/;" property line:20
|
||||
switch /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ switch (action.type) {$/;" function line:25
|
||||
checkLoginState /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^export function checkLoginState() {$/;" function line:82
|
||||
loginActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^export function loginActions(data) {$/;" function line:95
|
||||
regActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^export function regActions(data) {$/;" function line:102
|
||||
const.username /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^ password,$/;" property line:106
|
||||
logoutActions /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^export function logoutActions() {$/;" function line:115
|
||||
loginTypeAction /Users/qitmac000445/Desktop/YAPI/yapi/client/reducer/modules/user.js /^export function loginTypeAction(index) {$/;" function line:122
|
||||
const.height /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^const headerStyle = {$/;" property line:13
|
||||
const.lineHeight /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ 'height': '.56rem',$/;" property line:14
|
||||
const.padding /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ 'lineHeight': '.56rem',$/;" property line:15
|
||||
MenuUser.propTypes.user /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^MenuUser.propTypes={$/;" property line:34
|
||||
ToolUser.propTypes.user /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ToolUser.propTypes={$/;" property line:78
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ constructor(props) {$/;" function line:107
|
||||
static.router /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ static propTypes ={$/;" property line:110
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/components/Header/Header.js /^ render () {$/;" function line:166
|
||||
import.marginBottom /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^const formItemStyle = {$/;" property line:9
|
||||
const.height /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^const changeHeight = {$/;" property line:13
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^ constructor(props) {$/;" function line:29
|
||||
static.form /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^ static propTypes = {$/;" property line:33
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^ componentDidMount() {$/;" function line:56
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Login.js /^ render() {$/;" function line:61
|
||||
const.marginBottom /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^const formItemStyle = {$/;" property line:8
|
||||
const.height /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^const changeHeight = {$/;" property line:12
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^ constructor(props) {$/;" function line:28
|
||||
state.confirmDirty /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^ this.state = {$/;" property line:30
|
||||
static.form /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^ static propTypes = {$/;" property line:35
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/Reg.js /^ render() {$/;" function line:80
|
||||
requireAuthentication /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^export function requireAuthentication(Component) {$/;" function line:16
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ constructor(props){$/;" function line:18
|
||||
static.isAuthenticated /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ static propTypes ={$/;" property line:21
|
||||
componentWillMount /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ componentWillMount() {$/;" function line:28
|
||||
componentWillReceiveProps /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ componentWillReceiveProps() {$/;" function line:31
|
||||
checkAuth /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ checkAuth() {$/;" function line:34
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/components/AuthenticatedComponent.js /^ render() {$/;" function line:40
|
||||
const.y /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const oneAnim = { y: '+=30', opacity: 0, type: 'from', ease: 'easeOutQuad' };$/;" property line:15
|
||||
const.opacity /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const oneAnim = { y: '+=30', opacity: 0, type: 'from', ease: 'easeOutQuad' };$/;" property line:15
|
||||
const.type /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const oneAnim = { y: '+=30', opacity: 0, type: 'from', ease: 'easeOutQuad' };$/;" property line:15
|
||||
const.ease /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const oneAnim = { y: '+=30', opacity: 0, type: 'from', ease: 'easeOutQuad' };$/;" property line:15
|
||||
const.y /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const imgAnim = { y: '+=50', opacity: 0, type: 'from', ease: 'easeOutQuad', duration: '1500'};$/;" property line:16
|
||||
const.opacity /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const imgAnim = { y: '+=50', opacity: 0, type: 'from', ease: 'easeOutQuad', duration: '1500'};$/;" property line:16
|
||||
const.type /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const imgAnim = { y: '+=50', opacity: 0, type: 'from', ease: 'easeOutQuad', duration: '1500'};$/;" property line:16
|
||||
const.ease /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const imgAnim = { y: '+=50', opacity: 0, type: 'from', ease: 'easeOutQuad', duration: '1500'};$/;" property line:16
|
||||
const.duration /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const imgAnim = { y: '+=50', opacity: 0, type: 'from', ease: 'easeOutQuad', duration: '1500'};$/;" property line:16
|
||||
const.width /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^const style = {$/;" property line:17
|
||||
const.background-color /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^ 'width':'100%',$/;" property line:18
|
||||
const.backgroundSize /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^ 'background-color': '#333',$/;" property line:20
|
||||
HomeGuest.propTypes.introList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^HomeGuest.propTypes ={$/;" property line:124
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^ constructor(props) {$/;" function line:138
|
||||
static.introList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^ static propTypes = {$/;" property line:141
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^ render () {$/;" function line:149
|
||||
Home.defaultProps.introList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Home/Home.js /^Home.defaultProps={$/;" property line:173
|
||||
@connect.url /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ static propTypes = {$/;" property line:58
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ constructor (props) {$/;" function line:75
|
||||
constructor.state.isLoading /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ this.state = {$/;" property line:77
|
||||
constructor.state.isSave /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ isLoading: '',$/;" property line:78
|
||||
constructor.state.mockJson /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ isSave: false,$/;" property line:79
|
||||
constructor.state.mockURL /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ mockJson: '',$/;" property line:80
|
||||
constructor.state.projectData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ mockURL: '',$/;" property line:81
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ componentDidMount () {$/;" function line:88
|
||||
getInterfaceId /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ getInterfaceId () {$/;" function line:121
|
||||
modifyTagName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ modifyTagName (tagName) {$/;" function line:134
|
||||
verificationURL /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ verificationURL () {$/;" function line:140
|
||||
getMockURL /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ getMockURL (project_id, result) {$/;" function line:148
|
||||
getMockURL.id /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ const params = {id: project_id}$/;" property line:149
|
||||
editState /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ editState (data) {$/;" function line:161
|
||||
initInterfaceData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ initInterfaceData (interfaceId) {$/;" function line:177
|
||||
initInterfaceData.id /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ const params = { id: interfaceId }$/;" property line:178
|
||||
initInterfaceDataTwo /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ initInterfaceDataTwo (interfaceId) {$/;" function line:198
|
||||
initInterfaceDataTwo.id /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ const params = { id: interfaceId }$/;" property line:199
|
||||
setLoading /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ setLoading (boolean) {$/;" function line:211
|
||||
routerPage /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ routerPage () {$/;" function line:217
|
||||
changeState /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ changeState (ifTrue) {$/;" function line:223
|
||||
mockData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ mockData () { \/\/ mock 数据$/;" function line:230
|
||||
jumpEditUrl /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ jumpEditUrl (_id) {$/;" function line:244
|
||||
saveForms /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ saveForms () {$/;" function line:255
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/AddInterface/AddInterface.js /^ render () {$/;" function line:308
|
||||
from.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ static propTypes = {$/;" property line:35
|
||||
state.addGroupModalVisible /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ state = {$/;" property line:46
|
||||
state.editGroupModalVisible /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ addGroupModalVisible: false,$/;" property line:47
|
||||
state.newGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ editGroupModalVisible: false,$/;" property line:48
|
||||
state.newGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ newGroupName: '',$/;" property line:49
|
||||
state.currGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ newGroupDesc: '',$/;" property line:50
|
||||
state.currGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ currGroupName: '',$/;" property line:51
|
||||
state.groupList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ currGroupDesc: '',$/;" property line:52
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ constructor(props) {$/;" function line:56
|
||||
showModal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ showModal(type) {$/;" function line:80
|
||||
hideModal /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ hideModal(type) {$/;" function line:95
|
||||
inputNewGroupName /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ inputNewGroupName(e, type) {$/;" function line:134
|
||||
inputNewGroupDesc /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ inputNewGroupDesc(e, type) {$/;" function line:142
|
||||
selectGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ selectGroup(e) {$/;" function line:151
|
||||
searchGroup /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ searchGroup(e, value) {$/;" function line:175
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Group/GroupList/GroupList.js /^ render () {$/;" function line:185
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/LoginWrap.js /^ constructor(props){$/;" function line:16
|
||||
static.form /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/LoginWrap.js /^ static propTypes = {$/;" property line:20
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Login/LoginWrap.js /^ render() {$/;" function line:25
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/News.js /^ constructor(props) {$/;" function line:24
|
||||
state.mockURL /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/News.js /^ this.state = {$/;" property line:26
|
||||
static.uid /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/News.js /^ static propTypes = {$/;" property line:30
|
||||
componentWillMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/News.js /^ componentWillMount(){$/;" function line:34
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/News.js /^ render () {$/;" function line:44
|
||||
@connect.fetchNewsData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsList/NewsList.js /^ static propTypes = {$/;" property line:34
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsList/NewsList.js /^ constructor(props) {$/;" function line:40
|
||||
constructor.state.selectedKeys /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsList/NewsList.js /^ this.state = {$/;" property line:42
|
||||
getLogData /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsList/NewsList.js /^ getLogData(e){$/;" function line:46
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/News/NewsList/NewsList.js /^ render () {$/;" function line:59
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/LeftMenu.js /^ constructor(props) {$/;" function line:21
|
||||
@connect.state.dataSource /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/LeftMenu.js /^ this.state = {$/;" property line:23
|
||||
static.curUid /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/LeftMenu.js /^ static propTypes = {$/;" property line:31
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/LeftMenu.js /^ render() {$/;" function line:68
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ constructor(props) {$/;" function line:24
|
||||
@connect.state.data /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ this.state = {$/;" property line:26
|
||||
static.curUserRole /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ static propTypes = {$/;" property line:32
|
||||
getUserList /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ getUserList() {$/;" function line:41
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ componentDidMount() {$/;" function line:60
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/User/List.js /^ render() {$/;" function line:85
|
||||
from.match /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Project/Project.js /^ static propTypes = {$/;" property line:9
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Project/Project.js /^ constructor(props) {$/;" function line:16
|
||||
componentWillMount /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Project/Project.js /^ componentWillMount() {$/;" function line:20
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/containers/Project/Project.js /^ render () {$/;" function line:23
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ constructor(props) {$/;" function line:26
|
||||
state.login /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ this.state = {$/;" property line:28
|
||||
static.checkLoginState /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ static propTypes = {$/;" property line:33
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ componentDidMount() {$/;" function line:45
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ render() {$/;" function line:78
|
11
.tags1
11
.tags1
@ -1,11 +0,0 @@
|
||||
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||
!_TAG_FILE_SORTED 0 /0=unsorted, 1=sorted, 2=foldcase/
|
||||
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
|
||||
!_TAG_PROGRAM_NAME Exuberant Ctags //
|
||||
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
|
||||
!_TAG_PROGRAM_VERSION 5.8 //
|
||||
constructor /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ constructor(props) {$/;" function line:26
|
||||
state.login /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ this.state = {$/;" property line:28
|
||||
static.checkLoginState /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ static propTypes = {$/;" property line:33
|
||||
componentDidMount /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ componentDidMount() {$/;" function line:45
|
||||
render /Users/qitmac000445/Desktop/YAPI/yapi/client/Application.js /^ render() {$/;" function line:78
|
@ -1,7 +1,7 @@
|
||||
import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Route, BrowserRouter as Router, Redirect, Switch } from 'react-router-dom';
|
||||
import { Route, BrowserRouter as Router } from 'react-router-dom';
|
||||
import { Home, Group, Project, Follows, AddProject } from './containers/index';
|
||||
import User from './containers/User/User.js';
|
||||
import Header from './components/Header/Header';
|
||||
|
@ -2,7 +2,6 @@ import { createStore as _createStore, applyMiddleware, compose } from 'redux';
|
||||
import thunkMiddleware from 'redux-thunk';
|
||||
import promiseMiddleware from 'redux-promise';
|
||||
import messageMiddleware from './middleware/messageMiddleware';
|
||||
import DevTools from '../containers/DevTools/DevTools';
|
||||
import reducer from './modules/reducer';
|
||||
|
||||
export default function createStore(initialState = {}) {
|
||||
@ -12,8 +11,10 @@ export default function createStore(initialState = {}) {
|
||||
if (ENV_PARAMS.development) {
|
||||
finalCreateStore = compose(
|
||||
applyMiddleware(...middleware),
|
||||
window.devToolsExtension ? window.devToolsExtension() : DevTools.instrument()
|
||||
|
||||
window.devToolsExtension ? window.devToolsExtension() : require('../containers/DevTools/DevTools').default.instrument()
|
||||
)(_createStore);
|
||||
|
||||
} else {
|
||||
finalCreateStore = applyMiddleware(...middleware)(_createStore);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user