Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrei-markeev/camljs-console
/ functions
Functions
1,798 in github.com/andrei-markeev/camljs-console
⨍
Functions
1,798
◇
Types & classes
2,464
↓ 117 callers
Method
slice
* 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 callers
Method
each
* 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 callers
Method
extend
* 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 callers
Function
cont
()
Scripts/codemirror/mode/javascript.js:265
↓ 70 callers
Method
get
* 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 callers
Method
css
* 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 callers
Method
isFunction
* 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 callers
Function
elt
(tag, content, className, style)
Scripts/codemirror/codemirror.js:7324
↓ 57 callers
Method
indexOf
(obj: T[], object: T, startIndex?: number)
Scripts/typings/sharepoint/SharePoint.d.ts:591
↓ 53 callers
Function
getLine
(doc, n)
Scripts/codemirror/codemirror.js:6718
↓ 45 callers
Function
clipPos
(doc, pos)
Scripts/codemirror/codemirror.js:1051
↓ 44 callers
Function
jQuery
( selector, context )
Scripts/jquery-2.1.1.js:73
↓ 44 callers
Function
n
(a,b)
Scripts/jquery-2.1.1.min.js:2
↓ 43 callers
Method
remove
* 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 callers
Function
option
(name, deflt, handle, notOnInit)
Scripts/codemirror/codemirror.js:4465
↓ 38 callers
Method
set
(items: Object, callback?: Function)
Scripts/typings/chrome/chrome.d.ts:1663
↓ 36 callers
Method
on
* 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 callers
Method
find
* 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 callers
Method
concat
(trivia: ISyntaxTriviaList)
Scripts/typings/typescript-services/typescriptServices.d.ts:4394
↓ 29 callers
Method
contains
* 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 callers
Function
pass
()
Scripts/codemirror/mode/javascript.js:262
↓ 27 callers
Function
kw
(type)
Scripts/codemirror/mode/javascript.js:27
↓ 27 callers
Method
map
* 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 callers
Function
$
()
Scripts/jquery-2.1.1.min.js:3
↓ 26 callers
Function
lst
(arr)
Scripts/codemirror/codemirror.js:7251
↓ 24 callers
Method
isArray
* 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 callers
Method
promise
* 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 callers
Function
pushlex
(type, info)
Scripts/codemirror/mode/javascript.js:298
↓ 23 callers
Function
expect
(wanted)
Scripts/codemirror/mode/javascript.js:319
↓ 22 callers
Function
lineNo
(line)
Scripts/codemirror/codemirror.js:6760
↓ 22 callers
Method
pushStack
* 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 callers
Method
trigger
* 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 callers
Method
filter
* 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 callers
Method
off
* Remove an event handler.
Scripts/typings/jquery/jquery.d.ts:2703
↓ 20 callers
Method
merge
* 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 callers
Method
getDoc
Retrieve the currently active document from an editor.
Scripts/typings/codemirror/codemirror.d.ts:141
↓ 18 callers
Function
operation
(cm, f)
Scripts/codemirror/codemirror.js:2143
↓ 18 callers
Method
queue
* 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 callers
Function
methodOp
(f)
Scripts/codemirror/codemirror.js:2153
↓ 17 callers
Function
ob
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 17 callers
Function
ret
(tp, style, cont)
Scripts/codemirror/mode/javascript.js:88
↓ 16 callers
Method
attr
* 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 callers
Method
done
* 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 callers
Function
indexOf
(array, elt)
Scripts/codemirror/codemirror.js:7259
↓ 16 callers
Function
signalLater
(emitter, type /*, values...*/)
Scripts/codemirror/codemirror.js:7142
↓ 15 callers
Function
b
(c,e)
Scripts/jquery-2.1.1.min.js:2
↓ 15 callers
Function
docMethodOp
(f)
Scripts/codemirror/codemirror.js:2161
↓ 14 callers
Method
always
* 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 callers
Method
error
* 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 callers
Function
f
(f,g,h,i,k)
Scripts/jquery-2.1.1.min.js:2
↓ 14 callers
Function
getAll
( context, tag )
Scripts/jquery-2.1.1.js:4992
↓ 14 callers
Method
resolveWith
* 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 callers
Function
setSelection
(doc, sel, options)
Scripts/codemirror/codemirror.js:1152
↓ 14 callers
Method
type
* 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 callers
Method
close
()
Scripts/typings/webrtc/RTCPeerConnection.d.ts:159
↓ 13 callers
Method
insertBefore
* 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 callers
Method
Deferred
* 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 callers
Method
add
* 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 callers
Method
data
* 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 callers
Method
empty
* Remove all child nodes of the set of matched elements from the DOM.
Scripts/typings/jquery/jquery.d.ts:3209
↓ 12 callers
Method
isWindow
* 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 callers
Function
regChange
(cm, from, to, lendiff)
Scripts/codemirror/codemirror.js:2204
↓ 12 callers
Method
trim
* 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 callers
Function
assert
* 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 callers
Function
e
(a,b)
Scripts/jquery-2.1.1.min.js:4
↓ 11 callers
Function
g
()
Scripts/jquery-2.1.1.min.js:3
↓ 11 callers
Function
hasHandler
(emitter, type)
Scripts/codemirror/codemirror.js:7181
↓ 11 callers
Function
ib
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 11 callers
Function
removeChildrenAndAdd
(parent, e)
Scripts/codemirror/codemirror.js:7355
↓ 10 callers
Method
Callbacks
* 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 callers
Method
addClass
* 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 callers
Function
bind
(f)
Scripts/codemirror/codemirror.js:7293
↓ 10 callers
Method
dequeue
* 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 callers
Function
focusInput
(cm)
Scripts/codemirror/codemirror.js:2505
↓ 10 callers
Function
getOrder
(line)
Scripts/codemirror/codemirror.js:6817
↓ 10 callers
Method
grep
* 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 callers
Method
hasData
* 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 callers
Function
hb
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 10 callers
Method
hide
* 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 callers
Method
inArray
* 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 callers
Method
isEmptyObject
* 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 callers
Method
makeArray
* 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 callers
Function
markFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
Scripts/jquery-2.1.1.js:870
↓ 10 callers
Method
next
* 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 callers
Function
normalizeSelection
(ranges, primIndex)
Scripts/codemirror/codemirror.js:1028
↓ 10 callers
Method
show
* 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 callers
Function
signalDOMEvent
(cm, e, override)
Scripts/codemirror/codemirror.js:7168
↓ 10 callers
Function
updateLineHeight
(line, height)
Scripts/codemirror/codemirror.js:6753
↓ 10 callers
Function
visualLine
(line)
Scripts/codemirror/codemirror.js:5608
↓ 9 callers
Function
cursorCoords
(cm, pos, context, lineObj, preparedMeasure, varHeight)
Scripts/codemirror/codemirror.js:1789
↓ 9 callers
Function
d
(a)
Scripts/jquery-2.1.1.min.js:3
↓ 9 callers
Function
heightAtLine
(lineObj)
Scripts/codemirror/codemirror.js:6795
↓ 9 callers
Function
nb
(a)
Scripts/jquery-2.1.1.min.js:2
↓ 9 callers
Method
preventDefault
()
Scripts/typings/jquery/jquery.d.ts:548
↓ 9 callers
Function
regLineChange
(cm, line, type)
Scripts/codemirror/codemirror.js:2269
↓ 9 callers
Method
removeClass
* 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 callers
Function
runInOp
(cm, f)
Scripts/codemirror/codemirror.js:2136
↓ 9 callers
Method
start
()
Scripts/typings/typescript-services/typescriptServices.d.ts:7327
↓ 9 callers
Method
toString
(span?: TextSpan)
Scripts/typings/typescript-services/typescriptServices.d.ts:862
↓ 8 callers
Method
abort
* 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