Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedFroggy/angular-spring-dynamic-form
/ functions
Functions
1,170 in github.com/RedFroggy/angular-spring-dynamic-form
⨍
Functions
1,170
◇
Types & classes
122
Method
findKey
* This method is like _.find except that it returns the key of the first element predicate returns truthy for * instead of the element itself
typings/lodash/lodash.d.ts:14361
Method
findKey
* @see _.findKey
typings/lodash/lodash.d.ts:14398
Method
findKey
* @see _.findKey
typings/lodash/lodash.d.ts:14431
Method
findLast
* This method is like _.find except that it iterates over elements of a collection from * right to left. * @param collection Searches
typings/lodash/lodash.d.ts:6946
Method
findLast
* @see _.findLast
typings/lodash/lodash.d.ts:7020
Method
findLastIndex
* This method is like _.findIndex except that it iterates over elements of collection from right to left. * * If a property name is
typings/lodash/lodash.d.ts:1748
Method
findLastIndex
* @see _.findLastIndex
typings/lodash/lodash.d.ts:1776
Method
findLastIndex
* @see _.findLastIndex
typings/lodash/lodash.d.ts:1801
Method
findLastIndex
* @see _.findLastIndex
typings/lodash/lodash.d.ts:1826
Method
findLastIndex
* @see _.findLastIndex
typings/lodash/lodash.d.ts:1851
Method
findLastKey
* This method is like _.findKey except that it iterates over elements of a collection in the opposite order. * * If a property name
typings/lodash/lodash.d.ts:14479
Method
findLastKey
* @see _.findLastKey
typings/lodash/lodash.d.ts:14516
Method
findLastKey
* @see _.findLastKey
typings/lodash/lodash.d.ts:14549
Method
first
* @see _.head
typings/lodash/lodash.d.ts:1877
Method
first
* @see _.head
typings/lodash/lodash.d.ts:1884
Method
first
* @see _.head
typings/lodash/lodash.d.ts:1891
Method
flatMap
* Creates an array of flattened values by running each element in `array` * through `iteratee` and concating its result to the other mapped v
typings/lodash/lodash.d.ts:1919
Method
flatten
* Flattens a nested array. If isDeep is true the array is recursively flattened, otherwise it’s only * flattened a single level. *
typings/lodash/lodash.d.ts:1935
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1952
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1959
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1966
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1973
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1980
Method
flatten
* @see _.flatten
typings/lodash/lodash.d.ts:1987
Method
flattenDeep
* Recursively flattens a nested array. * * @param array The array to recursively flatten. * @return Returns the new flatten
typings/lodash/lodash.d.ts:1998
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2005
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2012
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2019
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2026
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2033
Method
flattenDeep
* @see _.flattenDeep
typings/lodash/lodash.d.ts:2040
Method
flip
* Creates a function that invokes `func` with arguments reversed. * * @static * @memberOf _ * @category Function
typings/lodash/lodash.d.ts:9982
Method
flip
* @see _.flip
typings/lodash/lodash.d.ts:9989
Method
flip
* @see _.flip
typings/lodash/lodash.d.ts:9996
Method
floor
* Calculates n rounded down to precision. * * @param n The number to round down. * @param precision The precision to round
typings/lodash/lodash.d.ts:12477
Method
floor
* @see _.floor
typings/lodash/lodash.d.ts:12487
Method
floor
* @see _.floor
typings/lodash/lodash.d.ts:12494
Method
flow
* Creates a function that returns the result of invoking the provided functions with the this binding of the * created function, where each s
typings/lodash/lodash.d.ts:10008
Method
flow
* @see _.flow
typings/lodash/lodash.d.ts:10015
Method
flow
* @see _.flow
typings/lodash/lodash.d.ts:10022
Method
flowRight
* This method is like _.flow except that it creates a function that invokes the provided functions from right * to left. *
typings/lodash/lodash.d.ts:10034
Method
flowRight
* @see _.flowRight
typings/lodash/lodash.d.ts:10041
Method
flowRight
* @see _.flowRight
typings/lodash/lodash.d.ts:10048
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7101
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7111
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7121
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7131
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7141
Method
forEach
* @see _.forEach
typings/lodash/lodash.d.ts:7151
Method
forEachRight
* This method is like _.forEach except that it iterates over elements of collection from right to left. * * @alias _.eachRight
typings/lodash/lodash.d.ts:7168
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7215
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7225
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7235
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7245
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7255
Method
forEachRight
* @see _.forEachRight
typings/lodash/lodash.d.ts:7265
Method
forIn
* Iterates over own and inherited enumerable properties of an object invoking iteratee for each property. The * iteratee is bound to thisArg
typings/lodash/lodash.d.ts:14590
Method
forIn
* @see _.forIn
typings/lodash/lodash.d.ts:14610
Method
forIn
* @see _.forIn
typings/lodash/lodash.d.ts:14620
Method
forInRight
* This method is like _.forIn except that it iterates over properties of object in the opposite order. * * @param object The object
typings/lodash/lodash.d.ts:14636
Method
forInRight
* @see _.forInRight
typings/lodash/lodash.d.ts:14656
Method
forInRight
* @see _.forInRight
typings/lodash/lodash.d.ts:14666
Method
forOwn
* Iterates over own enumerable properties of an object invoking iteratee for each property. The iteratee is * bound to thisArg and invoked wi
typings/lodash/lodash.d.ts:14684
Method
forOwn
* @see _.forOwn
typings/lodash/lodash.d.ts:14704
Method
forOwn
* @see _.forOwn
typings/lodash/lodash.d.ts:14714
Method
forOwnRight
* This method is like _.forOwn except that it iterates over properties of object in the opposite order. * * @param object The object
typings/lodash/lodash.d.ts:14730
Method
forOwnRight
* @see _.forOwnRight
typings/lodash/lodash.d.ts:14750
Method
forOwnRight
* @see _.forOwnRight
typings/lodash/lodash.d.ts:14760
Method
formatExtraFieldLabel
Format extra field formFieldLabel (adding "extra-" prefix) @param label formFieldLabel to format @return formatted formFieldLabel (with prefix "extra-
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:274
Method
fromPairs
* The inverse of `_.toPairs`; this method returns an object composed * from key-value `pairs`. * * @static * @memb
typings/lodash/lodash.d.ts:2059
Method
functions
* Creates an array of function property names from own enumerable properties * of `object`. * * @static * @memberO
typings/lodash/lodash.d.ts:14789
Method
functions
* @see _.functions
typings/lodash/lodash.d.ts:14796
Method
functions
* @see _.functions
typings/lodash/lodash.d.ts:14803
Method
functionsIn
* Creates an array of function property names from own and inherited * enumerable properties of `object`. * * @static
typings/lodash/lodash.d.ts:14829
Method
functionsIn
* @see _.functionsIn
typings/lodash/lodash.d.ts:14836
Method
functionsIn
* @see _.functionsIn
typings/lodash/lodash.d.ts:14843
Method
get
(Long id)
src/main/java/fr/redfroggy/dynamicforms/service/CustomerService.java:29
Method
get
(@PathVariable Long id)
src/main/java/fr/redfroggy/dynamicforms/rest/CustomerResource.java:29
Method
get
* Gets the property value at path of object. If the resolved * value is undefined the defaultValue is used in its place. * @param ob
typings/lodash/lodash.d.ts:14856
Method
get
* @see _.get
typings/lodash/lodash.d.ts:14866
Method
getCustomer
()
src/test/java/fr/redfroggy/dynamicforms/rest/CustomerResourceTest.java:83
Method
getCustomerForm
()
src/test/java/fr/redfroggy/dynamicforms/rest/CustomerResourceTest.java:179
Method
getDefaultValue
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldValue.java:20
Method
getDropdownOptions
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:113
Method
getEntityName
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:77
Method
getExtrafield
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:121
Method
getFieldLabel
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldDropDown.java:49
Method
getFieldValue
Get field value @return field value
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:236
Method
getFileAccept
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:202
Method
getForm
()
src/test/java/fr/redfroggy/dynamicforms/configuration/ExtraFieldConfigurationTest.java:71
Method
getForm
(Boolean onlyExtraFields)
src/main/java/fr/redfroggy/dynamicforms/service/CustomerService.java:38
Method
getForm
(@RequestParam(name = "onlyExtraFields",required = false) Boolean onlyExtraFields)
src/main/java/fr/redfroggy/dynamicforms/rest/CustomerResource.java:44
Method
getFormField
()
src/test/java/fr/redfroggy/dynamicforms/configuration/ExtraFieldConfigurationTest.java:84
Method
getFormFields
()
src/test/java/fr/redfroggy/dynamicforms/configuration/ExtraFieldConfigurationTest.java:77
Method
getId
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldDropDown.java:33
Method
getId
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:69
Method
getJavaType
Get list generic type @param field current field @return List generic type
src/main/java/fr/redfroggy/dynamicforms/utils/FormUtils.java:230
Method
getLabel
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldLabel.java:17
Method
getMax
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:170
Method
getMaxLength
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:178
← previous
next →
301–400 of 1,170, ranked by callers