Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HeyHeyChicken/No-Clock
/ functions
Functions
491 in github.com/HeyHeyChicken/No-Clock
⨍
Functions
491
◇
Types & classes
6
Function
appendChild
(node, child)
public/js/lib/vue/vue.js:5332
Function
applyTranslation
(c)
public/js/lib/vue/vue.js:8487
Function
at
()
public/js/lib/socket.io/socket.io.min.js:6
Function
baseWarn
(msg)
public/js/lib/vue/vue.js:6532
Function
bind$1
(el, dir)
public/js/lib/vue/vue.js:10097
Function
bindObjectListeners
(data, value)
public/js/lib/vue/vue.js:3927
Function
bindObjectProps
* Runtime helper for merging v-bind="object" into a VNode's data.
public/js/lib/vue/vue.js:3815
Function
blocker
(e)
public/js/lib/vue/vue.js:6377
Function
boundFn
(a)
public/js/lib/vue/vue.js:197
Function
callPendingCbs
(c)
public/js/lib/vue/vue.js:8472
Function
checkKeyCodes
* Runtime helper for checking keyCodes from config. * exposed as Vue.prototype._k * passing in eventKeyName as last argument separately for backward
public/js/lib/vue/vue.js:3793
Method
constructor
()
LMToNC.js:18
Method
constructor
(_frames)
public/js/Icon.js:2
Method
constructor
(_grid, _duration)
public/js/Frame.js:2
Function
copyAugment
(target, src, keys)
public/js/lib/vue/vue.js:929
Function
createComment
(text)
public/js/lib/vue/vue.js:5320
Function
createElement$1
(tagName, vnode)
public/js/lib/vue/vue.js:5300
Function
createElementNS
(namespace, tagName)
public/js/lib/vue/vue.js:5312
Function
createTextNode
(text)
public/js/lib/vue/vue.js:5316
Function
created
()
public/js/script.js:636
Function
del
* Delete a property and trigger change if necessary.
public/js/lib/vue/vue.js:1065
Function
flushCallbacks
()
public/js/lib/vue/vue.js:1755
Function
flushSchedulerQueue
* Flush both queues and run the watchers.
public/js/lib/vue/vue.js:2961
Function
genData
(el)
public/js/lib/vue/vue.js:8635
Function
genData$1
(el)
public/js/lib/vue/vue.js:8679
Function
genFilterCode
(key)
public/js/lib/vue/vue.js:10069
Function
genNode
(node, state)
public/js/lib/vue/vue.js:10489
Function
genStaticKeys$1
(keys)
public/js/lib/vue/vue.js:9843
Function
getCurrentTime
(_showSeconds)
public/js/script.js:828
Function
getTagNamespace
(tag)
public/js/lib/vue/vue.js:5239
Function
html
(el, dir)
public/js/lib/vue/vue.js:9788
Function
identity
(_)
public/js/lib/vue/vue.js:269
Function
initDateGrid
* This function initializes the date grid. It can also be used to reset the grid.
public/js/script.js:712
Function
initNotificationGrid
* This function initializes the notification grid. It can also be used to reset the grid.
public/js/script.js:725
Function
insertBefore
(parentNode, newNode, referenceNode)
public/js/lib/vue/vue.js:5324
Function
invoker
()
public/js/lib/vue/vue.js:2018
Function
isPreTag
(tag)
public/js/lib/vue/vue.js:5233
Function
isUnknownElement
(tag)
public/js/lib/vue/vue.js:5251
Function
isWhitespace
(node)
public/js/lib/vue/vue.js:2595
Function
loop
()
public/js/script.js:643
Function
markOnce
* Runtime helper for v-once. * Effectively it means marking the node as static with a unique key.
public/js/lib/vue/vue.js:3894
Function
mergeAssets
* Assets * * When a vm is present (instance creation), we need to do * a three-way merge between constructor options, instance * options and paren
public/js/lib/vue/vue.js:1245
Function
mergeGrids
* This function allows you to merge two grids. * @param {*} _grid1 * @param {*} _grid2 * @param {*} _x * @param {*} _y * @par
public/js/script.js:785
Function
mergeHook
* Hooks and props are merged as arrays.
public/js/lib/vue/vue.js:1221
Function
model
( el, dir, _warn )
public/js/lib/vue/vue.js:6854
Function
mustUseProp
(tag, type, attr)
public/js/lib/vue/vue.js:5088
Function
nativeBind
(fn, ctx)
public/js/lib/vue/vue.js:210
Function
nextSibling
(node)
public/js/lib/vue/vue.js:5340
Function
no
(a, b, c)
public/js/lib/vue/vue.js:264
Function
noop
* Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/2017/05/07/
public/js/lib/vue/vue.js:259
Function
notify
(_icon, _message)
public/js/script.js:895
Function
nt
(t)
public/js/lib/socket.io/socket.io.min.js:6
Function
on
()
public/js/lib/vue/vue.js:2469
Function
onCompositionEnd
(e)
public/js/lib/vue/vue.js:8060
Function
onCompositionStart
(e)
public/js/lib/vue/vue.js:8056
Function
onEnd
(e)
public/js/lib/vue/vue.js:7516
Function
pad2
* This function ensures that you get a number with at least two digits. * @param {*} _number * @returns
public/js/script.js:808
Function
parentNode
(node)
public/js/lib/vue/vue.js:5336
Function
polyfillBind
(fn, ctx)
public/js/lib/vue/vue.js:196
Function
preTransformNode
* Expand input[v-model] with dyanmic type bindings into v-if-else chains * Turn this: * <input v-model="data[type]" :type="type"> * into this: *
public/js/lib/vue/vue.js:9702
Function
protoAugment
* Augment an target Object or Array by intercepting * the prototype chain using __proto__
public/js/lib/vue/vue.js:918
Function
recordPosition
(c)
public/js/lib/vue/vue.js:8483
Function
remove$1
(event, fn)
public/js/lib/vue/vue.js:2432
Function
removeChild
(node, child)
public/js/lib/vue/vue.js:5328
Function
renderList
* Runtime helper for rendering v-for lists.
public/js/lib/vue/vue.js:3691
Function
renderSlot
* Runtime helper for rendering <slot>
public/js/lib/vue/vue.js:3725
Function
renderStatic
* Runtime helper for rendering static trees.
public/js/lib/vue/vue.js:3869
Function
requestFullScreen
* This feature allows the user by clicking on the screen to toggle the full screen mode.
public/js/script.js:905
Function
resizeHandler
* This function is executed each time the screen is resized. * @param {*} _e Event
public/js/script.js:739
Function
resolveFilter
* Runtime helper for resolving filters
public/js/lib/vue/vue.js:3774
Function
resolveScopedSlots
( fns, // see flow/vnode res )
public/js/lib/vue/vue.js:2599
Function
rt
()
public/js/lib/socket.io/socket.io.min.js:6
Function
setSettings
(_object)
public/js/script.js:754
Function
setStyleScope
(node, scopeId)
public/js/lib/vue/vue.js:5352
Function
setTextContent
(node, text)
public/js/lib/vue/vue.js:5348
Function
showCalendar
(_x, _y)
public/js/script.js:812
Function
showNotification
(_object)
public/js/script.js:763
Function
tagName
(node)
public/js/lib/vue/vue.js:5344
Function
text
(el, dir)
public/js/lib/vue/vue.js:9780
Function
toString
* Convert a value to a string that is actually rendered.
public/js/lib/vue/vue.js:88
Function
transformNode
(el, options)
public/js/lib/vue/vue.js:8612
Function
transformNode$1
(el, options)
public/js/lib/vue/vue.js:8654
Function
updateAttrs
(oldVnode, vnode)
public/js/lib/vue/vue.js:6294
Function
updateClass
(oldVnode, vnode)
public/js/lib/vue/vue.js:6396
Function
updateDOMListeners
(oldVnode, vnode)
public/js/lib/vue/vue.js:7083
Function
updateDOMProps
(oldVnode, vnode)
public/js/lib/vue/vue.js:7102
Function
updateStyle
(oldVnode, vnode)
public/js/lib/vue/vue.js:7307
Function
wrappedHook
()
public/js/lib/vue/vue.js:2081
Function
writeDay
(_x, _y, _mondayIsFirstDay)
public/js/script.js:871
Function
writeTime
(_x, _y, _showSeconds)
public/js/script.js:840
Function
writeWord
(_grid, _word, _x, _y)
public/js/script.js:848
← previous
401–491 of 491, ranked by callers