MCPcopy Create free account

hub / github.com/GianlucaGuarini/riot-app-example / functions

Functions234 in github.com/GianlucaGuarini/riot-app-example

FunctionhexToRgb
(hex)
client/assets/js/bundle.js:5725
Functionhide
(elems)
client/assets/js/bundle.js:5561
FunctioninheritFrom
* Inherit properties from a target tag instance * @this Tag * @param { Tag } target - tag where we will inherit properties * @param { Array } p
client/assets/js/bundle.js:9078
Functioninsert
* Insert and mount a child tag * @this Tag * @param { HTMLElement } root - dom node containing all the loop children * @param { Tag } nextTag -
client/assets/js/bundle.js:8193
FunctionisDescendant
(parent, child)
client/assets/js/bundle.js:5570
FunctionisIE8
()
client/assets/js/bundle.js:5733
FunctionisInStub
* Check whether a DOM node is in stub mode, useful for the riot 'if' directive * @param { Object } dom - DOM node we want to parse * @returns { B
client/assets/js/bundle.js:9249
FunctionmakeVirtual
* Adds the elements for a virtual tag * @this Tag * @param { Node } src - the node that will do the inserting or appending * @param { Tag } target
client/assets/js/bundle.js:9297
Functionmove
* Move a child tag * @this Tag * @param { HTMLElement } root - dom node containing all the loop children * @param { Tag } nextTag - instance of
client/assets/js/bundle.js:8179
FunctionmoveChildTag
* Move the position of a custom tag in its parent tag * @this Tag * @param { String } tagName - key where the tag was stored * @param { Number
client/assets/js/bundle.js:9100
FunctionmoveNestedTags
* Move the nested custom tags in non custom loop tags * @this Tag * @param { Number } i - current position of the loop tag
client/assets/js/bundle.js:8158
FunctionmoveVirtual
* Move virtual tag and all child nodes * @this Tag * @param { Node } src - the node that will do the inserting * @param { Tag } target - insert be
client/assets/js/bundle.js:9329
Functionon
()
client/assets/js/bundle.js:7742
FunctiononButtonEvent
(e)
client/assets/js/bundle.js:6611
FunctiononKeyEvent
(e)
client/assets/js/bundle.js:6627
FunctiononNewsPublished
(news)
client/assets/js/bundle.js:15255
FunctiononSlideChanged
(id)
client/assets/js/bundle.js:15180
FunctiononUserLogged
(user)
client/assets/js/bundle.js:15223
FunctionopenModal
(callback)
client/assets/js/bundle.js:5950
FunctionparseAttributes
* Calls `fn` for every attribute on an element. If that attr has an expression, * it is also passed to fn. * @this Tag * @param { HTMLElement } d
client/assets/js/bundle.js:8437
FunctionparseExpressions
* Walk the tag DOM to detect the expressions to evaluate * @this Tag * @param { HTMLElement } root - root tag where we will start digging the expr
client/assets/js/bundle.js:8371
Functionproxy
(e)
client/assets/js/bundle.js:14272
FunctionresetInput
()
client/assets/js/bundle.js:5984
FunctionsetFocusStyle
($button, bgColor)
client/assets/js/bundle.js:5942
FunctionsetParameters
(params)
client/assets/js/bundle.js:6268
Functionshow
(elems)
client/assets/js/bundle.js:5547
MethodslideId
(id)
shared/gateways/GalleryGateway.js:4
FunctionstopEventPropagation
(e)
client/assets/js/bundle.js:5678
Functiontag2$$1
* Create a new riot tag implementation (for use by the compiler) * @param { String } name - name/id of the new riot tag * @param { String }
client/assets/js/bundle.js:8620
Functionunregister$$1
(name)
client/assets/js/bundle.js:8756
Functionupdate$$1
* Update all the tags instances created * @returns { Array } all the tags instances
client/assets/js/bundle.js:8752
FunctionupdateAllExpressions
* Update all the expressions in a Tag instance * @this Tag * @param { Array } expressions - expression that must be re evaluated
client/assets/js/bundle.js:8015
FunctionupdateExpression
* Update on single tag expression * @this Tag * @param { Object } expr - expression logic * @returns { undefined }
client/assets/js/bundle.js:7909
FunctionupdateOpts
* We need to update opts for this tag. That requires updating the expressions * in any attributes on the tag, and then copying the result onto opts.
client/assets/js/bundle.js:8773
← previous201–234 of 234, ranked by callers