| /plugin/magnifier/ |
| D | script.js | 37 this.rootNode = null; 49 this.rootNode = magnifierNode; 51 this.magnifierImage.src = this.rootNode.attr('magnifierImage'); 54 this.rootNode.mousemove(this, _.mousemove); 55 this.rootNode.mouseout(this, _.mouseout); 56 this.rootNode.mouseover(this, _.mouseover); 65 …rect>').addClass('magnifierContent').css('backgroundImage', 'url(' + $$.rootNode.attr('magnifierIm… 84 var rootOffset = $$.rootNode.offset(); 87 (rootOffset.left + $$.rootNode.width()) < event.offsetX || 105 …var posX = -(contentX / $$.rootNode.width() * $$.magnifierImage.width - $$.magnifierContent.width(… [all …]
|
| /plugin/adfs/phpsaml/lib/Saml/ |
| D | XmlSec.php | 40 $rootNode = $this->_document; 41 $assertionNodes = $rootNode->getElementsByTagName('Assertion'); 52 $rootNode = $this->_document; 53 $timestampNodes = $rootNode->getElementsByTagName('Conditions');
|
| /plugin/saml/phpsaml/lib/Saml/ |
| D | XmlSec.php | 40 $rootNode = $this->_document; 41 $assertionNodes = $rootNode->getElementsByTagName('Assertion'); 52 $rootNode = $this->_document; 53 $timestampNodes = $rootNode->getElementsByTagName('Conditions');
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | Tree.php | 24 protected $rootNode; variable in Sabre\\DAV\\Tree 39 * @param ICollection $rootNode 41 function __construct(ICollection $rootNode) { argument 43 $this->rootNode = $rootNode; 60 return $this->rootNode; 68 $node = $this->rootNode->getChild($baseName);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | Tree.php | 24 protected $rootNode; variable in Sabre\\DAV\\Tree 39 * @param ICollection $rootNode 41 function __construct(ICollection $rootNode) { argument 43 $this->rootNode = $rootNode; 60 return $this->rootNode; 68 $node = $this->rootNode->getChild($baseName);
|
| /plugin/jsoncode/ |
| D | jsonTree.js | 700 this.rootNode = null; 724 this.rootNode = new Node(null, jsonObj, 'last'); 726 this.wrapper.appendChild(this.rootNode.el); 744 if (this.rootNode.isComplex) { 746 this.rootNode.childNodes.forEach(function(item, i) { 752 this.rootNode.expand('recursive'); 761 if (typeof this.rootNode.collapse === 'function') { 762 this.rootNode.collapse('recursive'); 790 this.rootNode.findChildren(matcher, handler, 'isRecursive'); 797 this.rootNode.findChildren(function(node) {
|
| /plugin/combo/ComboStrap/ |
| H A D | PathTreeNode.php | 67 $rootNode = null; 98 if ($rootNode === null) { 99 $rootNode = $actualNode; 103 return $rootNode;
|
| /plugin/prosemirror/parser/ |
| D | SyntaxTreeBuilder.php | 16 $rootNode = new RootNode($prosemirrorData); 18 return $rootNode;
|
| /plugin/siteexport/inc/ |
| D | javahelp.php | 75 $rootNode = cleanID($this->translation->translationsNs . $lang) . ':'; 78 $rootNode = ''; 81 $toc->debug("*** Writing for Language rootNode: '".$rootNode."'***"); 92 …$HS = $this->getHSXML($startPageID, $this->functions->getSiteTitle($rootNode), $lang, $tsRootPath);
|
| /plugin/prosemirror/ |
| D | helper.php | 30 $rootNode = SyntaxTreeBuilder::parseDataIntoTree($prosemirrorData); 31 $syntax = $rootNode->toSyntax();
|
| /plugin/fckg/fckeditor/editor/plugins/bbcode/ |
| D | fckplugin.js | 68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument 70 var data = rootNode.innerHTML ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckdataprocessor.js | 100 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument 102 var data = FCKXHtml.GetXHTML( rootNode, !excludeRoot, format ) ;
|
| /plugin/wysiwyg/fckeditor/editor/plugins/bbcode/ |
| D | fckplugin.js | 68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument 70 var data = rootNode.innerHTML ;
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ObjectTreeTest.php | 18 $rootNode = new FSExt\Directory(SABRE_TEMPDIR . '/root'); 19 $this->tree = new Tree($rootNode);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/ |
| D | XmlSerializationVisitor.php | 119 …$rootNode = $document->createElementNS($rootNamespace, (null !== $rootPrefix ? ($rootPrefix . ':')… 121 $rootNode = $document->createElement($rootName); 123 $document->appendChild($rootNode); 124 $this->setCurrentNode($rootNode); 126 return $rootNode;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 729 var rootNode = null ; 738 if ( ! rootNode || listArray[currentIndex].parent.nodeName != rootNode.nodeName ) 740 rootNode = listArray[currentIndex].parent.cloneNode( false ) ; 741 retval.appendChild( rootNode ) ; 744 rootNode.appendChild( currentListItem ) ; 791 rootNode = null ;
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.clones.js | 311 rootNode argument 318 if (rootNode) { 321 return node.isDescendantOf(rootNode) ? node : null;
|
| D | jquery.fancytree.filter.js | 214 this.rootNode.subMatchCount = 0; 369 delete this.rootNode.match; 370 delete this.rootNode.subMatchCount;
|
| D | jquery.fancytree.js | 1570 return this.tree.rootNode === this; 1597 return this.tree.rootNode === this.parent; 2716 this.rootNode = new FancytreeNode(fakeParent, { 2722 this.rootNode.parent = null; 2730 this.rootNode.ul = $ul[0]; 2915 return this.rootNode.addPagingNode(node, mode); 3054 node = key === null ? this.rootNode : this.getNodeByKey(key); 3084 return this.rootNode.countChildren(); 3179 return this.rootNode.findAll(match); 3190 return this.rootNode.findFirst(match); [all …]
|
| D | jquery.fancytree.table.js | 210 $(tree.rootNode.ul).remove(); 211 tree.rootNode.ul = null; 525 this.nodeRemoveChildMarkup(this._makeHookContext(this.rootNode));
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree.min.js | 1 …rootNode===this},isSelected:function(){return!!this.selected},isStatusNode:function(){return!!this…
|
| D | jquery.fancytree-all.js | 1570 return this.tree.rootNode === this; 1597 return this.tree.rootNode === this.parent; 2716 this.rootNode = new FancytreeNode(fakeParent, { 2722 this.rootNode.parent = null; 2730 this.rootNode.ul = $ul[0]; 2915 return this.rootNode.addPagingNode(node, mode); 3054 node = key === null ? this.rootNode : this.getNodeByKey(key); 3084 return this.rootNode.countChildren(); 3179 return this.rootNode.findAll(match); 3190 return this.rootNode.findFirst(match); [all …]
|
| D | jquery.fancytree-all.min.js | 33 …rootNode===this},isSelected:function(){return!!this.selected},isStatusNode:function(){return!!this… 45 …rootNode.subMatchCount=0,this.visit(function(e){delete e.match,delete e.titleWithHighlight,e.subMa… 55 …rootNode.ul).remove(),o.rootNode.ul=null,this.$container.attr("tabindex",d.tabindex),d.aria&&o.$co…
|
| D | jquery.fancytree-all-deps.js | 3031 return this.tree.rootNode === this; 3058 return this.tree.rootNode === this.parent; 4177 this.rootNode = new FancytreeNode(fakeParent, { 4183 this.rootNode.parent = null; 4191 this.rootNode.ul = $ul[0]; 4376 return this.rootNode.addPagingNode(node, mode); 4515 node = key === null ? this.rootNode : this.getNodeByKey(key); 4545 return this.rootNode.countChildren(); 4640 return this.rootNode.findAll(match); 4651 return this.rootNode.findFirst(match); [all …]
|
| /plugin/layeranimation/ |
| D | script.js | 3 var layeranimation = function(rootNode) { argument 16 this.root = rootNode; 17 rootNode[0].layerAnimation = self;
|