Home
last modified time | relevance | path

Searched refs:beforeNode (Results 1 – 4 of 4) sorted by relevance

/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php1140 public function insertSignature($node, $beforeNode = null) { argument
1145 if($beforeNode == null) {
1148 return $node->insertBefore($signatureElement, $beforeNode);
1153 $beforeNode = $insertBefore ? $parentNode->firstChild : null;
1154 return $this->insertSignature($parentNode, $beforeNode);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php1140 public function insertSignature($node, $beforeNode = null) { argument
1145 if($beforeNode == null) {
1148 return $node->insertBefore($signatureElement, $beforeNode);
1153 $beforeNode = $insertBefore ? $parentNode->firstChild : null;
1154 return $this->insertSignature($parentNode, $beforeNode);
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.svg.js1180 var beforeNode = getRealNode(element.node || element[0].node);
1181 beforeNode.parentNode.insertBefore(node, beforeNode);
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 …redo:function(e){e.nodes.forEach(function(t){e.parent.insertBefore(t,e.beforeNode)})}},insertAfter…
32 …or.getSelection();this.editor._onAction("insertBeforeNodes",{nodes:[r],beforeNode:this,parent:this… property