Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NUKnightLab/sql-mysteries
/ functions
Functions
973 in github.com/NUKnightLab/sql-mysteries
⨍
Functions
973
◇
Types & classes
6
↓ 1 callers
Function
chain
* Creates a `lodash` wrapper instance that wraps `value` with explicit method * chain sequences enabled. The result of such sequences must be unw
scripts/lodash.js:8737
↓ 1 callers
Function
charType
(code)
scripts/codemirror.js:974
↓ 1 callers
Function
cleanUpLine
(line)
scripts/codemirror.js:1795
↓ 1 callers
Function
clickRepeat
(pos, button)
scripts/codemirror.js:7221
↓ 1 callers
Function
clipToLen
(pos, linelen)
scripts/codemirror.js:513
↓ 1 callers
Function
cloneDataView
* Creates a clone of `dataView`. * * @private * @param {Object} dataView The data view to clone. * @param {boolean} [isDeep] Speci
scripts/lodash.js:4558
↓ 1 callers
Function
cloneRegExp
* Creates a clone of `regexp`. * * @private * @param {Object} regexp The regexp to clone. * @returns {Object} Returns the cloned r
scripts/lodash.js:4570
↓ 1 callers
Function
cloneSymbol
* Creates a clone of the `symbol` object. * * @private * @param {Object} symbol The symbol object to clone. * @returns {Object} Re
scripts/lodash.js:4583
↓ 1 callers
Function
collapsedSpanAround
(line, ch)
scripts/codemirror.js:749
↓ 1 callers
Function
compareAscending
* Compares values to sort them in ascending order. * * @private * @param {*} value The value to compare. * @param {*} other The ot
scripts/lodash.js:4608
↓ 1 callers
Function
compareMultiple
* Used by `_.orderBy` to compare multiple properties of a value to another * and stable sort them. * * If `orders` is unspecified, all
scripts/lodash.js:4652
↓ 1 callers
Function
computeReplacedSel
(doc, changes, hint)
scripts/codemirror.js:4612
↓ 1 callers
Function
configureMouse
(cm, repeat, event)
scripts/codemirror.js:7299
↓ 1 callers
Function
contextMenuInGutter
(cm, e)
scripts/codemirror.js:7589
↓ 1 callers
Function
coordsCharInner
(cm, lineObj, lineNo$$1, x, y)
scripts/codemirror.js:2821
↓ 1 callers
Function
copySharedMarkers
(doc, markers)
scripts/codemirror.js:6002
↓ 1 callers
Function
copySymbols
* Copies own symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param {Obj
scripts/lodash.js:4814
↓ 1 callers
Function
copySymbolsIn
* Copies own and inherited symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from.
scripts/lodash.js:4826
↓ 1 callers
Function
countHolders
* Gets the number of `placeholder` occurrences in `array`. * * @private * @param {Array} array The array to inspect. * @param {*} placehol
scripts/lodash.js:1078
↓ 1 callers
Function
createBind
* Creates a function that wraps `func` to invoke it with the optional `this` * binding of `thisArg`. * * @private * @param {Functi
scripts/lodash.js:4943
↓ 1 callers
Function
createCurry
* Creates a function that wraps `func` to enable currying. * * @private * @param {Function} func The function to wrap. * @param {n
scripts/lodash.js:5036
↓ 1 callers
Function
createHybrid
* Creates a function that wraps `func` to invoke it with optional `this` * binding of `thisArg`, partial application, and currying. * *
scripts/lodash.js:5164
↓ 1 callers
Function
createPartial
* Creates a function that wraps `func` to invoke it with the `this` binding * of `thisArg` and `partials` prepended to the arguments it receives.
scripts/lodash.js:5319
↓ 1 callers
Function
datatable
(data)
scripts/main.js:48
↓ 1 callers
Function
debounce
* Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced funct
scripts/lodash.js:10304
↓ 1 callers
Function
deburr
* Deburrs `string` by converting * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) *
scripts/lodash.js:14180
↓ 1 callers
Function
defineOptions
(CodeMirror)
scripts/codemirror.js:7605
↓ 1 callers
Function
detachSharedMarkers
(markers)
scripts/codemirror.js:6014
↓ 1 callers
Function
directionChanged
(cm)
scripts/codemirror.js:4743
↓ 1 callers
Function
domTextBetween
(cm, from, to, fromLine, toLine)
scripts/codemirror.js:9072
↓ 1 callers
Function
done
(e)
scripts/codemirror.js:7488
↓ 1 callers
Function
drawSelectionRange
(cm, range$$1, output)
scripts/codemirror.js:3109
↓ 1 callers
Function
e_stopPropagation
(e)
scripts/codemirror.js:1205
↓ 1 callers
Function
endOperation_R1
(op)
scripts/codemirror.js:3771
↓ 1 callers
Function
endOperation_R2
(op)
scripts/codemirror.js:3788
↓ 1 callers
Function
endOperation_W1
(op)
scripts/codemirror.js:3784
↓ 1 callers
Function
endOperation_W2
(op)
scripts/codemirror.js:3809
↓ 1 callers
Function
endOperation_finish
(op)
scripts/codemirror.js:3834
↓ 1 callers
Function
endOperations
(group)
scripts/codemirror.js:3757
↓ 1 callers
Function
ensureFocus
(cm)
scripts/codemirror.js:3215
↓ 1 callers
Function
ensureGlobalHandlers
()
scripts/codemirror.js:6572
↓ 1 callers
Function
ensureLineHeights
(cm, lineView, rect)
scripts/codemirror.js:2400
↓ 1 callers
Function
equalByTag
* A specialized version of `baseIsEqualDeep` for comparing objects of * the same `toStringTag`. * * **Note:** This function only suppor
scripts/lodash.js:5711
↓ 1 callers
Function
equalObjects
* A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {Objec
scripts/lodash.js:5789
↓ 1 callers
Function
extend
(e)
scripts/codemirror.js:7468
↓ 1 callers
Function
extendTo
(pos)
scripts/codemirror.js:7423
↓ 1 callers
Function
filter
* Iterates over elements of `collection`, returning an array of all elements * `predicate` returns truthy for. The predicate is invoked with thre
scripts/lodash.js:9171
↓ 1 callers
Function
filterSelectionChange
(doc, sel, options)
scripts/codemirror.js:5026
↓ 1 callers
Function
findNextLine
()
scripts/codemirror.js:8605
↓ 1 callers
Function
findStartLine
(cm, n, precise)
scripts/codemirror.js:1733
↓ 1 callers
Function
finishOperation
(op, endCb)
scripts/codemirror.js:2122
↓ 1 callers
Function
finishTouch
()
scripts/codemirror.js:7875
↓ 1 callers
Function
fireCallbacksForOps
(group)
scripts/codemirror.js:2106
↓ 1 callers
Function
getMode
(options, spec)
scripts/codemirror.js:1346
↓ 1 callers
Function
getOldSpans
(doc, change)
scripts/codemirror.js:4908
↓ 1 callers
Function
getRawTag
* A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. * * @private * @param {*} value The value to query.
scripts/lodash.js:6004
↓ 1 callers
Function
getUsefulRect
(rects, bias)
scripts/codemirror.js:2547
↓ 1 callers
Function
getValue
* Gets the value at `key` of `object`. * * @private * @param {Object} [object] The object to query. * @param {string} key The key of the p
scripts/lodash.js:1128
↓ 1 callers
Function
getView
* Gets the view, applying any `transforms` to the `start` and `end` positions. * * @private * @param {number} start The start of the vi
scripts/lodash.js:6100
↓ 1 callers
Function
getWrapDetails
* Extracts wrapper details from the `source` body comment. * * @private * @param {string} source The source to inspect. * @returns
scripts/lodash.js:6125
↓ 1 callers
Function
handleCharBinding
(cm, e, ch)
scripts/codemirror.js:7147
↓ 1 callers
Function
handleMappedButton
(cm, button, pos, repeat, event)
scripts/codemirror.js:7279
↓ 1 callers
Function
hasBadBidiRects
(measure)
scripts/codemirror.js:1251
↓ 1 callers
Function
hasBadZoomedRects
(measure)
scripts/codemirror.js:1300
↓ 1 callers
Function
hasUnicodeWord
* Checks if `string` contains a word composed of Unicode symbols. * * @private * @param {string} string The string to inspect. * @returns
scripts/lodash.js:1150
↓ 1 callers
Function
indexOf
* Gets the index at which the first occurrence of `value` is found in `array` * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.
scripts/lodash.js:7450
↓ 1 callers
Function
initCloneArray
* Initializes an array clone. * * @private * @param {Array} array The array to clone. * @returns {Array} Returns the initialized c
scripts/lodash.js:6168
↓ 1 callers
Function
initCloneByTag
* Initializes an object clone based on its `toStringTag`. * * **Note:** This function only supports cloning values with tags of * `Bool
scripts/lodash.js:6205
↓ 1 callers
Function
insertLineContent
(line, builder, styles)
scripts/codemirror.js:1999
↓ 1 callers
Function
insertSorted
(array, value, score)
scripts/codemirror.js:231
↓ 1 callers
Function
insertWrapDetails
* Inserts wrapper `details` in a comment at the top of the `source` body. * * @private * @param {string} source The source to modify.
scripts/lodash.js:6249
↓ 1 callers
Function
isInGutter
(node)
scripts/codemirror.js:9064
↓ 1 callers
Function
isInteger
* Checks if `value` is an integer. * * **Note:** This method is based on * [`Number.isInteger`](https://mdn.io/Number/isInteger).
scripts/lodash.js:11682
↓ 1 callers
Function
isKeyable
* Checks if `value` is suitable for use as unique object key. * * @private * @param {*} value The value to check. * @returns {bool
scripts/lodash.js:6342
↓ 1 callers
Function
isMasked
* Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Return
scripts/lodash.js:6378
↓ 1 callers
Function
isModifierKey
(value)
scripts/codemirror.js:6731
↓ 1 callers
Function
isMouseLikeTouchEvent
(e)
scripts/codemirror.js:7882
↓ 1 callers
Function
isNumber
* Checks if `value` is classified as a `Number` primitive or object. * * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are
scripts/lodash.js:12002
↓ 1 callers
Function
iterateBidiSections
(order, from, to, f)
scripts/codemirror.js:914
↓ 1 callers
Function
iteratorToArray
* Converts `iterator` to an array. * * @private * @param {Object} iterator The iterator to convert. * @returns {Array} Returns the convert
scripts/lodash.js:1161
↓ 1 callers
Function
keyName
(event, noShift)
scripts/codemirror.js:6746
↓ 1 callers
Function
lastChangeEvent
(hist, force)
scripts/codemirror.js:4786
↓ 1 callers
Function
leadingEdge
(time)
scripts/lodash.js:10337
↓ 1 callers
Function
leftButtonDown
(cm, pos, repeat, event)
scripts/codemirror.js:7312
↓ 1 callers
Function
leftButtonSelect
(cm, event, start, behavior)
scripts/codemirror.js:7378
↓ 1 callers
Function
leftButtonStartDrag
(cm, event, pos, behavior)
scripts/codemirror.js:7330
↓ 1 callers
Function
lineEnd
(cm, lineN)
scripts/codemirror.js:7040
↓ 1 callers
Function
lineIsHiddenInner
(doc, line, span)
scripts/codemirror.js:840
↓ 1 callers
Function
loadFile
(file, i)
scripts/codemirror.js:6469
↓ 1 callers
Function
locateNodeInLineView
(lineView, node, offset)
scripts/codemirror.js:9144
↓ 1 callers
Function
lodash
* Creates a `lodash` object which wraps `value` to enable implicit method * chain sequences. Methods that operate on and return arrays, collectio
scripts/lodash.js:1662
↓ 1 callers
Function
lookupKeyForEditor
(cm, name, handle)
scripts/codemirror.js:7079
↓ 1 callers
Function
makeChangeSingleDocInEditor
(cm, change, spans)
scripts/codemirror.js:5362
↓ 1 callers
Function
mapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value p
scripts/lodash.js:1178
↓ 1 callers
Function
markTextShared
(doc, from, to, options, type)
scripts/codemirror.js:5983
↓ 1 callers
Function
markedSpansAfter
(old, endCh, isInsert)
scripts/codemirror.js:580
↓ 1 callers
Function
markedSpansBefore
(old, startCh, isInsert)
scripts/codemirror.js:569
↓ 1 callers
Function
maybeClipScrollbars
(cm)
scripts/codemirror.js:4133
↓ 1 callers
Function
maybeScrollWindow
(cm, rect)
scripts/codemirror.js:3365
↓ 1 callers
Function
maybeUpdateRectForZooming
(measure, rect)
scripts/codemirror.js:2610
← previous
next →
501–600 of 973, ranked by callers