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
Method
constructor
(x: number, y: number, level: Level)
src/figures/Turtle.ts:8
Method
constructor
(x: number, y: number, level: Level)
src/figures/Gumpa.ts:18
Method
constructor
(x: number, y: number, level: any)
src/figures/StaticPlant.ts:17
Method
constructor
(x: number, y: number, level: Level)
src/figures/SpikedTurtle.ts:19
Method
constructor
(x: number, y: number, level: any)
src/figures/PipePlant.ts:22
Method
constructor
(x: number, y: number, level: Level)
src/figures/Figure.ts:32
Function
contextualRequire
(names, callback, errback)
assets/lib/system.src.js:2935
Function
coreResolve
(config, key, parentKey, doMap, packageName)
assets/lib/system.src.js:1740
Function
cs
()
assets/lib/jquery.js:2
Function
cs
()
reference/jquery.js:2
Method
data
* Store arbitrary data associated with the specified element. Returns the value that was set. * * @param element The DOM element to associat
src/def/jquery.d.ts:928
Method
dblclick
* Trigger the "dblclick" event on an element.
src/def/jquery.d.ts:2410
Method
death
()
src/figures/GreenTurtle.ts:81
Method
death
()
src/figures/Gumpa.ts:36
Method
death
()
src/figures/StaticPlant.ts:31
Method
death
()
src/figures/SpikedTurtle.ts:42
Method
death
()
src/figures/PipePlant.ts:82
Method
death
()
src/figures/Figure.ts:261
Function
decanonicalize
(config, key)
assets/lib/system.src.js:1708
Method
delay
* Set a timer to delay execution of subsequent items in the queue. * * @param duration An integer indicating the number of milliseconds to d
src/def/jquery.d.ts:1917
Method
delegate
(selector: any, eventType: string, handler: (eventObject: JQueryEventObject) => any)
src/def/jquery.d.ts:2425
Method
dequeue
* Execute the next function on the queue for the matched element. * * @param element A DOM element from which to remove and execute a queued
src/def/jquery.d.ts:949
Method
die
()
src/figures/Gumpa.ts:51
Method
die
()
src/figures/StaticPlant.ts:26
Method
die
()
src/figures/SpikedTurtle.ts:54
Method
die
()
src/figures/PipePlant.ts:77
Method
disabled
* Determine if the callbacks list has been disabled.
src/def/jquery.d.ts:211
Method
each
* A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length prope
src/def/jquery.d.ts:1063
Method
empty
* Remove all of the callbacks from a list.
src/def/jquery.d.ts:216
Function
ensureInstantiated
(module)
assets/lib/system.src.js:266
Function
ensureResolution
(resolvedKey)
assets/lib/system.src.js:312
Method
error
* A function to be called if the request fails. The function receives three arguments: The jqXHR (in jQuery 1.4.x, XMLHttpRequest) object, a string de
src/def/jquery.d.ts:83
Method
error
* Takes a string and throws an exception containing it. * * @param message The message to send out.
src/def/jquery.d.ts:1039
Function
extendNamespace
(key)
assets/lib/system.src.js:450
Method
fadeIn
* Display the matched elements by fading them to opaque. * * @param duration A string or number determining how long the animation will run.
src/def/jquery.d.ts:1925
Method
fadeOut
* Hide the matched elements by fading them to transparent. * * @param duration A string or number determining how long the animation will ru
src/def/jquery.d.ts:1962
Method
fadeTo
* Adjust the opacity of the matched elements. * * @param duration A string or number determining how long the animation will run. * @pa
src/def/jquery.d.ts:2000
Method
fadeToggle
* Display or hide the matched elements by animating their opacity. * * @param duration A string or number determining how long the animation
src/def/jquery.d.ts:2034
Function
fetchFetch
(url, authorization, integrity, asBuffer)
assets/lib/system.src.js:1447
Method
finish
* Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements. * * @param queue
src/def/jquery.d.ts:2070
Method
fired
* Determine if the callbacks have already been called at least once.
src/def/jquery.d.ts:228
Method
first
* Reduce the set of matched elements to the first in the set.
src/def/jquery.d.ts:3684
Method
focus
* Trigger the "focus" event on an element.
src/def/jquery.d.ts:2431
Method
focusin
* Bind an event handler to the "focusin" JavaScript event * * @param handler A function to execute each time the event is triggered.
src/def/jquery.d.ts:2451
Method
focusout
* Bind an event handler to the "focusout" JavaScript event * * @param handler A function to execute each time the event is triggered.
src/def/jquery.d.ts:2465
Function
ga
(b)
assets/lib/require.js:8
Method
get
* Load data from the server using a HTTP GET request. * * @param url A string containing the URL to which the request is sent. * @param
src/def/jquery.d.ts:728
Function
getConfig
(configName)
assets/lib/system.src.js:2504
Method
getGridPosition
(x: number, y: number)
src/figures/Figure.ts:136
Method
getJSON
* Load JSON-encoded data from the server using a GET HTTP request. * * @param url A string containing the URL to which the request is sent.
src/def/jquery.d.ts:753
Method
getPosition
()
src/engine/Base.ts:48
Method
getScript
* Load a JavaScript file from the server using a GET HTTP request, then execute it. * * @param url A string containing the URL to which the
src/def/jquery.d.ts:776
Method
getVelocity
()
src/figures/Figure.ts:150
Function
globalIterator
(globalName)
assets/lib/system.src.js:3080
Method
has
* Determine whether a supplied callback is in a list * * @param callback The callback to search for.
src/def/jquery.d.ts:243
Method
hide
()
src/figures/Enemy.ts:36
Method
hit
(opponent: Figure)
src/items/Mushroom.ts:63
Method
hit
(opponent: Figure)
src/figures/Plant.ts:36
Method
hit
(opponent: Figure)
src/figures/Enemy.ts:85
Method
hit
(opponent: Figure)
src/figures/TurtleShell.ts:41
Method
hit
(opponent: Figure)
src/figures/Bullet.ts:51
Method
hit
(opponent: Figure)
src/figures/SpikedTurtle.ts:61
Method
hit
(opponent: Figure)
src/figures/Figure.ts:154
Method
holdReady
* Holds or releases the execution of jQuery's ready event. * * @param hold Indicates whether the ready hold is being requested or released
src/def/jquery.d.ts:822
Method
hover
* Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements. * * @param handlerIn A fu
src/def/jquery.d.ts:2480
Method
hurt
(from: Figure)
src/figures/Mario.ts:311
Method
hurt
(opponent: Figure)
src/figures/GreenTurtle.ts:103
Method
hurt
(opponent: Figure)
src/figures/Figure.ts:74
Method
innerHeight
* Get the current computed height for the first element in the set of matched elements, including padding but not border.
src/def/jquery.d.ts:1648
Method
innerWidth
* Get the current computed width for the first element in the set of matched elements, including padding but not border.
src/def/jquery.d.ts:1667
Method
insertAfter
* Insert every element in the set of matched elements after the target. * * param target A selector, element, array of elements, HTML strin
src/def/jquery.d.ts:3198
Function
instantiate$1
(key, processAnonRegister)
assets/lib/system.src.js:3252
Function
interpolateConditional
(key, parentKey, parentMetadata)
assets/lib/system.src.js:2401
Function
isModule
(m)
assets/lib/system.src.js:1169
Function
j
(c,d,m)
assets/lib/require.js:25
Method
keydown
* Trigger the "keydown" event on an element.
src/def/jquery.d.ts:2491
Function
keydownHandler
(ev: KeyboardEvent)
src/keys.ts:1
Method
keypress
* Trigger the "keypress" event on an element.
src/def/jquery.d.ts:2509
Method
keyup
* Trigger the "keyup" event on an element.
src/def/jquery.d.ts:2527
Function
keyupHandler
(ev: KeyboardEvent)
src/keys.ts:4
Method
last
* Reduce the set of matched elements to the final one in the set.
src/def/jquery.d.ts:3727
Function
loadNodeModule
(key, baseURL)
assets/lib/system.src.js:1226
Method
lock
* Lock a callback list in its current state.
src/def/jquery.d.ts:248
Method
locked
* Determine if the callbacks list has been locked.
src/def/jquery.d.ts:253
Method
map
* Translate all items in an array or object to new array of items. * * @param array The Array to translate. * @param callback The func
src/def/jquery.d.ts:1178
Method
mousedown
* Trigger the "mousedown" event on an element.
src/def/jquery.d.ts:2559
Method
mousemove
* Trigger the "mousemove" event on an element.
src/def/jquery.d.ts:2613
Method
mouseout
* Trigger the "mouseout" event on an element.
src/def/jquery.d.ts:2631
Method
mouseover
* Trigger the "mouseover" event on an element.
src/def/jquery.d.ts:2649
Method
mouseup
* Trigger the "mouseup" event on an element.
src/def/jquery.d.ts:2667
Method
move
()
src/items/Mushroom.ts:43
Method
move
()
src/figures/Enemy.ts:46
Method
move
()
src/figures/Mario.ts:231
Method
move
()
src/figures/GreenTurtle.ts:96
Method
move
()
src/figures/Bullet.ts:44
Method
move
()
src/figures/PipePlant.ts:69
Method
move
()
src/figures/Figure.ts:184
Method
music
(id: string, noRewind: boolean)
src/audio.ts:166
Method
next
()
src/engine/Level.ts:123
Method
nextAll
* Get all following siblings of each element in the set of matched elements, optionally filtered by a selector. * * @param selector A strin
src/def/jquery.d.ts:3748
← previous
next →
501–600 of 683, ranked by callers