Home
last modified time | relevance | path

Searched refs:HTMLElement (Results 1 – 25 of 40) sorted by relevance

12

/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.d.ts1266 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/
Dhelper.php135 $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/
Drevisions.php7 use dokuwiki\Form\HTMLElement; alias
44 if (!$el instanceof CheckableElement && !$el instanceof HTMLElement) {
62 is_a($el, HTMLElement::class) &&
/plugin/renderrevisions/action/
Drevisions.php6 use dokuwiki\Form\HTMLElement; alias
51 if (!$element instanceof HTMLElement) continue;
/plugin/combo/resources/snippet/js/
Donhover.js36 if (node instanceof HTMLElement) {
Dwebcode.js34 … return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement
Dcombo-search-box.js144 if (!(element instanceof HTMLElement)) {
/plugin/aichat/script/
DAIChatButton.js1 class AIChatButton extends HTMLElement {
DAIChatChat.js1 class AIChatChat extends HTMLElement {
/plugin/struct/script/
Dvanilla-combobox.js6 class VanillaCombobox extends HTMLElement {
/plugin/shell/
DP0wnyShell.js1 class P0wnyShell extends HTMLElement {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_tooltip.js.map1HTMLElement;\n\tprivate _tooltipNode: HTMLElement;\n\n\tgetNode() : HTMLElement {\n\t\tif (!this._…
Ddhtmlxgantt_click_drag.js.map1HTMLElement;\n\tviewPort?: HTMLElement;\n\tuseRequestAnimationFrame: boolean;\n\tcallback?: (start…
Ddhtmlxgantt_fullscreen.js.map1HTMLElement {\n\tmsRequestFullscreen?: () => void;\n\tmozRequestFullScreen?: () => void;\n\twebkit…
/plugin/rigrr/lib/svg-pan-zoom/
Dsvg-pan-zoom.js1073 …typeof HTMLElement === "object" ? (o instanceof HTMLElement || o instanceof SVGElement || o instan…
/plugin/clipboardutils/lib/
Dclipboard.min.js7 …},879:function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType…
/plugin/twcheckliste/theme_twCheckliste/
Dpackery.pkgd.min.js12 …)},n.isElement="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t i…
/plugin/combo/resources/library/bootstrap/5.0.1/
Dpopper.min.js5 …instanceof Element}function i(e){return e instanceof n(e).HTMLElement||e instanceof HTMLElement}fu…
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js22 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/
Dprototype.js28 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/
Dbuttons.html5.min.js8 …//www.w3.org/1999/xhtml","a"),s="download"in i,f=/constructor/i.test(d.HTMLElement)||d.safari,m=/C…
Dbuttons.html5.js112 is_safari = /constructor/i.test(view.HTMLElement) || view.safari,
/plugin/issuetracker/
Dprototype.js31 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/
Djquery.imagemapster.js8 …[e]))})}),i},isElement:function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&…
/plugin/imapmarkers/
Djquery.imagemapster.js306 return typeof HTMLElement === 'object'
307 ? o instanceof HTMLElement

12