Searched refs:childs (Results 1 – 14 of 14) sorted by relevance
| /plugin/odt/ODT/styles/ |
| D | ODTPageLayoutStyle.php | 225 $childs = XMLUtil::getElementContent ('style:page-layout', $xmlCode); 226 if (!empty($childs)) { 228 $open = XMLUtil::getElementOpenTag('style:page-layout-properties', $childs); 229 $style->content_header = XMLUtil::getElement ('style:header-style', $childs); 230 $style->content_footer = XMLUtil::getElement ('style:footer-style', $childs); 234 $childs = XMLUtil::getElementContent ('style:page-layout-properties', $xmlCode); 235 if (!empty($childs)) { 237 $open = XMLUtil::getElementOpenTag('style:background-image', $childs); 240 … $style->content_bgi = XMLUtil::getElementContent ('style:background-image', $childs); 244 $open = XMLUtil::getElementOpenTag('style:columns', $childs); [all …]
|
| /plugin/struct/jsoneditor/ |
| H A D | jsoneditor-minimalist.min.js | 30 …childs[0],a=r.childs[r.childs.length-1])),r&&s&&a){var l=r.childs.indexOf(s),c=r.childs.indexOf(a)… 31 …childs[i]}else{if("object"!==n.type)throw new Error("Cannot get child node "+i+": node is no objec… property 32 …childs.length&&T&&T.parent&&(l=this.editor.getSelection(),c=x._nextSibling(),b.forEach(function(e)…
|
| /plugin/ebnf/ |
| H A D | ebnf.php | 256 $childs = array(); 259 $childs[] = render_node($node, $lefttoright); 261 } return $childs;
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Menus.js | 1660 var childs = {}; 1688 if (childs[pid] == null) 1690 childs[pid] = []; 1693 childs[pid].push(el.id); 1722 if (childs[id] != null) 1724 while (childs[id].length > 0) 1726 var temp = childs[id].pop(); 1730 delete childs[id]; 1750 console.log(pageId + ': Invalid tree', childs);
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 2290 var childs = this.child.get(); 2291 while(childs.length){ 2292 childs[0].parentNode.removeChild(childs[0]);
|
| D | firebug-lite-1.2-compressed.js | 116 …guments);},"clean":function(){var childs=this.child.get();while(childs.length){childs[0].parentNod…
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 127 …guments);},"clean":function(){var childs=this.child.get();while(childs.length){childs[0].parentNod…
|
| H A D | firebug-lite-1.2.js | 2301 var childs = this.child.get(); 2302 while(childs.length){ 2303 childs[0].parentNode.removeChild(childs[0]);
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 1680 //getting difference between the childs top and parents viewable area 1687 // if difference between childs top and parents viewable area is
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 1632 //getting difference between the childs top and parents viewable area 1639 // if difference between childs top and parents viewable area is
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 521 var childs = element.childNodes; 522 for (var i = childs.length - 1; i >= 0; i--) { 523 removeTextNodes(childs[i], element);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …indexOf(element.nodeName)>-1){var childs=element.childNodes;for(var i=childs.length-1;i>=0;i--){re…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …childs","Node","valued","defaultChildren","eachBefore","computeHeight","copyData","ancestor","aNod…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …childs,\n i,\n n;\n\n if (children == null) children = defaultChildren;\n\n while (nod…
|