MCPcopy Create free account

hub / github.com/microsoft/SandDance / functions

Functions12,945 in github.com/microsoft/SandDance

FunctionTouchAction
* Touch Action * sets the touchAction property or uses the js alternative * @param {Manager} manager * @param {String} value * @constructor
docs/tests/v3/es6/js/sanddance-test-es6.js:41304
FunctionTouchInput
* Multi-user touch events input * @constructor * @extends Input
docs/app/js/sanddance-app.js:93225
FunctionTouchInput
* Multi-user touch events input * @constructor * @extends Input
docs/tests/v2/es6/js/sanddance.js:52347
FunctionTouchInput
* Multi-user touch events input * @constructor * @extends Input
docs/tests/v3/es6/js/sanddance-test-es6.js:41156
FunctionTouchMouseInput
()
docs/app/js/sanddance-app.js:93297
FunctionTouchMouseInput
()
docs/tests/v2/es6/js/sanddance.js:52442
FunctionTouchMouseInput
()
docs/tests/v3/es6/js/sanddance-test-es6.js:41228
FunctionTransform
* Abstract class for operators that process data tuples. * Subclasses must provide a {@link transform} method for operator processing. * @constructo
docs/app/js/sanddance-app.js:108845
FunctionTransform
(gl)
docs/tests/v2/es6/js/sanddance.js:29899
FunctionTransform
* Abstract class for operators that process data tuples. * Subclasses must provide a {@link transform} method for operator processing. * @constructo
docs/tests/v3/es6/js/sanddance-test-es6.js:56776
FunctionTransform1
(gl)
docs/app/js/sanddance-app.js:77058
FunctionTransform1
(gl)
docs/tests/v3/es6/js/sanddance-test-es6.js:24989
FunctionTransformFeedback
(gl)
docs/tests/v2/es6/js/sanddance.js:13728
FunctionTransformFeedback1
(gl)
docs/app/js/sanddance-app.js:65553
FunctionTransformFeedback1
(gl)
docs/tests/v3/es6/js/sanddance-test-es6.js:13484
FunctionTransformStream
()
docs/app/js/sanddance-app.js:134025
FunctionTransformStream
()
docs/tests/v2/es6/js/sanddance.js:116243
FunctionTransformStream
()
docs/tests/v3/es6/js/sanddance-test-es6.js:81956
FunctionTransition
* @params props {object} - properties of the transition. * * @params props.duration {number} - total time to complete the transition * @param
docs/tests/v2/es6/js/sanddance.js:40936
FunctionTransition1
(timeline)
docs/app/js/sanddance-app.js:86901
FunctionTransition1
(timeline)
docs/tests/v3/es6/js/sanddance-test-es6.js:34832
FunctionTransitionInterpolator
* @param opts {array|object} * @param opts.compare {array} - prop names used in equality check * @param opts.extract {array} - prop names needed
docs/tests/v2/es6/js/sanddance.js:48937
FunctionTransitionInterpolator1
()
docs/app/js/sanddance-app.js:90782
FunctionTransitionInterpolator1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:38713
FunctionTransitionManager
(ControllerState)
docs/tests/v2/es6/js/sanddance.js:49286
FunctionTransitionManager1
(ControllerState)
docs/app/js/sanddance-app.js:90508
FunctionTransitionManager1
(ControllerState)
docs/tests/v3/es6/js/sanddance-test-es6.js:38439
FunctionTree
* Tree layout. Depending on the method parameter, performs either * Reingold-Tilford 'tidy' layout or dendrogram 'cluster' layout. * @constructor *
docs/app/js/sanddance-app.js:137144
FunctionTree
* Tree layout. Depending on the method parameter, performs either * Reingold-Tilford 'tidy' layout or dendrogram 'cluster' layout. * @constructor *
docs/tests/v2/es6/js/sanddance.js:123015
FunctionTree
* Tree layout. Depending on the method parameter, performs either * Reingold-Tilford 'tidy' layout or dendrogram 'cluster' layout. * @constructor *
docs/tests/v3/es6/js/sanddance-test-es6.js:85075
FunctionTreeLinks
* Generate tuples representing links between tree nodes. * The resulting tuples will contain 'source' and 'target' fields, * which point to parent a
docs/app/js/sanddance-app.js:137217
FunctionTreeLinks
* Generate tuples representing links between tree nodes. * The resulting tuples will contain 'source' and 'target' fields, * which point to parent a
docs/tests/v2/es6/js/sanddance.js:123089
FunctionTreeLinks
* Generate tuples representing links between tree nodes. * The resulting tuples will contain 'source' and 'target' fields, * which point to parent a
docs/tests/v3/es6/js/sanddance-test-es6.js:85148
FunctionTreeNode
(node, i)
docs/app/js/sanddance-app.js:138251
FunctionTreeNode
(node, i)
docs/tests/v2/es6/js/sanddance.js:121899
FunctionTreeNode
(node, i)
docs/tests/v3/es6/js/sanddance-test-es6.js:86182
FunctionTreemap
* Treemap layout. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The val
docs/app/js/sanddance-app.js:137276
FunctionTreemap
* Treemap layout. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The val
docs/tests/v2/es6/js/sanddance.js:123178
FunctionTreemap
* Treemap layout. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The val
docs/tests/v3/es6/js/sanddance-test-es6.js:85207
FunctionTruncatedCone
(gl)
docs/tests/v2/es6/js/sanddance.js:32700
FunctionTruncatedConeGeometry
()
docs/tests/v2/es6/js/sanddance.js:31585
FunctionTruncatedConeGeometry1
()
docs/app/js/sanddance-app.js:78163
FunctionTruncatedConeGeometry1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:26094
FunctionTupleIndex
* An index that maps from unique, string-coerced, field values to tuples. * Assumes that the field serves as a unique key with no duplicate values.
docs/app/js/sanddance-app.js:118661
FunctionTupleIndex
* An index that maps from unique, string-coerced, field values to tuples. * Assumes that the field serves as a unique key with no duplicate values.
docs/tests/v2/es6/js/sanddance.js:92733
FunctionTupleIndex
* An index that maps from unique, string-coerced, field values to tuples. * Assumes that the field serves as a unique key with no duplicate values.
docs/tests/v3/es6/js/sanddance-test-es6.js:66592
FunctionTupleStore
(key)
docs/app/js/sanddance-app.js:115976
FunctionTupleStore
(key)
docs/tests/v2/es6/js/sanddance.js:88433
FunctionTupleStore
(key)
docs/tests/v3/es6/js/sanddance-test-es6.js:63907
FunctionTypedArrayManager
()
docs/tests/v2/es6/js/sanddance.js:59766
FunctionTypedArrayManager1
(props)
docs/app/js/sanddance-app.js:82654
FunctionTypedArrayManager1
(props)
docs/tests/v3/es6/js/sanddance-test-es6.js:30585
FunctionUniformBufferLayout
(layout)
docs/tests/v2/es6/js/sanddance.js:15001
FunctionUniformTransitionManager1
(timeline)
docs/app/js/sanddance-app.js:87358
FunctionUniformTransitionManager1
(timeline)
docs/tests/v3/es6/js/sanddance-test-es6.js:35289
FunctionUniqueList
(idFunc)
docs/tests/v2/es6/js/sanddance.js:76462
FunctionValues
* Extracts an array of values. Assumes the source data has already been * reduced as needed (e.g., by an upstream Aggregate transform). * @construct
docs/tests/v2/es6/js/sanddance.js:92787
FunctionVector
()
docs/tests/v2/es6/js/sanddance.js:15658
FunctionVector2
()
docs/tests/v2/es6/js/sanddance.js:16720
FunctionVector3
()
docs/tests/v2/es6/js/sanddance.js:17700
FunctionVector4
()
docs/tests/v2/es6/js/sanddance.js:17812
FunctionVertexArray
(gl)
docs/tests/v2/es6/js/sanddance.js:14505
FunctionVertexArray1
(gl)
docs/app/js/sanddance-app.js:66099
FunctionVertexArray1
(gl)
docs/tests/v3/es6/js/sanddance-test-es6.js:14030
FunctionVertexArrayObject
(gl)
docs/tests/v2/es6/js/sanddance.js:14135
FunctionVertexArrayObject1
(gl)
docs/app/js/sanddance-app.js:65800
FunctionVertexArrayObject1
(gl)
docs/tests/v3/es6/js/sanddance-test-es6.js:13731
FunctionVertexShader
(gl, props)
docs/tests/v2/es6/js/sanddance.js:10274
FunctionVertexShader1
(gl, props)
docs/app/js/sanddance-app.js:64286
FunctionVertexShader1
(gl, props)
docs/tests/v3/es6/js/sanddance-test-es6.js:12217
FunctionVerticalDividerBase
(props)
docs/app/js/sanddance-app.js:35367
FunctionView
* Create a new View instance from a Vega dataflow runtime specification. * The generated View will not immediately be ready for display. Callers * s
docs/app/js/sanddance-app.js:142437
FunctionView
()
docs/tests/v2/es6/js/sanddance.js:47824
FunctionView
* Create a new View instance from a Vega dataflow runtime specification. * The generated View will not immediately be ready for display. Callers * s
docs/tests/v3/es6/js/sanddance-test-es6.js:90368
FunctionView1
()
docs/app/js/sanddance-app.js:89355
FunctionView1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:37286
FunctionViewLayout
* Layout view elements such as axes and legends. * Also performs size adjustments. * @constructor * @param {object} params - The parameters for thi
docs/tests/v2/es6/js/sanddance.js:104586
FunctionViewManager
()
docs/tests/v2/es6/js/sanddance.js:48087
FunctionViewManager1
()
docs/app/js/sanddance-app.js:88974
FunctionViewManager1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:36905
FunctionViewState
(opts)
docs/tests/v2/es6/js/sanddance.js:50140
FunctionViewState1
(opts)
docs/app/js/sanddance-app.js:90882
FunctionViewState1
(opts)
docs/tests/v3/es6/js/sanddance-test-es6.js:38813
FunctionViewport
()
docs/tests/v2/es6/js/sanddance.js:38201
FunctionViewport1
()
docs/app/js/sanddance-app.js:82152
FunctionViewport1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:30083
FunctionVirtualizedComboBox1
(props1)
docs/app/js/sanddance-app.js:40626
FunctionVoronoi
(params)
docs/app/js/sanddance-app.js:139517
FunctionVoronoi
(params)
docs/tests/v2/es6/js/sanddance.js:125058
FunctionVoronoi
(params)
docs/tests/v3/es6/js/sanddance-test-es6.js:87448
FunctionWebGL2RenderingContextNotSupported
()
docs/tests/v2/es6/js/sanddance.js:2894
FunctionWebGLDebugContext
()
docs/tests/v2/es6/js/sanddance.js:9084
FunctionWebGLVertexArrayObjectOES
(ext)
docs/app/js/sanddance-app.js:59152
FunctionWebGLVertexArrayObjectOES
(ext)
docs/tests/v3/es6/js/sanddance-test-es6.js:7083
FunctionWebMercatorViewport
()
docs/tests/v2/es6/js/sanddance.js:38447
FunctionWebMercatorViewport1
()
docs/app/js/sanddance-app.js:81983
FunctionWebMercatorViewport1
()
docs/tests/v3/es6/js/sanddance-test-es6.js:29914
FunctionWheelInput
(element, callback)
docs/tests/v2/es6/js/sanddance.js:54232
FunctionWindow
* Perform window calculations and write results to the input stream. * @constructor * @param {object} params - The parameters for this operator. *
docs/app/js/sanddance-app.js:118930
FunctionWindow
* Perform window calculations and write results to the input stream. * @constructor * @param {object} params - The parameters for this operator. *
docs/tests/v2/es6/js/sanddance.js:93163
← previousnext →7,801–7,900 of 12,945, ranked by callers