Searched refs:beforeNode (Results 1 – 4 of 4) sorted by relevance
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 1140 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/ |
| D | xmlseclibs.php | 1140 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/ |
| D | raphael.svg.js | 1180 var beforeNode = getRealNode(element.node || element[0].node); 1181 beforeNode.parentNode.insertBefore(node, beforeNode);
|
| /plugin/struct/jsoneditor/ |
| H A D | jsoneditor-minimalist.min.js | 30 …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
|