MCPcopy Create free account

hub / github.com/dunky11/react-saas-template / functions

Functions141 in github.com/dunky11/react-saas-template

↓ 7 callersFunctiontoSource
* 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 callersFunctionsmoothScrollTop
()
src/shared/functions/smoothScrollTop.js:19
↓ 5 callersFunctiongetNative
* 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 callersFunctiona
()
src/shared/components/Pace.js:236
↓ 3 callersFunctionisArrayLike
* 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 callersFunctionZ
(a, b)
src/shared/components/Pace.js:100
↓ 2 callersFunctioncountWithEmojis
* 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 callersFunctiondesc
(a, b, orderBy)
src/shared/functions/getSorting.js:1
↓ 2 callersFunctiongetLocationId
({ pathname, search, hash })
src/shared/functions/useLocationBlocker.js:24
↓ 2 callersFunctionisFunction
* 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 callersFunctionisObject
* 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 callersFunctionisObjectLike
* 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 callersFunctionregisterValidSW
(swUrl, config)
src/serviceWorkerRegistration.js:55
↓ 2 callersFunctionshadeColor
(color, percent)
src/shared/functions/shadeColor.js:1
↓ 2 callersFunctionshuffle
(array)
src/logged_in/components/Main.js:25
↓ 2 callersFunctionuseLocationBlocker
()
src/shared/functions/useLocationBlocker.js:5
↓ 2 callersFunctionuseWidth
* 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 callersFunctionarrayLikeKeys
* 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 callersFunctionarrayMap
* 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 callersFunctionasciiToArray
* 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 callersFunctionbaseIsNative
* 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 callersFunctionbaseKeys
* 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 callersFunctionbaseTimes
* 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 callersFunctionbaseValues
* 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 callersFunctionc
()
src/shared/components/Pace.js:101
↓ 1 callersFunctioncalculateMin
(data, yKey, factor)
src/shared/components/CardChart.js:26
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl, config)
src/serviceWorkerRegistration.js:99
↓ 1 callersFunctioncopyArray
* 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 callersFunctioncurrencyPrettyPrint
(cents)
src/shared/functions/currencyPrettyPrint.js:1
↓ 1 callersFunctiongetSorting
(order, orderBy)
src/shared/functions/getSorting.js:11
↓ 1 callersFunctiongetStripePaymentInfo
()
src/logged_in/components/subscription/AddBalanceDialog.js:47
↓ 1 callersFunctiongetValue
* 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 callersFunctionhasUnicode
* 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 callersFunctionisArguments
* 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 callersFunctionisArrayLikeObject
* 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 callersFunctionisHostObject
* 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 callersFunctionisIndex
* 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 callersFunctionisLength
* 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 callersFunctionisMasked
* 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 callersFunctionisPrototype
* 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 callersFunctionisString
* 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 callersFunctioniteratorToArray
* 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 callersFunctionkeys
* 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 callersFunctionoverArg
* 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 callersFunctionsmoothScrollTopRec
()
src/shared/functions/smoothScrollTop.js:8
↓ 1 callersFunctionstringToArray
* 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 callersFunctiontoArray
* 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 callersFunctionunicodeToArray
* 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 callersFunctionunixToDateString
(unix)
src/shared/functions/unixToDateString.js:1
FunctionAddPost
(props)
src/logged_in/components/posts/AddPost.js:8
FunctionBlog
(props)
src/logged_out/components/blog/Blog.js:64
FunctionButtonCircularProgress
(props)
src/shared/components/ButtonCircularProgress.js:13
FunctionChangePassword
(props)
src/logged_out/components/register_login/ChangePasswordDialog.js:18
FunctionColoredButton
(props)
src/shared/components/ColoredButton.js:5
FunctionConfirmationDialog
(props)
src/shared/components/ConfirmationDialog.js:13
FunctionConsecutiveSnackbars
(props)
src/shared/components/ConsecutiveSnackbarMessages.js:15
FunctionCookieConsent
(props)
src/logged_out/components/cookies/CookieConsent.js:48
FunctionCookieRulesDialog
(props)
src/logged_out/components/cookies/CookieRulesDialog.js:23
FunctionDTPicker
(props)
src/shared/components/DateTimePicker.js:45
FunctionDashboard
(props)
src/logged_in/components/dashboard/Dashboard.js:9
FunctionDialogSelector
(props)
src/logged_out/components/register_login/DialogSelector.js:9
FunctionDropzone
(props)
src/shared/components/Dropzone.js:31
FunctionFormDialog
* A Wrapper around the Dialog component to create centered * Login, Register or other Dialogs.
src/shared/components/FormDialog.js:31
FunctionHighlighedInformation
(props)
src/shared/components/HighlightedInformation.js:17
FunctionImageCropper
(props)
src/shared/components/ImageCropper.js:269
FunctionImageCropperDialog
(props)
src/shared/components/ImageCropperDialog.js:16
FunctionMain
(props)
src/logged_in/components/Main.js:32
FunctionMain
(props)
src/logged_out/components/Main.js:24
FunctionPace
()
src/shared/components/Pace.js:25
FunctionPosts
(props)
src/logged_in/components/posts/Posts.js:6
FunctionPropsRoute
({ component, ...rest })
src/shared/components/PropsRoute.js:15
FunctionRegisterDialog
(props)
src/logged_out/components/register_login/RegisterDialog.js:27
FunctionRouting
(props)
src/logged_in/components/Routing.js:46
FunctionRouting
(props)
src/logged_out/components/Routing.js:10
FunctionSettingsArea
(props)
src/logged_in/components/dashboard/SettingsArea.js:6
FunctionShareButton
* Losely based on: https://sharingbuttons.io/
src/shared/components/ShareButton.js:9
FunctionStatisticsArea
(props)
src/logged_in/components/dashboard/StatisticsArea.js:7
FunctionSubscription
(props)
src/logged_in/components/subscription/Subscription.js:14
FunctionSubscriptionInfo
(props)
src/logged_in/components/subscription/SubscriptionInfo.js:13
FunctionTermsOfServiceDialog
(props)
src/logged_out/components/register_login/TermsOfServiceDialog.js:24
FunctionTheme2
(theme)
src/shared/components/DateTimePicker.js:19
FunctionWaveBorder
* https://codepen.io/csspoints/pen/WNeOEqd
src/shared/components/WaveBorder.js:28
FunctionactivatePace
()
src/shared/components/Pace.js:48
Functionb
()
src/shared/components/Pace.js:295
FunctionbaseGetTag
* The base implementation of `getTag`. * * @private * @param {*} value The value to query. * @returns {string} Returns the `toStringTag`.
src/shared/functions/toArray.js:415
FunctioncalculateSpacing
(width, theme)
src/logged_out/components/home/calculateSpacing.js:1
FunctionemojisToShowFilter
src/shared/components/EmojiTextArea.js:55
FunctiongetColor
(isDragAccept, isDragReject, theme)
src/shared/components/Dropzone.js:21
FunctiongetVerticalBlogPosts
(isWidthUpSm, isWidthUpMd, blogPosts)
src/logged_out/components/blog/Blog.js:28
FunctionglobalStyles
()
src/GlobalStyles.js:95
FunctionhandleCheckboxChange
(name)
src/logged_in/components/dashboard/Settings2.js:132
FunctionlabelFormatter
(label)
src/shared/components/CardChart.js:22
FunctionmapToArray
* 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
FunctiononAmountChange
src/logged_in/components/subscription/AddBalanceDialog.js:37
Functionregister
(config)
src/serviceWorkerRegistration.js:21
FunctionrenderMergedProps
(component, ...rest)
src/shared/components/PropsRoute.js:5
FunctionsetToArray
* 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
FunctionshadeColor
(hex, percent)
src/logged_out/components/home/FeatureCard.js:19
FunctionstableSort
(array, cmp)
src/shared/functions/stableSort.js:1
Functionstyles
src/GlobalStyles.js:3
next →1–100 of 141, ranked by callers