MCPcopy Create free account

hub / github.com/UBCx-Software-Engineering/screencastmario / functions

Functions683 in github.com/UBCx-Software-Engineering/screencastmario

↓ 6 callersMethodajaxSetup
* Set default values for future Ajax requests. Its use is not recommended. * * @param options A set of key/value pairs that configure the
src/def/jquery.d.ts:719
↓ 6 callersMethodappendTo
* Insert every element in the set of matched elements to the end of the target. * * @param target A selector, element, HTML string, array o
src/def/jquery.d.ts:3111
↓ 6 callersMethodblink
(times: number)
src/figures/Mario.ts:162
↓ 6 callersMethodbounce
()
src/items/Item.ts:47
↓ 6 callersMethodconstructor
(x: number, y: number, isBlocking: boolean, level: Level)
src/items/Item.ts:27
↓ 6 callersFunctionct
(a,b)
assets/lib/jquery.js:2
↓ 6 callersFunctionct
(a,b)
reference/jquery.js:2
↓ 6 callersMethoddone
* Add handlers to be called when the Deferred object is resolved. * * @param doneCallbacks1 A function, or array of functions, that are cal
src/def/jquery.d.ts:444
↓ 6 callersMethodempty
* Remove all child nodes of the set of matched elements from the DOM.
src/def/jquery.d.ts:3191
↓ 6 callersMethodeq
* Reduce the set of matched elements to the one at the specified index. * * @param index An integer indicating the 0-based position of the
src/def/jquery.d.ts:3635
↓ 6 callersMethodhtml
* Get the HTML contents of the first element in the set of matched elements.
src/def/jquery.d.ts:1388
↓ 6 callersMethodinit
()
src/engine/Base.ts:37
↓ 6 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
src/def/jquery.d.ts:1133
↓ 6 callersMethodisNumeric
* Determines whether its argument is a number. * * @param obj The value to be tested.
src/def/jquery.d.ts:1145
↓ 6 callersMethodoffset
* Get the current coordinates of the first element in the set of matched elements, relative to the document.
src/def/jquery.d.ts:1686
↓ 6 callersMethodrelease
()
src/items/Star.ts:30
↓ 6 callersMethodremoveAttr
* Remove an attribute from each element in the set of matched elements. * * @param attributeName An attribute to remove; as of version 1.7,
src/def/jquery.d.ts:1453
↓ 6 callersFunctionrequire
(names, callback, errback, referer)
assets/lib/system.src.js:2844
↓ 6 callersFunctionresolveIfNotPlain
(relUrl, parentUrl)
assets/lib/system.src.js:102
↓ 6 callersMethodstart
()
src/engine/Level.ts:227
↓ 6 callersMethodstopPropagation
()
src/def/jquery.d.ts:534
↓ 6 callersMethodtriggerHandler
* Execute all handlers attached to an element for an event. * * @param eventType A string containing a JavaScript event type, such as click
src/def/jquery.d.ts:2923
↓ 6 callersMethodunique
* Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
src/def/jquery.d.ts:1238
↓ 6 callersMethodwrapAll
* Wrap an HTML structure around all elements in the set of matched elements. * * @param wrappingElement A selector, element, HTML string, o
src/def/jquery.d.ts:3460
↓ 5 callersFunctiona
(b,c)
reference/jquery.js:2
↓ 5 callersFunctionextend
(a, b)
assets/lib/system.src.js:1239
↓ 5 callersFunctiong
()
reference/jquery.js:2
↓ 5 callersMethodplayFrame
()
src/items/Item.ts:62
↓ 5 callersMethodplayFrame
()
src/engine/Base.ts:91
↓ 5 callersFunctions
(a)
assets/lib/require.js:11
↓ 4 callersFunctionaddDefaultExtension
(config, pkg, pkgKey, subPath, skipExtensions)
assets/lib/system.src.js:2046
↓ 4 callersMethodajaxPrefilter
* Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax(). * * @param da
src/def/jquery.d.ts:704
↓ 4 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
src/def/jquery.d.ts:1349
↓ 4 callersFunctionbl
(a)
assets/lib/jquery.js:2
↓ 4 callersFunctionbl
(a)
reference/jquery.js:2
↓ 4 callersFunctionc2u
(s)
reference/constants.js:83
↓ 4 callersMethodchildren
* Get the children of each element in the set of matched elements, optionally filtered by a selector. * * @param selector A string containi
src/def/jquery.d.ts:3583
↓ 4 callersFunctioncreateLoadRecord
(state, key, registration)
assets/lib/system.src.js:544
↓ 4 callersFunctioncreatePackage
()
assets/lib/system.src.js:2669
↓ 4 callersMethoddisable
* Disable a callback list from doing anything more.
src/def/jquery.d.ts:206
↓ 4 callersFunctione
(a,b)
assets/lib/jquery.js:2
↓ 4 callersFunctione
(a,b)
reference/jquery.js:2
↓ 4 callersMethodend
* End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
src/def/jquery.d.ts:3627
↓ 4 callersFunctionevaluate
(loader, source, sourceMap, address, integrity, nonce, noWrap)
assets/lib/system.src.js:2806
↓ 4 callersFunctionextendMeta
(a, b, _prepend)
assets/lib/system.src.js:1262
↓ 4 callersMethodfail
* Add handlers to be called when the Deferred object is rejected. * * @param failCallbacks1 A function, or array of functions, that are cal
src/def/jquery.d.ts:454
↓ 4 callersMethodglobalEval
* Execute some JavaScript code globally. * * @param code The JavaScript code to execute.
src/def/jquery.d.ts:1102
↓ 4 callersMethodgrow
()
src/figures/Mario.ts:173
↓ 4 callersFunctionh
(a)
assets/lib/jquery.js:2
↓ 4 callersFunctionh
(a)
reference/jquery.js:2
↓ 4 callersMethodhandler
(event: KeyboardEvent, status: boolean)
src/def/Keys.d.ts:5
↓ 4 callersMethodhas
* Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element. * * @param selector A string
src/def/jquery.d.ts:3691
↓ 4 callersMethodhasData
* Determine whether an element has any jQuery data associated with it. * * @param element A DOM element to be checked for data.
src/def/jquery.d.ts:956
↓ 4 callersMethodhit
(opponent: Figure)
src/items/Star.ts:53
↓ 4 callersMethodindex
* Search for a given element from among the matched elements.
src/def/jquery.d.ts:3520
↓ 4 callersMethodisDefaultPrevented
()
src/def/jquery.d.ts:525
↓ 4 callersMethodisPropagationStopped
()
src/def/jquery.d.ts:527
↓ 4 callersMethodload
(level: LevelFormat, assets: any)
src/engine/Level.ts:87
↓ 4 callersMethodloaded
()
src/audio.ts:86
↓ 4 callersMethodpauseMusic
()
src/audio.ts:121
↓ 4 callersMethodprop
* Get the value of a property for the first element in the set of matched elements. * * @param propertyName The name of the property to get.
src/def/jquery.d.ts:1412
↓ 4 callersFunctionq
(a, k,b)
assets/lib/require.js:11
↓ 4 callersFunctionreadMemberExpression
(p, value)
assets/lib/system.src.js:1387
↓ 4 callersFunctionregistryWarn
(loader, method)
assets/lib/system.src.js:3950
↓ 4 callersMethodreplaceWith
* Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed. * * pa
src/def/jquery.d.ts:3359
↓ 4 callersMethodsetDirection
(dir: Direction)
src/figures/PipePlant.ts:37
↓ 4 callersMethodsetOffset
(dx: number, dy: number)
src/figures/Figure.ts:91
↓ 4 callersMethodsideMusicEnded
()
src/audio.ts:131
↓ 4 callersMethodstop
* Stop the currently-running animation on the matched elements. * * @param clearQueue A Boolean indicating whether to remove queued animatio
src/def/jquery.d.ts:2263
↓ 4 callersFunctionthrowResolveError
(relUrl, parentUrl)
assets/lib/system.src.js:99
↓ 4 callersMethodtoArray
* Retrieve all the elements contained in the jQuery set, as an array.
src/def/jquery.d.ts:3423
↓ 4 callersMethodtoUrl
()
src/def/interfaces.d.ts:6
↓ 3 callersFunctionE
(a)
assets/lib/require.js:14
↓ 3 callersFunctionT
(b,c)
assets/lib/require.js:7
↓ 3 callersMethodactivate
(from: Figure)
src/items/Item.ts:43
↓ 3 callersFunctionapplyPaths
(baseURL, paths, key)
assets/lib/system.src.js:1395
↓ 3 callersFunctionarrayValues
(arr)
assets/lib/system.src.js:225
↓ 3 callersMethodbind
()
src/def/Keys.d.ts:2
↓ 3 callersFunctioncombinePluginParts
(pluginFirst, argumentKey, pluginKey)
assets/lib/system.src.js:1948
↓ 3 callersFunctioncreateMetadata
()
assets/lib/system.src.js:1587
↓ 3 callersFunctione
(a)
assets/lib/require.js:10
↓ 3 callersFunctionensureEvaluate
(loader, load, link, registry, state, seen)
assets/lib/system.src.js:987
↓ 3 callersFunctionenvSet
(loader, cfg, envCallback)
assets/lib/system.src.js:2465
↓ 3 callersFunctiongetConfigItem
(config, p)
assets/lib/system.src.js:2492
↓ 3 callersFunctiongetMetaMatches
(pkgMeta, subPath, matchFn)
assets/lib/system.src.js:2287
↓ 3 callersFunctiongetSource
(source, sourceMap, address, wrap)
assets/lib/system.src.js:2737
↓ 3 callersFunctioninLocation
(locations, match)
assets/lib/system.src.js:3040
↓ 3 callersFunctioninstantiate
(loader, load, link, registry, state)
assets/lib/system.src.js:683
↓ 3 callersFunctionl
(a,c,d)
assets/lib/jquery.js:2
↓ 3 callersFunctionl
(a,c,d)
reference/jquery.js:2
↓ 3 callersFunctionn
(a)
assets/lib/require.js:10
↓ 3 callersFunctiono
(b,f)
assets/lib/jquery.js:2
↓ 3 callersFunctiono
(b,f)
reference/jquery.js:2
↓ 3 callersFunctionparsePlugin
(pluginFirst, key)
assets/lib/system.src.js:1923
↓ 3 callersMethodplayMusic
()
src/audio.ts:126
↓ 3 callersFunctionpostExec
()
assets/lib/system.src.js:2795
↓ 3 callersMethodreject
* Reject a Deferred object and call any failCallbacks with the given args. * * @param args Optional arguments that are passed to the failCa
src/def/jquery.d.ts:486
↓ 3 callersMethodreset
()
src/def/Keys.d.ts:3
↓ 3 callersMethodreset
()
src/engine/Level.ts:170
↓ 3 callersFunctionsetMetaEsModule
(metadata, moduleValue)
assets/lib/system.src.js:3244
← previousnext →101–200 of 683, ranked by callers