MCPcopy Create free account

hub / github.com/josephg/ShareJS / functions

Functions341 in github.com/josephg/ShareJS

FunctionDefaultFns
()
examples/public/racer.js:1811
FunctionDoc
(connection, collection, name)
lib/client/doc.js:9
FunctionDoc
(model, collectionName, id)
examples/public/racer.js:98
FunctionDocMap
()
examples/public/racer.js:1406
FunctionEventEmitter
()
examples/public/racer.js:11764
FunctionFetchedDocs
()
examples/public/racer.js:1721
FunctionFetchedQueries
()
examples/public/racer.js:1723
FunctionFilter
(filters, inputPath, filterFn, sortFn, options)
examples/public/racer.js:2229
FunctionFilters
(model)
examples/public/racer.js:2207
FunctionFn
(model, name, from, inputPaths, fns, options)
examples/public/racer.js:2517
FunctionFnPair
(get, set)
examples/public/racer.js:1812
FunctionFns
(model)
examples/public/racer.js:2478
FunctionFromMap
()
examples/public/racer.js:2206
FunctionHash
(blockSize, finalSize)
examples/public/racer.js:11172
FunctionHighlighter
* The highlighter can highlight/unhighlight a node, and * animate the visibility of a context menu. * @constructor Highlighter
examples/public/jsoneditor.js:1874
FunctionHistory
* @constructor History * Store action history, enables undo and redo * @param {JSONEditor} editor
examples/public/jsoneditor.js:1966
FunctionHmac
(alg, key)
examples/public/racer.js:10666
FunctionImpliedOp
(op, value)
examples/public/racer.js:1257
FunctionIncrementOp
(segments, byNumber)
examples/public/racer.js:1390
FunctionInsertDiff
(index, values)
examples/public/racer.js:4891
FunctionJSONEditor
* @constructor JSONEditor * @param {Element} container Container element * @param {Object} [options] Object with options. available opt
examples/public/jsoneditor.js:114
FunctionListInsertOp
(segments, index, value)
examples/public/racer.js:1370
FunctionListMoveOp
(segments, from, to)
examples/public/racer.js:1378
FunctionListRemoveOp
(segments, index, value)
examples/public/racer.js:1374
FunctionListReplaceOp
(segments, index, before, after)
examples/public/racer.js:1365
FunctionLoadVersions
()
examples/public/racer.js:4376
FunctionLocalDoc
(model, collectionName, id, snapshot)
examples/public/racer.js:119
FunctionMessage
(id, ack, name, data, cb)
examples/public/racer.js:78
FunctionMessages
()
examples/public/racer.js:60
FunctionMessagesMap
()
examples/public/racer.js:58
FunctionMicroEvent
()
examples/public/racer.js:6984
FunctionModel
(options)
examples/public/racer.js:332
FunctionModelData
()
examples/public/racer.js:1405
FunctionMoveDiff
(from, to, howMany)
examples/public/racer.js:4917
FunctionNamedFns
()
examples/public/racer.js:2385
FunctionNode
* @constructor Node * Create a new Node * @param {TreeEditor} editor * @param {Object} [params] Can contain parameters: *
examples/public/jsoneditor.js:2500
FunctionObjectDeleteOp
(segments, value)
examples/public/racer.js:1361
FunctionObjectInsertOp
(segments, value)
examples/public/racer.js:1357
FunctionObjectReplaceOp
(segments, before, after)
examples/public/racer.js:1352
FunctionPassed
(previous, value)
examples/public/racer.js:1994
FunctionQueries
()
examples/public/racer.js:467
FunctionQueriesMap
()
examples/public/racer.js:465
FunctionQuery
* @private * @constructor * @param {Model} model * @param {Object} collectionName * @param {Object} expression * @param {String} source (e.g., 's
examples/public/racer.js:502
FunctionRacer
()
examples/public/racer.js:4671
FunctionRef
(model, from, to, options)
examples/public/racer.js:3550
FunctionRefList
(model, from, to, ids, options)
examples/public/racer.js:4028
FunctionRefLists
(model)
examples/public/racer.js:4117
FunctionRefs
(model)
examples/public/racer.js:3566
FunctionRemoteDoc
(model, collectionName, id, data)
examples/public/racer.js:970
FunctionRemoveDiff
(index, howMany)
examples/public/racer.js:4904
FunctionSearchBox
* @constructor SearchBox * Create a search box in given HTML container * @param {JSONEditor} editor The JSON Editor to attach to * @par
examples/public/jsoneditor.js:2197
FunctionSession
* Session deserializes the wire protocol messages received from the stream and * calls the corresponding functions on its UserAgent. It uses the retu
lib/server/session.js:26
FunctionSha1
()
examples/public/racer.js:11306
FunctionSha256
()
examples/public/racer.js:11478
FunctionShareServer
(options)
lib/server/index.js:12
FunctionStringInsertOp
(segments, index, value)
examples/public/racer.js:1382
FunctionStringRemoveOp
(segments, index, value)
examples/public/racer.js:1386
FunctionSubscribedDocs
()
examples/public/racer.js:1722
FunctionSubscribedQueries
()
examples/public/racer.js:1724
FunctionTempCtor
()
examples/public/racer.js:12065
FunctionToMap
()
examples/public/racer.js:3564
FunctionapplyArrayDiff
(doc, docSegments, fnCb)
examples/public/racer.js:4330
Functionasc
(a, b)
examples/public/racer.js:1824
FunctionasyncGroup
(cb)
examples/public/racer.js:4721
FunctionattachTextarea
(elem, ctx)
lib/client/textarea.js:53
Functionb64ToByteArray
(b64)
examples/public/racer.js:10447
FunctioncastSegments
(segments)
examples/public/racer.js:4754
FunctioncheckSelection
(selection)
examples/public/racer.js:8628
FunctioncleanupQuery
()
lib/server/session.js:722
Functioncontains
(segments, testSegments)
examples/public/racer.js:4765
Functioncopy
(value)
examples/public/racer.js:4772
Functioncore_md5
(x, len)
examples/public/racer.js:10813
FunctioncreateModeSwitcher
* Create a select box to be used in the editor menu's, which allows to switch mode * @param {Object} editor * @param {String[]} modes Availab
examples/public/jsoneditor.js:5368
FunctiondeepCopy
(value)
examples/public/racer.js:4792
FunctiondefaultCallback
(err)
examples/public/racer.js:1861
Functiondel
(node, key)
examples/public/racer.js:149
Functiondeprecated
()
examples/public/racer.js:12223
Functiondesc
(a, b)
examples/public/racer.js:1829
Functionequal
(a, b)
examples/public/racer.js:4814
FunctionfetchQueryCallback
(err, results, extra)
examples/public/racer.js:571
FunctionfilterListener
(segments, eventArgs)
examples/public/racer.js:2139
FunctionfnListener
(segments, eventArgs)
examples/public/racer.js:2391
Functiong
()
examples/public/racer.js:1931
FunctiongenOp
(event)
lib/client/textarea.js:122
FunctiongetSnapshot
()
lib/client/doc.js:645
Functionh
()
examples/public/jsoneditor-min.js:32
FunctionhasPending
(shareDoc)
examples/public/racer.js:1656
FunctionhasWritePending
(shareDoc)
examples/public/racer.js:1659
Functionhash
(buf, fn, hashSize, bigEndian)
examples/public/racer.js:10731
Functionincrement
(node, key)
examples/public/racer.js:164
Functioninsert
(arr)
examples/public/racer.js:187
FunctionisNullOrUndefined
(arg)
examples/public/racer.js:12610
FunctionisPrimitive
(arg)
examples/public/racer.js:12661
FunctionisSymbol
(arg)
examples/public/racer.js:12625
Functionlookup
(segments, value)
examples/public/racer.js:4826
FunctionmayImpactAny
(segmentsList, testSegments)
examples/public/racer.js:4836
FunctionmergeInto
(to, from)
examples/public/racer.js:4851
FunctionmodelListener
(segments, eventArgs)
examples/public/racer.js:2062
Functionmove
(arr)
examples/public/racer.js:216
FunctionnodeCreateArray
(node, key)
examples/public/racer.js:321
← previousnext →201–300 of 341, ranked by callers