MCPcopy Create free account

hub / github.com/SimonBuxx/LogiJS / functions

Functions1,471 in github.com/SimonBuxx/LogiJS

↓ 404 callersFunctiona
()
libraries/p5.min.js:27
↓ 121 callersFunctionline
(ctx, x1, y1, x2, y2)
libraries/p5.js:3233
↓ 116 callersFunctionfill
* Fills elements of `array` with `value` from `start` up to, but not * including, `end`. * * **Note:** This method mutates `array`.
libraries/lodash.js:7220
↓ 99 callersFunctiond
(a)
libraries/p5.min.js:26
↓ 88 callersFunctionparseInt
* Converts `string` to an integer of the specified radix. If `radix` is * `undefined` or `0`, a `radix` of `10` is used unless `value` is a
libraries/lodash.js:14456
↓ 76 callersFunctionaddHelpText
(element, text)
javascripts/DOMdefinitions.js:245
↓ 55 callersFunctionb
(a)
libraries/p5.min.js:26
↓ 51 callersFunctione
(g,h)
libraries/p5.min.js:2
↓ 50 callersFunctiongetIteratee
* Gets the appropriate "iteratee" function. If `_.iteratee` is customized, * this function returns the custom method, otherwise it returns `baseI
libraries/lodash.js:5963
↓ 47 callersFunctionn
(a,b)
libraries/jquery.min.js:3
↓ 44 callersFunctionh
(a,b,c)
libraries/p5.min.js:27
↓ 43 callersFunctionreDraw
()
javascripts/sketch.js:2048
↓ 42 callersFunctionf
(a)
libraries/p5.min.js:27
↓ 40 callersFunctiontoInteger
* Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-
libraries/lodash.js:12411
↓ 39 callersFunctionhideAllOptions
()
javascripts/sketch.js:506
↓ 38 callersFunctionbaseRest
* The base implementation of `_.rest` which doesn't validate or coerce arguments. * * @private * @param {Function} func The function to
libraries/lodash.js:3939
↓ 37 callersFunctionsetUnactive
()
javascripts/sketch.js:557
↓ 35 callersFunctionc
(a)
libraries/p5.min.js:26
↓ 34 callersFunctionisNaN
* Checks if `value` is `NaN`. * * **Note:** This method is based on * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same
libraries/lodash.js:11907
↓ 33 callersFunctionpushUndoAction
(type, indizes, objects)
javascripts/undoredo.js:865
↓ 31 callersFunctionenterModifierMode
()
javascripts/modifierMenu.js:4
↓ 29 callersFunctioniteratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name, the created function returns
libraries/lodash.js:15505
↓ 29 callersFunctiontoString
* Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @st
libraries/lodash.js:12572
↓ 28 callersFunctiong
(a,b)
libraries/p5.min.js:27
↓ 27 callersFunction$
(a)
libraries/p5.min.js:28
↓ 25 callersFunctionattachListener
(ev, fxn, ctx)
libraries/p5.js:22862
↓ 23 callersFunctionsetControlMode
(mode)
javascripts/sketch.js:1008
↓ 22 callersFunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (
libraries/lodash.js:11758
↓ 21 callersFunctionarrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array t
libraries/lodash.js:655
↓ 21 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
libraries/lodash.js:11787
↓ 21 callersFunctionsetHelpText
(str, icon = 'question-circle')
javascripts/sketch.js:2386
↓ 20 callersFunctioni
(a,b)
libraries/p5.min.js:27
↓ 20 callersFunctionuncompressTable
* @param {DataView} * @param {Object} * @return {TableData}
libraries/p5.js:8054
↓ 19 callersFunctionH
(a,b,c)
libraries/p5.min.js:27
↓ 19 callersFunctionj
(a,b)
libraries/p5.min.js:27
↓ 19 callersFunctionl
(a,b)
libraries/p5.min.js:27
↓ 18 callersFunctioncheckOffset
(offset, ext, length)
libraries/p5.js:950
↓ 17 callersFunctionB
(a,b,c)
libraries/p5.min.js:27
↓ 16 callersFunctionbaseFlatten
* The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flat
libraries/lodash.js:2945
↓ 16 callersFunctionconfigureButtons
(mode)
javascripts/sketch.js:1899
↓ 16 callersFunctionk
(a,b)
libraries/p5.min.js:27
↓ 16 callersFunctionvb
(a,b)
libraries/jquery.min.js:3
↓ 15 callersFunctionI
(a,b,c,d,e,g)
libraries/p5.min.js:27
↓ 14 callersFunction_reject
(promise, reason)
libraries/p5.js:2039
↓ 14 callersFunctionapply
* A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. *
libraries/lodash.js:493
↓ 14 callersFunctionbaseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query.
libraries/lodash.js:3075
↓ 14 callersFunctioncheckInt
(buf, value, offset, ext, max, min)
libraries/p5.js:1111
↓ 14 callersFunctioncopyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [
libraries/lodash.js:4779
↓ 14 callersFunctionisIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument.
libraries/lodash.js:6318
↓ 13 callersFunctionA
(a,b,c)
libraries/p5.min.js:27
↓ 13 callersFunctionaddElement
* Helpers for create methods.
libraries/p5.dom.js:229
↓ 13 callersFunctionb
(c,e)
libraries/jquery.min.js:3
↓ 13 callersFunctionbaseUnary
* The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap argume
libraries/lodash.js:1025
↓ 13 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 t
libraries/lodash.js:11347
↓ 13 callersFunctionp
(a,b)
libraries/p5.min.js:27
↓ 13 callersFunctionq
(a)
libraries/p5.min.js:27
↓ 13 callersFunctionshowTour
(headline, text, welcome = false)
javascripts/dialogs.js:17
↓ 12 callersFunctionbaseSlice
* The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @
libraries/lodash.js:4057
↓ 12 callersFunctionbaseToString
* The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value
libraries/lodash.js:4236
↓ 12 callersFunctiongetCookieValue
(a)
javascripts/sketch.js:2426
↓ 12 callersFunctionisFinite
* Checks if `value` is a finite primitive number. * * **Note:** This method is based on * [`Number.isFinite`](https://mdn.io/Number/isF
libraries/lodash.js:11641
↓ 12 callersFunctionisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lan
libraries/lodash.js:12172
↓ 12 callersFunctionkeys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the *
libraries/lodash.js:13285
↓ 12 callersFunctionwireOverlap
(a, b)
javascripts/parsing.js:286
↓ 12 callersFunctiony
(a,b,c,d)
libraries/p5.min.js:27
↓ 11 callersFunctionconstant
(v)
libraries/p5.js:14079
↓ 11 callersFunctione
(a,b)
libraries/jquery.min.js:5
↓ 11 callersFunctionelementMenuShown
()
javascripts/modifierMenu.js:222
↓ 11 callersFunctiongb
(a)
libraries/jquery.min.js:3
↓ 11 callersFunctionimportCustom
(filename)
javascripts/sketch.js:410
↓ 11 callersFunctionisArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @sinc
libraries/lodash.js:11376
↓ 11 callersFunctionk
()
libraries/jquery.min.js:4
↓ 11 callersFunctionlast
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array Th
libraries/lodash.js:7627
↓ 11 callersFunctionm
(a,b)
libraries/p5.min.js:27
↓ 11 callersFunctionmouseOverGUI
()
javascripts/mouse.js:1015
↓ 11 callersFunctionshowMessage
(msg, subline = '', autoHide = true)
javascripts/dialogs.js:5
↓ 11 callersFunctionstringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted arr
libraries/lodash.js:1345
↓ 11 callersFunctiontoNumber
* Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value t
libraries/lodash.js:12472
↓ 11 callersFunctionu
(a,b,c,d)
libraries/p5.min.js:27
↓ 11 callersFunctionw
(a,b,c,d)
libraries/p5.min.js:27
↓ 11 callersFunctionwirePoints
(x, y, j)
javascripts/parsing.js:6
↓ 10 callersFunctionarrayEach
* A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arr
libraries/lodash.js:533
↓ 10 callersFunctioncopyObject
* Copies properties of `source` to `object`. * * @private * @param {Object} source The object to copy properties from. * @param {A
libraries/lodash.js:4800
↓ 10 callersFunctionfb
(a)
libraries/jquery.min.js:3
↓ 10 callersFunctiongetUser
(req)
site_scripts/index.js:579
↓ 10 callersFunctionr
(a,b)
libraries/p5.min.js:27
↓ 10 callersFunctiontinf_read_bits
(d, num, base)
libraries/p5.js:15391
↓ 9 callersFunctionbaseAssignValue
* The base implementation of `assignValue` and `assignMergeValue` without * value checks. * * @private * @param {Object} object Th
libraries/lodash.js:2572
↓ 9 callersFunctionbaseClone
* The base implementation of `_.clone` and `_.cloneDeep` which tracks * traversed objects. * * @private * @param {*} value The val
libraries/lodash.js:2642
↓ 9 callersFunctioncreateWrap
* Creates a function that either curries or invokes `func` with optional * `this` binding and partially applied arguments. * * @private
libraries/lodash.js:5528
↓ 9 callersFunctiondecode
(elt)
libraries/p5.js:21
↓ 9 callersFunctionencode
(num)
libraries/p5.js:91
↓ 9 callersFunctioneq
* Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine
libraries/lodash.js:11199
↓ 9 callersFunctionflatRest
* A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest
libraries/lodash.js:5880
↓ 9 callersFunctionfulfill
(promise, value)
libraries/p5.js:2026
↓ 9 callersFunctionisIndex
* Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX
libraries/lodash.js:6301
↓ 9 callersFunctiont
(a,b,c)
libraries/p5.min.js:27
↓ 9 callersFunctiontoKey
* Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @return
libraries/lodash.js:6771
↓ 8 callersFunctionW
(a)
libraries/p5.min.js:28
↓ 8 callersFunctionY
(a,b)
libraries/p5.min.js:27
next →1–100 of 1,471, ranked by callers