MCPcopy Create free account

hub / github.com/SimonBuxx/LogiJS / functions

Functions1,471 in github.com/SimonBuxx/LogiJS

↓ 1 callersFunctionshowModuleOptions
()
javascripts/dialogs.js:142
↓ 1 callersFunctionshowModulePreview
()
javascripts/previews.js:97
↓ 1 callersFunctionshowNegationPreview
(clickBox, isOutput, direction, isTop)
javascripts/previews.js:633
↓ 1 callersFunctionshowOutputPropMenu
()
javascripts/modifierMenu.js:117
↓ 1 callersFunctionshowPinConfigurator
()
javascripts/dialogs.js:159
↓ 1 callersFunctionshowSaveDialog
()
javascripts/dialogs.js:116
↓ 1 callersFunctionsimplify
(pts, angle)
libraries/p5.js:39119
↓ 1 callersFunctionsplitPaths
(cmds)
libraries/p5.js:39136
↓ 1 callersFunctionstartSelect
()
javascripts/sketch.js:981
↓ 1 callersFunctionstartSimulation
()
javascripts/sketch.js:1750
↓ 1 callersFunctionstrictIndexOf
* A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} a
libraries/lodash.js:1293
↓ 1 callersFunctionstrictLastIndexOf
* A specialized version of `_.lastIndexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Arra
libraries/lodash.js:1315
↓ 1 callersFunctionstringtrim
(str)
libraries/p5.js:1555
↓ 1 callersFunctionswapOutputs
(a, b)
javascripts/modifierMenu.js:158
↓ 1 callersFunctionswitchDiodeForConpoint
(diodeNumber)
javascripts/cpdiodes.js:229
↓ 1 callersFunctiontb
(a,b,c,d,e,f)
libraries/jquery.min.js:3
↓ 1 callersFunctiontinf_build_fixed_trees
(lt, dt)
libraries/p5.js:15321
↓ 1 callersFunctiontinf_decode_trees
(d, lt, dt)
libraries/p5.js:15433
↓ 1 callersFunctiontinf_getbit
(d)
libraries/p5.js:15375
↓ 1 callersFunctiontinf_inflate_uncompressed_block
(d)
libraries/p5.js:15533
↓ 1 callersFunctiontoArray
* Converts `value` to an array. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value t
libraries/lodash.js:12334
↓ 1 callersFunctiontoHex
(n)
libraries/p5.js:1560
↓ 1 callersFunctiontoLength
* Converts `value` to an integer suitable for use as the length of an * array-like object. * * **Note:** This method is based on *
libraries/lodash.js:12445
↓ 1 callersFunctiontoPlainObject
* Converts `value` to a plain object flattening inherited enumerable string * keyed properties of `value` to own properties of the plain object.
libraries/lodash.js:12517
↓ 1 callersFunctiontoggleBusConpoint
()
javascripts/cpdiodes.js:251
↓ 1 callersFunctiontoggleDiodeAndConpoint
()
javascripts/cpdiodes.js:236
↓ 1 callersFunctiontripletToBase64
(num)
libraries/p5.js:95
↓ 1 callersFunctiontryCatch
(callback, detail)
libraries/p5.js:2096
↓ 1 callersFunctiontryThen
(then, value, fulfillmentHandler, rejectionHandler)
libraries/p5.js:1941
↓ 1 callersFunctiontypedArraySupport
()
libraries/p5.js:185
↓ 1 callersFunctionub
(a)
libraries/jquery.min.js:3
↓ 1 callersFunctionucs2Write
(buf, string, offset, length)
libraries/p5.js:681
↓ 1 callersFunctionundo
()
javascripts/undoredo.js:3
↓ 1 callersFunctionundoClicked
()
javascripts/DOMdefinitions.js:262
↓ 1 callersFunctionunicodeSize
* Gets the size of a Unicode `string`. * * @private * @param {string} string The string inspect. * @returns {number} Returns the string si
libraries/lodash.js:1367
↓ 1 callersFunctionunicodeToArray
* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the con
libraries/lodash.js:1382
↓ 1 callersFunctionunicodeWords
* Splits a Unicode `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Returns t
libraries/lodash.js:1393
↓ 1 callersFunctionunzip
* This method is like `_.zip` except that it accepts an array of grouped * elements and creates an array regrouping the elements to their pre-zip
libraries/lodash.js:8483
↓ 1 callersFunctionunzipWith
* This method is like `_.unzip` except that it accepts `iteratee` to specify * how regrouped values should be combined. The iteratee is invoked w
libraries/lodash.js:8520
↓ 1 callersFunctionupdateBusGroups
()
javascripts/sketch.js:2221
↓ 1 callersFunctionupdateGroups
()
javascripts/sketch.js:2215
↓ 1 callersFunctionupdateWrapDetails
* Updates wrapper `details` based on `bitmask` flags. * * @private * @returns {Array} details The details to modify. * @param {num
libraries/lodash.js:6806
↓ 1 callersFunctionuseMessageChannel
()
libraries/p5.js:1786
↓ 1 callersFunctionuseMutationObserver
()
libraries/p5.js:1774
↓ 1 callersFunctionuseNextTick
()
libraries/p5.js:1755
↓ 1 callersFunctionuseVertxTimer
()
libraries/p5.js:1764
↓ 1 callersFunctionutf16leSlice
(buf, start, end)
libraries/p5.js:901
↓ 1 callersFunctionutf16leToBytes
(str, units)
libraries/p5.js:1654
↓ 1 callersFunctionutf8Write
(buf, string, offset, length)
libraries/p5.js:665
↓ 1 callersFunctionvalidationError
()
libraries/p5.js:2198
↓ 1 callersFunctionwb
(a,b,c)
libraries/jquery.min.js:3
↓ 1 callersFunctionwireConnect
(wire)
javascripts/parsing.js:37
↓ 1 callersFunctionwords
* Splits `string` into an array of its words. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {stri
libraries/lodash.js:15192
↓ 1 callersFunctionyb
(a)
libraries/jquery.min.js:4
↓ 1 callersFunctionzb
(a)
libraries/jquery.min.js:4
Function$a
(a)
libraries/p5.min.js:29
Function$b
(a,b,c,d,e)
libraries/jquery.min.js:5
FunctionABS
(state)
libraries/p5.js:6690
FunctionADD
(state)
libraries/p5.js:6642
FunctionALIGNRP
(state)
libraries/p5.js:6231
FunctionAND
(state)
libraries/p5.js:6553
FunctionAa
(a)
libraries/p5.min.js:29
FunctionAction
(actionType, actionIndizes, actionObject)
javascripts/classes/action.js:3
FunctionBa
(a)
libraries/p5.min.js:29
FunctionBar
()
libraries/p5.js:186
FunctionBody
()
libraries/p5.js:15834
FunctionBoundingBox
* A bounding box is an enclosing box that describes the smallest measure within which all the points lie. * It is used to calculate the bounding box
libraries/p5.js:3065
FunctionBuffer
* Class: Buffer * ============= * * The Buffer constructor returns instances of `Uint8Array` that are augmented * with function properties for all
libraries/p5.js:218
FunctionBus
(dir, startX, startY)
javascripts/classes/bus.js:3
FunctionBusGroup
()
javascripts/classes/busGroup.js:3
FunctionBusInput
(x, y, busWidth, custPos = 0)
javascripts/classes/busInput.js:3
FunctionBusUnwrapper
(x, y, direction, outputCount)
javascripts/classes/busUnwrapper.js:3
FunctionBusWrapper
(x, y, direction, inputCount)
javascripts/classes/busWrapper.js:3
FunctionCALL
(state)
libraries/p5.js:5945
FunctionCEILING
(state)
libraries/p5.js:6723
FunctionCINDEX
(state)
libraries/p5.js:5968
FunctionCLEAR
(state)
libraries/p5.js:5882
FunctionCa
(a)
libraries/p5.min.js:29
FunctionCffEncoding
* @exports opentype.CffEncoding * @class * @constructor * @param {string} encoding - The encoding * @param {Array} charset - The charcater set.
libraries/p5.js:3421
FunctionClickBox
(x, y, w, h, transform)
javascripts/classes/clickBox.js:3
FunctionCmapEncoding
* @exports opentype.CmapEncoding * @class * @constructor * @param {Object} cmap - a object with the cmap encoded data
libraries/p5.js:3402
FunctionConPoint
(x, y, state, g, isBusConpoint = false)
javascripts/classes/conpoint.js:3
FunctionCoverage
* @exports opentype.Coverage * @class * @param {opentype.Table} * @constructor * @extends opentype.Table
libraries/p5.js:9525
FunctionCue
(callback, time, id, val)
libraries/p5.dom.js:2185
FunctionCustomDialog
()
javascripts/customDialog.js:1
FunctionCustomSketch
(x, y, direction, file)
javascripts/classes/customSketch.js:3
FunctionDELTAC123
(b, state)
libraries/p5.js:6759
FunctionDELTAP123
(b, state)
libraries/p5.js:6590
FunctionDEPTH
(state)
libraries/p5.js:5904
FunctionDIV
(state)
libraries/p5.js:6666
FunctionDUP
(state)
libraries/p5.js:5864
FunctionDa
(a)
libraries/p5.min.js:29
FunctionData
(source, dest)
libraries/p5.js:15262
FunctionDecoder
(x, y, direction, inputCount, useInputBus, useOutputBus)
javascripts/classes/decoder.js:3
FunctionDefaultEncoding
* This is the encoding used for fonts created from scratch. * It loops through all glyphs and finds the appropriate unicode value. * Since it's line
libraries/p5.js:3375
FunctionDiode
(x, y, state)
javascripts/classes/diode.js:3
FunctionEIF
(state)
libraries/p5.js:6543
FunctionELSE
(state)
libraries/p5.js:5829
FunctionEQ
(state)
libraries/p5.js:6480
FunctionEVEN
(state)
libraries/p5.js:6515
← previousnext →801–900 of 1,471, ranked by callers