MCPcopy Create free account

hub / github.com/RedFroggy/angular-spring-dynamic-form / functions

Functions1,170 in github.com/RedFroggy/angular-spring-dynamic-form

MethodisBuffer
* @see _.isBuffer
typings/lodash/lodash.d.ts:11184
MethodisCollection
Check if the field is a collection type @param field field to check @return true if the field is assignable from Collection
src/main/java/fr/redfroggy/dynamicforms/utils/FormUtils.java:243
MethodisDate
* Checks if value is classified as a Date object. * @param value The value to check. * * @return Returns true if value is c
typings/lodash/lodash.d.ts:11195
MethodisDate
* @see _.isDate
typings/lodash/lodash.d.ts:11202
MethodisDate
* @see _.isDate
typings/lodash/lodash.d.ts:11209
MethodisElement
* Checks if value is a DOM element. * * @param value The value to check. * @return Returns true if value is a DOM element,
typings/lodash/lodash.d.ts:11220
MethodisElement
* @see _.isElement
typings/lodash/lodash.d.ts:11227
MethodisElement
* @see _.isElement
typings/lodash/lodash.d.ts:11234
MethodisEmpty
* @see _.isEmpty
typings/lodash/lodash.d.ts:11253
MethodisEmpty
* @see _.isEmpty
typings/lodash/lodash.d.ts:11260
MethodisEqual
* Performs a deep comparison between two values to determine if they are * equivalent. * * **Note:** This method supports c
typings/lodash/lodash.d.ts:11292
MethodisEqual
* @see _.isEqual
typings/lodash/lodash.d.ts:11302
MethodisEqual
* @see _.isEqual
typings/lodash/lodash.d.ts:11311
MethodisEqualWith
* This method is like `_.isEqual` except that it accepts `customizer` which is * invoked to compare values. If `customizer` returns `undefine
typings/lodash/lodash.d.ts:11353
MethodisEqualWith
* @see _.isEqualWith
typings/lodash/lodash.d.ts:11364
MethodisEqualWith
* @see _.isEqualWith
typings/lodash/lodash.d.ts:11374
MethodisError
* Checks if value is an Error, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, or URIError * object. * * @pa
typings/lodash/lodash.d.ts:11389
MethodisError
* @see _.isError
typings/lodash/lodash.d.ts:11396
MethodisError
* @see _.isError
typings/lodash/lodash.d.ts:11403
MethodisFinite
* Checks if value is a finite primitive number. * * Note: This method is based on Number.isFinite. * * @param valu
typings/lodash/lodash.d.ts:11416
MethodisFinite
* @see _.isFinite
typings/lodash/lodash.d.ts:11423
MethodisFinite
* @see _.isFinite
typings/lodash/lodash.d.ts:11430
MethodisFunction
* Checks if value is classified as a Function object. * * @param value The value to check. * @return Returns true if value
typings/lodash/lodash.d.ts:11441
MethodisFunction
* @see _.isFunction
typings/lodash/lodash.d.ts:11448
MethodisFunction
* @see _.isFunction
typings/lodash/lodash.d.ts:11455
MethodisInteger
* Checks if `value` is an integer. * * **Note:** This method is based on [`Number.isInteger`](https://mdn.io/Number/isInteger).
typings/lodash/lodash.d.ts:11484
MethodisInteger
* @see _.isInteger
typings/lodash/lodash.d.ts:11491
MethodisInteger
* @see _.isInteger
typings/lodash/lodash.d.ts:11498
MethodisLength
* Checks if `value` is a valid array-like length. * * **Note:** This function is loosely based on [`ToLength`](http://ecma-internati
typings/lodash/lodash.d.ts:11527
MethodisLength
* @see _.isLength
typings/lodash/lodash.d.ts:11534
MethodisLength
* @see _.isLength
typings/lodash/lodash.d.ts:11541
MethodisMandatory
Check if the given field is required @param formField form field @return true if the given field is required; false otherwise
src/main/java/fr/redfroggy/dynamicforms/utils/FormUtils.java:65
MethodisMap
* Checks if value is classified as a Map object. * * @param value The value to check. * @returns Returns true if value is c
typings/lodash/lodash.d.ts:11552
MethodisMap
* @see _.isMap
typings/lodash/lodash.d.ts:11559
MethodisMap
* @see _.isMap
typings/lodash/lodash.d.ts:11566
MethodisMatch
* Performs a deep comparison between `object` and `source` to determine if * `object` contains equivalent property values. *
typings/lodash/lodash.d.ts:11597
MethodisMatch
* @see _.isMatch
typings/lodash/lodash.d.ts:11604
MethodisMatchWith
* This method is like `_.isMatch` except that it accepts `customizer` which * is invoked to compare values. If `customizer` returns `undefine
typings/lodash/lodash.d.ts:11644
MethodisMatchWith
* @see _.isMatchWith
typings/lodash/lodash.d.ts:11651
MethodisNaN
* Checks if value is NaN. * * Note: This method is not the same as isNaN which returns true for undefined and other non-numeric valu
typings/lodash/lodash.d.ts:11664
MethodisNaN
* @see _.isNaN
typings/lodash/lodash.d.ts:11671
MethodisNaN
* @see _.isNaN
typings/lodash/lodash.d.ts:11678
MethodisNative
* Checks if value is a native function. * @param value The value to check. * * @retrun Returns true if value is a native fu
typings/lodash/lodash.d.ts:11689
MethodisNative
* see _.isNative
typings/lodash/lodash.d.ts:11696
MethodisNative
* see _.isNative
typings/lodash/lodash.d.ts:11703
MethodisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @category Lang * @param {*} val
typings/lodash/lodash.d.ts:11727
MethodisNil
* see _.isNil
typings/lodash/lodash.d.ts:11734
MethodisNil
* see _.isNil
typings/lodash/lodash.d.ts:11741
MethodisNull
* Checks if value is null. * * @param value The value to check. * @return Returns true if value is null, else false.
typings/lodash/lodash.d.ts:11752
MethodisNull
* see _.isNull
typings/lodash/lodash.d.ts:11759
MethodisNull
* see _.isNull
typings/lodash/lodash.d.ts:11766
MethodisNumber
* Checks if value is classified as a Number primitive or object. * * Note: To exclude Infinity, -Infinity, and NaN, which are classi
typings/lodash/lodash.d.ts:11779
MethodisNumber
* see _.isNumber
typings/lodash/lodash.d.ts:11786
MethodisNumber
* see _.isNumber
typings/lodash/lodash.d.ts:11793
MethodisObject
* Checks if value is the language type of Object. (e.g. arrays, functions, objects, regexes, new Number(0), * and new String('')) *
typings/lodash/lodash.d.ts:11805
MethodisObject
* see _.isObject
typings/lodash/lodash.d.ts:11812
MethodisObject
* see _.isObject
typings/lodash/lodash.d.ts:11819
MethodisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * *
typings/lodash/lodash.d.ts:11847
MethodisObjectLike
* see _.isObjectLike
typings/lodash/lodash.d.ts:11854
MethodisObjectLike
* see _.isObjectLike
typings/lodash/lodash.d.ts:11861
MethodisPlainObject
* Checks if value is a plain object, that is, an object created by the Object constructor or one with a * [[Prototype]] of null. *
typings/lodash/lodash.d.ts:11875
MethodisPlainObject
* see _.isPlainObject
typings/lodash/lodash.d.ts:11882
MethodisPlainObject
* see _.isPlainObject
typings/lodash/lodash.d.ts:11889
MethodisRegExp
* Checks if value is classified as a RegExp object. * @param value The value to check. * * @return Returns true if value is
typings/lodash/lodash.d.ts:11900
MethodisRegExp
* see _.isRegExp
typings/lodash/lodash.d.ts:11907
MethodisRegExp
* see _.isRegExp
typings/lodash/lodash.d.ts:11914
MethodisSafeInteger
* Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 * double precision number which isn't the result of a rounded u
typings/lodash/lodash.d.ts:11944
MethodisSafeInteger
* see _.isSafeInteger
typings/lodash/lodash.d.ts:11951
MethodisSafeInteger
* see _.isSafeInteger
typings/lodash/lodash.d.ts:11958
MethodisString
* Checks if value is classified as a String primitive or object. * * @param value The value to check. * @return Returns tru
typings/lodash/lodash.d.ts:11969
MethodisString
* see _.isString
typings/lodash/lodash.d.ts:11976
MethodisString
* see _.isString
typings/lodash/lodash.d.ts:11983
MethodisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @category Lang
typings/lodash/lodash.d.ts:12004
MethodisSymbol
* see _.isSymbol
typings/lodash/lodash.d.ts:12011
MethodisSymbol
* see _.isSymbol
typings/lodash/lodash.d.ts:12018
MethodisTypeApplication
(extraField:any)
src/main/resources/static/app/customers/customers.ts:24
MethodisTypeImage
(extraField:any)
src/main/resources/static/app/customers/customers.ts:21
MethodisTypedArray
* Checks if value is classified as a typed array. * * @param value The value to check. * @return Returns true if value is c
typings/lodash/lodash.d.ts:12029
MethodisTypedArray
* see _.isTypedArray
typings/lodash/lodash.d.ts:12036
MethodisTypedArray
* see _.isTypedArray
typings/lodash/lodash.d.ts:12043
MethodisUndefined
* Checks if value is undefined. * * @param value The value to check. * @return Returns true if value is undefined, else fal
typings/lodash/lodash.d.ts:12054
MethodisUndefined
* see _.isUndefined
typings/lodash/lodash.d.ts:12061
MethodisUndefined
* see _.isUndefined
typings/lodash/lodash.d.ts:12068
Methoditeratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name the created callback retu
typings/lodash/lodash.d.ts:17380
Methoditeratee
* @see _.iteratee
typings/lodash/lodash.d.ts:17411
Methoditeratee
* @see _.iteratee
typings/lodash/lodash.d.ts:17418
Methoditeratee
* @see _.iteratee
typings/lodash/lodash.d.ts:17430
Methoditeratee
* @see _.iteratee
typings/lodash/lodash.d.ts:17437
Methodjoin
* Converts all elements in `array` into a string separated by `separator`. * * @param array The array to convert. * @param
typings/lodash/lodash.d.ts:2227
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2237
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2244
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2251
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2258
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2265
Methodjoin
* @see _.join
typings/lodash/lodash.d.ts:2272
MethodjsonParsing
()
src/test/java/fr/redfroggy/dynamicforms/configuration/ExtraFieldConfigurationTest.java:65
MethodkebabCase
* Converts string to kebab case. * * @param string The string to convert. * @return Returns the kebab cased string.
typings/lodash/lodash.d.ts:16456
MethodkebabCase
* @see _.kebabCase
typings/lodash/lodash.d.ts:16463
MethodkebabCase
* @see _.kebabCase
typings/lodash/lodash.d.ts:16470
MethodkeyBy
* Creates an object composed of keys generated from the results of running each element of collection through * iteratee. The corresponding v
typings/lodash/lodash.d.ts:7636
← previousnext →501–600 of 1,170, ranked by callers