Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GianlucaGuarini/riot-app-example
/ functions
Functions
234 in github.com/GianlucaGuarini/riot-app-example
⨍
Functions
234
◇
Types & classes
12
Function
hexToRgb
(hex)
client/assets/js/bundle.js:5725
Function
hide
(elems)
client/assets/js/bundle.js:5561
Function
inheritFrom
* 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
Function
insert
* 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
Function
isDescendant
(parent, child)
client/assets/js/bundle.js:5570
Function
isIE8
()
client/assets/js/bundle.js:5733
Function
isInStub
* 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
Function
makeVirtual
* 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
Function
move
* 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
Function
moveChildTag
* 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
Function
moveNestedTags
* 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
Function
moveVirtual
* 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
Function
on
()
client/assets/js/bundle.js:7742
Function
onButtonEvent
(e)
client/assets/js/bundle.js:6611
Function
onKeyEvent
(e)
client/assets/js/bundle.js:6627
Function
onNewsPublished
(news)
client/assets/js/bundle.js:15255
Function
onSlideChanged
(id)
client/assets/js/bundle.js:15180
Function
onUserLogged
(user)
client/assets/js/bundle.js:15223
Function
openModal
(callback)
client/assets/js/bundle.js:5950
Function
parseAttributes
* 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
Function
parseExpressions
* 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
Function
proxy
(e)
client/assets/js/bundle.js:14272
Function
resetInput
()
client/assets/js/bundle.js:5984
Function
setFocusStyle
($button, bgColor)
client/assets/js/bundle.js:5942
Function
setParameters
(params)
client/assets/js/bundle.js:6268
Function
show
(elems)
client/assets/js/bundle.js:5547
Method
slideId
(id)
shared/gateways/GalleryGateway.js:4
Function
stopEventPropagation
(e)
client/assets/js/bundle.js:5678
Function
tag2$$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
Function
unregister$$1
(name)
client/assets/js/bundle.js:8756
Function
update$$1
* Update all the tags instances created * @returns { Array } all the tags instances
client/assets/js/bundle.js:8752
Function
updateAllExpressions
* 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
Function
updateExpression
* Update on single tag expression * @this Tag * @param { Object } expr - expression logic * @returns { undefined }
client/assets/js/bundle.js:7909
Function
updateOpts
* 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
← previous
201–234 of 234, ranked by callers