Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/objectivehtml/FlipClock
/ functions
Functions
214 in github.com/objectivehtml/FlipClock
⨍
Functions
214
◇
Types & classes
72
↓ 1 callers
Function
peg$anyExpectation
()
src/helpers/parser.js:222
↓ 1 callers
Function
peg$buildStructuredError
(expected, found, location)
src/helpers/parser.js:302
↓ 1 callers
Function
peg$classExpectation
(parts, inverted, ignoreCase, unicode)
src/helpers/parser.js:218
↓ 1 callers
Function
peg$endExpectation
()
src/helpers/parser.js:226
↓ 1 callers
Function
peg$f2
(value)
src/helpers/parser.js:179
↓ 1 callers
Function
peg$f3
(value)
src/helpers/parser.js:188
↓ 1 callers
Function
peg$getUnicode
(pos = peg$currPos)
src/helpers/parser.js:206
↓ 1 callers
Function
peg$throw
()
src/helpers/parser.js:469
↓ 1 callers
Function
regexp
(dividers?: FlipClockThemeOptions['dividers'])
src/themes/flipclock/index.tsx:79
↓ 1 callers
Function
render
(el: Element, instance: FlipClock<T>)
test/index.tsx:97
↓ 1 callers
Method
shouldStop
* Determines if the clock should be stopped. * * @public
src/faces/ElapsedTime.ts:181
↓ 1 callers
Function
sort
(map: Map<string, unknown>)
src/helpers/date.ts:206
↓ 1 callers
Function
stop
()
src/helpers/structure.ts:267
↓ 1 callers
Method
unwatch
()
src/EventEmitter.ts:53
↓ 1 callers
Function
writeCss
(files: WriteCssFiles)
vite.config.ts:30
Function
Card
(props: CardProps)
src/themes/flipclock/index.tsx:169
Function
CardItem
(props: CardItemProps)
src/themes/flipclock/index.tsx:220
Function
Divider
(props: DividerProps)
src/themes/flipclock/index.tsx:242
Function
Group
(props: GroupProps)
src/themes/flipclock/index.tsx:109
Function
afterCreate
(instance: FlipClock<any>)
test/index.tsx:111
Method
afterCreate
(instance: FlipClock<any>)
test/index.tsx:48
Method
afterCreate
* The `afterCreate` hook. * * @public
src/Face.ts:17
Function
afterInterval
(instance: FlipClock<any>)
test/index.tsx:135
Method
afterInterval
(instance: FlipClock<any>)
test/index.tsx:72
Method
afterInterval
* The `afterInterval` hook. * * @public
src/Face.ts:59
Function
afterMount
(instance: FlipClock<any>)
test/index.tsx:119
Method
afterMount
(instance: FlipClock<any>)
test/index.tsx:56
Method
afterMount
* The `afterMount` hook. * * @public
src/Face.ts:31
Function
afterStart
(instance: FlipClock<any>)
test/index.tsx:143
Method
afterStart
(instance: FlipClock<any>)
test/index.tsx:80
Method
afterStart
* The `afterStart` hook. * * @public
src/Face.ts:73
Function
afterStop
(instance: FlipClock<any>)
test/index.tsx:151
Method
afterStop
(instance: FlipClock<any>)
test/index.tsx:88
Method
afterStop
* The `afterStop` hook. * * @public
src/Face.ts:87
Function
afterUnmount
(instance: FlipClock<any>)
test/index.tsx:127
Method
afterUnmount
(instance: FlipClock<any>)
test/index.tsx:64
Method
afterUnmount
* The `afterUnmount` hook. * * @public
src/Face.ts:45
Method
animationRate
* Get the animation rate of the clock. * * @public
src/FlipClock.ts:141
Method
any
()
src/helpers/parser.js:102
Method
backwards
* The sequencer method to call. * * @public
src/faces/Alphanumeric.ts:136
Function
beforeInterval
(instance: FlipClock<any>)
test/index.tsx:131
Method
beforeInterval
(instance: FlipClock<any>)
test/index.tsx:68
Method
beforeInterval
* The `beforeInterval` hook. * * @public
src/Face.ts:52
Function
beforeMount
(instance: FlipClock<any>)
test/index.tsx:115
Method
beforeMount
(instance: FlipClock<any>)
test/index.tsx:52
Method
beforeMount
* The `beforeMount` hook. * * @public
src/Face.ts:24
Function
beforeStart
(instance: FlipClock<any>)
test/index.tsx:139
Method
beforeStart
(instance: FlipClock<any>)
test/index.tsx:76
Method
beforeStart
* The `beforeStart` hook. * * @public
src/Face.ts:66
Method
beforeStart
* Set the dates before the clock starts. * * @public
src/faces/ElapsedTime.ts:171
Function
beforeStop
(instance: FlipClock<any>)
test/index.tsx:147
Method
beforeStop
(instance: FlipClock<any>)
test/index.tsx:84
Method
beforeStop
* The `beforeStop` hook. * * @public
src/Face.ts:80
Function
beforeUnmount
(instance: FlipClock<any>)
test/index.tsx:123
Method
beforeUnmount
(instance: FlipClock<any>)
test/index.tsx:60
Method
beforeUnmount
* The `beforeUnmount` hook. * * @public
src/Face.ts:38
Method
class
(expectation)
src/helpers/parser.js:92
Method
classEscape
(s)
src/helpers/parser.js:73
Method
constructor
(value: number)
test/index.tsx:35
Method
constructor
* Instantiate the face value. * * @public
src/FaceValue.ts:56
Method
constructor
* Construct the timer. * * @public
src/Timer.ts:49
Method
constructor
* Construct the FlipClock. * * @public
src/FlipClock.ts:115
Method
constructor
(message, expected, found, location)
src/helpers/parser.js:7
Method
constructor
* Instantiate the clock face. * * @public
src/faces/Clock.ts:70
Method
constructor
* Construct the clock face. * * @public
src/faces/ElapsedTime.ts:98
Method
constructor
* Construct the clock face. * * @public
src/faces/Alphanumeric.ts:109
Method
constructor
* Construct the clock face. * * @public
src/faces/Counter.ts:105
Method
count
* Get the number of times the timer has ticked. * * @public
src/Timer.ts:58
Method
decrement
* Decrement the value to the next sequence. * * @public
src/faces/Alphanumeric.ts:190
Method
describeExpectation
(expectation)
src/helpers/parser.js:115
Method
describeExpected
(expected)
src/helpers/parser.js:119
Method
describeFound
(found)
src/helpers/parser.js:148
Method
digits
* The digitized value. * * @public
src/FaceValue.ts:67
Method
elapsed
* The `elapsed` attribute. * * @public
src/Timer.ts:67
Method
elapsedSinceLastLoop
* The `elapsedSinceLastLoop` attribute. * * @public
src/Timer.ts:80
Method
end
()
src/helpers/parser.js:106
Function
esbuildOptions
(opts)
tsup.config.ts:7
Function
extend
( extendFn: UseCssDeclaration<T, TExtension> )
src/helpers/css.ts:101
Method
faceValue
()
test/index.tsx:40
Method
faceValue
* The face's value to display. When this value changes, or a new * `FaceValue` instance has been returned, the clock will automatically * re
src/Face.ts:104
Method
faceValue
* The face's current value. * * @public
src/faces/Clock.ts:97
Method
faceValue
* The face's current value. * * @public
src/faces/ElapsedTime.ts:146
Method
faceValue
* The face's current value. * * @public
src/faces/Alphanumeric.ts:153
Method
faceValue
* The face's current value. * * @public
src/faces/Counter.ts:157
Function
fisherYatesShuffle
(chars: string[])
src/helpers/charset.ts:30
Function
format
(start: Date, end: Date, format: string)
src/helpers/duration.ts:90
Method
formattedString
* Get the elapsed time as a formatted string. * * @public
src/faces/ElapsedTime.ts:123
Method
formattedString
* Get the number as a formatted string. * * @public
src/faces/Counter.ts:140
Method
hex
(ch)
src/helpers/parser.js:47
Method
increment
* Increment the value to the next sequence. * * @public
src/faces/Alphanumeric.ts:177
Method
interval
()
test/index.tsx:44
Method
interval
* This method is called with every timer interval. Use this to increment, * decrement or value change the `faceValue()`. * * @public
src/Face.ts:112
Method
interval
* Format the face value to the current date/time. * * @public
src/faces/Clock.ts:106
Method
interval
* Format the value with the new elapsed time. * * @public
src/faces/ElapsedTime.ts:155
Method
interval
* This method is called with every interval, or every time the clock * should change, and handles the actual incrementing and decrementing the
src/faces/Alphanumeric.ts:164
Method
interval
* This method is called with every interval, or every time the clock * should change, and handles the actual incrementing and decrementing the
src/faces/Counter.ts:168
Method
isRunning
* Determines if the Timer is currently running. * * @public
src/Timer.ts:93
Method
isStopped
* Determines if the Timer is currently stopped. * * @public
src/Timer.ts:102
Method
lastLoop
* Get the last timestamp the timer looped. * * @public
src/Timer.ts:111
Method
length
* Get the length of the flattened digitized array. * * @public
src/FaceValue.ts:85
← previous
next →
101–200 of 214, ranked by callers