Home
last modified time | relevance | path

Searched refs:dom (Results 201 – 206 of 206) sorted by path

123456789

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11945 dom: { class in gantt.utils
23444 var dom = null;
23447 dom = renderMethod.call(gantt, item, view, rendererViewPort);
23450 dom = renderMethod.call(gantt, item, view, rendererViewPort);
23452 this.append(item, dom, container);
23565 var dom = this.rendered[item.id];
23566 if (dom) {
23567 if (!dom.parentNode) {
23568 this.append(item, dom, node);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js154 if (gantt.utils.dom.closest(event.target, ".gantt_task_line, .gantt_task_link")) {
H A Ddhtmlxgantt_drag_timeline.js247 if (gantt.utils.dom.closest(event.target, filterTargets)) {
H A Ddhtmlxgantt_quick_info.js161 gantt.utils.dom.isChildOf(this._quick_info_box, document.body)
378 if (this.utils.dom.isChildOf(node, viewport)) {
/plugin/zotero/
H A DFeedZoteroRepository.php12 private $dom; variable in FeedZoteroRepository
32 $this->dom = new DomDocument();
33 $this->dom->loadXml($feed);
54 $this->xpath = new DomXPath($this->dom);
H A DImportZoteroFeedReader.php25 $dom = $this->getDocument($feed);
33 $this->addEntriesToMainFeed($dom, $xpath);
34 $xml = $dom->saveXML();
39 $xml = $dom->saveXML();
59 $dom = new DomDocument();
60 $dom->loadXml($xml);
61 return $dom;
66 $dom = $this->getDocument($xml);
67 $xpath = $this->getXPathForDocument($dom);
73 $xpath = new DomXPath($dom);
[all …]

123456789