Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acornjs/acorn
/ functions
Functions
1,232 in github.com/acornjs/acorn
⨍
Functions
1,232
◇
Types & classes
22
↓ 2 callers
Function
isEventSupported
* Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `chang
test/bench/fixtures/react-dom.js:16197
↓ 2 callers
Function
isFallbackCompositionEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @return
test/bench/fixtures/react-dom.js:263
↓ 2 callers
Function
isInAstralSet
(code, set)
acorn/src/identifier.js:53
↓ 2 callers
Function
isInteractive
(tag)
test/bench/fixtures/react-dom.js:2476
↓ 2 callers
Function
isNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM node.
test/bench/fixtures/react-dom.js:18015
↓ 2 callers
Function
isObjectEmpty
(obj)
test/bench/fixtures/angular.js:23267
↓ 2 callers
Function
isUnicodePropertyNameCharacter
(ch)
acorn/src/regexp.js:808
↓ 2 callers
Function
isValidContainer
* True if the supplied DOM node is a valid node element. * * @param {?DOMElement} node The candidate DOM node. * @return {boolean} True if the DOM
test/bench/fixtures/react-dom.js:9905
↓ 2 callers
Function
isValidForStep
(viewValue, stepBase, step)
test/bench/fixtures/angular.js:24838
↓ 2 callers
Function
jqLiteAcceptsData
(node)
test/bench/fixtures/angular.js:2964
↓ 2 callers
Function
jqLiteAddClass
(element, cssClasses)
test/bench/fixtures/angular.js:3216
↓ 2 callers
Function
jqLiteAddNodes
(root, elements)
test/bench/fixtures/angular.js:3233
↓ 2 callers
Function
jqLiteBuildFragment
(html, context)
test/bench/fixtures/angular.js:2984
↓ 2 callers
Function
jqLiteClone
(element)
test/bench/fixtures/angular.js:3081
↓ 2 callers
Function
jqLiteHasClass
(element, selector)
test/bench/fixtures/angular.js:3198
↓ 2 callers
Function
jqLiteInheritedData
(element, name, value)
test/bench/fixtures/angular.js:3263
↓ 2 callers
Function
jqLiteRemove
(element, keepData)
test/bench/fixtures/angular.js:3290
↓ 2 callers
Function
jqLiteRemoveClass
(element, cssClasses)
test/bench/fixtures/angular.js:3204
↓ 2 callers
Function
jqLiteRemoveData
(element, name)
test/bench/fixtures/angular.js:3134
↓ 2 callers
Function
kebabToCamel
* Converts kebab-case to camelCase. * @param name Name to normalize
test/bench/fixtures/angular.js:2935
↓ 2 callers
Method
lineEnd
(pos)
acorn-loose/src/state.js:120
↓ 2 callers
Function
link
* bidirectionally links two entries of the LRU linked list
test/bench/fixtures/angular.js:6735
↓ 2 callers
Function
log
(title, message)
test/run.js:46
↓ 2 callers
Function
markDirectiveScope
(directives, isolateScope, newScope)
test/bench/fixtures/angular.js:9775
↓ 2 callers
Function
mergeTemplateAttributes
* When the element is replaced with HTML template then the new attributes * on the template need to be merged with the existing attributes in the
test/bench/fixtures/angular.js:9853
↓ 2 callers
Method
nextIndex
(i)
acorn/src/regexp.js:54
↓ 2 callers
Function
notifyPromise
(promise, progress)
test/bench/fixtures/angular.js:16751
↓ 2 callers
Function
numberFormatterParser
(ctrl)
test/bench/fixtures/angular.js:24784
↓ 2 callers
Function
parseAbsoluteUrl
(absoluteUrl, locationObj)
test/bench/fixtures/angular.js:13183
↓ 2 callers
Function
parseAppUrl
(url, locationObj)
test/bench/fixtures/angular.js:13192
↓ 2 callers
Function
parseHeaders
* Parse headers into key value object * * @param {string} headers Raw headers as a string * @returns {Object} Parsed headers as key value object
test/bench/fixtures/angular.js:11022
↓ 2 callers
Function
parseKeyValue
* Parses an escaped url query string into key-value pairs. * @returns {Object.<string,boolean|Array>}
test/bench/fixtures/angular.js:1453
↓ 2 callers
Method
popCx
()
acorn-loose/src/state.js:116
↓ 2 callers
Function
precacheChildNodes
* Populate `_hostNode` on each child of `inst`, assuming that the children * match up with the DOM (element) children of `node`. * * We cache entir
test/bench/fixtures/react-dom.js:6617
↓ 2 callers
Method
pushCx
()
acorn-loose/src/state.js:112
↓ 2 callers
Function
qFactory
* Constructs a promise manager. * * @param {function(function)} nextTick Function for executing functions in the next turn. * @param {function(...*
test/bench/fixtures/angular.js:16576
↓ 2 callers
Function
removeComments
(jqNodes)
test/bench/fixtures/angular.js:10522
↓ 2 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
test/bench/fixtures/react-dom.js:1417
↓ 2 callers
Function
replaceWith
* This is a special jqLite.replaceWith, which can replace items which * have no parents, provided that the containing jqLite collection is provid
test/bench/fixtures/angular.js:10177
↓ 2 callers
Function
reverseParams
* when using forEach the params are value, key, but it is often useful to have key, value. * @param {function(string, *)} iteratorFn * @returns {fun
test/bench/fixtures/angular.js:400
↓ 2 callers
Function
run
(code)
acorn/src/bin/acorn.js:35
↓ 2 callers
Function
safeAddClass
($element, className)
test/bench/fixtures/angular.js:8619
↓ 2 callers
Function
serializeValue
(v)
test/bench/fixtures/angular.js:10875
↓ 2 callers
Function
set
(val)
test/bench/fixtures/react-dom.js:14232
↓ 2 callers
Function
setHashKey
* Set or clear the hashkey for an object. * @param obj object * @param h the hashkey (!truthy to delete the hashkey)
test/bench/fixtures/angular.js:424
↓ 2 callers
Function
setupValidity
(instance)
test/bench/fixtures/angular.js:23176
↓ 2 callers
Function
shouldMark
(debugID)
test/bench/fixtures/react-dom.js:8624
↓ 2 callers
Function
showHide
( elements, show )
test/bench/fixtures/jquery.js:4624
↓ 2 callers
Function
snake_case
(name, separator)
test/bench/fixtures/angular.js:1908
↓ 2 callers
Function
stringify
(value)
test/bench/fixtures/angular.js:2064
↓ 2 callers
Function
stringifyFn
(fn)
test/bench/fixtures/angular.js:4035
↓ 2 callers
Function
testContext
* Checks a node for validity as a Sizzle context * @param {Element|Object=} context * @returns {Element|Object|Boolean} The input node if acceptable
test/bench/fixtures/jquery.js:1084
↓ 2 callers
Function
timezoneToOffset
(timezone, fallback)
test/bench/fixtures/angular.js:1383
↓ 2 callers
Function
toDebugString
(obj)
test/bench/fixtures/angular.js:2499
↓ 2 callers
Method
tokenStartsLine
()
acorn-loose/src/state.js:141
↓ 2 callers
Function
transformData
* Chain all given functions * * This function is used for both request and response transforming * * @param {*} data Data to transform. * @param
test/bench/fixtures/angular.js:11088
↓ 2 callers
Function
traverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChildren
test/bench/fixtures/react-dom.js:16711
↓ 2 callers
Function
updateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @priv
test/bench/fixtures/react-dom.js:7505
↓ 2 callers
Function
uppercase
(string)
test/bench/fixtures/angular.js:229
↓ 2 callers
Function
urlIsSameOrigin
* Parse a request URL and determine whether this is a same-origin request as the application document. * * @param {string|object} requestUrl The url
test/bench/fixtures/angular.js:20052
↓ 2 callers
Function
useFallbackContent
()
test/bench/fixtures/angular.js:31706
↓ 2 callers
Function
validateProperty
(tagName, name, debugID)
test/bench/fixtures/react-dom.js:7185
↓ 2 callers
Function
validationDone
(allValid)
test/bench/fixtures/angular.js:28443
↓ 2 callers
Function
warn
(action, result)
test/bench/fixtures/react-dom.js:14245
↓ 2 callers
Function
when
* @ngdoc method * @name $q#when * @kind function * * @description * Wraps an object that might be a value or a (3rd party) then-able pr
test/bench/fixtures/angular.js:16846
↓ 1 callers
Function
Animation
( elem, properties, options )
test/bench/fixtures/jquery.js:7038
↓ 1 callers
Function
DOMLazyTree
(node)
test/bench/fixtures/react-dom.js:1663
↓ 1 callers
Function
ReactDOMContainerInfo
(topLevelWrapper, node)
test/bench/fixtures/react-dom.js:6750
↓ 1 callers
Function
ReactElement
(type, key, ref, self, source, owner, props)
test/bench/fixtures/react.js:1950
↓ 1 callers
Function
_assertCheckedLink
(inputProps)
test/bench/fixtures/react-dom.js:3738
↓ 1 callers
Function
_assertValueLink
(inputProps)
test/bench/fixtures/react-dom.js:3733
↓ 1 callers
Function
acceptData
( owner )
test/bench/fixtures/jquery.js:4015
↓ 1 callers
Function
access
( elems, fn, key, value, chainable, emptyGet, raw )
test/bench/fixtures/jquery.js:3957
↓ 1 callers
Function
accumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
test/bench/fixtures/react-dom.js:3249
↓ 1 callers
Function
addAttrInterpolateDirective
(node, directives, value, name, isNgAttr)
test/bench/fixtures/angular.js:10097
↓ 1 callers
Function
addClasses
(classString)
test/bench/fixtures/angular.js:25761
↓ 1 callers
Function
addDateMinutes
(date, minutes)
test/bench/fixtures/angular.js:1392
↓ 1 callers
Function
addGetHookIf
( conditionFn, hookFn )
test/bench/fixtures/jquery.js:6219
↓ 1 callers
Function
addHandle
* Adds the same handler for all of the specified attrs * @param {String} attrs Pipe-separated list of attributes * @param {Function} handler The met
test/bench/fixtures/jquery.js:942
↓ 1 callers
Function
addHandler
(type, specialHandlerWrapper, noEventListener)
test/bench/fixtures/angular.js:3656
↓ 1 callers
Function
addIdentifier
(locals, identifier, instance, name)
test/bench/fixtures/angular.js:10719
↓ 1 callers
Function
addInterceptor
(parsedExpression, interceptorFn)
test/bench/fixtures/angular.js:16254
↓ 1 callers
Function
addLinkFns
(pre, post, attrStart, attrEnd)
test/bench/fixtures/angular.js:9475
↓ 1 callers
Function
addMethod
(length, method, attribute)
test/bench/fixtures/backbone.js:78
↓ 1 callers
Function
addOptionElement
(option, parent)
test/bench/fixtures/angular.js:29952
↓ 1 callers
Function
addPath
(str, pt)
test/driver.js:65
↓ 1 callers
Function
addRemoveClassesPostDigest
(element, add, remove)
test/bench/fixtures/angular.js:5294
↓ 1 callers
Function
addSetValidityMethod
(context)
test/bench/fixtures/angular.js:23180
↓ 1 callers
Function
addTextInterpolateDirective
(directives, text)
test/bench/fixtures/angular.js:10034
↓ 1 callers
Function
addToPrefiltersOrTransports
( structure )
test/bench/fixtures/jquery.js:8533
↓ 1 callers
Function
addUnderscoreMethods
(Class, methods, attribute)
test/bench/fixtures/backbone.js:99
↓ 1 callers
Function
adjustCSS
( elem, prop, valueParts, tween )
test/bench/fixtures/jquery.js:4536
↓ 1 callers
Function
adjustMatcher
(matcher)
test/bench/fixtures/angular.js:18508
↓ 1 callers
Function
adjustMatchers
(matchers)
test/bench/fixtures/angular.js:18536
↓ 1 callers
Function
adler32
(data)
test/bench/fixtures/react-dom.js:15007
↓ 1 callers
Function
adoptValue
( value, resolve, reject, noValue )
test/bench/fixtures/jquery.js:3476
↓ 1 callers
Function
afterLocationChange
(oldUrl, oldState)
test/bench/fixtures/angular.js:14169
↓ 1 callers
Function
ajaxConvert
( s, response, jqXHR, isSuccess )
test/bench/fixtures/jquery.js:8674
↓ 1 callers
Function
ajaxExtend
( target, src )
test/bench/fixtures/jquery.js:8596
↓ 1 callers
Function
ajaxHandleResponses
( s, jqXHR, responses )
test/bench/fixtures/jquery.js:8616
← previous
next →
201–300 of 1,232, ranked by callers