Home
last modified time | relevance | path

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

12345678910>>...30

/plugin/moaieditor/scripts/
Dlayout_vphone.js47 editor.appendChild(this.left);
48 editor.appendChild(this.right);
58 this.left.appendChild(this.leftRow1);
59 this.left.appendChild(this.leftRow2);
63 left.appendChild(moaiEditor.buttons.back.handle);
64 left.appendChild(this.layout.pageid);
68 right.appendChild(this.btn_goRight.handle);
73 this.leftRow2.appendChild(main);
74 this.leftRow2.appendChild(sidebar);
77 sidebar.appendChild(this.layout.btn_linewrap);
[all …]
Dlayout_desktop.js76 editor.appendChild(this.row1);
77 editor.appendChild(this.layout.msgarea);
78 editor.appendChild(this.row2);
79 editor.appendChild(this.paneswrapper);
80 editor.appendChild(this.footer);
81 editor.appendChild(this.layout.indicatorScrolling);
82 this.paneswrapper.appendChild(this.layout.panes);
94 this.row1.appendChild(this.topleft);
95 this.row1.appendChild(this.toc);
96 this.row1.appendChild(this.buttons);
[all …]
Dtoc.js38 container.appendChild(title);
39 container.appendChild(dropdowns);
40 dropdowns.appendChild(wrapper);
41 dropdowns.appendChild(depth);
42 wrapper.appendChild(sections);
43 wrapper.appendChild(dummy);
55 depth.appendChild(moaiEditor.createHTML('<option value="'+i+'">h'+i+'</option>'));
103 this.sections.appendChild(moaiEditor.createHTML('<option></option>'));
113 this.sections.appendChild(html);
129 this.dummy.appendChild(moaiEditor.createHTML('<option>'+this.text+'</option>'));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
DXMLItem.php30 $document->appendChild($itemElem);
32 $itemElem->appendChild($this->name->getDomSubtree($document));
33 $itemElem->appendChild($this->summary->getDomSubtree($document));
34 $itemElem->appendChild($this->description->getDomSubtree($document));
35 $itemElem->appendChild($this->price->getDomSubtree($document));
36 $itemElem->appendChild($this->url->getDomSubtree($document));
37 $itemElem->appendChild($this->bonus->getDomSubtree($document));
38 $itemElem->appendChild($this->salesFrequency->getDomSubtree($document));
39 $itemElem->appendChild($this->dateAdded->getDomSubtree($document));
40 $itemElem->appendChild($this->sort->getDomSubtree($document));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
DCrap4j.php52 $document->appendChild($root);
55 $root->appendChild($project);
56 …$root->appendChild($document->createElement('timestamp', date('Y-m-d H:i:s', (int) $_SERVER['REQUE…
99 $methodNode->appendChild($document->createElement('package', $namespace));
100 $methodNode->appendChild($document->createElement('className', $className));
101 $methodNode->appendChild($document->createElement('methodName', $methodName));
102 …$methodNode->appendChild($document->createElement('methodSignature', htmlspecialchars($method['sig…
103 …$methodNode->appendChild($document->createElement('fullMethod', htmlspecialchars($method['signatur…
104 … $methodNode->appendChild($document->createElement('crap', $this->roundValue($method['crap'])));
105 … $methodNode->appendChild($document->createElement('complexity', $method['ccn']));
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js57 root.appendChild(newPage);
168 row.appendChild(createCellElemScaled("X", x, xmlDoc));
169 row.appendChild(createCellElemScaled("Y", y, xmlDoc));
179 shape.appendChild(createCellElem("FillPattern", 0, xmlDoc));
183 shape.appendChild(createCellElem("FillForegnd", fillClr, xmlDoc));
188 shape.appendChild(createCellElem("FillBkgnd", gradClr, xmlDoc));
208 shape.appendChild(createCellElem("FillPattern", dir, xmlDoc));
215 shape.appendChild(createCellElem("LinePattern", 0, xmlDoc));
217 shape.appendChild(createCellElem("LineColor", strokeClr, xmlDoc));
220 if (strokeW) shape.appendChild(createCellElemScaled("LineWeight", strokeW, xmlDoc));
[all …]
DmxVsdxCanvas2D.js71 this.shape.appendChild(this.geoSec);
205 row.appendChild(this.createCellElem("X", x, xF));
206 row.appendChild(this.createCellElem("Y", y, yF));
208 if (a != null && isFinite(a)) row.appendChild(this.createCellElem("A", a, aF));
209 if (b != null && isFinite(b)) row.appendChild(this.createCellElem("B", b, bF));
210 if (c != null && isFinite(c)) row.appendChild(this.createCellElem("C", c, cF));
211 if (d != null && isFinite(d)) row.appendChild(this.createCellElem("D", d, dF));
244 this.geoSec.appendChild(this.createRowScaled("MoveTo", this.geoStepIndex++, x, y));
245 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x + w, y));
246 this.geoSec.appendChild(this.createRowScaled("LineTo", this.geoStepIndex++, x + w, y - h));
[all …]
/plugin/webcode/
DwebCodeConsole.js9 WEBCODE.appendChild(webConsoleLine);
11 appendChild: function (element) { method
12 document.querySelector("#webCodeConsole").appendChild(element);
84 tableElement.appendChild(theadElement);
85 tableElement.appendChild(tbodyElement);
86 theadElement.appendChild(trHeadElement);
100 trHeadElement.appendChild(thElement);
106 trHeadElement.appendChild(thElement);
112 tbodyElement.appendChild(trBodyElement);
118 trBodyElement.appendChild(tdElement);
[all …]
/plugin/pdfjs/pdfjs/web/
Ddebugger.js70 panel.appendChild(tmp);
73 panel.appendChild(fonts);
102 tr.appendChild(td1);
105 tr.appendChild(td2);
106 moreInfo.appendChild(tr);
138 font.appendChild(select);
139 font.appendChild(name);
140 font.appendChild(document.createTextNode(' '));
141 font.appendChild(download);
142 font.appendChild(document.createTextNode(' '));
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js39 document.body.appendChild(input);
83 div.appendChild(mxJSColor.picker.box);
105 table.appendChild(tbody);
143 tr.appendChild(td);
167 tbody.appendChild(tr);
183 tr.appendChild(td);
192 center.appendChild(table);
197 div.appendChild(input);
211 div.appendChild(clrInput);
213 div.appendChild(mxUtils.button('...', function()
[all …]
/plugin/botmon/
H A Dadmin.js2044 botsVsHumans.appendChild(makeElement('dt', {}, "Bot statistics"));
2078 dd.appendChild(makeElement('span', {}, title));
2079 dd.appendChild(makeElement('strong', {}, value));
2080 botsVsHumans.appendChild(dd);
2087 botElement.appendChild(makeElement('dt', {}, `Top known bots`));
2092 … bli.appendChild(makeElement('span', {'class': 'has_icon bot bot_' + botInfo.id }, botInfo.name));
2093 bli.appendChild(makeElement('span', {'class': 'count' }, botInfo.count || kNoData));
2101 botIps.appendChild(makeElement('dt', {}, "Top bot Networks"));
2106 … li.appendChild(makeElement('span', {'class': 'has_icon ipaddr ip' + netInfo.typ }, netInfo.name));
2107 li.appendChild(makeElement('span', {'class': 'count' }, netInfo.count || kNoData));
[all …]
/plugin/diagramsnet/lib/math/extensions/MathML/
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 in WEBCODE.WebConsole
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(tdElement);
[all …]
/plugin/tindexmenu/
Dedit.js1appendChild(c);c.onclick=(function(){indexmenu_ajaxmenu("req=local",a,this,false,indexmenu_createT…
Dedit-full.js8 toolbar.appendChild(indx_btn);
45 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);
[all …]
/plugin/sphinxsearchwas/
Daction.php52 $this->_dom->appendChild($root);
55 $root->appendChild($h1);
59 $root->appendChild($container);
66 $container->appendChild($sidebar);
69 $container->appendChild($h2);
73 $container->appendChild($list);
76 $list->appendChild($this->_createResultNode($row, $keywords));
89 $div->appendChild($a);
94 $div->appendChild($snippet);
99 if ($i > 0) $nmsp->appendChild($this->_dom->createTextNode(' : '));
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js24 buttons.appendChild(container);
62 button.appendChild(label);
74 button.appendChild(logo);
195 container.appendChild(button);
201 div.appendChild(hd);
248 div.appendChild(buttons);
265 div.appendChild(later);
284 div.appendChild(p3);
391 left.appendChild(logo);
400 right.appendChild(title);
[all …]
/plugin/fckg/scripts/
Dvki_kb.js1131 kbSelect.appendChild(document.createTextNode(this.VKI_kt));
1132 kbSelect.appendChild(document.createTextNode(this.VKI_isIE6 ? " \u2193" : " \u25be"));
1148 li.appendChild(document.createTextNode(ktype));
1149 ol.appendChild(li);
1151 } kbSelect.appendChild(ol);
1152 th.appendChild(kbSelect);
1156 span.appendChild(document.createTextNode("#"));
1163 th.appendChild(span);
1181 small.appendChild(document.createTextNode(this.VKI_isIE6 ? "\u2193" : "\u21d3"));
1182 th.appendChild(small);
[all …]
/plugin/golocal/
Dscript.js27 parent.appendChild(this.#dialog);
43 dialog.appendChild(main);
47 main.appendChild(intro);
55 main.appendChild(install);
58 dialog.appendChild(footer);
64 rememberLabel.appendChild(rememberCheckbox);
68 rememberLabel.appendChild(rememberSpan);
70 footer.appendChild(rememberLabel);
76 footer.appendChild(continueButton);
/plugin/diagramsnet/lib/js/
Dopen.js74 table.appendChild(hrow);
77 hrow.appendChild(hName);
81 hrow.appendChild(hModified);
85 hrow.appendChild(hSize);
88 hrow.appendChild(hCtrl);
100 table.appendChild(row);
108 row.appendChild(nameTd);
113 nameTd.appendChild(link);
116 row.appendChild(modifiedTd);
127 row.appendChild(sizeTd);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
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/mediarename/
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/grensladawritezor/fckeditor/editor/_source/classes/
Dfcktoolbarbuttonui.js77 oMainElement.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
84 var oTable = oMainElement.appendChild( oDoc.createElement( 'TABLE' ) ) ;
94 oCell.appendChild( this.Icon.CreateIconElement( oDoc ) ) ;
96 oCell.appendChild( this._CreatePaddingElement( oDoc ) ) ;
104 oCell.appendChild( oDoc.createTextNode( this.Label ) ) ;
112 oRow.insertCell(-1).appendChild( this._CreatePaddingElement( oDoc ) ) ;
116 var eImg = oCell.appendChild( oDoc.createElement( 'IMG' ) ) ;
124 oCell.appendChild( this._CreatePaddingElement( oDoc ) ) ;
127 parentElement.appendChild( oMainElement ) ;
/plugin/freechat/phpfreechat/data/public/js/
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/move/script/
DMoveMediaManager.js47 actionList.appendChild(moveButton);
87 wrapper.appendChild(form);
91 form.appendChild(intro);
95 form.appendChild(errorContainer);
101 form.appendChild(original);
104 form.appendChild(sectok);
120 form.appendChild(destination);
121 form.appendChild(fileExt);
125 form.appendChild(button);

12345678910>>...30