MCPcopy Create free account

hub / github.com/ZGQ-inc/source / functions

Functions54 in github.com/ZGQ-inc/source

↓ 7 callersFunction__webpack_require__
(moduleId)
clipboard.js:842
↓ 3 callersFunctioncommand
* Executes a given operation type. * @param {String} type * @return {Boolean}
clipboard.js:45
↓ 3 callersFunctiongetAttributeValue
* Helper function to retrieve attribute value. * @param {String} suffix * @param {Element} element
clipboard.js:229
↓ 3 callersFunctionisValidFocusTarget
* Helper function for legacy browsers and iframes which sometimes focus * elements like document, body, and non-interactive SVG. * @param {Eleme
assets/css/scripts/polyfill/focus-visible.js:30
↓ 2 callersFunction_defineProperties
(target, props)
clipboard.js:200
↓ 2 callersFunction_getPrototypeOf
(o)
clipboard.js:216
↓ 2 callersFunctionaddFocusVisibleClass
* Add the `focus-visible` class to the given element if it was not added by * the author. * @param {Element} el
assets/css/scripts/polyfill/focus-visible.js:75
↓ 2 callersFunctionaddInitialPointerMoveListeners
* Add a group of listeners to detect usage of any pointing devices. * These listeners will be added when the polyfill first loads, and anytime *
assets/css/scripts/polyfill/focus-visible.js:191
↓ 2 callersFunctionchangeViewportContent
(content)
assets/js/scale.fix.js:3
↓ 2 callersFunctionclipboard_typeof
(obj)
clipboard.js:196
↓ 2 callersFunctionfakeCopyAction
(value, options)
clipboard.js:104
↓ 2 callersFunctioninitialize
()
assets/js/scale.fix.js:10
↓ 1 callersFunction_assertThisInitialized
(self)
clipboard.js:212
↓ 1 callersFunction_classCallCheck
(instance, Constructor)
clipboard.js:198
↓ 1 callersFunction_createClass
(Constructor, protoProps, staticProps)
clipboard.js:202
↓ 1 callersFunction_createSuper
(Derived)
clipboard.js:208
↓ 1 callersFunction_delegate
* Delegates event to a selector. * * @param {Element} element * @param {String} selector * @param {String}
clipboard.js:478
↓ 1 callersFunction_inherits
(subClass, superClass)
clipboard.js:204
↓ 1 callersFunction_isNativeReflectConstruct
()
clipboard.js:214
↓ 1 callersFunction_possibleConstructorReturn
(self, call)
clipboard.js:210
↓ 1 callersFunction_setPrototypeOf
(o, p)
clipboard.js:206
↓ 1 callersFunction_typeof
(obj)
clipboard.js:141
↓ 1 callersFunctionclosest
* Finds the closest parent that matches a selector. * * @param {Element} element * @param {String} selector
clipboard.js:447
↓ 1 callersFunctioncreateFakeElement
* Creates a fake textarea element with a value. * @param {String} value * @return {HTMLElement}
clipboard.js:74
↓ 1 callersFunctiondelegate
* Delegates event to a selector. * * @param {Element|String|Array} [elements] * @param {String} selector *
clipboard.js:500
↓ 1 callersFunctionfocusTriggersKeyboardModality
* Computes whether the given element should automatically trigger the * `focus-visible` class being added, i.e. whether it should always match *
assets/css/scripts/polyfill/focus-visible.js:51
↓ 1 callersFunctionlistenNode
* Adds an event listener to a HTML element * and returns a remove listener function. * * @param {HTMLElement} node
clipboard.js:657
↓ 1 callersFunctionlistenNodeList
* Add an event listener to a list of HTML elements * and returns a remove listener function. * * @param {NodeList|HTM
clipboard.js:676
↓ 1 callersFunctionlistenSelector
* Add an event listener to a selector * and returns a remove listener function. * * @param {String} selector
clipboard.js:699
↓ 1 callersFunctiononDOMReady
* Subscription when the DOM is ready * @param {Function} callback
assets/css/scripts/polyfill/focus-visible.js:249
↓ 1 callersFunctionouiBindKeys
()
assets/css/scripts/oui.js:102
↓ 1 callersFunctionremoveFocusVisibleClass
* Remove the `focus-visible` class from the given element if it was not * originally added by the author. * @param {Element} el
assets/css/scripts/polyfill/focus-visible.js:88
↓ 1 callersFunctionremoveInitialPointerMoveListeners
()
assets/css/scripts/polyfill/focus-visible.js:203
FunctionClipboard
* @param {String|HTMLElement|HTMLCollection|NodeList} trigger * @param {Object} options
clipboard.js:253
FunctionClipboardActionCopy
(target)
clipboard.js:120
FunctionClipboardActionCut
(target)
clipboard.js:61
FunctionClipboardActionDefault
()
clipboard.js:151
FunctionE
()
clipboard.js:763
FunctiongestureEnd
()
assets/js/scale.fix.js:16
FunctiongestureStart
()
assets/js/scale.fix.js:13
Functioninit
* https://github.com/WICG/focus-visible
assets/css/scripts/polyfill/focus-visible.js:4
Functionlisten
* Validates all params and calls the right * listener function based on its target type. * * @param {String|HTMLEleme
clipboard.js:621
Functionlistener
* Finds closest match and invokes callback. * * @param {Element} element * @param {String} selector * @par
clipboard.js:533
Functionload
* Callback wrapper for check loaded state
assets/css/scripts/polyfill/focus-visible.js:255
FunctiononBlur
* On `blur`, remove the `focus-visible` class from the target. * @param {Event} e
assets/css/scripts/polyfill/focus-visible.js:144
FunctiononFocus
* On `focus`, add the `focus-visible` class to the target if: * - the target received focus as a result of keyboard navigation, or * - the event
assets/css/scripts/polyfill/focus-visible.js:129
FunctiononInitialPointerMove
* When the polfyill first loads, assume the user is in keyboard modality. * If any event is received from a pointing device (e.g. mouse, pointer,
assets/css/scripts/polyfill/focus-visible.js:222
FunctiononKeyDown
* Treat `keydown` as a signal that the user is in keyboard modality. * Apply `focus-visible` to any current active element and keep track * of o
assets/css/scripts/polyfill/focus-visible.js:102
FunctiononPointerDown
* If at any point a user clicks with a pointing device, ensure that we change * the modality away from keyboard. * This avoids the situation whe
assets/css/scripts/polyfill/focus-visible.js:118
FunctiononVisibilityChange
* If the user changes tabs, keep track of whether or not the previously * focused element had .focus-visible. * @param {Event} e
assets/css/scripts/polyfill/focus-visible.js:172
Functiononblur
(e)
assets/css/scripts/oui.js:90
Functiononkeydown
(e)
assets/css/scripts/oui.js:1
Functionontoggle
(e)
assets/css/scripts/oui.js:96
Functionselect
(element)
clipboard.js:712