Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ListnPlay/riot-isomorphic
/ functions
Functions
57 in github.com/ListnPlay/riot-isomorphic
⨍
Functions
57
◇
Types & classes
22
↓ 36 callers
Method
on
()
src/app/stores/store.js:9
↓ 18 callers
Method
trigger
()
src/app/stores/store.js:24
↓ 10 callers
Function
defaults
* 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 callers
Method
createComponent
(tag, style, logic)
src/app/component-factory.js:7
↓ 6 callers
Method
reconnect
()
src/app/util/socket.js:39
↓ 5 callers
Function
context
* 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 callers
Method
go
(next, req)
src/app/routes.js:37
↓ 4 callers
Method
getDispatcher
(req)
src/app/routes.js:26
↓ 3 callers
Method
initWithUrl
(url)
src/app/util/socket.js:11
↓ 3 callers
Function
renderTest
()
src/client/index.js:39
↓ 2 callers
Method
on
()
src/app/util/dispatcher.js:13
↓ 2 callers
Method
one
()
src/app/stores/store.js:14
↓ 2 callers
Function
renderTest
()
src/server/index.js:94
↓ 2 callers
Method
rpc
(service, args)
src/app/util/socket.js:44
↓ 2 callers
Function
run
* 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 callers
Method
runRoutingTable
(app, context)
src/app/routes.js:45
↓ 2 callers
Function
sha1
(string)
src/server/services/users.js:12
↓ 2 callers
Method
waitBeforeRendering
(req, list)
src/app/routes.js:19
↓ 1 callers
Function
emitter
()
lib/primus.js:2467
↓ 1 callers
Method
isBrowser
()
src/app/util/misc.js:8
↓ 1 callers
Function
passportLogin
(req, res, next)
src/server/services/users.js:88
↓ 1 callers
Method
postJSON
(target, data)
src/app/util/fetch.js:9
↓ 1 callers
Function
remove
* 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 callers
Function
render
()
src/server/index.js:31
↓ 1 callers
Function
s
(o,u)
lib/primus.js:10
↓ 1 callers
Function
spark
(Spark, Emitter)
lib/primus.js:2422
Function
EE
* Representation of a single EventEmitter function. * * @param {Function} fn Event handler to be called. * @param {Mixed} context Context for funct
lib/primus.js:159
Function
Emitter
* Initialize a new `Emitter`. * * @param {Primus|Spark} conn * @return {Emitter} `Emitter` instance * @api public
lib/primus.js:2490
Function
EventEmitter
* Minimal EventEmitter interface that is molded against the Node.js * EventEmitter interface. * * @constructor * @api public
lib/primus.js:172
Function
Primus
* Primus in a real-time library agnostic framework for establishing real-time * connections with servers. * * Options: * - reconnect, configuratio
lib/primus.js:1029
Function
Recovery
* Attempt to recover your connection with reconnection attempt. * * @constructor * @param {Object} options Configuration * @api public
lib/primus.js:473
Function
Tick
* Simple timer management. * * @constructor * @param {Mixed} context Context of the callbacks that we execute. * @api public
lib/primus.js:758
Method
constructor
()
src/app/routes.js:8
Method
constructor
()
src/app/component-factory.js:4
Method
constructor
()
src/app/stores.js:6
Method
constructor
()
src/app/stores/fruit.js:10
Method
constructor
()
src/app/stores/store.js:4
Method
constructor
()
src/app/stores/main.js:7
Method
constructor
()
src/app/stores/auth.js:9
Method
constructor
()
src/app/util/misc.js:5
Method
constructor
()
src/app/util/fetch.js:5
Method
constructor
()
src/app/util/socket.js:8
Method
constructor
()
src/app/util/dispatcher.js:4
Method
generateUUID
()
src/app/util/misc.js:15
Method
getJSON
(target)
src/app/util/fetch.js:21
Method
nextTick
(callback)
src/app/util/misc.js:11
Method
off
()
src/app/stores/store.js:19
Method
off
()
src/app/util/dispatcher.js:27
Function
offline
* Handler for offline notifications. * * @api private
lib/primus.js:1627
Method
one
()
src/app/util/dispatcher.js:20
Function
online
* Handler for online notifications. * * @api private
lib/primus.js:1647
Function
ping
* We should send a ping message to the server. * * @api private
lib/primus.js:1908
Function
pong
* Exterminate the connection as we've timed out. * * @api private
lib/primus.js:1890
Function
querystring
* Simple query string parser. * * @param {String} query The query string that needs to be parsed. * @returns {Object} * @api public
lib/primus.js:391
Function
querystringify
* 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
Function
send
* 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
Method
trigger
()
src/app/util/dispatcher.js:34