/plugin/prosemirror/parser/ |
H A D | ParagraphNode.php | 21 $newNode = self::getSubNode($nodeData, $this, $previousNode); 22 $this->subnodes[] = $newNode; 23 $previousNode = $newNode;
|
H A D | QuoteNode.php | 19 $newNode = self::getSubNode($nodeData, $this, $previousNode); 24 $this->subnodes[] = $newNode; 25 $previousNode = $newNode;
|
H A D | TableCellNode.php | 27 $newNode = static::getSubNode($nodeData, $this, $previousNode); 32 $this->subnodes[] = $newNode; 33 $previousNode = $newNode;
|
/plugin/fckg/fckeditor/editor/dialog/common/ |
H A D | fck_dialog_common.js | 335 var newNode = oDoc.createElement( newTag ) ; 338 CopyAttributes( oNode, newNode, {} ) ; 341 FCKDomTools.MoveChildren( oNode, newNode ) ; 344 oNode.parentNode.replaceChild( newNode, oNode ) ; 346 return newNode ;
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Component.php | 118 $newNode = $arguments[0]; 122 $newNode = call_user_func_array([$this->root, 'create'], $arguments); 130 $name = $newNode->name; 132 $this->children[$name][] = $newNode; 134 $this->children[$name] = [$newNode]; 136 return $newNode;
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Component.php | 114 $newNode = $arguments[0]; 116 $newNode = call_user_func_array([$this->root, 'create'], $arguments); 121 $name = $newNode->name; 123 $this->children[$name][] = $newNode; 125 $this->children[$name] = [$newNode]; 128 return $newNode;
|
/plugin/svgedit/ |
H A D | script.js | 39 function insertAfter(newNode, preNode) { argument 41 preNode.parentNode.insertBefore(newNode, preNode.nextSibling); 43 preNode.parentNode(newNode);
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Parser.php | 658 protected function mergeTreeRecursive(TreeNode $node, TreeNode $newNode) argument 660 $nNId = $newNode->getId(); 663 $node->appendChild($newNode); 664 $newNode->setParent($node); 674 $node->appendChild($newNode); 675 $newNode->setParent($node); 680 foreach ($newNode->getChildren() as $child) {
|
/plugin/zotero/ |
H A D | ImportZoteroFeedReader.php | 97 $newNode = $dom->importNode($node, true); 98 $dom->documentElement->appendChild($newNode);
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckw3crange.js | 148 insertNode : function( newNode ) argument 163 FCKDomTools.InsertAfterNode( startContainer, newNode ) ; 170 startContainer.insertBefore( newNode, startContainer.childNodes[ startOffset ] || null ) ;
|
/plugin/highlight2wiki/ |
H A D | script.js | 2 var newNode = document.createElement('mark2');
3 range.surroundContents(newNode);
|
/plugin/supa/ |
H A D | script.js | 178 function insertAfter(ref, newNode) { argument 179 ref.parentNode.insertBefore(newNode, ref.nextSibling);
|
/plugin/aimg/ |
H A D | script.js | 147 var newNode = document.createElement('div'); 149 imgObj.parentNode.parentNode.replaceChild(newNode, imgObj.parentNode); 150 newNode.appendChild(imgObj); 163 newNode.appendChild(newLinkNode);
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 312 InsertAfterNode : function( existingNode, newNode ) argument 314 return existingNode.parentNode.insertBefore( newNode, existingNode.nextSibling ) ;
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | OrgChart.Layout.min.js | 1 …this.Top,newBottom)},ChangeOwner:function(newNode,newX){return new OrgChart.Layout.Boundary.Step.$… argument
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …newNode = new Node(element);\n if (this._first === Node.Undefined) {\n this._fir…
|
H A D | json.worker.js.map | 1 …newNode = new Node(element);\n if (this._first === Node.Undefined) {\n this._fir…
|
H A D | bundle.js.map | 1 …newNode = clone(node.doc[i]);\n newNode.doc = clone(currentDoc);\n doc.push(newN…
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 600 … var newNode = parent_1.appendChild(rootDoc.importNode(importNode, true)); 602 this.importNodes(rootDoc, newNode, pathTmp, docData);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 23547 replace_item: function (item_id, newNode) { argument 23550 item.parentNode.replaceChild(newNode, item); 23552 this.rendered[item_id] = newNode;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 7228 function prependTo(newNode, parentNode, siblingNode) { argument 7233 if (newNode === node) { 7237 parentNode.insertBefore(newNode, node);
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …newNode","clearRenderers","renderFactoryProvider","mergeFilters","filter_methods","filter_method",…
|
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …newNode","docNode","extract","_doc","drawDescrState","stateDef","isSecond","descrLine","descrBox",…
|