Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dunky11/react-saas-template
/ functions
Functions
141 in github.com/dunky11/react-saas-template
⨍
Functions
141
◇
Types & classes
0
↓ 7 callers
Function
toSource
* Converts `func` to its source code. * * @private * @param {Function} func The function to process. * @returns {string} Returns the source code.
src/shared/functions/toArray.js:584
↓ 6 callers
Function
smoothScrollTop
()
src/shared/functions/smoothScrollTop.js:19
↓ 5 callers
Function
getNative
* Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of the m
src/shared/functions/toArray.js:484
↓ 3 callers
Function
a
()
src/shared/components/Pace.js:236
↓ 3 callers
Function
isArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater than
src/shared/functions/toArray.js:674
↓ 2 callers
Function
Z
(a, b)
src/shared/components/Pace.js:100
↓ 2 callers
Function
countWithEmojis
* Counts the characters in a string and counts emojis correctly. * * @param {string} str The string to count characters from. * @return {number} Th
src/shared/functions/countWithEmojis.js:9
↓ 2 callers
Function
desc
(a, b, orderBy)
src/shared/functions/getSorting.js:1
↓ 2 callers
Function
getLocationId
({ pathname, search, hash })
src/shared/functions/useLocationBlocker.js:24
↓ 2 callers
Function
isFunction
* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value
src/shared/functions/toArray.js:724
↓ 2 callers
Function
isObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g. arr
src/shared/functions/toArray.js:791
↓ 2 callers
Function
isObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memberOf _
src/shared/functions/toArray.js:820
↓ 2 callers
Function
registerValidSW
(swUrl, config)
src/serviceWorkerRegistration.js:55
↓ 2 callers
Function
shadeColor
(color, percent)
src/shared/functions/shadeColor.js:1
↓ 2 callers
Function
shuffle
(array)
src/logged_in/components/Main.js:25
↓ 2 callers
Function
useLocationBlocker
()
src/shared/functions/useLocationBlocker.js:5
↓ 2 callers
Function
useWidth
* Be careful using this hook. It only works because the number of * breakpoints in theme is static. It will break once you change the number of * br
src/shared/functions/useWidth.js:9
↓ 1 callers
Function
arrayLikeKeys
* Creates an array of the enumerable property names of the array-like `value`. * * @private * @param {*} value The value to query. * @param {boole
src/shared/functions/toArray.js:387
↓ 1 callers
Function
arrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array to iterat
src/shared/functions/toArray.js:117
↓ 1 callers
Function
asciiToArray
* Converts an ASCII `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted ar
src/shared/functions/toArray.js:137
↓ 1 callers
Function
baseIsNative
* The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns {boolean} Return
src/shared/functions/toArray.js:427
↓ 1 callers
Function
baseKeys
* The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to query. * @re
src/shared/functions/toArray.js:443
↓ 1 callers
Function
baseTimes
* The base implementation of `_.times` without support for iteratee shorthands * or max array length checks. * * @private * @param {number} n The
src/shared/functions/toArray.js:150
↓ 1 callers
Function
baseValues
* The base implementation of `_.values` and `_.valuesIn` which creates an * array of `object` property values corresponding to the property names *
src/shared/functions/toArray.js:171
↓ 1 callers
Function
c
()
src/shared/components/Pace.js:101
↓ 1 callers
Function
calculateMin
(data, yKey, factor)
src/shared/components/CardChart.js:26
↓ 1 callers
Function
checkValidServiceWorker
(swUrl, config)
src/serviceWorkerRegistration.js:99
↓ 1 callers
Function
copyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [array=[]] The ar
src/shared/functions/toArray.js:464
↓ 1 callers
Function
currencyPrettyPrint
(cents)
src/shared/functions/currencyPrettyPrint.js:1
↓ 1 callers
Function
getSorting
(order, orderBy)
src/shared/functions/getSorting.js:11
↓ 1 callers
Function
getStripePaymentInfo
()
src/logged_in/components/subscription/AddBalanceDialog.js:47
↓ 1 callers
Function
getValue
* Gets the value at `key` of `object`. * * @private * @param {Object} [object] The object to query. * @param {string} key The key of the property
src/shared/functions/toArray.js:183
↓ 1 callers
Function
hasUnicode
* Checks if `string` contains Unicode symbols. * * @private * @param {string} string The string to inspect. * @returns {boolean} Returns `true` if
src/shared/functions/toArray.js:194
↓ 1 callers
Function
isArguments
* Checks if `value` is likely an `arguments` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to c
src/shared/functions/toArray.js:614
↓ 1 callers
Function
isArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @since 4.0.0 * @category
src/shared/functions/toArray.js:703
↓ 1 callers
Function
isHostObject
* Checks if `value` is a host object in IE < 9. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value`
src/shared/functions/toArray.js:205
↓ 1 callers
Function
isIndex
* Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX_SAFE_INTEGER] T
src/shared/functions/toArray.js:542
↓ 1 callers
Function
isLength
* Checks if `value` is a valid array-like length. * * **Note:** This method is loosely based on * [`ToLength`](http://ecma-international.org/ecma-2
src/shared/functions/toArray.js:757
↓ 1 callers
Function
isMasked
* Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if `fun
src/shared/functions/toArray.js:558
↓ 1 callers
Function
isPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `valu
src/shared/functions/toArray.js:569
↓ 1 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} valu
src/shared/functions/toArray.js:841
↓ 1 callers
Function
iteratorToArray
* Converts `iterator` to an array. * * @private * @param {Object} iterator The iterator to convert. * @returns {Array} Returns the converted array
src/shared/functions/toArray.js:224
↓ 1 callers
Function
keys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the * [ES spec](ht
src/shared/functions/toArray.js:919
↓ 1 callers
Function
overArg
* Creates a unary function that invokes `func` with its argument transformed. * * @private * @param {Function} func The function to wrap. * @param
src/shared/functions/toArray.js:261
↓ 1 callers
Function
smoothScrollTopRec
()
src/shared/functions/smoothScrollTop.js:8
↓ 1 callers
Function
stringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.
src/shared/functions/toArray.js:292
↓ 1 callers
Function
toArray
* Converts `value` to an array. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to convert. * @returns {
src/shared/functions/toArray.js:873
↓ 1 callers
Function
unicodeToArray
* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted a
src/shared/functions/toArray.js:303
↓ 1 callers
Function
unixToDateString
(unix)
src/shared/functions/unixToDateString.js:1
Function
AddPost
(props)
src/logged_in/components/posts/AddPost.js:8
Function
Blog
(props)
src/logged_out/components/blog/Blog.js:64
Function
ButtonCircularProgress
(props)
src/shared/components/ButtonCircularProgress.js:13
Function
ChangePassword
(props)
src/logged_out/components/register_login/ChangePasswordDialog.js:18
Function
ColoredButton
(props)
src/shared/components/ColoredButton.js:5
Function
ConfirmationDialog
(props)
src/shared/components/ConfirmationDialog.js:13
Function
ConsecutiveSnackbars
(props)
src/shared/components/ConsecutiveSnackbarMessages.js:15
Function
CookieConsent
(props)
src/logged_out/components/cookies/CookieConsent.js:48
Function
CookieRulesDialog
(props)
src/logged_out/components/cookies/CookieRulesDialog.js:23
Function
DTPicker
(props)
src/shared/components/DateTimePicker.js:45
Function
Dashboard
(props)
src/logged_in/components/dashboard/Dashboard.js:9
Function
DialogSelector
(props)
src/logged_out/components/register_login/DialogSelector.js:9
Function
Dropzone
(props)
src/shared/components/Dropzone.js:31
Function
FormDialog
* A Wrapper around the Dialog component to create centered * Login, Register or other Dialogs.
src/shared/components/FormDialog.js:31
Function
HighlighedInformation
(props)
src/shared/components/HighlightedInformation.js:17
Function
ImageCropper
(props)
src/shared/components/ImageCropper.js:269
Function
ImageCropperDialog
(props)
src/shared/components/ImageCropperDialog.js:16
Function
Main
(props)
src/logged_in/components/Main.js:32
Function
Main
(props)
src/logged_out/components/Main.js:24
Function
Pace
()
src/shared/components/Pace.js:25
Function
Posts
(props)
src/logged_in/components/posts/Posts.js:6
Function
PropsRoute
({ component, ...rest })
src/shared/components/PropsRoute.js:15
Function
RegisterDialog
(props)
src/logged_out/components/register_login/RegisterDialog.js:27
Function
Routing
(props)
src/logged_in/components/Routing.js:46
Function
Routing
(props)
src/logged_out/components/Routing.js:10
Function
SettingsArea
(props)
src/logged_in/components/dashboard/SettingsArea.js:6
Function
ShareButton
* Losely based on: https://sharingbuttons.io/
src/shared/components/ShareButton.js:9
Function
StatisticsArea
(props)
src/logged_in/components/dashboard/StatisticsArea.js:7
Function
Subscription
(props)
src/logged_in/components/subscription/Subscription.js:14
Function
SubscriptionInfo
(props)
src/logged_in/components/subscription/SubscriptionInfo.js:13
Function
TermsOfServiceDialog
(props)
src/logged_out/components/register_login/TermsOfServiceDialog.js:24
Function
Theme2
(theme)
src/shared/components/DateTimePicker.js:19
Function
WaveBorder
* https://codepen.io/csspoints/pen/WNeOEqd
src/shared/components/WaveBorder.js:28
Function
activatePace
()
src/shared/components/Pace.js:48
Function
b
()
src/shared/components/Pace.js:295
Function
baseGetTag
* The base implementation of `getTag`. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`.
src/shared/functions/toArray.js:415
Function
calculateSpacing
(width, theme)
src/logged_out/components/home/calculateSpacing.js:1
Function
emojisToShowFilter
src/shared/components/EmojiTextArea.js:55
Function
getColor
(isDragAccept, isDragReject, theme)
src/shared/components/Dropzone.js:21
Function
getVerticalBlogPosts
(isWidthUpSm, isWidthUpMd, blogPosts)
src/logged_out/components/blog/Blog.js:28
Function
globalStyles
()
src/GlobalStyles.js:95
Function
handleCheckboxChange
(name)
src/logged_in/components/dashboard/Settings2.js:132
Function
labelFormatter
(label)
src/shared/components/CardChart.js:22
Function
mapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs.
src/shared/functions/toArray.js:242
Function
onAmountChange
src/logged_in/components/subscription/AddBalanceDialog.js:37
Function
register
(config)
src/serviceWorkerRegistration.js:21
Function
renderMergedProps
(component, ...rest)
src/shared/components/PropsRoute.js:5
Function
setToArray
* Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the values.
src/shared/functions/toArray.js:274
Function
shadeColor
(hex, percent)
src/logged_out/components/home/FeatureCard.js:19
Function
stableSort
(array, cmp)
src/shared/functions/stableSort.js:1
Function
styles
src/GlobalStyles.js:3
next →
1–100 of 141, ranked by callers