Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UBCx-Software-Engineering/screencastmario
/ functions
Functions
683 in github.com/UBCx-Software-Engineering/screencastmario
⨍
Functions
683
◇
Types & classes
162
↓ 6 callers
Method
ajaxSetup
* 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 callers
Method
appendTo
* 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 callers
Method
blink
(times: number)
src/figures/Mario.ts:162
↓ 6 callers
Method
bounce
()
src/items/Item.ts:47
↓ 6 callers
Method
constructor
(x: number, y: number, isBlocking: boolean, level: Level)
src/items/Item.ts:27
↓ 6 callers
Function
ct
(a,b)
assets/lib/jquery.js:2
↓ 6 callers
Function
ct
(a,b)
reference/jquery.js:2
↓ 6 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
src/def/jquery.d.ts:444
↓ 6 callers
Method
empty
* Remove all child nodes of the set of matched elements from the DOM.
src/def/jquery.d.ts:3191
↓ 6 callers
Method
eq
* 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 callers
Method
html
* Get the HTML contents of the first element in the set of matched elements.
src/def/jquery.d.ts:1388
↓ 6 callers
Method
init
()
src/engine/Base.ts:37
↓ 6 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
src/def/jquery.d.ts:1133
↓ 6 callers
Method
isNumeric
* Determines whether its argument is a number. * * @param obj The value to be tested.
src/def/jquery.d.ts:1145
↓ 6 callers
Method
offset
* 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 callers
Method
release
()
src/items/Star.ts:30
↓ 6 callers
Method
removeAttr
* 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 callers
Function
require
(names, callback, errback, referer)
assets/lib/system.src.js:2844
↓ 6 callers
Function
resolveIfNotPlain
(relUrl, parentUrl)
assets/lib/system.src.js:102
↓ 6 callers
Method
start
()
src/engine/Level.ts:227
↓ 6 callers
Method
stopPropagation
()
src/def/jquery.d.ts:534
↓ 6 callers
Method
triggerHandler
* 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 callers
Method
unique
* 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 callers
Method
wrapAll
* 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 callers
Function
a
(b,c)
reference/jquery.js:2
↓ 5 callers
Function
extend
(a, b)
assets/lib/system.src.js:1239
↓ 5 callers
Function
g
()
reference/jquery.js:2
↓ 5 callers
Method
playFrame
()
src/items/Item.ts:62
↓ 5 callers
Method
playFrame
()
src/engine/Base.ts:91
↓ 5 callers
Function
s
(a)
assets/lib/require.js:11
↓ 4 callers
Function
addDefaultExtension
(config, pkg, pkgKey, subPath, skipExtensions)
assets/lib/system.src.js:2046
↓ 4 callers
Method
ajaxPrefilter
* 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 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
src/def/jquery.d.ts:1349
↓ 4 callers
Function
bl
(a)
assets/lib/jquery.js:2
↓ 4 callers
Function
bl
(a)
reference/jquery.js:2
↓ 4 callers
Function
c2u
(s)
reference/constants.js:83
↓ 4 callers
Method
children
* 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 callers
Function
createLoadRecord
(state, key, registration)
assets/lib/system.src.js:544
↓ 4 callers
Function
createPackage
()
assets/lib/system.src.js:2669
↓ 4 callers
Method
disable
* Disable a callback list from doing anything more.
src/def/jquery.d.ts:206
↓ 4 callers
Function
e
(a,b)
assets/lib/jquery.js:2
↓ 4 callers
Function
e
(a,b)
reference/jquery.js:2
↓ 4 callers
Method
end
* 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 callers
Function
evaluate
(loader, source, sourceMap, address, integrity, nonce, noWrap)
assets/lib/system.src.js:2806
↓ 4 callers
Function
extendMeta
(a, b, _prepend)
assets/lib/system.src.js:1262
↓ 4 callers
Method
fail
* 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 callers
Method
globalEval
* Execute some JavaScript code globally. * * @param code The JavaScript code to execute.
src/def/jquery.d.ts:1102
↓ 4 callers
Method
grow
()
src/figures/Mario.ts:173
↓ 4 callers
Function
h
(a)
assets/lib/jquery.js:2
↓ 4 callers
Function
h
(a)
reference/jquery.js:2
↓ 4 callers
Method
handler
(event: KeyboardEvent, status: boolean)
src/def/Keys.d.ts:5
↓ 4 callers
Method
has
* 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 callers
Method
hasData
* 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 callers
Method
hit
(opponent: Figure)
src/items/Star.ts:53
↓ 4 callers
Method
index
* Search for a given element from among the matched elements.
src/def/jquery.d.ts:3520
↓ 4 callers
Method
isDefaultPrevented
()
src/def/jquery.d.ts:525
↓ 4 callers
Method
isPropagationStopped
()
src/def/jquery.d.ts:527
↓ 4 callers
Method
load
(level: LevelFormat, assets: any)
src/engine/Level.ts:87
↓ 4 callers
Method
loaded
()
src/audio.ts:86
↓ 4 callers
Method
pauseMusic
()
src/audio.ts:121
↓ 4 callers
Method
prop
* 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 callers
Function
q
(a, k,b)
assets/lib/require.js:11
↓ 4 callers
Function
readMemberExpression
(p, value)
assets/lib/system.src.js:1387
↓ 4 callers
Function
registryWarn
(loader, method)
assets/lib/system.src.js:3950
↓ 4 callers
Method
replaceWith
* 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 callers
Method
setDirection
(dir: Direction)
src/figures/PipePlant.ts:37
↓ 4 callers
Method
setOffset
(dx: number, dy: number)
src/figures/Figure.ts:91
↓ 4 callers
Method
sideMusicEnded
()
src/audio.ts:131
↓ 4 callers
Method
stop
* 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 callers
Function
throwResolveError
(relUrl, parentUrl)
assets/lib/system.src.js:99
↓ 4 callers
Method
toArray
* Retrieve all the elements contained in the jQuery set, as an array.
src/def/jquery.d.ts:3423
↓ 4 callers
Method
toUrl
()
src/def/interfaces.d.ts:6
↓ 3 callers
Function
E
(a)
assets/lib/require.js:14
↓ 3 callers
Function
T
(b,c)
assets/lib/require.js:7
↓ 3 callers
Method
activate
(from: Figure)
src/items/Item.ts:43
↓ 3 callers
Function
applyPaths
(baseURL, paths, key)
assets/lib/system.src.js:1395
↓ 3 callers
Function
arrayValues
(arr)
assets/lib/system.src.js:225
↓ 3 callers
Method
bind
()
src/def/Keys.d.ts:2
↓ 3 callers
Function
combinePluginParts
(pluginFirst, argumentKey, pluginKey)
assets/lib/system.src.js:1948
↓ 3 callers
Function
createMetadata
()
assets/lib/system.src.js:1587
↓ 3 callers
Function
e
(a)
assets/lib/require.js:10
↓ 3 callers
Function
ensureEvaluate
(loader, load, link, registry, state, seen)
assets/lib/system.src.js:987
↓ 3 callers
Function
envSet
(loader, cfg, envCallback)
assets/lib/system.src.js:2465
↓ 3 callers
Function
getConfigItem
(config, p)
assets/lib/system.src.js:2492
↓ 3 callers
Function
getMetaMatches
(pkgMeta, subPath, matchFn)
assets/lib/system.src.js:2287
↓ 3 callers
Function
getSource
(source, sourceMap, address, wrap)
assets/lib/system.src.js:2737
↓ 3 callers
Function
inLocation
(locations, match)
assets/lib/system.src.js:3040
↓ 3 callers
Function
instantiate
(loader, load, link, registry, state)
assets/lib/system.src.js:683
↓ 3 callers
Function
l
(a,c,d)
assets/lib/jquery.js:2
↓ 3 callers
Function
l
(a,c,d)
reference/jquery.js:2
↓ 3 callers
Function
n
(a)
assets/lib/require.js:10
↓ 3 callers
Function
o
(b,f)
assets/lib/jquery.js:2
↓ 3 callers
Function
o
(b,f)
reference/jquery.js:2
↓ 3 callers
Function
parsePlugin
(pluginFirst, key)
assets/lib/system.src.js:1923
↓ 3 callers
Method
playMusic
()
src/audio.ts:126
↓ 3 callers
Function
postExec
()
assets/lib/system.src.js:2795
↓ 3 callers
Method
reject
* 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 callers
Method
reset
()
src/def/Keys.d.ts:3
↓ 3 callers
Method
reset
()
src/engine/Level.ts:170
↓ 3 callers
Function
setMetaEsModule
(metadata, moduleValue)
assets/lib/system.src.js:3244
← previous
next →
101–200 of 683, ranked by callers