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
nextUntil
* Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed. *
src/def/jquery.d.ts:3756
Method
noConflict
* Relinquish jQuery's control of the $ variable. * * @param removeAll A Boolean indicating whether to remove all jQuery variables from the g
src/def/jquery.d.ts:894
Function
noFetch
()
assets/lib/system.src.js:1568
Function
nodeFetch
(url, authorization, integrity, asBuffer)
assets/lib/system.src.js:1536
Function
noop
()
assets/lib/system.src.js:1154
Method
noop
* An empty function.
src/def/jquery.d.ts:1198
Function
normalize
(key, parentKey)
assets/lib/system.src.js:1624
Function
normalizeSync
(key, parentKey)
assets/lib/system.src.js:1720
Method
not
* Remove elements from the set of matched elements. * * @param selector A string containing a selector expression to match elements against
src/def/jquery.d.ts:3777
Method
notify
* Call the progressCallbacks on a Deferred object with the given args. * * @param args Optional arguments that are passed to the progressCa
src/def/jquery.d.ts:471
Method
one
* Attach a handler to an event for the elements. The handler is executed at most once per element per event type. * * @param events A string
src/def/jquery.d.ts:2763
Method
outerHeight
* Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an i
src/def/jquery.d.ts:1705
Method
outerWidth
* Get the current computed width for the first element in the set of matched elements, including padding and border. * * @param includeMargi
src/def/jquery.d.ts:1726
Function
packageResolve
(config, key, parentKey, metadata, parentMetadata, skipExtensions)
assets/lib/system.src.js:1806
Function
packageResolveSync
(config, key, parentKey, metadata, parentMetadata, skipExtensions)
assets/lib/system.src.js:1773
Method
parents
* Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector. * * @param selector A string
src/def/jquery.d.ts:3814
Method
parentsUntil
* Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or
src/def/jquery.d.ts:3822
Method
parseHTML
* Parses a string into an array of DOM nodes. * * @param data HTML string to be parsed * @param context DOM element to serve as the con
src/def/jquery.d.ts:1247
Method
parseXML
* Parses a string into an XML document. * * @param data a well-formed XML string to be parsed
src/def/jquery.d.ts:1217
Method
pipe
(doneFilter?: (x: any) => any, failFilter?: (x: any) => any, progressFilter?: (x: any) => any)
src/def/jquery.d.ts:354
Method
playFrame
()
src/items/CoinBox.ts:52
Method
playFrame
()
src/figures/Mario.ts:240
Method
post
* Load data from the server using a HTTP POST request. * * @param url A string containing the URL to which the request is sent. * @para
src/def/jquery.d.ts:790
Function
preloadScript
(url)
assets/lib/system.src.js:1292
Function
prepend
(a, b)
assets/lib/system.src.js:1248
Method
prepend
* Insert content, specified by the parameter, to the beginning of each element in the set of matched elements. * * param content1 DOM eleme
src/def/jquery.d.ts:3261
Method
prependTo
* Insert every element in the set of matched elements to the beginning of the target. * * @param target A selector, element, HTML string, a
src/def/jquery.d.ts:3302
Method
prev
* Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector. * * @param selec
src/def/jquery.d.ts:3843
Method
prevUntil
* Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object. * * @
src/def/jquery.d.ts:3858
Method
progress
* Add handlers to be called when the Deferred object generates progress notifications. * * @param progressCallbacks A function, or array of
src/def/jquery.d.ts:463
Method
promise
* Return a Deferred's Promise object. * * @param target Object onto which the promise methods have to be attached
src/def/jquery.d.ts:516
Method
proxy
* Takes a function and returns a new one that will always have a particular context. * * @param fnction The function whose context will be c
src/def/jquery.d.ts:1022
Function
q
(a,b)
assets/lib/jquery.js:3
Function
q
(a,b)
reference/jquery.js:3
Method
queue
* Show the queue of functions to be executed on the matched element. * * @param element A DOM element to inspect for an attached queue.
src/def/jquery.d.ts:964
Method
release
(mode: MushroomMode)
src/items/Mushroom.ts:32
Method
remove
* Remove a callback or a collection of callbacks from a callback list. * * @param callbacks A function, or array of functions, that are to
src/def/jquery.d.ts:260
Method
remove
()
src/items/CoinBoxCoin.ts:31
Method
removeData
* Remove a previously-stored piece of data. * * @param element A DOM element from which to remove data. * @param name A string naming t
src/def/jquery.d.ts:988
Method
removeProp
* Remove a property for the set of matched elements. * * @param propertyName The name of the property to remove.
src/def/jquery.d.ts:1473
Method
replaceAll
* Replace each target element with the set of matched elements. * * @param target A selector string, jQuery object, DOM element, or array o
src/def/jquery.d.ts:3334
Function
requireResolve
(request, parentId)
assets/lib/system.src.js:3002
Method
resize
* Trigger the "resize" event on an element.
src/def/jquery.d.ts:2819
Function
resolveCondition
(conditionObj, parentKey, bool)
assets/lib/system.src.js:2387
Method
restore
(settings: Settings)
src/figures/Figure.ts:80
Method
scriptEval
()
src/def/jquery.d.ts:590
Method
scroll
* Trigger the "scroll" event on an element.
src/def/jquery.d.ts:2837
Method
select
* Trigger the "select" event on an element.
src/def/jquery.d.ts:2855
Method
serialize
* Encode a set of form elements as a string for submission.
src/def/jquery.d.ts:1320
Function
setConfig
(cfg, isEnvConfig)
assets/lib/system.src.js:2521
Method
setImage
(img: string, x: number = 0, y: number = 0)
src/matter/Decoration.ts:22
Function
setMeta
(config, key, metadata)
assets/lib/system.src.js:1878
Method
setPosition
(x: number, y: number)
src/matter/Matter.ts:47
Method
setPosition
(x: number, y: number)
src/matter/Decoration.ts:34
Function
setProduction
(isProduction, isBuilder)
assets/lib/system.src.js:3881
Method
setVelocity
(vx: number, vy: number)
src/figures/Mario.ts:146
Method
setVelocity
(vx: number, vy: number)
src/figures/GreenTurtle.ts:58
Method
setVelocity
(vx: number, vy: number)
src/figures/Bullet.ts:32
Method
setVelocity
(vx: number, vy: number)
src/figures/Gumpa.ts:24
Method
setVelocity
(vx: number, vy: number)
src/figures/SpikedTurtle.ts:30
Method
show
()
src/figures/Enemy.ts:41
Method
siblings
* Get the siblings of each element in the set of matched elements, optionally filtered by a selector. * * @param selector A string containi
src/def/jquery.d.ts:3879
Method
sideMusic
(id: string)
src/audio.ts:140
Method
slideDown
* Display the matched elements with a sliding motion. * * @param duration A string or number determining how long the animation will run.
src/def/jquery.d.ts:2152
Method
slideToggle
* Display or hide the matched elements with a sliding motion. * * @param duration A string or number determining how long the animation will
src/def/jquery.d.ts:2189
Method
slideUp
* Hide the matched elements with a sliding motion. * * @param duration A string or number determining how long the animation will run.
src/def/jquery.d.ts:2226
Method
start
()
src/audio.ts:41
Method
state
* Determine the current state of a Deferred object.
src/def/jquery.d.ts:351
Method
stopImmediatePropagation
()
src/def/jquery.d.ts:533
Method
store
(settings: Settings)
src/figures/Figure.ts:77
Method
submit
* Trigger the "submit" event on an element.
src/def/jquery.d.ts:2873
Method
success
* A function to be called if the request succeeds. The function gets passed three arguments: The data returned from the server, formatted according to
src/def/jquery.d.ts:131
Method
then
* Add handlers to be called when the Deferred object is resolved, rejected, or still in progress. * * @param doneFilter A function that is
src/def/jquery.d.ts:279
Method
then
* Add handlers to be called when the Deferred object is resolved, rejected, or still in progress. * * @param doneFilter A function that is
src/def/jquery.d.ts:363
Method
trigger
(obj: Item)
src/figures/Mario.ts:108
Method
unbind
* Remove a previously-attached event handler from the elements. * * @param eventType A string containing a JavaScript event type, such as c
src/def/jquery.d.ts:2931
Method
undelegate
* Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
src/def/jquery.d.ts:2949
Method
unwrap
* Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
src/def/jquery.d.ts:3428
Function
warn
(msg, force)
assets/lib/system.src.js:1182
Method
when
* Provides a way to execute callback functions based on one or more objects, usually Deferred objects that represent asynchronous events. *
src/def/jquery.d.ts:901
Method
wrap
* Wrap an HTML structure around each element in the set of matched elements. * * @param wrappingElement A selector, element, HTML string, o
src/def/jquery.d.ts:3435
Function
x
(a,b)
assets/lib/jquery.js:2
Function
x
(a,b)
reference/jquery.js:2
← previous
601–683 of 683, ranked by callers