Home
last modified time | relevance | path

Searched refs:appendChild (Results 1 – 25 of 652) sorted by relevance

12345678910>>...27

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php30 $document->appendChild($itemElem);
36 $itemElem->appendChild($this->url->getDomSubtree($document));
44 $itemElem->appendChild($this->buildProperties($document));
45 $itemElem->appendChild($this->buildAttributes($document));
46 $itemElem->appendChild($this->buildImages($document));
47 $itemElem->appendChild($this->buildUsergroups($document));
64 $allProps->appendChild($usergroupPropsElem);
68 $usergroupPropsElem->appendChild($propertyElem);
71 $propertyElem->appendChild($keyElem);
74 $propertyElem->appendChild($valueElem);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php52 $document->appendChild($root);
55 $root->appendChild($project);
99 $methodNode->appendChild($document->createElement('package', $namespace));
109 $methodsNode->appendChild($methodNode);
114 $stats->appendChild($document->createElement('name', 'Method Crap Stats'));
115 $stats->appendChild($document->createElement('methodCount', $fullMethodCount));
116 $stats->appendChild($document->createElement('crapMethodCount', $fullCrapMethodCount));
117 $stats->appendChild($document->createElement('crapLoad', round($fullCrapLoad)));
118 $stats->appendChild($document->createElement('totalCrap', $fullCrap));
128 $root->appendChild($stats);
[all …]
H A DClover.php35 $xmlDocument->appendChild($xmlCoverage);
44 $xmlCoverage->appendChild($xmlProject);
138 $xmlFile->appendChild($xmlClass);
150 $xmlClass->appendChild($xmlMetrics);
187 $xmlFile->appendChild($xmlLine);
204 $xmlFile->appendChild($xmlMetrics);
207 $xmlProject->appendChild($xmlFile);
215 $xmlProject->appendChild($packages[$namespace]);
218 $packages[$namespace]->appendChild($xmlFile);
237 $xmlProject->appendChild($xmlMetrics);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js57 root.appendChild(newPage);
490 shape.appendChild(geoSec);
547 gShapes.appendChild(subShape);
563 shape.appendChild(gShapes);
629 root.appendChild(shapes);
669 shapes.appendChild(shape);
703 xmlDoc.appendChild(root);
758 layerSec.appendChild(layerRow)
775 pageE.appendChild(pageSheet);
776 pageE.appendChild(relE);
[all …]
H A DmxVsdxCanvas2D.js71 this.shape.appendChild(this.geoSec);
460 foreignData.appendChild(rel);
862 pSect.appendChild(pRow);
869 textEl.appendChild(cp);
871 textEl.appendChild(txtNode);
930 pSect.appendChild(pRow);
934 text.appendChild(pp);
957 pSect.appendChild(pRow);
961 text.appendChild(pp);
1084 this.shape.appendChild(pSect);
[all …]
/plugin/webcode/
H A DwebCodeConsole.js9 WEBCODE.appendChild(webConsoleLine);
11 appendChild: function (element) { method in WEBCODE
12 document.querySelector("#webCodeConsole").appendChild(element);
84 tableElement.appendChild(theadElement);
85 tableElement.appendChild(tbodyElement);
86 theadElement.appendChild(trHeadElement);
106 trHeadElement.appendChild(thElement);
112 tbodyElement.appendChild(trBodyElement);
118 trBodyElement.appendChild(tdElement);
124 trElement.appendChild(tdElement);
[all …]
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js70 panel.appendChild(tmp);
73 panel.appendChild(fonts);
102 tr.appendChild(td1);
105 tr.appendChild(td2);
138 font.appendChild(select);
139 font.appendChild(name);
141 font.appendChild(download);
143 font.appendChild(logIt);
144 font.appendChild(moreInfo);
145 fonts.appendChild(font);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js183 tr.appendChild(td);
397 div.appendChild(h3);
403 div.appendChild(img);
445 row.appendChild(td);
477 row.appendChild(td);
557 row.appendChild(td);
770 row.appendChild(td);
778 row.appendChild(td);
788 row.appendChild(td);
832 row.appendChild(td);
[all …]
H A DEditor.js1082 div.appendChild(p2);
1206 row.appendChild(td);
1228 row.appendChild(td);
1242 row.appendChild(td);
1263 row.appendChild(td);
1272 row.appendChild(td);
1377 row.appendChild(td);
1479 row.appendChild(td);
1487 row.appendChild(td);
1495 row.appendChild(td);
[all …]
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19appendChild(document.createTextNode(j))},cloneNode:function(j,g){var m,h,f;if(j.nodeType===1){m=a.…
/plugin/combo/resources/webcode/
H A Dwebcode-console.js30 appendChild(webConsoleLine);
32 let appendChild = function (element) { function
33 webConsoleElement.appendChild(element);
53 tableElement.appendChild(theadElement);
54 tableElement.appendChild(tbodyElement);
55 theadElement.appendChild(trHeadElement);
69 trHeadElement.appendChild(thElement);
75 trHeadElement.appendChild(thElement);
81 tbodyElement.appendChild(trBodyElement);
87 trBodyElement.appendChild(tdElemen
[all...]
/plugin/tindexmenu/
H A Dedit.js1appendChild(c);c.onclick=(function(){indexmenu_ajaxmenu("req=local",a,this,false,indexmenu_createT…
H A Dedit-full.js45 f.appendChild(l);
50 l.appendChild(btn);
54 f.appendChild(l);
65 l.appendChild(btn);
71 f2.appendChild(fo);
82 fo.appendChild(btn);
84 fo.appendChild(lc);
90 f.appendChild(l);
102 l.appendChild(btn);
147 f.appendChild(l);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js201 div.appendChild(hd);
265 div.appendChild(later);
284 div.appendChild(p3);
684 div.appendChild(size);
700 div.appendChild(text);
1002 div.appendChild(hr);
1525 div.appendChild(h3);
3984 div.appendChild(h3);
5522 p2.appendChild(cb);
7751 div.appendChild(p);
[all …]
/plugin/fckg/scripts/
H A Dvki_kb.js1163 th.appendChild(span);
1191 th.appendChild(big);
1203 th.appendChild(span);
1210 th.appendChild(strong);
1212 tr.appendChild(th);
1213 thead.appendChild(tr);
1242 div.appendChild(vr);
1243 } td.appendChild(div);
1244 tr.appendChild(td);
1263 tr.appendChild(kbNumpad);
[all …]
/plugin/mediarename/
H A Dscript.js50 opts.appendChild(gbrk);
51 opts.appendChild(gbox);
52 opts.appendChild(gboxlbl);
53 opts.appendChild(glbl);
54 glbl.appendChild(glnk);
55 opts.appendChild(gbrk);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbarbuttonui.js69 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
76 var oTable = oMainElement.appendChild( oDoc.createElement( 'TABLE' ) ) ;
86 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
88 oCell.appendChild( this._CreatePaddingElement( oDoc ) ) ;
96 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
104 oRow.insertCell(-1).appendChild( this._CreatePaddingElement( oDoc ) ) ;
108 var eImg = oCell.appendChild( oDoc.createElement( 'IMG' ) ) ;
116 oCell.appendChild( this._CreatePaddingElement( oDoc ) ) ;
119 parentElement.appendChild( oMainElement ) ;
/plugin/diagramsnet/lib/js/
H A Dopen.js74 table.appendChild(hrow);
77 hrow.appendChild(hName);
85 hrow.appendChild(hSize);
88 hrow.appendChild(hCtrl);
100 table.appendChild(row);
108 row.appendChild(nameTd);
113 nameTd.appendChild(link);
127 row.appendChild(sizeTd);
131 row.appendChild(ctrlTd);
137 ctrlTd.appendChild(img);
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js35 div.appendChild(document.createTextNode(pfc.res.getLabel('Input Required')));
36 this.box.appendChild(div);
40 this.box.appendChild(this.prompt_title);
45 this.box.appendChild(form);
51 form.appendChild(this.prompt_field);
54 form.appendChild(br);
62 form.appendChild(cancel);
68 form.appendChild(submit);
71 ct.appendChild(this.box);
90 ct.appendChild(this.bgbox);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php62 $errorNode->appendChild($np);
67 $np->appendChild($resource);
69 …$resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri)…
72 $resource->appendChild($priv);
75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php62 $errorNode->appendChild($np);
67 $np->appendChild($resource);
69 …$resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri)…
72 $resource->appendChild($priv);
75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.table.js6 ….appendChild(number);tr.appendChild(td);td=document.createElement('td');td.className="source";td.a…
/plugin/cellbg/
H A Dscript.js81 p_btn.appendChild(p_ico);
96 picker.appendChild(btn);
102 picker.appendChild(btn);
107 body.appendChild(picker); // attach the picker <div> to the page body
108 toolbar.appendChild(p_btn); // attach the picker button to the toolbar
/plugin/cellbg2/
H A Dscript.js81 p_btn.appendChild(p_ico);
96 picker.appendChild(btn);
102 picker.appendChild(btn);
107 body.appendChild(picker); // attach the picker <div> to the page body
108 toolbar.appendChild(p_btn); // attach the picker button to the toolbar
/plugin/vkeyboard/
H A Dvkeyboard.js1appendChild(document.createTextNode(this.VKI_kt));v.appendChild(document.createTextNode(this.VKI_i…

12345678910>>...27