Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrismccord/elixirconf_training
/ functions
Functions
167 in github.com/chrismccord/elixirconf_training
⨍
Functions
167
◇
Types & classes
0
Function
Authorship
(quill, options)
quill.js:8581
Function
BaseTheme
(quill, options)
quill.js:10455
Function
ColorPicker
()
quill.js:7604
Function
Ctor
()
quill.js:493
Function
Delta
(ops)
quill.js:4917
Function
Document
(root, options)
quill.js:5932
Function
Editor
(root, quill, options)
quill.js:6154
Function
EventEmitter
(conf)
quill.js:4371
Function
Format
(config)
quill.js:6532
Function
ImageTooltip
(quill, options)
quill.js:8687
Function
Iterator
(ops)
quill.js:5270
Function
Keyboard
(quill, options)
quill.js:8814
Function
LazyWrapper
* Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. * * @private * @param {*} value The value to wrap.
quill.js:521
Function
Leaf
(node1, formats)
quill.js:6748
Function
Line
(doc, node1)
quill.js:6823
Function
LinkTooltip
(quill, options)
quill.js:9020
Function
LinkedList
()
quill.js:8327
Function
MultiCursor
(quill, options)
quill.js:9223
Function
Node
(data)
quill.js:8315
Function
Normalizer
()
quill.js:7112
Function
PasteManager
(quill, options)
quill.js:9385
Function
Picker
(select)
quill.js:8412
Function
Quill
(container1, options)
quill.js:10107
Function
Range
(start, end)
quill.js:8526
Function
SelectWrapper
()
quill.js:8112
Function
Selection
(doc, emitter)
quill.js:7350
Function
SetCache
* * Creates a cache object to store unique values. * * @private * @param {Array} [values] The values to cache.
quill.js:541
Function
SnowTheme
(quill, options)
quill.js:10513
Function
Toolbar
(quill, options)
quill.js:9495
Function
Tooltip
(quill, options)
quill.js:9754
Function
UndoManager
(quill, options)
quill.js:9864
Function
Wrapper
(node1)
quill.js:7634
Function
appendMessage
(msg, msgContainer, docChan)
web/static/js/app.js:136
Function
arrayEvery
* A specialized version of `_.every` for arrays without support for callback * shorthands and `this` binding. * * @private * @param {Array
quill.js:635
Function
arrayReduce
* A specialized version of `_.reduce` for arrays without support for callback * shorthands and `this` binding. * * @private * @param {Arra
quill.js:679
Function
assignDefaults
* Used by `_.defaults` to customize its `_.assign` use. * * @private * @param {*} objectValue The destination object property value. * @pa
quill.js:722
Function
baseEvery
* The base implementation of `_.every` without support for callback * shorthands and `this` binding. * * @private * @param {Array|Object|s
quill.js:992
Function
baseForOwn
* The base implementation of `_.forOwn` without support for callback * shorthands and `this` binding. * * @private * @param {Object} objec
quill.js:1098
Function
baseLodash
* The function whose prototype all chaining wrappers inherit from. * * @private
quill.js:479
Function
baseMap
* The base implementation of `_.map` without support for callback shorthands * and `this` binding. * * @private * @param {Array|Object|str
quill.js:1286
Function
cachePush
* Adds `value` to the cache. * * @private * @name push * @memberOf SetCache * @param {*} value The value to cache.
quill.js:574
Function
clone
* Creates a clone of `value`. If `isDeep` is `true` nested objects are cloned, * otherwise they are assigned by reference. If `customizer` is provi
quill.js:3443
Function
configure
(conf)
quill.js:4355
Function
createHybridWrapper
* Creates a function that wraps `func` and invokes it with optional `this` * binding of, partial application, and currying. * * @private *
quill.js:1912
Function
createPartialWrapper
* Creates a function that wraps `func` and invokes it with the optional `this` * binding of `thisArg` and the `partials` prepended to those provide
quill.js:1995
Function
ctor
()
quill.js:6728
Function
equalArrays
* A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Array} array T
quill.js:2099
Function
equalObjects
* A specialized version of `baseIsEqualDeep` for objects with support for * partial deep comparisons. * * @private * @param {Object} objec
quill.js:2186
Function
every
* Checks if `predicate` returns truthy for **all** elements of `collection`. * The predicate is bound to `thisArg` and invoked with three arguments
quill.js:2988
Function
growListenerTree
(type, listener)
quill.js:4488
Function
identity
* This method returns the first argument provided to it. * * @static * @memberOf _ * @category Utility * @param {*} value Any value.
quill.js:4116
Function
init
()
quill.js:4348
Function
init
()
web/static/js/app.js:34
Function
isElement
* Checks if `value` is a DOM element. * * @static * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {
quill.js:3513
Function
isEqual
* Performs a deep comparison between two values to determine if they are * equivalent. If `customizer` is provided it is invoked to compare values.
quill.js:3568
Function
isNumber
* Checks if `value` is classified as a `Number` primitive or object. * * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are clas
quill.js:3672
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @memberOf _ * @category Lang * @param {*} value The
quill.js:3734
Function
listener
()
quill.js:4580
Function
lodash
* Creates a `lodash` object which wraps `value` to enable implicit chaining. * Methods that operate on and return arrays, collections, and function
quill.js:470
Function
map
* Creates an array of values by running each element in `collection` through * `iteratee`. The `iteratee` is bound to `thisArg` and invoked with th
quill.js:3174
Function
noop
* A no-operation function that returns `undefined` regardless of the * arguments it receives. * * @static * @memberOf _ * @category Uti
quill.js:4163
Function
object
()
quill.js:896
Function
save
(docChan, editor)
web/static/js/app.js:129
Function
searchListenerTree
(handlers, type, tree, i)
quill.js:4382
Function
uniqueId
* Generates a unique ID. If `prefix` is provided the ID is appended to it. * * @static * @memberOf _ * @category Utility * @param {stri
quill.js:4209
Function
values
* Creates an array of the own enumerable property values of `object`. * * **Note:** Non-object values are coerced to objects. * * @static
quill.js:4003
Function
wrapper
()
quill.js:1779
← previous
101–167 of 167, ranked by callers