MCPcopy Create free account

hub / github.com/objectivehtml/FlipClock / functions

Functions214 in github.com/objectivehtml/FlipClock

↓ 1 callersFunctionpeg$anyExpectation
()
src/helpers/parser.js:222
↓ 1 callersFunctionpeg$buildStructuredError
(expected, found, location)
src/helpers/parser.js:302
↓ 1 callersFunctionpeg$classExpectation
(parts, inverted, ignoreCase, unicode)
src/helpers/parser.js:218
↓ 1 callersFunctionpeg$endExpectation
()
src/helpers/parser.js:226
↓ 1 callersFunctionpeg$f2
(value)
src/helpers/parser.js:179
↓ 1 callersFunctionpeg$f3
(value)
src/helpers/parser.js:188
↓ 1 callersFunctionpeg$getUnicode
(pos = peg$currPos)
src/helpers/parser.js:206
↓ 1 callersFunctionpeg$throw
()
src/helpers/parser.js:469
↓ 1 callersFunctionregexp
(dividers?: FlipClockThemeOptions['dividers'])
src/themes/flipclock/index.tsx:79
↓ 1 callersFunctionrender
(el: Element, instance: FlipClock<T>)
test/index.tsx:97
↓ 1 callersMethodshouldStop
* Determines if the clock should be stopped. * * @public
src/faces/ElapsedTime.ts:181
↓ 1 callersFunctionsort
(map: Map<string, unknown>)
src/helpers/date.ts:206
↓ 1 callersFunctionstop
()
src/helpers/structure.ts:267
↓ 1 callersMethodunwatch
()
src/EventEmitter.ts:53
↓ 1 callersFunctionwriteCss
(files: WriteCssFiles)
vite.config.ts:30
FunctionCard
(props: CardProps)
src/themes/flipclock/index.tsx:169
FunctionCardItem
(props: CardItemProps)
src/themes/flipclock/index.tsx:220
FunctionDivider
(props: DividerProps)
src/themes/flipclock/index.tsx:242
FunctionGroup
(props: GroupProps)
src/themes/flipclock/index.tsx:109
FunctionafterCreate
(instance: FlipClock<any>)
test/index.tsx:111
MethodafterCreate
(instance: FlipClock<any>)
test/index.tsx:48
MethodafterCreate
* The `afterCreate` hook. * * @public
src/Face.ts:17
FunctionafterInterval
(instance: FlipClock<any>)
test/index.tsx:135
MethodafterInterval
(instance: FlipClock<any>)
test/index.tsx:72
MethodafterInterval
* The `afterInterval` hook. * * @public
src/Face.ts:59
FunctionafterMount
(instance: FlipClock<any>)
test/index.tsx:119
MethodafterMount
(instance: FlipClock<any>)
test/index.tsx:56
MethodafterMount
* The `afterMount` hook. * * @public
src/Face.ts:31
FunctionafterStart
(instance: FlipClock<any>)
test/index.tsx:143
MethodafterStart
(instance: FlipClock<any>)
test/index.tsx:80
MethodafterStart
* The `afterStart` hook. * * @public
src/Face.ts:73
FunctionafterStop
(instance: FlipClock<any>)
test/index.tsx:151
MethodafterStop
(instance: FlipClock<any>)
test/index.tsx:88
MethodafterStop
* The `afterStop` hook. * * @public
src/Face.ts:87
FunctionafterUnmount
(instance: FlipClock<any>)
test/index.tsx:127
MethodafterUnmount
(instance: FlipClock<any>)
test/index.tsx:64
MethodafterUnmount
* The `afterUnmount` hook. * * @public
src/Face.ts:45
MethodanimationRate
* Get the animation rate of the clock. * * @public
src/FlipClock.ts:141
Methodany
()
src/helpers/parser.js:102
Methodbackwards
* The sequencer method to call. * * @public
src/faces/Alphanumeric.ts:136
FunctionbeforeInterval
(instance: FlipClock<any>)
test/index.tsx:131
MethodbeforeInterval
(instance: FlipClock<any>)
test/index.tsx:68
MethodbeforeInterval
* The `beforeInterval` hook. * * @public
src/Face.ts:52
FunctionbeforeMount
(instance: FlipClock<any>)
test/index.tsx:115
MethodbeforeMount
(instance: FlipClock<any>)
test/index.tsx:52
MethodbeforeMount
* The `beforeMount` hook. * * @public
src/Face.ts:24
FunctionbeforeStart
(instance: FlipClock<any>)
test/index.tsx:139
MethodbeforeStart
(instance: FlipClock<any>)
test/index.tsx:76
MethodbeforeStart
* The `beforeStart` hook. * * @public
src/Face.ts:66
MethodbeforeStart
* Set the dates before the clock starts. * * @public
src/faces/ElapsedTime.ts:171
FunctionbeforeStop
(instance: FlipClock<any>)
test/index.tsx:147
MethodbeforeStop
(instance: FlipClock<any>)
test/index.tsx:84
MethodbeforeStop
* The `beforeStop` hook. * * @public
src/Face.ts:80
FunctionbeforeUnmount
(instance: FlipClock<any>)
test/index.tsx:123
MethodbeforeUnmount
(instance: FlipClock<any>)
test/index.tsx:60
MethodbeforeUnmount
* The `beforeUnmount` hook. * * @public
src/Face.ts:38
Methodclass
(expectation)
src/helpers/parser.js:92
MethodclassEscape
(s)
src/helpers/parser.js:73
Methodconstructor
(value: number)
test/index.tsx:35
Methodconstructor
* Instantiate the face value. * * @public
src/FaceValue.ts:56
Methodconstructor
* Construct the timer. * * @public
src/Timer.ts:49
Methodconstructor
* Construct the FlipClock. * * @public
src/FlipClock.ts:115
Methodconstructor
(message, expected, found, location)
src/helpers/parser.js:7
Methodconstructor
* Instantiate the clock face. * * @public
src/faces/Clock.ts:70
Methodconstructor
* Construct the clock face. * * @public
src/faces/ElapsedTime.ts:98
Methodconstructor
* Construct the clock face. * * @public
src/faces/Alphanumeric.ts:109
Methodconstructor
* Construct the clock face. * * @public
src/faces/Counter.ts:105
Methodcount
* Get the number of times the timer has ticked. * * @public
src/Timer.ts:58
Methoddecrement
* Decrement the value to the next sequence. * * @public
src/faces/Alphanumeric.ts:190
MethoddescribeExpectation
(expectation)
src/helpers/parser.js:115
MethoddescribeExpected
(expected)
src/helpers/parser.js:119
MethoddescribeFound
(found)
src/helpers/parser.js:148
Methoddigits
* The digitized value. * * @public
src/FaceValue.ts:67
Methodelapsed
* The `elapsed` attribute. * * @public
src/Timer.ts:67
MethodelapsedSinceLastLoop
* The `elapsedSinceLastLoop` attribute. * * @public
src/Timer.ts:80
Methodend
()
src/helpers/parser.js:106
FunctionesbuildOptions
(opts)
tsup.config.ts:7
Functionextend
( extendFn: UseCssDeclaration<T, TExtension> )
src/helpers/css.ts:101
MethodfaceValue
()
test/index.tsx:40
MethodfaceValue
* 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
MethodfaceValue
* The face's current value. * * @public
src/faces/Clock.ts:97
MethodfaceValue
* The face's current value. * * @public
src/faces/ElapsedTime.ts:146
MethodfaceValue
* The face's current value. * * @public
src/faces/Alphanumeric.ts:153
MethodfaceValue
* The face's current value. * * @public
src/faces/Counter.ts:157
FunctionfisherYatesShuffle
(chars: string[])
src/helpers/charset.ts:30
Functionformat
(start: Date, end: Date, format: string)
src/helpers/duration.ts:90
MethodformattedString
* Get the elapsed time as a formatted string. * * @public
src/faces/ElapsedTime.ts:123
MethodformattedString
* Get the number as a formatted string. * * @public
src/faces/Counter.ts:140
Methodhex
(ch)
src/helpers/parser.js:47
Methodincrement
* Increment the value to the next sequence. * * @public
src/faces/Alphanumeric.ts:177
Methodinterval
()
test/index.tsx:44
Methodinterval
* This method is called with every timer interval. Use this to increment, * decrement or value change the `faceValue()`. * * @public
src/Face.ts:112
Methodinterval
* Format the face value to the current date/time. * * @public
src/faces/Clock.ts:106
Methodinterval
* Format the value with the new elapsed time. * * @public
src/faces/ElapsedTime.ts:155
Methodinterval
* 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
Methodinterval
* 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
MethodisRunning
* Determines if the Timer is currently running. * * @public
src/Timer.ts:93
MethodisStopped
* Determines if the Timer is currently stopped. * * @public
src/Timer.ts:102
MethodlastLoop
* Get the last timestamp the timer looped. * * @public
src/Timer.ts:111
Methodlength
* Get the length of the flattened digitized array. * * @public
src/FaceValue.ts:85
← previousnext →101–200 of 214, ranked by callers