Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charleyw/wechat-weapp-redux-todos
/ functions
Functions
575 in github.com/charleyw/wechat-weapp-redux-todos
⨍
Functions
575
◇
Types & classes
0
Function
isPlainObject
* Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. * * @st
libs/remote-redux-devtools.js:9178
Function
listCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
src/libs/remote-redux-devtools.js:8269
Function
listCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
libs/remote-redux-devtools.js:8269
Function
listCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the va
src/libs/remote-redux-devtools.js:8298
Function
listCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the va
libs/remote-redux-devtools.js:8298
Function
listCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. *
src/libs/remote-redux-devtools.js:8333
Function
listCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. *
libs/remote-redux-devtools.js:8333
Function
listCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry t
src/libs/remote-redux-devtools.js:8358
Function
listCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry t
libs/remote-redux-devtools.js:8358
Function
listCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set.
src/libs/remote-redux-devtools.js:8381
Function
listCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set.
libs/remote-redux-devtools.js:8381
Function
mapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
src/libs/remote-redux-devtools.js:8412
Function
mapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
libs/remote-redux-devtools.js:8412
Function
mapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to r
src/libs/remote-redux-devtools.js:8439
Function
mapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to r
libs/remote-redux-devtools.js:8439
Function
mapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @return
src/libs/remote-redux-devtools.js:8463
Function
mapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @return
libs/remote-redux-devtools.js:8463
Function
mapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check.
src/libs/remote-redux-devtools.js:8485
Function
mapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check.
libs/remote-redux-devtools.js:8485
Function
mapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param
src/libs/remote-redux-devtools.js:8508
Function
mapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param
libs/remote-redux-devtools.js:8508
Function
mapDispatchToPage
src/pages/todos/index.js:66
Function
mapDispatchToPage
src/pages/index/index.js:70
Function
mapStateToData
(state, options)
src/pages/todos/index.js:54
Function
mapStateToData
src/pages/index/index.js:63
Function
mapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs
src/libs/remote-redux-devtools.js:8531
Function
mapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs
libs/remote-redux-devtools.js:8531
Function
mapValues
* Creates an object with the same keys as `object` and values generated * by running each own enumerable string keyed property of `object` thru *
src/libs/remote-redux-devtools.js:9263
Function
mapValues
* Creates an object with the same keys as `object` and values generated * by running each own enumerable string keyed property of `object` thru *
libs/remote-redux-devtools.js:9263
Function
memoized
()
src/libs/remote-redux-devtools.js:9333
Function
memoized
()
libs/remote-redux-devtools.js:9333
Function
noop
* This method returns `undefined`. * * @static * @memberOf _ * @since 2.3.0 * @category Util * @example * * _.times(2, _.noop); * //
src/libs/remote-redux-devtools.js:9371
Function
noop
* This method returns `undefined`. * * @static * @memberOf _ * @since 2.3.0 * @category Util * @example * * _.times(2, _.noop); * //
libs/remote-redux-devtools.js:9371
Function
on
()
src/libs/remote-redux-devtools.js:5327
Function
on
()
libs/remote-redux-devtools.js:5327
Function
onLoad
(options)
src/utils/enhancedConnect.js:11
Function
onUnload
()
src/utils/enhancedConnect.js:52
Function
preDevTools
(createStore)
src/libs/remote-redux-devtools.js:4913
Function
preDevTools
(createStore)
libs/remote-redux-devtools.js:4913
Function
projectsPage
(state = {showProjectForm: false, showTodoForm: false}, action)
src/reducers/pages/projects.js:9
Function
rehydrated
(state = false, action)
src/reducers/rehydrated.js:1
Function
root
()
src/effects/index.js:13
Function
setCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. *
src/libs/remote-redux-devtools.js:8688
Function
setCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. *
libs/remote-redux-devtools.js:8688
Function
setCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @re
src/libs/remote-redux-devtools.js:8709
Function
setCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @re
libs/remote-redux-devtools.js:8709
Function
showLoading
()
src/effects/navBarLoading.js:6
Function
slowToString
(encoding, start, end)
src/libs/remote-redux-devtools.js:1539
Function
slowToString
(encoding, start, end)
libs/remote-redux-devtools.js:1539
Function
stackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
src/libs/remote-redux-devtools.js:8792
Function
stackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
libs/remote-redux-devtools.js:8792
Function
stackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to re
src/libs/remote-redux-devtools.js:8813
Function
stackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to re
libs/remote-redux-devtools.js:8813
Function
stackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns
src/libs/remote-redux-devtools.js:8837
Function
stackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns
libs/remote-redux-devtools.js:8837
Function
stackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check.
src/libs/remote-redux-devtools.js:8857
Function
stackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check.
libs/remote-redux-devtools.js:8857
Function
stackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param
src/libs/remote-redux-devtools.js:8885
Function
stackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param
libs/remote-redux-devtools.js:8885
Function
toByteArray
(b64)
src/libs/remote-redux-devtools.js:5185
Function
toByteArray
(b64)
libs/remote-redux-devtools.js:5185
Function
triggerAuthenticate
(err)
src/libs/remote-redux-devtools.js:3798
Function
triggerAuthenticate
(err)
libs/remote-redux-devtools.js:3798
Function
tryHideNotification
()
src/effects/hideNotification.js:7
Function
tryToLogin
(err, state)
src/app.js:9
Function
unloadHandler
()
src/libs/remote-redux-devtools.js:3751
Function
unloadHandler
()
libs/remote-redux-devtools.js:3751
Function
updateTodoCount
(action)
src/effects/projectTodoCount.js:6
Function
visibilityFilter
(state = 'SHOW_ALL', action)
src/reducers/visibilityFilter.js:1
Function
watchAddTodo
()
src/effects/projectTodoCount.js:18
Function
watchAddTodo
()
src/effects/hello.js:11
Function
watchFetchLoading
()
src/effects/navBarLoading.js:14
Function
watchShowNotification
()
src/effects/hideNotification.js:12
Function
ws
* WebSocket constructor. * * The third `opts` options object gets ignored in web browsers, since it's * non-standard, and throws a TypeError if
src/libs/remote-redux-devtools.js:11232
Function
ws
* WebSocket constructor. * * The third `opts` options object gets ignored in web browsers, since it's * non-standard, and throws a TypeError if
libs/remote-redux-devtools.js:11232
← previous
501–575 of 575, ranked by callers