MCPcopy Create free account

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

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

Methodconstructor
(x: number, y: number, level: Level)
src/figures/Turtle.ts:8
Methodconstructor
(x: number, y: number, level: Level)
src/figures/Gumpa.ts:18
Methodconstructor
(x: number, y: number, level: any)
src/figures/StaticPlant.ts:17
Methodconstructor
(x: number, y: number, level: Level)
src/figures/SpikedTurtle.ts:19
Methodconstructor
(x: number, y: number, level: any)
src/figures/PipePlant.ts:22
Methodconstructor
(x: number, y: number, level: Level)
src/figures/Figure.ts:32
FunctioncontextualRequire
(names, callback, errback)
assets/lib/system.src.js:2935
FunctioncoreResolve
(config, key, parentKey, doMap, packageName)
assets/lib/system.src.js:1740
Functioncs
()
assets/lib/jquery.js:2
Functioncs
()
reference/jquery.js:2
Methoddata
* 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
Methoddblclick
* Trigger the "dblclick" event on an element.
src/def/jquery.d.ts:2410
Methoddeath
()
src/figures/GreenTurtle.ts:81
Methoddeath
()
src/figures/Gumpa.ts:36
Methoddeath
()
src/figures/StaticPlant.ts:31
Methoddeath
()
src/figures/SpikedTurtle.ts:42
Methoddeath
()
src/figures/PipePlant.ts:82
Methoddeath
()
src/figures/Figure.ts:261
Functiondecanonicalize
(config, key)
assets/lib/system.src.js:1708
Methoddelay
* 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
Methoddelegate
(selector: any, eventType: string, handler: (eventObject: JQueryEventObject) => any)
src/def/jquery.d.ts:2425
Methoddequeue
* 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
Methoddie
()
src/figures/Gumpa.ts:51
Methoddie
()
src/figures/StaticPlant.ts:26
Methoddie
()
src/figures/SpikedTurtle.ts:54
Methoddie
()
src/figures/PipePlant.ts:77
Methoddisabled
* Determine if the callbacks list has been disabled.
src/def/jquery.d.ts:211
Methodeach
* 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
Methodempty
* Remove all of the callbacks from a list.
src/def/jquery.d.ts:216
FunctionensureInstantiated
(module)
assets/lib/system.src.js:266
FunctionensureResolution
(resolvedKey)
assets/lib/system.src.js:312
Methoderror
* 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
Methoderror
* Takes a string and throws an exception containing it. * * @param message The message to send out.
src/def/jquery.d.ts:1039
FunctionextendNamespace
(key)
assets/lib/system.src.js:450
MethodfadeIn
* 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
MethodfadeOut
* 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
MethodfadeTo
* 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
MethodfadeToggle
* 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
FunctionfetchFetch
(url, authorization, integrity, asBuffer)
assets/lib/system.src.js:1447
Methodfinish
* 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
Methodfired
* Determine if the callbacks have already been called at least once.
src/def/jquery.d.ts:228
Methodfirst
* Reduce the set of matched elements to the first in the set.
src/def/jquery.d.ts:3684
Methodfocus
* Trigger the "focus" event on an element.
src/def/jquery.d.ts:2431
Methodfocusin
* 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
Methodfocusout
* 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
Functionga
(b)
assets/lib/require.js:8
Methodget
* 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
FunctiongetConfig
(configName)
assets/lib/system.src.js:2504
MethodgetGridPosition
(x: number, y: number)
src/figures/Figure.ts:136
MethodgetJSON
* 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
MethodgetPosition
()
src/engine/Base.ts:48
MethodgetScript
* 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
MethodgetVelocity
()
src/figures/Figure.ts:150
FunctionglobalIterator
(globalName)
assets/lib/system.src.js:3080
Methodhas
* Determine whether a supplied callback is in a list * * @param callback The callback to search for.
src/def/jquery.d.ts:243
Methodhide
()
src/figures/Enemy.ts:36
Methodhit
(opponent: Figure)
src/items/Mushroom.ts:63
Methodhit
(opponent: Figure)
src/figures/Plant.ts:36
Methodhit
(opponent: Figure)
src/figures/Enemy.ts:85
Methodhit
(opponent: Figure)
src/figures/TurtleShell.ts:41
Methodhit
(opponent: Figure)
src/figures/Bullet.ts:51
Methodhit
(opponent: Figure)
src/figures/SpikedTurtle.ts:61
Methodhit
(opponent: Figure)
src/figures/Figure.ts:154
MethodholdReady
* 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
Methodhover
* 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
Methodhurt
(from: Figure)
src/figures/Mario.ts:311
Methodhurt
(opponent: Figure)
src/figures/GreenTurtle.ts:103
Methodhurt
(opponent: Figure)
src/figures/Figure.ts:74
MethodinnerHeight
* 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
MethodinnerWidth
* 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
MethodinsertAfter
* 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
Functioninstantiate$1
(key, processAnonRegister)
assets/lib/system.src.js:3252
FunctioninterpolateConditional
(key, parentKey, parentMetadata)
assets/lib/system.src.js:2401
FunctionisModule
(m)
assets/lib/system.src.js:1169
Functionj
(c,d,m)
assets/lib/require.js:25
Methodkeydown
* Trigger the "keydown" event on an element.
src/def/jquery.d.ts:2491
FunctionkeydownHandler
(ev: KeyboardEvent)
src/keys.ts:1
Methodkeypress
* Trigger the "keypress" event on an element.
src/def/jquery.d.ts:2509
Methodkeyup
* Trigger the "keyup" event on an element.
src/def/jquery.d.ts:2527
FunctionkeyupHandler
(ev: KeyboardEvent)
src/keys.ts:4
Methodlast
* Reduce the set of matched elements to the final one in the set.
src/def/jquery.d.ts:3727
FunctionloadNodeModule
(key, baseURL)
assets/lib/system.src.js:1226
Methodlock
* Lock a callback list in its current state.
src/def/jquery.d.ts:248
Methodlocked
* Determine if the callbacks list has been locked.
src/def/jquery.d.ts:253
Methodmap
* 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
Methodmousedown
* Trigger the "mousedown" event on an element.
src/def/jquery.d.ts:2559
Methodmousemove
* Trigger the "mousemove" event on an element.
src/def/jquery.d.ts:2613
Methodmouseout
* Trigger the "mouseout" event on an element.
src/def/jquery.d.ts:2631
Methodmouseover
* Trigger the "mouseover" event on an element.
src/def/jquery.d.ts:2649
Methodmouseup
* Trigger the "mouseup" event on an element.
src/def/jquery.d.ts:2667
Methodmove
()
src/items/Mushroom.ts:43
Methodmove
()
src/figures/Enemy.ts:46
Methodmove
()
src/figures/Mario.ts:231
Methodmove
()
src/figures/GreenTurtle.ts:96
Methodmove
()
src/figures/Bullet.ts:44
Methodmove
()
src/figures/PipePlant.ts:69
Methodmove
()
src/figures/Figure.ts:184
Methodmusic
(id: string, noRewind: boolean)
src/audio.ts:166
Methodnext
()
src/engine/Level.ts:123
MethodnextAll
* 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
← previousnext →501–600 of 683, ranked by callers