MCPcopy Create free account

hub / github.com/andrei-markeev/camljs-console / functions

Functions1,798 in github.com/andrei-markeev/camljs-console

↓ 117 callersMethodslice
* Reduce the set of matched elements to a subset specified by a range of indices. * * @param start An integer indicating the 0-based positi
Scripts/typings/jquery/jquery.d.ts:3905
↓ 112 callersMethodeach
* Iterate over a jQuery object, executing a function for each matched element. * * @param func A function to execute for each matched eleme
Scripts/typings/jquery/jquery.d.ts:3522
↓ 94 callersMethodextend
* Merge the contents of two or more objects together into the first object. * * @param target An object that will receive the new properties
Scripts/typings/jquery/jquery.d.ts:1104
↓ 93 callersFunctioncont
()
Scripts/codemirror/mode/javascript.js:265
↓ 70 callersMethodget
* Retrieve one of the elements matched by the jQuery object. * * @param index A zero-based integer indicating which element to retrieve.
Scripts/typings/jquery/jquery.d.ts:3529
↓ 69 callersMethodcss
* Get the value of style properties for the first element in the set of matched elements. * * @param propertyName A CSS property.
Scripts/typings/jquery/jquery.d.ts:1572
↓ 62 callersMethodisFunction
* Determine if the argument passed is a Javascript function object. * * @param obj Object to test whether or not it is a function.
Scripts/typings/jquery/jquery.d.ts:1157
↓ 57 callersFunctionelt
(tag, content, className, style)
Scripts/codemirror/codemirror.js:7324
↓ 57 callersMethodindexOf
(obj: T[], object: T, startIndex?: number)
Scripts/typings/sharepoint/SharePoint.d.ts:591
↓ 53 callersFunctiongetLine
(doc, n)
Scripts/codemirror/codemirror.js:6718
↓ 45 callersFunctionclipPos
(doc, pos)
Scripts/codemirror/codemirror.js:1051
↓ 44 callersFunctionjQuery
( selector, context )
Scripts/jquery-2.1.1.js:73
↓ 44 callersFunctionn
(a,b)
Scripts/jquery-2.1.1.min.js:2
↓ 43 callersMethodremove
* Remove the set of matched elements from the DOM. * * @param selector A selector expression that filters the set of matched elements to be
Scripts/typings/jquery/jquery.d.ts:3345
↓ 42 callersFunctionoption
(name, deflt, handle, notOnInit)
Scripts/codemirror/codemirror.js:4465
↓ 38 callersMethodset
(items: Object, callback?: Function)
Scripts/typings/chrome/chrome.d.ts:1663
↓ 36 callersMethodon
* Attach an event handler function for one or more events to the selected elements. * * @param events One or more space-separated event type
Scripts/typings/jquery/jquery.d.ts:2733
↓ 31 callersMethodfind
* Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element. * * @param
Scripts/typings/jquery/jquery.d.ts:3685
↓ 29 callersMethodconcat
(trivia: ISyntaxTriviaList)
Scripts/typings/typescript-services/typescriptServices.d.ts:4394
↓ 29 callersMethodcontains
* Check to see if a DOM element is a descendant of another DOM element. * * @param container The DOM element that may contain the other ele
Scripts/typings/jquery/jquery.d.ts:1073
↓ 29 callersFunctionpass
()
Scripts/codemirror/mode/javascript.js:262
↓ 27 callersFunctionkw
(type)
Scripts/codemirror/mode/javascript.js:27
↓ 27 callersMethodmap
* Pass each element in the current matched set through a function, producing a new jQuery object containing the return values. * * @param c
Scripts/typings/jquery/jquery.d.ts:3752
↓ 26 callersFunction$
()
Scripts/jquery-2.1.1.min.js:3
↓ 26 callersFunctionlst
(arr)
Scripts/codemirror/codemirror.js:7251
↓ 24 callersMethodisArray
* Determine whether the argument is an array. * * @param obj Object to test whether or not it is an array.
Scripts/typings/jquery/jquery.d.ts:1145
↓ 24 callersMethodpromise
* Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished. * * @param ty
Scripts/typings/jquery/jquery.d.ts:1885
↓ 24 callersFunctionpushlex
(type, info)
Scripts/codemirror/mode/javascript.js:298
↓ 23 callersFunctionexpect
(wanted)
Scripts/codemirror/mode/javascript.js:319
↓ 22 callersFunctionlineNo
(line)
Scripts/codemirror/codemirror.js:6760
↓ 22 callersMethodpushStack
* Add a collection of DOM elements onto the jQuery stack. * * @param elements An array of elements to push onto the stack and make into a n
Scripts/typings/jquery/jquery.d.ts:3030
↓ 22 callersMethodtrigger
* Execute all handlers and behaviors attached to the matched elements for the given event type. * * @param eventType A string containing a
Scripts/typings/jquery/jquery.d.ts:2912
↓ 21 callersMethodfilter
* Reduce the set of matched elements to those that match the selector or pass the function's test. * * @param selector A string containing
Scripts/typings/jquery/jquery.d.ts:3660
↓ 21 callersMethodoff
* Remove an event handler.
Scripts/typings/jquery/jquery.d.ts:2703
↓ 20 callersMethodmerge
* Merge the contents of two arrays together into the first array. * * @param first The first array to merge, the elements of second added.
Scripts/typings/jquery/jquery.d.ts:1211
↓ 18 callersMethodgetDoc
Retrieve the currently active document from an editor.
Scripts/typings/codemirror/codemirror.d.ts:141
↓ 18 callersFunctionoperation
(cm, f)
Scripts/codemirror/codemirror.js:2143
↓ 18 callersMethodqueue
* Show the queue of functions to be executed on the matched elements. * * @param queueName A string containing the name of the queue. Defau
Scripts/typings/jquery/jquery.d.ts:3912
↓ 17 callersFunctionmethodOp
(f)
Scripts/codemirror/codemirror.js:2153
↓ 17 callersFunctionob
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 17 callersFunctionret
(tp, style, cont)
Scripts/codemirror/mode/javascript.js:88
↓ 16 callersMethodattr
* Get the value of an attribute for the first element in the set of matched elements. * * @param attributeName The name of the attribute to
Scripts/typings/jquery/jquery.d.ts:1367
↓ 16 callersMethoddone
* Add handlers to be called when the Deferred object is resolved. * * @param doneCallbacks1 A function, or array of functions, that are cal
Scripts/typings/jquery/jquery.d.ts:327
↓ 16 callersFunctionindexOf
(array, elt)
Scripts/codemirror/codemirror.js:7259
↓ 16 callersFunctionsignalLater
(emitter, type /*, values...*/)
Scripts/codemirror/codemirror.js:7142
↓ 15 callersFunctionb
(c,e)
Scripts/jquery-2.1.1.min.js:2
↓ 15 callersFunctiondocMethodOp
(f)
Scripts/codemirror/codemirror.js:2161
↓ 14 callersMethodalways
* Add handlers to be called when the Deferred object is either resolved or rejected. * * @param alwaysCallbacks1 A function, or array of fu
Scripts/typings/jquery/jquery.d.ts:320
↓ 14 callersMethoderror
* Bind an event handler to the "error" JavaScript event. (DEPRECATED from v1.8) * * @param handler A function to execute when the event is
Scripts/typings/jquery/jquery.d.ts:3016
↓ 14 callersFunctionf
(f,g,h,i,k)
Scripts/jquery-2.1.1.min.js:2
↓ 14 callersFunctiongetAll
( context, tag )
Scripts/jquery-2.1.1.js:4992
↓ 14 callersMethodresolveWith
* Resolve a Deferred object and call any doneCallbacks with the given context and args. * * @param context Context passed to the doneCallba
Scripts/typings/jquery/jquery.d.ts:527
↓ 14 callersFunctionsetSelection
(doc, sel, options)
Scripts/codemirror/codemirror.js:1152
↓ 14 callersMethodtype
* Determine the internal JavaScript [[Class]] of an object. * * @param obj Object to get the internal JavaScript [[Class]] of.
Scripts/typings/jquery/jquery.d.ts:1249
↓ 13 callersMethodclose
()
Scripts/typings/webrtc/RTCPeerConnection.d.ts:159
↓ 13 callersMethodinsertBefore
* Insert every element in the set of matched elements before the target. * * param target A selector, element, array of elements, HTML stri
Scripts/typings/jquery/jquery.d.ts:3247
↓ 12 callersMethodDeferred
* A constructor function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback que
Scripts/typings/jquery/jquery.d.ts:1013
↓ 12 callersMethodadd
* Add elements to the set of matched elements. * * @param selector A string representing a selector expression to find additional elements
Scripts/typings/jquery/jquery.d.ts:3576
↓ 12 callersMethoddata
* Store arbitrary data associated with the matched elements. * * @param key A string naming the piece of data to set. * @param value Th
Scripts/typings/jquery/jquery.d.ts:1841
↓ 12 callersMethodempty
* Remove all child nodes of the set of matched elements from the DOM.
Scripts/typings/jquery/jquery.d.ts:3209
↓ 12 callersMethodisWindow
* Determine whether the argument is a window. * * @param obj Object to test whether or not it is a window.
Scripts/typings/jquery/jquery.d.ts:1175
↓ 12 callersFunctionregChange
(cm, from, to, lendiff)
Scripts/codemirror/codemirror.js:2204
↓ 12 callersMethodtrim
* Remove the whitespace from the beginning and end of a string. * * @param str Remove the whitespace from the beginning and end of a string
Scripts/typings/jquery/jquery.d.ts:1242
↓ 11 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
Scripts/jquery-2.1.1.js:879
↓ 11 callersFunctione
(a,b)
Scripts/jquery-2.1.1.min.js:4
↓ 11 callersFunctiong
()
Scripts/jquery-2.1.1.min.js:3
↓ 11 callersFunctionhasHandler
(emitter, type)
Scripts/codemirror/codemirror.js:7181
↓ 11 callersFunctionib
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 11 callersFunctionremoveChildrenAndAdd
(parent, e)
Scripts/codemirror/codemirror.js:7355
↓ 10 callersMethodCallbacks
* A multi-purpose callbacks list object that provides a powerful way to manage callback lists. * * @param flags An optional list of space-se
Scripts/typings/jquery/jquery.d.ts:833
↓ 10 callersMethodaddClass
* Adds the specified class(es) to each of the set of matched elements. * * @param className One or more space-separated classes to be added
Scripts/typings/jquery/jquery.d.ts:1349
↓ 10 callersFunctionbind
(f)
Scripts/codemirror/codemirror.js:7293
↓ 10 callersMethoddequeue
* Execute the next function on the queue for the matched elements. * * @param queueName A string containing the name of the queue. Defaults
Scripts/typings/jquery/jquery.d.ts:1864
↓ 10 callersFunctionfocusInput
(cm)
Scripts/codemirror/codemirror.js:2505
↓ 10 callersFunctiongetOrder
(line)
Scripts/codemirror/codemirror.js:6817
↓ 10 callersMethodgrep
* Finds the elements of an array which satisfy a filter function. The original array is not affected. * * @param array The array to search t
Scripts/typings/jquery/jquery.d.ts:1129
↓ 10 callersMethodhasData
* Determine whether an element has any jQuery data associated with it. * * @param element A DOM element to be checked for data.
Scripts/typings/jquery/jquery.d.ts:974
↓ 10 callersFunctionhb
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 10 callersMethodhide
* Hide the matched elements. * * @param duration A string or number determining how long the animation will run. * @param complete A fu
Scripts/typings/jquery/jquery.d.ts:2096
↓ 10 callersMethodinArray
* Search for a specified value within an array and return its index (or -1 if not found). * * @param value The value to search for. * @
Scripts/typings/jquery/jquery.d.ts:1138
↓ 10 callersMethodisEmptyObject
* Check to see if an object is empty (contains no enumerable properties). * * @param obj The object that will be checked to see if it's empt
Scripts/typings/jquery/jquery.d.ts:1151
↓ 10 callersMethodmakeArray
* Convert an array-like object into a true JavaScript array. * * @param obj Any object to turn into a native Array.
Scripts/typings/jquery/jquery.d.ts:1188
↓ 10 callersFunctionmarkFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
Scripts/jquery-2.1.1.js:870
↓ 10 callersMethodnext
* Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only
Scripts/typings/jquery/jquery.d.ts:3759
↓ 10 callersFunctionnormalizeSelection
(ranges, primIndex)
Scripts/codemirror/codemirror.js:1028
↓ 10 callersMethodshow
* Display the matched elements. * * @param duration A string or number determining how long the animation will run. * @param complete A
Scripts/typings/jquery/jquery.d.ts:2133
↓ 10 callersFunctionsignalDOMEvent
(cm, e, override)
Scripts/codemirror/codemirror.js:7168
↓ 10 callersFunctionupdateLineHeight
(line, height)
Scripts/codemirror/codemirror.js:6753
↓ 10 callersFunctionvisualLine
(line)
Scripts/codemirror/codemirror.js:5608
↓ 9 callersFunctioncursorCoords
(cm, pos, context, lineObj, preparedMeasure, varHeight)
Scripts/codemirror/codemirror.js:1789
↓ 9 callersFunctiond
(a)
Scripts/jquery-2.1.1.min.js:3
↓ 9 callersFunctionheightAtLine
(lineObj)
Scripts/codemirror/codemirror.js:6795
↓ 9 callersFunctionnb
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 9 callersMethodpreventDefault
()
Scripts/typings/jquery/jquery.d.ts:548
↓ 9 callersFunctionregLineChange
(cm, line, type)
Scripts/codemirror/codemirror.js:2269
↓ 9 callersMethodremoveClass
* Remove a single class, multiple classes, or all classes from each element in the set of matched elements. * * @param className One or more
Scripts/typings/jquery/jquery.d.ts:1478
↓ 9 callersFunctionrunInOp
(cm, f)
Scripts/codemirror/codemirror.js:2136
↓ 9 callersMethodstart
()
Scripts/typings/typescript-services/typescriptServices.d.ts:7327
↓ 9 callersMethodtoString
(span?: TextSpan)
Scripts/typings/typescript-services/typescriptServices.d.ts:862
↓ 8 callersMethodabort
* Cancel the request. * * @param statusText A string passed as the textStatus parameter for the done callback. Default value: "canceled"
Scripts/typings/jquery/jquery.d.ts:175
next →1–100 of 1,798, ranked by callers