MCPcopy Create free account

hub / github.com/beerjs/tahoe / functions

Functions81 in github.com/beerjs/tahoe

↓ 8 callersFunctionstoreFactory
(initialState=stateData)
demoCode/tdd-react-redux/color-organizer/src/store/index.js:24
↓ 5 callersFunctioncolor
(state = {}, action={ type: null })
demoCode/tdd-react-redux/color-organizer/src/store/reducers.js:3
↓ 4 callersFunctioncolors
(state = [], action={ type: null })
demoCode/tdd-react-redux/color-organizer/src/store/reducers.js:24
↓ 4 callersFunctioncompose
(...fns)
demoCode/tdd-react-redux/samples/declarative-clock.js:44
↓ 4 callersFunctionsortColors
(sortBy="SORTED_BY_DATE")
demoCode/tdd-react-redux/color-organizer/src/actions.js:26
↓ 4 callersFunctionsortFunction
demoCode/tdd-react-redux/color-organizer/src/lib/array-helpers.js:17
↓ 3 callersFunctioncompose
(...fns)
demoCode/tdd-react-redux/samples/declarative-clock-react.js:62
↓ 3 callersFunctionprependZero
demoCode/tdd-react-redux/samples/declarative-clock-react.js:75
↓ 3 callersFunctionprependZero
demoCode/tdd-react-redux/samples/declarative-clock.js:36
↓ 3 callersFunctionsortBy
(type, field)
demoCode/tdd-react-redux/color-organizer/src/lib/array-helpers.js:10
↓ 3 callersFunctiontoDate
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:13
↓ 2 callersFunctionExpandable
demoCode/tdd-react-redux/color-organizer/src/components/HOC/Expandable.js:3
↓ 2 callersFunctionaddColor
(title, color)
demoCode/tdd-react-redux/color-organizer/src/actions.js:4
↓ 2 callersFunctionhowLongAgo
(remainingTimeframe, timeframe, timestamp, now)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:48
↓ 2 callersFunctionrateColor
(id, rating)
demoCode/tdd-react-redux/color-organizer/src/actions.js:19
↓ 2 callersFunctionremoveColor
demoCode/tdd-react-redux/color-organizer/src/actions.js:13
↓ 2 callersFunctionsort
(state="SORTED_BY_DATE", action={ type: null })
demoCode/tdd-react-redux/color-organizer/src/store/reducers.js:44
↓ 1 callersFunction_checkNext
(result, callback)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:37
↓ 1 callersFunctioncheckDate
(diff, timeframeName, underTime, timeframe)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:24
↓ 1 callersFunctioncheckNext
([tfName, ...rest], timeframe, timestamp, now)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:42
↓ 1 callersFunctiondiffOverTimeframe
(diff, timeframe)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:19
↓ 1 callersFunctiondisplay
demoCode/tdd-react-redux/samples/declarative-clock.js:27
↓ 1 callersMethodexpandCollapse
()
demoCode/tdd-react-redux/color-organizer/src/components/HOC/Expandable.js:12
↓ 1 callersFunctionformatClock
demoCode/tdd-react-redux/samples/declarative-clock.js:29
↓ 1 callersFunctiongetClockTime
()
demoCode/tdd-react-redux/samples/imperative-clock.js:14
↓ 1 callersFunctiongetDiff
(timestamp, now)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:15
↓ 1 callersFunctionisUnderTime
(diff, timeframe, time)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:17
↓ 1 callersFunctionlessThanAMinute
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:32
↓ 1 callersFunctiononNewColor
(title, color)
demoCode/tdd-react-redux/color-organizer/src/components/containers.js:12
↓ 1 callersFunctiononRemove
(id)
demoCode/tdd-react-redux/color-organizer/src/components/containers.js:38
↓ 1 callersFunctiononeSecond
()
demoCode/tdd-react-redux/samples/declarative-clock-react.js:29
↓ 1 callersFunctiononeSecond
()
demoCode/tdd-react-redux/samples/declarative-clock.js:1
↓ 1 callersFunctionprintFullDate
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:29
↓ 1 callersFunctionprintResult
(result, timeframeName)
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:21
↓ 1 callersMethodrender
()
demoCode/tdd-react-redux/color-organizer/src/components/ui/Color.js:9
↓ 1 callersFunctionsortByDate
demoCode/tdd-react-redux/color-organizer/src/lib/array-helpers.js:1
↓ 1 callersFunctionsortByNumber
demoCode/tdd-react-redux/color-organizer/src/lib/array-helpers.js:7
↓ 1 callersFunctionsortByString
demoCode/tdd-react-redux/color-organizer/src/lib/array-helpers.js:4
↓ 1 callersFunctionstartTicking
()
demoCode/tdd-react-redux/samples/declarative-clock-react.js:1
↓ 1 callersFunctionstartTicking
()
demoCode/tdd-react-redux/samples/declarative-clock.js:64
FunctionAlarmClockDisplay
({hours, minutes, seconds, ampm})
demoCode/tdd-react-redux/samples/declarative-clock-react.js:13
FunctionApp
()
demoCode/tdd-react-redux/color-organizer/src/components/App.js:4
FunctionApp
()
demoCode/tdd-react-redux/start/src/components/App.js:3
FunctionMockColor
({ id, rating, onRate, onRemove })
demoCode/tdd-react-redux/color-organizer/test/components/ui/ColorList-spec.js:8
FunctionMockComponent
({collapsed, expandCollapse})
demoCode/tdd-react-redux/color-organizer/test/components/HOC/Expandable-spec.js:11
FunctionMockFaTrash
()
demoCode/tdd-react-redux/color-organizer/test/components/ui/Color-spec.js:14
FunctionMockNewColor
()
demoCode/tdd-react-redux/color-organizer/test/components/App-spec.js:9
FunctionMockStarRating
({starsSelected=0, onRate=()=>"success"})
demoCode/tdd-react-redux/color-organizer/test/components/ui/Color-spec.js:8
FunctionMockTimeAgo
({timestamp})
demoCode/tdd-react-redux/color-organizer/test/components/ui/Color-spec.js:11
FunctionStar
({ selected=false, onClick=f=>f })
demoCode/tdd-react-redux/color-organizer/src/components/ui/Star.js:4
FunctionTimeAgo
({timestamp})
demoCode/tdd-react-redux/color-organizer/src/components/ui/TimeAgo.js:3
FunctionabstractClockTime
demoCode/tdd-react-redux/samples/declarative-clock-react.js:35
FunctionabstractClockTime
demoCode/tdd-react-redux/samples/declarative-clock.js:6
Functionago
(timestamp, now=new Date().toString())
demoCode/tdd-react-redux/color-organizer/src/lib/time-helpers.js:53
FunctionappendAMPM
demoCode/tdd-react-redux/samples/declarative-clock-react.js:48
FunctionappendAMPM
demoCode/tdd-react-redux/samples/declarative-clock.js:21
FunctioncivilianHours
demoCode/tdd-react-redux/samples/declarative-clock-react.js:42
FunctioncivilianHours
demoCode/tdd-react-redux/samples/declarative-clock.js:13
Functionclear
()
demoCode/tdd-react-redux/samples/declarative-clock-react.js:32
Functionclear
()
demoCode/tdd-react-redux/samples/declarative-clock.js:3
Methodconstructor
(props)
demoCode/tdd-react-redux/color-organizer/src/components/HOC/Expandable.js:5
Methodconstructor
(props)
demoCode/tdd-react-redux/color-organizer/src/components/ui/AddColorForm.js:6
FunctionconvertToCivilianTime
demoCode/tdd-react-redux/samples/declarative-clock-react.js:69
FunctionconvertToCivilianTime
demoCode/tdd-react-redux/samples/declarative-clock.js:51
Functiondisplay
demoCode/tdd-react-redux/samples/declarative-clock-react.js:54
FunctiondoubleDigits
demoCode/tdd-react-redux/samples/declarative-clock-react.js:81
FunctiondoubleDigits
demoCode/tdd-react-redux/samples/declarative-clock.js:57
FunctionformatClock
demoCode/tdd-react-redux/samples/declarative-clock-react.js:55
FunctiongetCurrentTime
()
demoCode/tdd-react-redux/samples/declarative-clock-react.js:30
FunctiongetCurrentTime
()
demoCode/tdd-react-redux/samples/declarative-clock.js:2
Functionhandler
(request, reply)
demoCode/2016.06 hapi-demo/src/routes.js:14
Functionlog
demoCode/tdd-react-redux/samples/declarative-clock-react.js:33
Functionlog
demoCode/tdd-react-redux/samples/declarative-clock.js:4
FunctionlogClockTime
()
demoCode/tdd-react-redux/samples/imperative-clock.js:4
Functionlogger
demoCode/tdd-react-redux/color-organizer/src/store/index.js:7
FunctiononRate
(id, rating)
demoCode/tdd-react-redux/color-organizer/src/components/containers.js:41
FunctiononSelect
(sortBy)
demoCode/tdd-react-redux/color-organizer/src/components/containers.js:25
Methodrender
()
demoCode/tdd-react-redux/color-organizer/src/components/HOC/Expandable.js:17
Methodrender
()
demoCode/tdd-react-redux/color-organizer/src/components/ui/AddColorForm.js:21
Functionsaver
demoCode/tdd-react-redux/color-organizer/src/store/index.js:18
Methodsubmit
(e)
demoCode/tdd-react-redux/color-organizer/src/components/ui/AddColorForm.js:11