MCPcopy Create free account

hub / github.com/ListnPlay/riot-isomorphic / functions

Functions57 in github.com/ListnPlay/riot-isomorphic

↓ 36 callersMethodon
()
src/app/stores/store.js:9
↓ 18 callersMethodtrigger
()
src/app/stores/store.js:24
↓ 10 callersFunctiondefaults
* Returns sane defaults about a given value. * * @param {String} name Name of property we want. * @param {Recovery} selfie Recovery instance that g
lib/primus.js:460
↓ 6 callersMethodcreateComponent
(tag, style, logic)
src/app/component-factory.js:7
↓ 6 callersMethodreconnect
()
src/app/util/socket.js:39
↓ 5 callersFunctioncontext
* Context assertion, ensure that some of our public Primus methods are called * with the correct context to ensure that * * @param {Primus} self Th
lib/primus.js:979
↓ 5 callersMethodgo
(next, req)
src/app/routes.js:37
↓ 4 callersMethodgetDispatcher
(req)
src/app/routes.js:26
↓ 3 callersMethodinitWithUrl
(url)
src/app/util/socket.js:11
↓ 3 callersFunctionrenderTest
()
src/client/index.js:39
↓ 2 callersMethodon
()
src/app/util/dispatcher.js:13
↓ 2 callersMethodone
()
src/app/stores/store.js:14
↓ 2 callersFunctionrenderTest
()
src/server/index.js:94
↓ 2 callersMethodrpc
(service, args)
src/app/util/socket.js:44
↓ 2 callersFunctionrun
* Run addition cleanup hooks. * * @param {String} key Name of the clean up hook to run. * @param {Mixed} selfie Reference to the instance we'
lib/primus.js:36
↓ 2 callersMethodrunRoutingTable
(app, context)
src/app/routes.js:45
↓ 2 callersFunctionsha1
(string)
src/server/services/users.js:12
↓ 2 callersMethodwaitBeforeRendering
(req, list)
src/app/routes.js:19
↓ 1 callersFunctionemitter
()
lib/primus.js:2467
↓ 1 callersMethodisBrowser
()
src/app/util/misc.js:8
↓ 1 callersFunctionpassportLogin
(req, res, next)
src/server/services/users.js:88
↓ 1 callersMethodpostJSON
(target, data)
src/app/util/fetch.js:9
↓ 1 callersFunctionremove
* Remove all references to the timeout listener as we've received an event * that can be used to determine state. * * @api private
lib/primus.js:1936
↓ 1 callersFunctionrender
()
src/server/index.js:31
↓ 1 callersFunctions
(o,u)
lib/primus.js:10
↓ 1 callersFunctionspark
(Spark, Emitter)
lib/primus.js:2422
FunctionEE
* Representation of a single EventEmitter function. * * @param {Function} fn Event handler to be called. * @param {Mixed} context Context for funct
lib/primus.js:159
FunctionEmitter
* Initialize a new `Emitter`. * * @param {Primus|Spark} conn * @return {Emitter} `Emitter` instance * @api public
lib/primus.js:2490
FunctionEventEmitter
* Minimal EventEmitter interface that is molded against the Node.js * EventEmitter interface. * * @constructor * @api public
lib/primus.js:172
FunctionPrimus
* Primus in a real-time library agnostic framework for establishing real-time * connections with servers. * * Options: * - reconnect, configuratio
lib/primus.js:1029
FunctionRecovery
* Attempt to recover your connection with reconnection attempt. * * @constructor * @param {Object} options Configuration * @api public
lib/primus.js:473
FunctionTick
* Simple timer management. * * @constructor * @param {Mixed} context Context of the callbacks that we execute. * @api public
lib/primus.js:758
Methodconstructor
()
src/app/routes.js:8
Methodconstructor
()
src/app/component-factory.js:4
Methodconstructor
()
src/app/stores.js:6
Methodconstructor
()
src/app/stores/fruit.js:10
Methodconstructor
()
src/app/stores/store.js:4
Methodconstructor
()
src/app/stores/main.js:7
Methodconstructor
()
src/app/stores/auth.js:9
Methodconstructor
()
src/app/util/misc.js:5
Methodconstructor
()
src/app/util/fetch.js:5
Methodconstructor
()
src/app/util/socket.js:8
Methodconstructor
()
src/app/util/dispatcher.js:4
MethodgenerateUUID
()
src/app/util/misc.js:15
MethodgetJSON
(target)
src/app/util/fetch.js:21
MethodnextTick
(callback)
src/app/util/misc.js:11
Methodoff
()
src/app/stores/store.js:19
Methodoff
()
src/app/util/dispatcher.js:27
Functionoffline
* Handler for offline notifications. * * @api private
lib/primus.js:1627
Methodone
()
src/app/util/dispatcher.js:20
Functiononline
* Handler for online notifications. * * @api private
lib/primus.js:1647
Functionping
* We should send a ping message to the server. * * @api private
lib/primus.js:1908
Functionpong
* Exterminate the connection as we've timed out. * * @api private
lib/primus.js:1890
Functionquerystring
* Simple query string parser. * * @param {String} query The query string that needs to be parsed. * @returns {Object} * @api public
lib/primus.js:391
Functionquerystringify
* Transform a query string to an object. * * @param {Object} obj Object that should be transformed. * @param {String} prefix Optional prefix. * @r
lib/primus.js:417
Functionsend
* Emits to this Spark. * * @param {String} ev The event * @param {Mixed} [data] The data to broadcast * @param {Function} [fn] The callbac
lib/primus.js:2458
Methodtrigger
()
src/app/util/dispatcher.js:34