/plugin/yuriigantt/3rd/dhtmlxgantt/ |
D | dhtmlxgantt.d.ts | 1266 alert(config: any): HTMLElement; 1388 confirm(config: any): HTMLElement; 1515 event(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void; 1524 eventRemove(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void; 1668 getLightbox(): HTMLElement; 1701 getLinkNode(id: string|number): HTMLElement; 1870 getTaskNode(id: string|number): HTMLElement; 1884 getTaskRowNode(id: string|number): HTMLElement; 1942 hideCover(box?: HTMLElement): void; 1972 init(container: string|HTMLElement, from?: Date, to?: Date): void; [all …]
|
/plugin/filelisting/ |
D | helper.php | 135 $elements[] = new \dokuwiki\Form\HTMLElement($html); 143 $elements[] = new \dokuwiki\Form\HTMLElement($html); 145 $elements[] = new \dokuwiki\Form\HTMLElement($file['link']); 149 $elements[] = new \dokuwiki\Form\HTMLElement('<td data-sort=""> — </td>'); 150 $elements[] = new \dokuwiki\Form\HTMLElement('<td data-sort=""> — </td>'); 153 $elements[] = new \dokuwiki\Form\HTMLElement($html); 155 $elements[] = new \dokuwiki\Form\HTMLElement($html);
|
/plugin/structpublish/action/ |
D | revisions.php | 7 use dokuwiki\Form\HTMLElement; alias 44 if (!$el instanceof CheckableElement && !$el instanceof HTMLElement) { 62 is_a($el, HTMLElement::class) &&
|
/plugin/renderrevisions/action/ |
D | revisions.php | 6 use dokuwiki\Form\HTMLElement; alias 51 if (!$element instanceof HTMLElement) continue;
|
/plugin/combo/resources/snippet/js/ |
D | onhover.js | 36 if (node instanceof HTMLElement) {
|
D | webcode.js | 34 … return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement
|
D | combo-search-box.js | 144 if (!(element instanceof HTMLElement)) {
|
/plugin/aichat/script/ |
D | AIChatButton.js | 1 class AIChatButton extends HTMLElement {
|
D | AIChatChat.js | 1 class AIChatChat extends HTMLElement {
|
/plugin/struct/script/ |
D | vanilla-combobox.js | 6 class VanillaCombobox extends HTMLElement {
|
/plugin/shell/ |
D | P0wnyShell.js | 1 class P0wnyShell extends HTMLElement {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
D | dhtmlxgantt_tooltip.js.map | 1 …HTMLElement;\n\tprivate _tooltipNode: HTMLElement;\n\n\tgetNode() : HTMLElement {\n\t\tif (!this._…
|
D | dhtmlxgantt_click_drag.js.map | 1 …HTMLElement;\n\tviewPort?: HTMLElement;\n\tuseRequestAnimationFrame: boolean;\n\tcallback?: (start…
|
D | dhtmlxgantt_fullscreen.js.map | 1 …HTMLElement {\n\tmsRequestFullscreen?: () => void;\n\tmozRequestFullScreen?: () => void;\n\twebkit…
|
/plugin/rigrr/lib/svg-pan-zoom/ |
D | svg-pan-zoom.js | 1073 …typeof HTMLElement === "object" ? (o instanceof HTMLElement || o instanceof SVGElement || o instan…
|
/plugin/clipboardutils/lib/ |
D | clipboard.min.js | 7 …},879:function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType…
|
/plugin/twcheckliste/theme_twCheckliste/ |
D | packery.pkgd.min.js | 12 …)},n.isElement="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t i…
|
/plugin/combo/resources/library/bootstrap/5.0.1/ |
D | popper.min.js | 5 …instanceof Element}function i(e){return e instanceof n(e).HTMLElement||e instanceof HTMLElement}fu…
|
/plugin/freechat/phpfreechat/data/public/js/ |
D | prototype.js | 22 ElementExtensions: !!window.HTMLElement, 2534 window.HTMLElement = { }; 2535 window.HTMLElement.prototype = document.createElement('div').__proto__; class in window 2651 copy(Element.Methods, HTMLElement.prototype); 2652 copy(Element.Methods.Simulated, HTMLElement.prototype, true);
|
/plugin/s5reloaded/ui/effects_support/ |
D | prototype.js | 28 var constructor = window.Element || window.HTMLElement; 2873 window.HTMLElement = { }; 2874 window.HTMLElement.prototype = div['__proto__']; class in window 3029 var elementPrototype = window.HTMLElement ? HTMLElement.prototype :
|
/plugin/datatables/assets/datatables.net-buttons/js/ |
D | buttons.html5.min.js | 8 …//www.w3.org/1999/xhtml","a"),s="download"in i,f=/constructor/i.test(d.HTMLElement)||d.safari,m=/C…
|
D | buttons.html5.js | 112 is_safari = /constructor/i.test(view.HTMLElement) || view.safari,
|
/plugin/issuetracker/ |
D | prototype.js | 31 var constructor = window.Element || window.HTMLElement; 2875 window.HTMLElement = { }; 2876 window.HTMLElement.prototype = div['__proto__']; class in window 3037 var elementPrototype = window.HTMLElement ? HTMLElement.prototype :
|
/plugin/imagemapping/ |
D | jquery.imagemapster.js | 8 …[e]))})}),i},isElement:function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&…
|
/plugin/imapmarkers/ |
D | jquery.imagemapster.js | 306 return typeof HTMLElement === 'object' 307 ? o instanceof HTMLElement
|