MCPcopy Create free account

hub / github.com/SimonBuxx/LogiJS / functions

Functions1,471 in github.com/SimonBuxx/LogiJS

↓ 1 callersFunctionaddTerminatorSegment
(t)
libraries/p5.js:11031
↓ 1 callersFunctionadvanceTour
()
javascripts/dialogs.js:40
↓ 1 callersFunctionareDownKeys
* The checkDownKeys function returns a boolean true if any keys pressed * and a false if no keys are currently pressed. * Helps avoid instances whe
libraries/p5.js:27879
↓ 1 callersFunctionareaTriangle
(a, b, c)
libraries/p5.js:39214
↓ 1 callersFunctionarrayIncludes
* A specialized version of `_.includes` for arrays without support for * specifying an index to search from. * * @private * @param {Array}
libraries/lodash.js:620
↓ 1 callersFunctionarraySample
* A specialized version of `_.sample` for arrays. * * @private * @param {Array} array The array to sample. * @returns {*} Returns
libraries/lodash.js:2439
↓ 1 callersFunctionarraySome
* A specialized version of `_.some` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array
libraries/lodash.js:743
↓ 1 callersFunctionarraysEqual
(ar1, ar2)
libraries/p5.js:9140
↓ 1 callersFunctionary
* Creates a function that invokes `func`, with up to `n` arguments, * ignoring any additional arguments. * * @static * @memberOf _
libraries/lodash.js:10037
↓ 1 callersFunctionasciiSlice
(buf, start, end)
libraries/p5.js:868
↓ 1 callersFunctionasciiToArray
* Converts an ASCII `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the conv
libraries/lodash.js:771
↓ 1 callersFunctionasciiToBytes
(str)
libraries/p5.js:1645
↓ 1 callersFunctionasciiWords
* Splits an ASCII `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Returns th
libraries/lodash.js:782
↓ 1 callersFunctionattemptVertx
()
libraries/p5.js:1818
↓ 1 callersFunctionaverage
(vs)
libraries/p5.js:13828
↓ 1 callersFunctionbase64Slice
(buf, start, end)
libraries/p5.js:764
↓ 1 callersFunctionbase64Write
(buf, string, offset, length)
libraries/p5.js:677
↓ 1 callersFunctionbase64clean
(str)
libraries/p5.js:1543
↓ 1 callersFunctionbaseAssignIn
* The base implementation of `_.assignIn` without support for multiple sources * or `customizer` functions. * * @private * @param
libraries/lodash.js:2559
↓ 1 callersFunctionbaseConforms
* The base implementation of `_.conforms` which doesn't clone `source`. * * @private * @param {Object} source The object of property pr
libraries/lodash.js:2715
↓ 1 callersFunctionbaseFill
* The base implementation of `_.fill` without an iteratee call guard. * * @private * @param {Array} array The array to fill. * @pa
libraries/lodash.js:2898
↓ 1 callersFunctionbaseForOwnRight
* The base implementation of `_.forOwnRight` without support for iteratee shorthands. * * @private * @param {Object} object The object
libraries/lodash.js:3013
↓ 1 callersFunctionbaseInRange
* The base implementation of `_.inRange` which doesn't coerce arguments. * * @private * @param {number} number The number to check.
libraries/lodash.js:3130
↓ 1 callersFunctionbaseInverter
* The base implementation of `_.invert` and `_.invertBy` which inverts * `object` with values transformed by `iteratee` and set by `setter`.
libraries/lodash.js:3208
↓ 1 callersFunctionbaseIsArguments
* The base implementation of `_.isArguments`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `tr
libraries/lodash.js:3239
↓ 1 callersFunctionbaseIsEqualDeep
* A specialized version of `baseIsEqual` for arrays and objects which performs * deep comparisons and tracks traversed objects enabling objects w
libraries/lodash.js:3303
↓ 1 callersFunctionbaseIteratee
* The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. * @re
libraries/lodash.js:3470
↓ 1 callersFunctionbaseKeysIn
* The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object to
libraries/lodash.js:3514
↓ 1 callersFunctionbaseMap
* The base implementation of `_.map` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The colle
libraries/lodash.js:3550
↓ 1 callersFunctionbaseMergeDeep
* A specialized version of `baseMerge` for arrays and objects which performs * deep merges and tracks traversed objects enabling objects with cir
libraries/lodash.js:3645
↓ 1 callersFunctionbasePick
* The base implementation of `_.pick` without support for individual * property identifiers. * * @private * @param {Object} object
libraries/lodash.js:3758
↓ 1 callersFunctionbasePropertyDeep
* A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the property
libraries/lodash.js:3796
↓ 1 callersFunctionbaseRange
* The base implementation of `_.range` and `_.rangeRight` which doesn't * coerce arguments. * * @private * @param {number} start T
libraries/lodash.js:3891
↓ 1 callersFunctionbaseSortBy
* The base implementation of `_.sortBy` which uses `comparer` to define the * sort order of `array` and replaces criteria objects with their corres
libraries/lodash.js:951
↓ 1 callersFunctionbaseToPairs
* The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array * of key-value pairs for `object` corresponding to the property n
libraries/lodash.js:1012
↓ 1 callersFunctionbefore
* Creates a function that invokes `func`, with the `this` binding and arguments * of the created function, while it's called less than `n` times.
libraries/lodash.js:10060
↓ 1 callersFunctionbinarySlice
(buf, start, end)
libraries/p5.js:878
↓ 1 callersFunctionbinaryWrite
(buf, string, offset, length)
libraries/p5.js:673
↓ 1 callersFunctionblurARGB
(canvas, radius)
libraries/p5.js:29472
↓ 1 callersFunctionbottomView
(i)
libraries/stickUp.min.js:2
↓ 1 callersFunctionbuildBlurKernel
(r)
libraries/p5.js:29436
↓ 1 callersFunctionbuildPath
(glyphs, glyph)
libraries/p5.js:11533
↓ 1 callersFunctionbusConnect
(bus)
javascripts/parsing.js:68
↓ 1 callersFunctionbusUnwrapperClicked
()
javascripts/DOMdefinitions.js:553
↓ 1 callersFunctionbusWrapperClicked
()
javascripts/DOMdefinitions.js:567
↓ 1 callersFunctionbussesTrough
(x, y, j)
javascripts/parsing.js:116
↓ 1 callersFunctionbyteLength
(string, encoding)
libraries/p5.js:476
↓ 1 callersFunctioncannotReturnOwn
()
libraries/p5.js:1928
↓ 1 callersFunctioncapitalize
* Converts the first character of `string` to upper case and the remaining * to lower case. * * @static * @memberOf _ * @sinc
libraries/lodash.js:14138
↓ 1 callersFunctioncb
(a)
libraries/p5.min.js:29
↓ 1 callersFunctionchain
* Creates a `lodash` wrapper instance that wraps `value` with explicit method * chain sequences enabled. The result of such sequences must be unw
libraries/lodash.js:8755
↓ 1 callersFunctioncloneDataView
* Creates a clone of `dataView`. * * @private * @param {Object} dataView The data view to clone. * @param {boolean} [isDeep] Speci
libraries/lodash.js:4550
↓ 1 callersFunctioncloneMap
* Creates a clone of `map`. * * @private * @param {Object} map The map to clone. * @param {Function} cloneFunc The function to clo
libraries/lodash.js:4564
↓ 1 callersFunctioncloneRegExp
* Creates a clone of `regexp`. * * @private * @param {Object} regexp The regexp to clone. * @returns {Object} Returns the cloned r
libraries/lodash.js:4576
↓ 1 callersFunctioncloneSet
* Creates a clone of `set`. * * @private * @param {Object} set The set to clone. * @param {Function} cloneFunc The function to clo
libraries/lodash.js:4591
↓ 1 callersFunctioncloneSymbol
* Creates a clone of the `symbol` object. * * @private * @param {Object} symbol The symbol object to clone. * @returns {Object} Re
libraries/lodash.js:4603
↓ 1 callersFunctioncloseSaveDialog
()
javascripts/dialogs.js:135
↓ 1 callersFunctioncloseScreenshotClicked
()
javascripts/sketch.js:487
↓ 1 callersFunctioncmdToArr
(cmd)
libraries/p5.js:39153
↓ 1 callersFunctioncollinear
(a, b, c, thresholdAngle)
libraries/p5.js:39189
↓ 1 callersFunctioncompareAscending
* Compares values to sort them in ascending order. * * @private * @param {*} value The value to compare. * @param {*} other The ot
libraries/lodash.js:4628
↓ 1 callersFunctioncompareMultiple
* Used by `_.orderBy` to compare multiple properties of a value to another * and stable sort them. * * If `orders` is unspecified, all
libraries/lodash.js:4672
↓ 1 callersFunctioncopySelection
()
javascripts/selectionHandling.js:245
↓ 1 callersFunctioncopySymbols
* Copies own symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param {Obj
libraries/lodash.js:4834
↓ 1 callersFunctioncopySymbolsIn
* Copies own and inherited symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from.
libraries/lodash.js:4846
↓ 1 callersFunctioncountHolders
* Gets the number of `placeholder` occurrences in `array`. * * @private * @param {Array} array The array to inspect. * @param {*} placehol
libraries/lodash.js:1100
↓ 1 callersFunctioncreateBind
* Creates a function that wraps `func` to invoke it with the optional `this` * binding of `thisArg`. * * @private * @param {Functi
libraries/lodash.js:4963
↓ 1 callersFunctioncreateCurry
* Creates a function that wraps `func` to enable currying. * * @private * @param {Function} func The function to wrap. * @param {n
libraries/lodash.js:5056
↓ 1 callersFunctioncreateDiode
(x, y, state)
javascripts/cpdiodes.js:122
↓ 1 callersFunctioncreateHybrid
* Creates a function that wraps `func` to invoke it with optional `this` * binding of `thisArg`, partial application, and currying. * *
libraries/lodash.js:5184
↓ 1 callersFunctioncreatePartial
* Creates a function that wraps `func` to invoke it with the `this` binding * of `thisArg` and `partials` prepended to the arguments it receives.
libraries/lodash.js:5339
↓ 1 callersFunctiond
()
libraries/bootstrap.min.js:7
↓ 1 callersFunctionda
(a,b)
libraries/p5.min.js:28
↓ 1 callersFunctiondebounce
* Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced funct
libraries/lodash.js:10322
↓ 1 callersFunctiondeburr
* Deburrs `string` by converting * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) *
libraries/lodash.js:14160
↓ 1 callersFunctiondecodeCodePointsArray
(codePoints)
libraries/p5.js:850
↓ 1 callersFunctiondefineMisusedAtTopLevelCode
()
libraries/p5.js:21750
↓ 1 callersFunctiondeleteBusInput
(inputNumber)
javascripts/sketch.js:1709
↓ 1 callersFunctiondeleteBusUnwrapper
(unwrapperNumber)
javascripts/sketch.js:1727
↓ 1 callersFunctiondeleteBusWrapper
(wrapperNumber)
javascripts/sketch.js:1722
↓ 1 callersFunctiondeleteBusses
()
javascripts/sketch.js:1586
↓ 1 callersFunctiondeleteCustom
(customNumber)
javascripts/sketch.js:1672
↓ 1 callersFunctiondeleteDecoder
(decoderNumber)
javascripts/sketch.js:1732
↓ 1 callersFunctiondeleteDiode
(diodeNumber)
javascripts/cpdiodes.js:116
↓ 1 callersFunctiondeleteGate
(gateNumber)
javascripts/sketch.js:1664
↓ 1 callersFunctiondeleteInput
(inputNumber)
javascripts/sketch.js:1700
↓ 1 callersFunctiondeleteInvalidDiodes
()
javascripts/cpdiodes.js:6
↓ 1 callersFunctiondeleteLabel
(labelNumber)
javascripts/sketch.js:1717
↓ 1 callersFunctiondeleteOutput
(outputNumber)
javascripts/sketch.js:1691
↓ 1 callersFunctiondeleteSegDisplay
(segDisNumber)
javascripts/sketch.js:1740
↓ 1 callersFunctiondeleteSelection
()
javascripts/selectionHandling.js:144
↓ 1 callersFunctiondeleteWires
()
javascripts/sketch.js:1488
↓ 1 callersFunctiondestroyClickedElement
* Helper function, a callback for download that deletes * an invisible anchor element from the DOM once the file * has been automatically downloa
libraries/p5.js:33150
↓ 1 callersFunctiondoNf
()
libraries/p5.js:40573
↓ 1 callersFunctiondoNfc
()
libraries/p5.js:40663
↓ 1 callersFunctiondrainQueue
()
libraries/p5.js:15181
↓ 1 callersFunctiondrawGrid
()
javascripts/sketch.js:2415
↓ 1 callersFunctione
()
libraries/bootstrap.min.js:7
↓ 1 callersFunctionencodeVarDeltaRunAsBytes
(deltas, offset, result)
libraries/p5.js:14653
↓ 1 callersFunctionencodeVarDeltaRunAsWords
(deltas, offset, result)
libraries/p5.js:14685
← previousnext →501–600 of 1,471, ranked by callers