MCPcopy Create free account

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

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

MethodnextUntil
* 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
MethodnoConflict
* 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
FunctionnoFetch
()
assets/lib/system.src.js:1568
FunctionnodeFetch
(url, authorization, integrity, asBuffer)
assets/lib/system.src.js:1536
Functionnoop
()
assets/lib/system.src.js:1154
Methodnoop
* An empty function.
src/def/jquery.d.ts:1198
Functionnormalize
(key, parentKey)
assets/lib/system.src.js:1624
FunctionnormalizeSync
(key, parentKey)
assets/lib/system.src.js:1720
Methodnot
* 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
Methodnotify
* 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
Methodone
* 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
MethodouterHeight
* 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
MethodouterWidth
* 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
FunctionpackageResolve
(config, key, parentKey, metadata, parentMetadata, skipExtensions)
assets/lib/system.src.js:1806
FunctionpackageResolveSync
(config, key, parentKey, metadata, parentMetadata, skipExtensions)
assets/lib/system.src.js:1773
Methodparents
* 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
MethodparentsUntil
* 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
MethodparseHTML
* 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
MethodparseXML
* Parses a string into an XML document. * * @param data a well-formed XML string to be parsed
src/def/jquery.d.ts:1217
Methodpipe
(doneFilter?: (x: any) => any, failFilter?: (x: any) => any, progressFilter?: (x: any) => any)
src/def/jquery.d.ts:354
MethodplayFrame
()
src/items/CoinBox.ts:52
MethodplayFrame
()
src/figures/Mario.ts:240
Methodpost
* 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
FunctionpreloadScript
(url)
assets/lib/system.src.js:1292
Functionprepend
(a, b)
assets/lib/system.src.js:1248
Methodprepend
* 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
MethodprependTo
* 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
Methodprev
* 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
MethodprevUntil
* 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
Methodprogress
* 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
Methodpromise
* Return a Deferred's Promise object. * * @param target Object onto which the promise methods have to be attached
src/def/jquery.d.ts:516
Methodproxy
* 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
Functionq
(a,b)
assets/lib/jquery.js:3
Functionq
(a,b)
reference/jquery.js:3
Methodqueue
* 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
Methodrelease
(mode: MushroomMode)
src/items/Mushroom.ts:32
Methodremove
* 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
Methodremove
()
src/items/CoinBoxCoin.ts:31
MethodremoveData
* 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
MethodremoveProp
* Remove a property for the set of matched elements. * * @param propertyName The name of the property to remove.
src/def/jquery.d.ts:1473
MethodreplaceAll
* 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
FunctionrequireResolve
(request, parentId)
assets/lib/system.src.js:3002
Methodresize
* Trigger the "resize" event on an element.
src/def/jquery.d.ts:2819
FunctionresolveCondition
(conditionObj, parentKey, bool)
assets/lib/system.src.js:2387
Methodrestore
(settings: Settings)
src/figures/Figure.ts:80
MethodscriptEval
()
src/def/jquery.d.ts:590
Methodscroll
* Trigger the "scroll" event on an element.
src/def/jquery.d.ts:2837
Methodselect
* Trigger the "select" event on an element.
src/def/jquery.d.ts:2855
Methodserialize
* Encode a set of form elements as a string for submission.
src/def/jquery.d.ts:1320
FunctionsetConfig
(cfg, isEnvConfig)
assets/lib/system.src.js:2521
MethodsetImage
(img: string, x: number = 0, y: number = 0)
src/matter/Decoration.ts:22
FunctionsetMeta
(config, key, metadata)
assets/lib/system.src.js:1878
MethodsetPosition
(x: number, y: number)
src/matter/Matter.ts:47
MethodsetPosition
(x: number, y: number)
src/matter/Decoration.ts:34
FunctionsetProduction
(isProduction, isBuilder)
assets/lib/system.src.js:3881
MethodsetVelocity
(vx: number, vy: number)
src/figures/Mario.ts:146
MethodsetVelocity
(vx: number, vy: number)
src/figures/GreenTurtle.ts:58
MethodsetVelocity
(vx: number, vy: number)
src/figures/Bullet.ts:32
MethodsetVelocity
(vx: number, vy: number)
src/figures/Gumpa.ts:24
MethodsetVelocity
(vx: number, vy: number)
src/figures/SpikedTurtle.ts:30
Methodshow
()
src/figures/Enemy.ts:41
Methodsiblings
* 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
MethodsideMusic
(id: string)
src/audio.ts:140
MethodslideDown
* 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
MethodslideToggle
* 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
MethodslideUp
* 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
Methodstart
()
src/audio.ts:41
Methodstate
* Determine the current state of a Deferred object.
src/def/jquery.d.ts:351
MethodstopImmediatePropagation
()
src/def/jquery.d.ts:533
Methodstore
(settings: Settings)
src/figures/Figure.ts:77
Methodsubmit
* Trigger the "submit" event on an element.
src/def/jquery.d.ts:2873
Methodsuccess
* 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
Methodthen
* 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
Methodthen
* 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
Methodtrigger
(obj: Item)
src/figures/Mario.ts:108
Methodunbind
* 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
Methodundelegate
* 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
Methodunwrap
* 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
Functionwarn
(msg, force)
assets/lib/system.src.js:1182
Methodwhen
* 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
Methodwrap
* 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
Functionx
(a,b)
assets/lib/jquery.js:2
Functionx
(a,b)
reference/jquery.js:2
← previous601–683 of 683, ranked by callers