Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimonBuxx/LogiJS
/ functions
Functions
1,471 in github.com/SimonBuxx/LogiJS
⨍
Functions
1,471
◇
Types & classes
0
↓ 2 callers
Function
Mb
(a,b)
libraries/jquery.min.js:4
↓ 2 callers
Function
Mc
(a)
libraries/jquery.min.js:5
↓ 2 callers
Function
N
(a,b,c,d,e)
libraries/p5.min.js:27
↓ 2 callers
Function
Nc
(a,b,c,d)
libraries/jquery.min.js:5
↓ 2 callers
Function
P
(a)
libraries/p5.min.js:27
↓ 2 callers
Function
P
(a,b,c)
libraries/jquery.min.js:3
↓ 2 callers
Function
Q
(a)
libraries/p5.min.js:27
↓ 2 callers
Function
R
(a,b,d,e)
libraries/jquery.min.js:3
↓ 2 callers
Function
S
(a,b,c)
libraries/jquery.min.js:4
↓ 2 callers
Function
Vb
(a,b)
libraries/jquery.min.js:4
↓ 2 callers
Function
Wb
(a,b)
libraries/jquery.min.js:4
↓ 2 callers
Function
Yb
(a,b,c,d,e)
libraries/jquery.min.js:4
↓ 2 callers
Function
Zb
(a,b,c)
libraries/jquery.min.js:4
↓ 2 callers
Function
_checkFileExtension
* Returns a file extension, or another string * if the provided parameter has no extension. * * @param {String} filename * @return {String[
libraries/p5.js:33108
↓ 2 callers
Function
_sAssign
* Validates clipping params. Per drawImage spec sWidth and sHight cannot be * negative or greater than image intrinsic width and height * @private
libraries/p5.js:30029
↓ 2 callers
Function
addBusses
()
javascripts/sketch.js:1172
↓ 2 callers
Function
addName
(name, names)
libraries/p5.js:11127
↓ 2 callers
Function
addStringToPool
(s, pool)
libraries/p5.js:13260
↓ 2 callers
Function
addWires
()
javascripts/sketch.js:1052
↓ 2 callers
Function
arrayIndexOf
(arr, val, byteOffset)
libraries/p5.js:610
↓ 2 callers
Function
arrayLikeKeys
* Creates an array of the enumerable property names of the array-like `value`. * * @private * @param {*} value The value to query.
libraries/lodash.js:2405
↓ 2 callers
Function
asciiWrite
(buf, string, offset, length)
libraries/p5.js:669
↓ 2 callers
Function
assert
(predicate, message)
libraries/p5.js:3952
↓ 2 callers
Function
base3
(t, p1, p2, p3, p4)
libraries/p5.js:39688
↓ 2 callers
Function
base64ToBytes
(str)
libraries/p5.js:1670
↓ 2 callers
Function
baseAssign
* The base implementation of `_.assign` without support for multiple sources * or `customizer` functions. * * @private * @param {O
libraries/lodash.js:2546
↓ 2 callers
Function
baseAt
* The base implementation of `_.at` without support for individual paths. * * @private * @param {Object} object The object to iterate o
libraries/lodash.js:2593
↓ 2 callers
Function
baseConformsTo
* The base implementation of `_.conformsTo` which accepts `props` to check. * * @private * @param {Object} object The object to inspect
libraries/lodash.js:2730
↓ 2 callers
Function
baseDelay
* The base implementation of `_.delay` and `_.defer` which accepts `args` * to provide to `func`. * * @private * @param {Function}
libraries/lodash.js:2758
↓ 2 callers
Function
baseFindKey
* The base implementation of methods like `_.findKey` and `_.findLastKey`, * without support for iteratee shorthands, which iterates over `collecti
libraries/lodash.js:797
↓ 2 callers
Function
baseGetAllKeys
* The base implementation of `getAllKeys` and `getAllKeysIn` which uses * `keysFunc` and `symbolsFunc` to get the enumerable property names and
libraries/lodash.js:3063
↓ 2 callers
Function
baseIsNative
* The base implementation of `_.isNative` without bad shim checks. * * @private * @param {*} value The value to check. * @returns
libraries/lodash.js:3421
↓ 2 callers
Function
baseMatches
* The base implementation of `_.matches` which doesn't clone `source`. * * @private * @param {Object} source The object of property val
libraries/lodash.js:3567
↓ 2 callers
Function
baseMatchesProperty
* The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. * * @private * @param {string} path The path of the pr
libraries/lodash.js:3585
↓ 2 callers
Function
baseMean
* The base implementation of `_.mean` and `_.meanBy` without support for * iteratee shorthands. * * @private * @param {Array} array The ar
libraries/lodash.js:888
↓ 2 callers
Function
baseNth
* The base implementation of `_.nth` which doesn't coerce arguments. * * @private * @param {Array} array The array to query. * @pa
libraries/lodash.js:3715
↓ 2 callers
Function
baseOrderBy
* The base implementation of `_.orderBy` without param guards. * * @private * @param {Array|Object} collection The collection to iterat
libraries/lodash.js:3733
↓ 2 callers
Function
basePickBy
* The base implementation of `_.pickBy` without support for iteratee shorthands. * * @private * @param {Object} object The source obje
libraries/lodash.js:3773
↓ 2 callers
Function
basePullAt
* The base implementation of `_.pullAt` without support for individual * indexes or capturing the removed elements. * * @private *
libraries/lodash.js:3849
↓ 2 callers
Function
baseSortedUniq
* The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without * support for iteratee shorthands. * * @private * @param
libraries/lodash.js:4192
↓ 2 callers
Function
baseToNumber
* The base implementation of `_.toNumber` which doesn't ensure correct * conversions of binary, hexadecimal, or octal string values. *
libraries/lodash.js:4218
↓ 2 callers
Function
baseUpdate
* The base implementation of `_.update`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path
libraries/lodash.js:4337
↓ 2 callers
Function
baseWrapperValue
* The base implementation of `wrapperValue` which returns the result of * performing a sequence of actions on the unwrapped `value`, where each
libraries/lodash.js:4374
↓ 2 callers
Function
baseZipObject
* This base implementation of `_.zipObject` which assigns values using `assignFunc`. * * @private * @param {Array} props The property i
libraries/lodash.js:4424
↓ 2 callers
Function
bufferClone
(buf)
libraries/p5.js:15824
↓ 2 callers
Function
cacheKey
()
libraries/p5.js:39694
↓ 2 callers
Function
catmullRom2bezier
(crp, z)
libraries/p5.js:39591
↓ 2 callers
Function
charsEndIndex
* Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol * that is not found in the character symbols. * * @private *
libraries/lodash.js:1085
↓ 2 callers
Function
charsStartIndex
* Used by `_.trim` and `_.trimStart` to get the index of the first string symbol * that is not found in the character symbols. * * @private
libraries/lodash.js:1068
↓ 2 callers
Function
checkIEEE754
(buf, value, offset, ext, max, min)
libraries/p5.js:1336
↓ 2 callers
Function
clearFunction
(functionName)
libraries/p5.js:2870
↓ 2 callers
Function
cloneBuffer
* Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify a d
libraries/lodash.js:4518
↓ 2 callers
Function
cloneTypedArray
* Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isDeep]
libraries/lodash.js:4615
↓ 2 callers
Function
composeArgs
* Creates an array that is the composition of partially applied arguments, * placeholders, and provided arguments into a single array of argument
libraries/lodash.js:4710
↓ 2 callers
Function
composeArgsRight
* This function is like `composeArgs` except that the arguments composition * is tailored for `_.partialRight`. * * @private * @pa
libraries/lodash.js:4745
↓ 2 callers
Function
computeCheckSum
(bytes)
libraries/p5.js:13734
↓ 2 callers
Function
constant
* Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*} value
libraries/lodash.js:15366
↓ 2 callers
Function
createBaseEach
* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collection
libraries/lodash.js:4908
↓ 2 callers
Function
createBaseFor
* Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating from
libraries/lodash.js:4936
↓ 2 callers
Function
createCaseFirst
* Creates a function like `_.lowerFirst`. * * @private * @param {string} methodName The name of the `String` case method to use. *
libraries/lodash.js:4981
↓ 2 callers
Function
createFind
* Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection index
libraries/lodash.js:5091
↓ 2 callers
Function
createFlow
* Creates a `_.flow` or `_.flowRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
libraries/lodash.js:5111
↓ 2 callers
Function
createInverter
* Creates a function like `_.invertBy`. * * @private * @param {Function} setter The function to set accumulator values. * @param {
libraries/lodash.js:5246
↓ 2 callers
Function
createMedia
VIDEO STUFF
libraries/p5.dom.js:877
↓ 2 callers
Function
createRange
* Creates a `_.range` or `_.rangeRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
libraries/lodash.js:5369
↓ 2 callers
Function
createRecurry
* Creates a function that wraps `func` to continue currying. * * @private * @param {Function} func The function to wrap. * @param
libraries/lodash.js:5421
↓ 2 callers
Function
createToPairs
* Creates a `_.toPairs` or `_.toPairsIn` function. * * @private * @param {Function} keysFunc The function to get the keys of a given ob
libraries/lodash.js:5490
↓ 2 callers
Function
deleteClicked
()
javascripts/sketch.js:594
↓ 2 callers
Function
deleteConpoint
(conpointNumber)
javascripts/cpdiodes.js:110
↓ 2 callers
Function
deleteInvalidConpoints
()
javascripts/cpdiodes.js:18
↓ 2 callers
Function
diodesOnWire
(wire)
javascripts/cpdiodes.js:167
↓ 2 callers
Function
drawCircles
(l, x, y, scale)
libraries/p5.js:4368
↓ 2 callers
Function
ed
(a)
libraries/jquery.min.js:5
↓ 2 callers
Function
encodeString
(s, strings)
libraries/p5.js:10618
↓ 2 callers
Function
equalArrays
* A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Array}
libraries/lodash.js:5653
↓ 2 callers
Function
escapeHelper
(content)
libraries/p5.js:32900
↓ 2 callers
Function
execComponent
(glyph, state, xScale, yScale)
libraries/p5.js:5324
↓ 2 callers
Function
fileNotFoundError
()
javascripts/loadsave.js:133
↓ 2 callers
Function
fileReaderReady
(reader)
libraries/p5.js:15789
↓ 2 callers
Function
findDotsAtSegment
(p1x, p1y, c1x, c1y, c2x, c2y, p2x, p2y, t)
libraries/p5.js:39220
↓ 2 callers
Function
finishSelection
()
javascripts/selectionHandling.js:533
↓ 2 callers
Function
fixArc
(pp, i)
libraries/p5.js:39431
↓ 2 callers
Function
fixM
(path1, path2, a1, a2, i)
libraries/p5.js:39445
↓ 2 callers
Function
fromTypedArray
(that, array)
libraries/p5.js:305
↓ 2 callers
Function
gatherCFFTopDicts
(data, start, cffIndex, strings)
libraries/p5.js:9966
↓ 2 callers
Function
gc
()
libraries/jquery.min.js:5
↓ 2 callers
Function
get
* Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @stati
libraries/lodash.js:13115
↓ 2 callers
Function
getAllKeys
* Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to query.
libraries/lodash.js:5891
↓ 2 callers
Function
getAllKeysIn
* Creates an array of own and inherited enumerable property names and * symbols of `object`. * * @private * @param {Object} object
libraries/lodash.js:5903
↓ 2 callers
Function
getContainer
* Helper function for select and selectAll
libraries/p5.dom.js:160
↓ 2 callers
Function
getEncoding
(platformID, encodingID, languageID)
libraries/p5.js:13150
↓ 2 callers
Function
getPointAtSegmentLength
(p1x,p1y,c1x,c1y,c2x,c2y,p2x,p2y,length)
libraries/p5.js:39240
↓ 2 callers
Function
getSubstFormat
(lookupTable, format, defaultSubtable)
libraries/p5.js:9150
↓ 2 callers
Function
getThen
(promise)
libraries/p5.js:1932
↓ 2 callers
Function
getType
( obj )
libraries/p5.js:21605
↓ 2 callers
Function
getUShort
(dataView, offset)
libraries/p5.js:8334
↓ 2 callers
Function
getWindowHeight
()
libraries/p5.js:21318
↓ 2 callers
Function
getWindowWidth
()
libraries/p5.js:21311
↓ 2 callers
Function
handleMaybeThenable
(promise, maybeThenable, then$$)
libraries/p5.js:1992
↓ 2 callers
Function
hasIn
* Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @since 4.0.0 * @category Object
libraries/lodash.js:13177
← previous
next →
301–400 of 1,471, ranked by callers