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
↓ 85 callers
Function
Pos
(line, ch, sticky)
scripts/codemirror.js:485
↓ 67 callers
Function
set
(str)
scripts/codemirrorsql.js:280
↓ 61 callers
Function
getLine
(doc, n)
scripts/codemirror.js:401
↓ 54 callers
Function
elt
(tag, content, className, style)
scripts/codemirror.js:71
↓ 52 callers
Function
option
(name, deflt, handle, notOnInit)
scripts/codemirror.js:7608
↓ 50 callers
Function
getIteratee
* Gets the appropriate "iteratee" function. If `_.iteratee` is customized, * this function returns the custom method, otherwise it returns `baseI
scripts/lodash.js:5943
↓ 50 callers
Function
on
(emitter, type, f)
scripts/codemirror.js:1132
↓ 46 callers
Function
cmp
(a, b)
scripts/codemirror.js:496
↓ 45 callers
Function
clipPos
(doc, pos)
scripts/codemirror.js:507
↓ 40 callers
Function
toInteger
* Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-
scripts/lodash.js:12395
↓ 38 callers
Function
baseRest
* The base implementation of `_.rest` which doesn't validate or coerce arguments. * * @private * @param {Function} func The function to
scripts/lodash.js:3947
↓ 31 callers
Function
lst
(arr)
scripts/codemirror.js:223
↓ 30 callers
Function
lineNo
(line)
scripts/codemirror.js:444
↓ 29 callers
Function
iteratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name, the created function returns
scripts/lodash.js:15525
↓ 29 callers
Function
toString
* Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @st
scripts/lodash.js:12556
↓ 22 callers
Function
isObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (
scripts/lodash.js:11742
↓ 21 callers
Function
arrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array t
scripts/lodash.js:633
↓ 21 callers
Function
isObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static
scripts/lodash.js:11771
↓ 19 callers
Function
docMethodOp
(f)
scripts/codemirror.js:3898
↓ 19 callers
Function
operation
(cm, f)
scripts/codemirror.js:3880
↓ 19 callers
Function
signal
(emitter, type /*, values...*/)
scripts/codemirror.js:1162
↓ 19 callers
Function
signalDOMEvent
(cm, e, override)
scripts/codemirror.js:1172
↓ 18 callers
Function
indexOf
(array, elt)
scripts/codemirror.js:182
↓ 18 callers
Function
signalLater
(emitter, type /*, values...*/)
scripts/codemirror.js:2142
↓ 16 callers
Function
baseFlatten
* The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flat
scripts/lodash.js:2953
↓ 16 callers
Function
methodOp
(f)
scripts/codemirror.js:3890
↓ 16 callers
Function
setSelection
(doc, sel, options)
scripts/codemirror.js:5056
↓ 15 callers
Function
isIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument.
scripts/lodash.js:6300
↓ 15 callers
Function
regChange
(cm, from, to, lendiff)
scripts/codemirror.js:3914
↓ 14 callers
Function
baseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query.
scripts/lodash.js:3083
↓ 14 callers
Function
copyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [
scripts/lodash.js:4759
↓ 14 callers
Function
e_preventDefault
(e)
scripts/codemirror.js:1201
↓ 14 callers
Function
runInOp
(cm, f)
scripts/codemirror.js:3873
↓ 13 callers
Function
apply
* A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. *
scripts/lodash.js:471
↓ 13 callers
Function
baseUnary
* The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap argume
scripts/lodash.js:1003
↓ 13 callers
Function
isArrayLike
* 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
scripts/lodash.js:11331
↓ 13 callers
Function
removeChildrenAndAdd
(parent, e)
scripts/codemirror.js:67
↓ 12 callers
Function
baseSlice
* The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @
scripts/lodash.js:4065
↓ 12 callers
Function
baseToString
* The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value
scripts/lodash.js:4244
↓ 12 callers
Function
hasHandler
(emitter, type)
scripts/codemirror.js:1187
↓ 12 callers
Function
isSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lan
scripts/lodash.js:12156
↓ 12 callers
Function
keys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the *
scripts/lodash.js:13305
↓ 11 callers
Function
countColumn
(string, end, tabSize, startIndex, startValue)
scripts/codemirror.js:161
↓ 11 callers
Function
cursorCoords
(cm, pos, context, lineObj, preparedMeasure, varHeight)
scripts/codemirror.js:2726
↓ 11 callers
Function
isArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @sinc
scripts/lodash.js:11360
↓ 11 callers
Function
last
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array Th
scripts/lodash.js:7609
↓ 11 callers
Function
normalizeSelection
(ranges, primIndex)
scripts/codemirror.js:4554
↓ 11 callers
Function
off
(emitter, type, f)
scripts/codemirror.js:1147
↓ 11 callers
Function
stringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted arr
scripts/lodash.js:1337
↓ 11 callers
Function
toNumber
* Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value t
scripts/lodash.js:12456
↓ 10 callers
Function
arrayEach
* A specialized version of `_.forEach` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arr
scripts/lodash.js:511
↓ 10 callers
Function
copyObject
* Copies properties of `source` to `object`. * * @private * @param {Object} source The object to copy properties from. * @param {A
scripts/lodash.js:4780
↓ 10 callers
Function
eq
* Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine
scripts/lodash.js:11183
↓ 10 callers
Function
measureCharPrepared
(cm, prepared, ch, bias, varHeight)
scripts/codemirror.js:2487
↓ 10 callers
Function
scrollGap
(cm)
scripts/codemirror.js:2388
↓ 10 callers
Function
updateLineHeight
(line, height)
scripts/codemirror.js:437
↓ 10 callers
Function
visualLine
(line)
scripts/codemirror.js:782
↓ 9 callers
Function
activeElt
()
scripts/codemirror.js:114
↓ 9 callers
Function
baseAssignValue
* The base implementation of `assignValue` and `assignMergeValue` without * value checks. * * @private * @param {Object} object Th
scripts/lodash.js:2564
↓ 9 callers
Function
baseClone
* The base implementation of `_.clone` and `_.cloneDeep` which tracks * traversed objects. * * @private * @param {*} value The val
scripts/lodash.js:2634
↓ 9 callers
Function
createWrap
* Creates a function that either curries or invokes `func` with optional * `this` binding and partially applied arguments. * * @private
scripts/lodash.js:5508
↓ 9 callers
Function
eventInWidget
(display, e)
scripts/codemirror.js:2367
↓ 9 callers
Function
flatRest
* A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest
scripts/lodash.js:5860
↓ 9 callers
Function
getOrder
(line, direction)
scripts/codemirror.js:1119
↓ 9 callers
Function
heightAtLine
(lineObj)
scripts/codemirror.js:857
↓ 9 callers
Function
isIndex
* Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX
scripts/lodash.js:6280
↓ 9 callers
Function
toKey
* Converts `value` to a string key if it's not a string or symbol. * * @private * @param {*} value The value to inspect. * @return
scripts/lodash.js:6753
↓ 8 callers
Function
add
(left, top, width, bottom)
scripts/codemirror.js:3116
↓ 8 callers
Function
arrayPush
* Appends the elements of `values` to `array`. * * @private * @param {Array} array The array to modify. * @param {Array} values The values
scripts/lodash.js:652
↓ 8 callers
Function
baseUniq
* The base implementation of `_.uniqBy` without support for iteratee shorthands. * * @private * @param {Array} array The array to inspe
scripts/lodash.js:4269
↓ 8 callers
Function
castPath
* Casts `value` to a path array if it's not one. * * @private * @param {*} value The value to inspect. * @param {Object} [object]
scripts/lodash.js:4475
↓ 8 callers
Function
castSlice
* Casts `array` to a slice if it's needed. * * @private * @param {Array} array The array to inspect. * @param {number} start The s
scripts/lodash.js:4502
↓ 8 callers
Function
lineIsHidden
(doc, line)
scripts/codemirror.js:829
↓ 8 callers
Function
regLineChange
(cm, line, type)
scripts/codemirror.js:3979
↓ 8 callers
Function
removeChildren
(e)
scripts/codemirror.js:61
↓ 8 callers
Function
replaceHolders
* Replaces all `placeholder` elements in `array` with an internal placeholder * and returns an array of their indexes. * * @private * @par
scripts/lodash.js:1211
↓ 8 callers
Function
resetView
(cm)
scripts/codemirror.js:3993
↓ 8 callers
Function
simpleSelection
(anchor, head)
scripts/codemirror.js:4570
↓ 8 callers
Function
toFinite
* Converts `value` to a finite number. * * @static * @memberOf _ * @since 4.12.0 * @category Lang * @param {*} value The
scripts/lodash.js:12357
↓ 7 callers
Function
baseClamp
* The base implementation of `_.clamp` which doesn't coerce arguments. * * @private * @param {number} number The number to clamp.
scripts/lodash.js:2606
↓ 7 callers
Function
baseForOwn
* The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to it
scripts/lodash.js:3009
↓ 7 callers
Function
changeEnd
(change)
scripts/codemirror.js:4576
↓ 7 callers
Function
contains
(parent, child)
scripts/codemirror.js:103
↓ 7 callers
Function
copyObj
(obj, target, overwrite)
scripts/codemirror.js:151
↓ 7 callers
Function
displayWidth
(cm)
scripts/codemirror.js:2389
↓ 7 callers
Function
endOperation
(cm)
scripts/codemirror.js:3746
↓ 7 callers
Function
findViewIndex
(cm, n)
scripts/codemirror.js:3052
↓ 7 callers
Function
getBetween
(doc, start, end)
scripts/codemirror.js:417
↓ 7 callers
Function
getNative
* Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key
scripts/lodash.js:5992
↓ 7 callers
Function
isFunction
* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @p
scripts/lodash.js:11646
↓ 7 callers
Function
keysIn
* Creates an array of the own and inherited enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects.
scripts/lodash.js:13332
↓ 7 callers
Function
lineAtHeight
(chunk, h)
scripts/codemirror.js:458
↓ 7 callers
Function
linkedDocs
(doc, f, sharedHistOnly)
scripts/codemirror.js:4712
↓ 7 callers
Function
posFromMouse
(cm, e, liberal, forRect)
scripts/codemirror.js:3034
↓ 7 callers
Function
setScrollLeft
(cm, val, isScroller, forceScroll)
scripts/codemirror.js:3524
↓ 7 callers
Function
startOperation
(cm)
scripts/codemirror.js:3724
↓ 7 callers
Function
textHeight
(display)
scripts/codemirror.js:2947
↓ 7 callers
Function
toSource
* Converts `func` to its source code. * * @private * @param {Function} func The function to convert. * @returns {string} Returns t
scripts/lodash.js:6768
↓ 6 callers
Function
arrayFilter
* A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
scripts/lodash.js:574
↓ 6 callers
Function
badPos
(pos, bad)
scripts/codemirror.js:9070
next →
1–100 of 973, ranked by callers