Home
last modified time | relevance | path

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

123456789

/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js503 var dom = oEditor.FCK.EditorDocument.getElementById("hold_a");
504 var offset = _getOffset(dom);
1190 var dom = oEditor.FCK.EditorDocument.getElementById("hold_a");
1192 if(dom) {
1193 dom.parentNode.removeChild(dom);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2dom={},a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind||(Function.prot…
7 …tion(){return a.dom.write(function(){l.selectAll(".nv-point.hover").classed("hover",!1)}),null},th…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFile.php18 protected $dom; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\File
27 $this->dom = $context->ownerDocument;
37 $this->dom->createElementNS(
56 $this->dom->createElementNS(
H A DNode.php18 private $dom; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node
32 $this->dom = $context->ownerDocument;
38 return $this->dom;
52 $this->dom->createElementNS(
H A DProject.php23 $dom = new \DOMDocument;
24 …$dom->loadXML('<?xml version="1.0" ?><phpunit xmlns="http://schema.phpunit.de/coverage/1.0"><proje…
27 $dom->getElementsByTagNameNS(
H A DReport.php17 $this->dom = new \DOMDocument;
18 …$this->dom->loadXML('<?xml version="1.0" ?><phpunit xmlns="http://schema.phpunit.de/coverage/1.0">…
20 $this->contextNode = $this->dom->getElementsByTagNameNS(
63 $this->dom->createElementNS(
H A DTotals.php50 $dom = $container->ownerDocument;
52 $this->linesNode = $dom->createElementNS(
62 $this->functionsNode = $dom->createElementNS(
72 $this->traitsNode = $dom->createElementNS(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php22 $dom = new DomDocument('1.0', 'UTF-8');
25 $dom->loadXML($xml);
76 $dom = new DOMDocument();
77 $dom->loadXML($xml);
86 $actual = PHPUnit_Util_XML::xmlToVariable($dom->documentElement);
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DSnapshotClass.php21 private static $dom; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass
30 self::$dom = new DomDocument();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php90 $dom = new \DOMDocument('1.0', 'UTF-8');
91 $dom->formatOutput = true;
92 $dom->appendChild($xml = $dom->createElement('twig'));
94 $xml->appendChild($node = $dom->createElement('node'));
98 $node->appendChild($attribute = $dom->createElement('attribute'));
100 $attribute->appendChild($dom->createTextNode($value));
109 $child = $dom->importNode($child, true);
115 return $asDom ? $dom : $dom->saveXML();
/plugin/gallery/script/
H A Dprosemirror.js312 if (!this.dom) {
313 this.dom = document.createElement('div');
318 jQuery(this.dom)
326 jQuery(this.dom).addClass('dwplugin dwplugin_gallery');
329 this.dom.innerHTML = $renderedWrapper.html();
330 this.dom.classList = $renderedWrapper.attr('class') + ' dwplugin_gallery nodeHasForm';
331 jQuery(this.dom).children().css('pointer-events', 'none');
332 jQuery(this.dom).on('click', function () {
354 this.dom.classList.add('ProseMirror-selectednode');
358 this.dom
[all...]
/plugin/googlesearch/
H A Dnusoap.php4788 this.dom=document.getElementById?1:0
4790 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
4791 this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
4792 this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
4795 this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
4796 this.ns4=(document.layers && !this.dom)?1:0;
4803 …this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?document.layers[obj…
4805 this.css=bw.dom||bw.ie4?this.evnt.style:bw.ns4?this.evnt:0;
4806 this.wref=bw.dom||bw.ie4?this.evnt:bw.ns4?this.css.document:0;
/plugin/highlight2wiki/
H A Daction.php184 $dom = new DOMDocument();
187 //$dom->loadHTML($result);
188 @$dom->loadHTML(mb_convert_encoding($result, 'HTML-ENTITIES', 'UTF-8'));
193 foreach($dom->getElementsByTagName('*') as $node)
215 foreach($dom->getElementsByTagName('script') as $node){$node->nodeValue="";}
221 foreach($dom->getElementsByTagName('style') as $node){$node->nodeValue="";}
228 $titles = $dom->saveHTML($dom->getElementsByTagName('title')->item(0));
229 $html = $dom->saveHTML($dom
[all...]
/plugin/html5video2/script/
H A Dvideo.min.js20 …dom."+e+"() instead"),Ie[e].apply(null,arguments)}}),ir.computedStyle=I,ir.dom=Ie,ir.url=Kt,ir.def…
/plugin/htmlabstract/
H A Dsyntax.php115 $dom = new DOMDocument();
116 if (false === @$dom->loadXML($xml))
119 $items = $dom->getElementsByTagName('item');
/plugin/htmlokay/
H A Dscript.js145 var dom = document.getElementById('htmlOK_user_table');
151 dom.style.height=height + "em";
157 var dom = document.getElementById('htmlOK_user_table');
160 dom.style.overflow="scroll";
165 dom.style.overflow="visible";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php71 $dom = new DOMDocument('1.0', 'utf-8');
72 $loaded = $dom->loadXML(file_get_contents($packageFile));
78 $contents = $dom->getElementsByTagName('contents');
/plugin/icon/
H A DSVG.php155 $dom = new \DOMDocument();
156 $dom->loadXML($svgdata, LIBXML_NOBLANKS);
157 $dom->formatOutput = false;
158 $dom->preserveWhiteSpace = false;
160 $svg = $dom->getElementsByTagName('svg')->item(0);
175 foreach ($dom->getElementsByTagName('path') as $elem) {
178 foreach ($dom->getElementsByTagName('rect') as $elem) {
181 foreach ($dom->getElementsByTagName('circle') as $elem) {
184 foreach ($dom->getElementsByTagName('ellipse') as $elem) {
187 foreach ($dom->getElementsByTagName('line') as $elem) {
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php65 $dom = new simple_html_dom(
89 $dom->clear();
115 $dom->clear();
135 private $dom = null; variable in imapmarkers\\simple_html_dom_node
138 $this->dom = $dom;
139 $dom->nodes[] = $this;
151 $this->dom = null;
365 if ($this->dom && $this->dom->callback !== null) {
379 if ($this->dom && $this->dom->nodes[$this->_[HDOM_INFO_BEGIN]]) {
531 $n = ($k === -1) ? $this->dom->root : $this->dom->nodes[$k];
[all …]
H A Dmap.php157 $dom = imapmarkers\str_get_html($rendered_result);
158 $a = $dom->find('a', 0);
/plugin/issuetracker/
H A Dtablekit.js66 if(!TableKit.tables[id].dom.rows) {
69 return TableKit.tables[id].dom.rows;
74 if(!TableKit.tables[id].dom.head) {
77 return TableKit.tables[id].dom.head;
101 if(!TableKit.tables[tblid].dom.cells[cell.id]) {
102 TableKit.tables[tblid].dom.cells[cell.id] = {textContent : '', htmlContent : '', active : false};
104 return TableKit.tables[tblid].dom.cells[cell.id];
114 … {dom : {head:null,rows:null,cells:{}},sortable:false,resizable:false,editable:false},
224 for(var c in TableKit.tables[table.id].dom.cells) {
225 if(TableKit.tables[table.id].dom.cells[c].active) {
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java20 import org.w3c.dom.Document;
21 import org.w3c.dom.Element;
22 import org.w3c.dom.Node;
23 import org.w3c.dom.NodeList;
H A DGraphEditor.java.bak14 import org.w3c.dom.Document;
H A DUserObject.java11 import org.w3c.dom.Document;
12 import org.w3c.dom.Element;
13 import org.w3c.dom.Node;
H A DUserObject.java.bak7 import org.w3c.dom.Document;
8 import org.w3c.dom.Element;
9 import org.w3c.dom.Node;

123456789