MCPcopy Create free account

hub / github.com/SimonBuxx/LogiJS / functions

Functions1,471 in github.com/SimonBuxx/LogiJS

↓ 8 callersFunctionarrayPush
* Appends the elements of `values` to `array`. * * @private * @param {Array} array The array to modify. * @param {Array} values The values
libraries/lodash.js:674
↓ 8 callersFunctionbaseUniq
* The base implementation of `_.uniqBy` without support for iteratee shorthands. * * @private * @param {Array} array The array to inspe
libraries/lodash.js:4261
↓ 8 callersFunctioncastPath
* Casts `value` to a path array if it's not one. * * @private * @param {*} value The value to inspect. * @param {Object} [object]
libraries/lodash.js:4467
↓ 8 callersFunctioncastSlice
* Casts `array` to a slice if it's needed. * * @private * @param {Array} array The array to inspect. * @param {number} start The s
libraries/lodash.js:4494
↓ 8 callersFunctiond
(a)
libraries/jquery.min.js:5
↓ 8 callersFunctiondoConpoints
()
javascripts/cpdiodes.js:188
↓ 8 callersFunctiono
(a,b)
libraries/p5.min.js:27
↓ 8 callersFunctionparseCFFIndex
(data, start, conversionFn)
libraries/p5.js:9676
↓ 8 callersFunctionreplaceHolders
* Replaces all `placeholder` elements in `array` with an internal placeholder * and returns an array of their indexes. * * @private * @par
libraries/lodash.js:1233
↓ 8 callersFunctions
(a,b)
libraries/p5.min.js:27
↓ 8 callersFunctionsetLoading
(l)
javascripts/sketch.js:2402
↓ 8 callersFunctionsetSelectMode
(mode)
javascripts/sketch.js:1031
↓ 8 callersFunctionshowModulePreviewer
()
javascripts/dialogs.js:376
↓ 8 callersFunctiontoFinite
* Converts `value` to a finite number. * * @static * @memberOf _ * @since 4.12.0 * @category Lang * @param {*} value The
libraries/lodash.js:12373
↓ 7 callersFunctionallocate
(that, length)
libraries/p5.js:365
↓ 7 callersFunctionbaseClamp
* The base implementation of `_.clamp` which doesn't coerce arguments. * * @private * @param {number} number The number to clamp.
libraries/lodash.js:2614
↓ 7 callersFunctionbaseForOwn
* The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to it
libraries/lodash.js:3001
↓ 7 callersFunctionbusPoints
(x, y, j)
javascripts/parsing.js:20
↓ 7 callersFunctiongetNative
* Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key
libraries/lodash.js:6012
↓ 7 callersFunctionisFunction
* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @p
libraries/lodash.js:11662
↓ 7 callersFunctionlb
(a)
libraries/jquery.min.js:3
↓ 7 callersFunctionloadCustomFile
(file, num, hlparent, afterLoadingCallback = function () { })
javascripts/loadsave.js:314
↓ 7 callersFunctiontoSource
* Converts `func` to its source code. * * @private * @param {Function} func The function to convert. * @returns {string} Returns t
libraries/lodash.js:6786
↓ 7 callersFunctionv
(a,b,c,d)
libraries/p5.min.js:27
↓ 7 callersFunctionx
(a,b,c,d)
libraries/p5.min.js:27
↓ 7 callersFunctionx
(a,b,c)
libraries/jquery.min.js:3
↓ 6 callersFunctionJ
(a,b,c,d)
libraries/p5.min.js:27
↓ 6 callersFunctionarrayFilter
* A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
libraries/lodash.js:596
↓ 6 callersFunctionb
()
libraries/bootstrap.min.js:7
↓ 6 callersFunctionbaseGet
* The base implementation of `_.get` without support for default values. * * @private * @param {Object} object The object to query.
libraries/lodash.js:3040
↓ 6 callersFunctionchecked
(length)
libraries/p5.js:382
↓ 6 callersFunctioncloseModifierMenu
()
javascripts/modifierMenu.js:23
↓ 6 callersFunctioncreateAssigner
* Creates a function like `_.assign`. * * @private * @param {Function} assigner The function to assign values. * @returns {Functio
libraries/lodash.js:4874
↓ 6 callersFunctioncreateCompounder
* Creates a function like `_.camelCase`. * * @private * @param {Function} callback The function to combine each word. * @returns {
libraries/lodash.js:5008
↓ 6 callersFunctioncreateConpoint
(x, y, state, g, isBusConpoint = false)
javascripts/cpdiodes.js:34
↓ 6 callersFunctiondb
(a,b,d,e)
libraries/jquery.min.js:3
↓ 6 callersFunctionderive
(v0, v1, v2, v3, t)
libraries/p5.js:3049
↓ 6 callersFunctionexec
(state)
libraries/p5.js:5392
↓ 6 callersFunctiong
()
libraries/jquery.min.js:4
↓ 6 callersFunctiongetHolder
* Gets the argument placeholder value for `func`. * * @private * @param {Function} func The function to inspect. * @returns {*} Re
libraries/lodash.js:5947
↓ 6 callersFunctionhasUnicode
* Checks if `string` contains Unicode symbols. * * @private * @param {string} string The string to inspect. * @returns {boolean} Returns `
libraries/lodash.js:1161
↓ 6 callersFunctionis_free_modules
(modules)
javascripts/sketch.js:1478
↓ 6 callersFunctionkeysIn
* Creates an array of the own and inherited enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects.
libraries/lodash.js:13312
↓ 6 callersFunctionn
(a,b)
libraries/p5.min.js:27
↓ 6 callersFunctionpush
(v)
libraries/p5.js:62
↓ 6 callersFunctionstringSize
* Gets the number of symbols in `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the str
libraries/lodash.js:1332
↓ 6 callersFunctionupdateUndoButtons
()
javascripts/sketch.js:1889
↓ 5 callersFunctionC
(a)
libraries/p5.min.js:27
↓ 5 callersFunction_resolve
(promise, value)
libraries/p5.js:2008
↓ 5 callersFunctionasap
(callback, arg)
libraries/p5.js:1722
↓ 5 callersFunctionassertNamePresent
(name)
libraries/p5.js:3958
↓ 5 callersFunctionbaseDifference
* The base implementation of methods like `_.difference` without support * for excluding multiple arrays or iteratee shorthands. * * @p
libraries/lodash.js:2776
↓ 5 callersFunctionbaseIndexOf
* The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to inspect. * @p
libraries/lodash.js:840
↓ 5 callersFunctioncreateCtor
* Creates a function that produces an instance of `Ctor` regardless of * whether it was invoked as part of a `new` expression or by `call` or `ap
libraries/lodash.js:5022
↓ 5 callersFunctioneb
()
libraries/jquery.min.js:3
↓ 5 callersFunctiongetCFFString
(strings, index)
libraries/p5.js:9836
↓ 5 callersFunctiongetUnitVector
(x, y)
libraries/p5.js:5028
↓ 5 callersFunctionisPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns
libraries/lodash.js:6416
↓ 5 callersFunctionnormalizeName
(name)
libraries/p5.js:15675
↓ 5 callersFunctionparseStems
()
libraries/p5.js:10111
↓ 5 callersFunctionpositionSelectionTools
()
javascripts/selectionHandling.js:806
↓ 5 callersFunctionreject
`Promise.reject` returns a promise rejected with the passed `reason`. It is shorthand for the following: ```javascript let promise = new Promis
libraries/p5.js:2432
↓ 4 callersFunctionG
(a,b,c)
libraries/p5.min.js:27
↓ 4 callersFunctionK
(a,b,c,d)
libraries/p5.min.js:27
↓ 4 callersFunctionR
(a,b)
libraries/p5.min.js:27
↓ 4 callersFunctionU
(a)
libraries/p5.min.js:27
↓ 4 callersFunctionV
(a,b,c,d)
libraries/p5.min.js:27
↓ 4 callersFunctionV
(a,b)
libraries/jquery.min.js:4
↓ 4 callersFunctionarrayReduce
* A specialized version of `_.reduce` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
libraries/lodash.js:697
↓ 4 callersFunctionassignValue
* Assigns `value` to `key` of `object` if the existing value is not equivalent * using [`SameValueZero`](http://ecma-international.org/ecma-262/7
libraries/lodash.js:2493
↓ 4 callersFunctionassocIndexOf
* Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect.
libraries/lodash.js:2509
↓ 4 callersFunctionbaseExtremum
* The base implementation of methods like `_.max` and `_.min` which accepts a * `comparator` to determine the extremum value. * * @priv
libraries/lodash.js:2869
↓ 4 callersFunctionbaseFindIndex
* The base implementation of `_.findIndex` and `_.findLastIndex` without * support for iteratee shorthands. * * @private * @param {Array}
libraries/lodash.js:819
↓ 4 callersFunctionbaseFunctions
* The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @pri
libraries/lodash.js:3026
↓ 4 callersFunctionbaseInvoke
* The base implementation of `_.invoke` without support for individual * method arguments. * * @private * @param {Object} object T
libraries/lodash.js:3225
↓ 4 callersFunctionbaseIsEqual
* The base implementation of `_.isEqual` which supports partial comparisons * and tracks traversed objects. * * @private * @param
libraries/lodash.js:3279
↓ 4 callersFunctionbaseSet
* The base implementation of `_.set`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path The
libraries/lodash.js:3977
↓ 4 callersFunctionbaseSortedIndex
* The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which * performs a binary search of `array` to determine the index at which
libraries/lodash.js:4109
↓ 4 callersFunctionbaseWhile
* The base implementation of methods like `_.dropWhile` and `_.takeWhile` * without support for iteratee shorthands. * * @private
libraries/lodash.js:4352
↓ 4 callersFunctionbezlen
(x1, y1, x2, y2, x3, y3, x4, y4, z)
libraries/p5.js:39656
↓ 4 callersFunctionblitBuffer
(src, dst, offset, length)
libraries/p5.js:1674
↓ 4 callersFunctionc
(c)
libraries/bootstrap.min.js:7
↓ 4 callersFunctioncalculateOffset
* Helper fxn to measure ascent and descent. * Adapted from http://stackoverflow.com/a/25355178
libraries/p5.js:23164
↓ 4 callersFunctioncreateAggregator
* Creates a function like `_.groupBy`. * * @private * @param {Function} setter The function to set accumulator values. * @param {F
libraries/lodash.js:4858
↓ 4 callersFunctioncreateMathOperation
* Creates a function that performs a mathematical operation on two values. * * @private * @param {Function} operator The function to pe
libraries/lodash.js:5260
↓ 4 callersFunctioncreatePadding
* Creates the padding for `string` based on `length`. The `chars` string * is truncated if the number of characters exceeds `length`. *
libraries/lodash.js:5314
↓ 4 callersFunctioncreateRelationalOperation
* Creates a function that performs a relational operation on two values. * * @private * @param {Function} operator The function to perf
libraries/lodash.js:5394
↓ 4 callersFunctiondefineDependentProperty
(glyph, externalName, internalName)
libraries/p5.js:4462
↓ 4 callersFunctionfullCrossing
(x, y)
javascripts/cpdiodes.js:42
↓ 4 callersFunctiongetFuncName
* Gets the name of `func`. * * @private * @param {Function} func The function to query. * @returns {string} Returns the function n
libraries/lodash.js:5925
↓ 4 callersFunctiongetMapData
* Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key. * @r
libraries/lodash.js:5977
↓ 4 callersFunctiongetSymbols
(obj)
libraries/p5.js:21753
↓ 4 callersFunctionh
(a,b,c)
libraries/jquery.min.js:3
↓ 4 callersFunctionhc
(a,b)
libraries/jquery.min.js:5
↓ 4 callersFunctionhideElementMenus
()
javascripts/modifierMenu.js:216
↓ 4 callersFunctionincludes
* Checks if `value` is in `collection`. If `collection` is a string, it's * checked for a substring of `value`, otherwise * [`SameValueZero`
libraries/lodash.js:9449
↓ 4 callersFunctioninitPinConfigurator
()
javascripts/dialogs.js:271
↓ 4 callersFunctioninitTZone
(state)
libraries/p5.js:5464
↓ 4 callersFunctionisConPoint
(x, y)
javascripts/cpdiodes.js:131
↓ 4 callersFunctionisPlainObject
* Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. *
libraries/lodash.js:12051
← previousnext →101–200 of 1,471, ranked by callers