SYMBOL INDEX (212 symbols across 43 files) FILE: entry/entry-complete.js constant COMPONENTS (line 26) | const COMPONENTS = { class Glide (line 51) | class Glide extends Core { method mount (line 52) | mount (extensions = {}) { FILE: entry/entry-modular.js constant COMPONENTS (line 24) | const COMPONENTS = { class Glide (line 49) | class Glide extends Core { method mount (line 50) | mount (extensions = {}) { FILE: src/components/anchors.js method mount (line 37) | mount () { method bind (line 54) | bind () { method unbind (line 63) | unbind () { method click (line 73) | click (event) { method detach (line 85) | detach () { method attach (line 104) | attach () { method get (line 125) | get () { FILE: src/components/autoplay.js method mount (line 20) | mount () { method enable (line 34) | enable () { method disable (line 43) | disable () { method start (line 53) | start () { method stop (line 80) | stop () { method bind (line 89) | bind () { method unbind (line 108) | unbind () { method get (line 120) | get () { FILE: src/components/breakpoints.js function sortBreakpoints (line 14) | function sortBreakpoints (points) { method match (line 62) | match (points) { FILE: src/components/build.js method mount (line 11) | mount () { method typeClass (line 25) | typeClass () { method activeClass (line 34) | activeClass () { method removeClasses (line 52) | removeClasses () { FILE: src/components/clones.js method mount (line 8) | mount () { method collect (line 21) | collect (items = []) { method append (line 58) | append () { method remove (line 85) | remove () { method get (line 100) | get () { FILE: src/components/controls.js constant NAV_SELECTOR (line 7) | const NAV_SELECTOR = '[data-glide-el="controls[nav]"]' constant CONTROLS_SELECTOR (line 8) | const CONTROLS_SELECTOR = '[data-glide-el^="controls"]' constant PREVIOUS_CONTROLS_SELECTOR (line 9) | const PREVIOUS_CONTROLS_SELECTOR = `${CONTROLS_SELECTOR} [data-glide-dir... constant NEXT_CONTROLS_SELECTOR (line 10) | const NEXT_CONTROLS_SELECTOR = `${CONTROLS_SELECTOR} [data-glide-dir*=">"]` method mount (line 29) | mount () { method setActive (line 65) | setActive () { method removeActive (line 76) | removeActive () { method addClass (line 88) | addClass (controls) { method removeClass (line 109) | removeClass (controls) { method setArrowState (line 118) | setArrowState () { method resetArrowState (line 142) | resetArrowState (...lists) { method disableArrow (line 157) | disableArrow (...lists) { method addBindings (line 172) | addBindings () { method removeBindings (line 183) | removeBindings () { method bind (line 195) | bind (elements) { method unbind (line 208) | unbind (elements) { method click (line 222) | click (event) { method get (line 239) | get () { FILE: src/components/direction.js constant VALID_DIRECTIONS (line 4) | const VALID_DIRECTIONS = ['ltr', 'rtl'] constant FLIPED_MOVEMENTS (line 5) | const FLIPED_MOVEMENTS = { method mount (line 18) | mount () { method resolve (line 28) | resolve (pattern) { method is (line 44) | is (direction) { method addClass (line 53) | addClass () { method removeClass (line 62) | removeClass () { method get (line 73) | get () { method set (line 83) | set (value) { FILE: src/components/gaps.js constant MARGIN_TYPE (line 5) | const MARGIN_TYPE = { method apply (line 19) | apply (slides) { method remove (line 44) | remove (slides) { method get (line 60) | get () { method get (line 72) | get () { method get (line 84) | get () { FILE: src/components/html.js constant TRACK_SELECTOR (line 6) | const TRACK_SELECTOR = '[data-glide-el="track"]' method mount (line 15) | mount () { method collectSlides (line 24) | collectSlides () { method get (line 37) | get () { method set (line 46) | set (r) { method get (line 65) | get () { method set (line 74) | set (t) { method get (line 85) | get () { FILE: src/components/images.js method mount (line 17) | mount () { method bind (line 26) | bind () { method unbind (line 35) | unbind () { method dragstart (line 44) | dragstart (event) { FILE: src/components/keyboard.js method mount (line 17) | mount () { method bind (line 28) | bind () { method unbind (line 37) | unbind () { method press (line 47) | press (event) { FILE: src/components/move.js method mount (line 11) | mount () { method make (line 21) | make (offset = 0) { method get (line 42) | get () { method set (line 51) | set (value) { method get (line 62) | get () { method get (line 73) | get () { FILE: src/components/peek.js method mount (line 11) | mount () { method get (line 22) | get () { method set (line 32) | set (value) { method get (line 50) | get () { FILE: src/components/resize.js method mount (line 17) | mount () { method bind (line 27) | bind () { method unbind (line 38) | unbind () { FILE: src/components/run.js method mount (line 12) | mount () { method make (line 21) | make (move) { method calculate (line 60) | calculate () { method isStart (line 137) | isStart () { method isEnd (line 146) | isEnd () { method isOffset (line 156) | isOffset (direction = undefined) { method isBound (line 183) | isBound () { function calculateForwardIndex (line 194) | function calculateForwardIndex (viewSize) { function normalizeForwardIndex (line 212) | function normalizeForwardIndex (index, viewSize) { function calculateBackwardIndex (line 246) | function calculateBackwardIndex (viewSize) { function normalizeBackwardIndex (line 268) | function normalizeBackwardIndex (index, viewSize) { method get (line 298) | get () { method set (line 307) | set (value) { method get (line 324) | get () { method get (line 345) | get () { FILE: src/components/sizes.js method setupSlides (line 10) | setupSlides () { method setupWrapper (line 24) | setupWrapper () { method remove (line 33) | remove () { method get (line 50) | get () { method get (line 61) | get () { method get (line 72) | get () { method get (line 83) | get () { FILE: src/components/swipe.js constant START_EVENTS (line 7) | const START_EVENTS = ['touchstart', 'mousedown'] constant MOVE_EVENTS (line 8) | const MOVE_EVENTS = ['touchmove', 'mousemove'] constant END_EVENTS (line 9) | const END_EVENTS = ['touchend', 'touchcancel', 'mouseup', 'mouseleave'] constant MOUSE_EVENTS (line 10) | const MOUSE_EVENTS = ['mousedown', 'mousemove', 'mouseup', 'mouseleave'] method mount (line 32) | mount () { method start (line 42) | start (event) { method move (line 64) | move (event) { method end (line 99) | end (event) { method bindSwipeStart (line 134) | bindSwipeStart () { method unbindSwipeStart (line 155) | unbindSwipeStart () { method bindSwipeMove (line 165) | bindSwipeMove () { method unbindSwipeMove (line 176) | unbindSwipeMove () { method bindSwipeEnd (line 185) | bindSwipeEnd () { method unbindSwipeEnd (line 196) | unbindSwipeEnd () { method touches (line 205) | touches (event) { method threshold (line 218) | threshold (event) { method enable (line 233) | enable () { method disable (line 246) | disable () { FILE: src/components/transition.js method compose (line 19) | compose (property) { method set (line 35) | set (property = 'transform') { method remove (line 44) | remove () { method after (line 54) | after (callback) { method enable (line 65) | enable () { method disable (line 76) | disable () { method get (line 90) | get () { FILE: src/components/translate.js method set (line 11) | set (value) { method remove (line 25) | remove () { method getStartIndex (line 32) | getStartIndex () { method getTravelDistance (line 48) | getTravelDistance () { FILE: src/core/event/events-binder.js class EventsBinder (line 3) | class EventsBinder { method constructor (line 7) | constructor (listeners = {}) { method on (line 20) | on (events, el, closure, capture = false) { method off (line 40) | off (events, el, capture = false) { method destroy (line 55) | destroy () { FILE: src/core/event/events-bus.js class EventsBus (line 3) | class EventsBus { method constructor (line 9) | constructor (events = {}) { method on (line 20) | on (event, handler) { method emit (line 51) | emit (event, context) { FILE: src/core/index.js function mount (line 13) | function mount (glide, extensions, events) { FILE: src/index.js class Glide (line 9) | class Glide { method constructor (line 16) | constructor (selector, options = {}) { method mount (line 33) | mount (extensions = {}) { method mutate (line 53) | mutate (transformers = []) { method update (line 69) | update (settings = {}) { method go (line 94) | go (pattern) { method move (line 106) | move (distance) { method destroy (line 118) | destroy () { method play (line 130) | play (interval = false) { method pause (line 145) | pause () { method disable (line 156) | disable () { method enable (line 167) | enable () { method on (line 180) | on (event, handler) { method isType (line 192) | isType (name) { method settings (line 201) | get settings () { method settings (line 211) | set settings (o) { method index (line 224) | get index () { method index (line 233) | set index (i) { method type (line 242) | get type () { method disabled (line 251) | get disabled () { method disabled (line 260) | set disabled (status) { FILE: src/mutator/index.js method mutate (line 39) | mutate (translate) { FILE: src/mutator/transformers/focusing.js method modify (line 16) | modify (translate) { FILE: src/mutator/transformers/gap.js method modify (line 16) | modify (translate) { FILE: src/mutator/transformers/grow.js method modify (line 16) | modify (translate) { FILE: src/mutator/transformers/peeking.js method modify (line 18) | modify (translate) { FILE: src/mutator/transformers/rtl.js method modify (line 16) | modify (translate) { FILE: src/utils/detect-passive-event.js method get (line 12) | get () { FILE: src/utils/dom.js function siblings (line 7) | function siblings (node) { function toArray (line 31) | function toArray (nodeList) { FILE: src/utils/log.js function warn (line 7) | function warn (msg) { FILE: src/utils/object.js function define (line 9) | function define (obj, prop, definition) { function sortKeys (line 19) | function sortKeys (obj) { function mergeOptions (line 34) | function mergeOptions (defaults, settings) { FILE: src/utils/string.js function ucfirst (line 7) | function ucfirst (string) { FILE: src/utils/time.js function now (line 6) | function now () { FILE: src/utils/unit.js function toInt (line 8) | function toInt (value) { function toFloat (line 19) | function toFloat (value) { function isString (line 29) | function isString (value) { function isObject (line 41) | function isObject (value) { function isNumber (line 53) | function isNumber (value) { function isFunction (line 63) | function isFunction (value) { function isUndefined (line 73) | function isUndefined (value) { function isArray (line 83) | function isArray (value) { FILE: src/utils/wait.js function throttle (line 14) | function throttle (func, wait, options = {}) { FILE: tests/fixtures/query.js constant ROOT_SELECTOR (line 1) | const ROOT_SELECTOR = '.glide' constant CLONE_CLASS (line 2) | const CLONE_CLASS = 'glide__slide--clone' constant TRACK_SELECTOR (line 3) | const TRACK_SELECTOR = '[data-glide-el="track"]' constant BULLETS_SELECTOR (line 4) | const BULLETS_SELECTOR = `[data-glide-dir*="="]` constant PREVIOUS_CONTROLS_SELECTOR (line 5) | const PREVIOUS_CONTROLS_SELECTOR = `[data-glide-dir*="<"]` constant NEXT_CONTROLS_SELECTOR (line 6) | const NEXT_CONTROLS_SELECTOR = `[data-glide-dir*=">"]` function query (line 8) | function query (document) { FILE: tests/fixtures/transition.js function afterTransition (line 3) | function afterTransition (callback) { function afterRewindTransition (line 7) | function afterRewindTransition (callback) { FILE: tests/integration/instance.test.js method mount (line 77) | mount () {} FILE: tests/unit/object.test.js method get (line 10) | get () { method set (line 14) | set (value) {