Home
last modified time | relevance | path

Searched refs:rootNode (Results 1 – 25 of 44) sorted by relevance

12

/plugin/magnifier/
Dscript.js37 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/
DXmlSec.php40 $rootNode = $this->_document;
41 $assertionNodes = $rootNode->getElementsByTagName('Assertion');
52 $rootNode = $this->_document;
53 $timestampNodes = $rootNode->getElementsByTagName('Conditions');
/plugin/saml/phpsaml/lib/Saml/
DXmlSec.php40 $rootNode = $this->_document;
41 $assertionNodes = $rootNode->getElementsByTagName('Assertion');
52 $rootNode = $this->_document;
53 $timestampNodes = $rootNode->getElementsByTagName('Conditions');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DTree.php24 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 DTree.php24 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/
DjsonTree.js700 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 DPathTreeNode.php67 $rootNode = null;
98 if ($rootNode === null) {
99 $rootNode = $actualNode;
103 return $rootNode;
/plugin/prosemirror/parser/
DSyntaxTreeBuilder.php16 $rootNode = new RootNode($prosemirrorData);
18 return $rootNode;
/plugin/siteexport/inc/
Djavahelp.php75 $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/
Dhelper.php30 $rootNode = SyntaxTreeBuilder::parseDataIntoTree($prosemirrorData);
31 $syntax = $rootNode->toSyntax();
/plugin/fckg/fckeditor/editor/plugins/bbcode/
Dfckplugin.js68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
70 var data = rootNode.innerHTML ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdataprocessor.js100 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
102 var data = FCKXHtml.GetXHTML( rootNode, !excludeRoot, format ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
Dfckplugin.js68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
70 var data = rootNode.innerHTML ;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DObjectTreeTest.php18 $rootNode = new FSExt\Directory(SABRE_TEMPDIR . '/root');
19 $this->tree = new Tree($rootNode);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlSerializationVisitor.php119 …$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/
Dfckdomtools.js729 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/
Djquery.fancytree.clones.js311 rootNode argument
318 if (rootNode) {
321 return node.isDescendantOf(rootNode) ? node : null;
Djquery.fancytree.filter.js214 this.rootNode.subMatchCount = 0;
369 delete this.rootNode.match;
370 delete this.rootNode.subMatchCount;
Djquery.fancytree.js1570 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 …]
Djquery.fancytree.table.js210 $(tree.rootNode.ul).remove();
211 tree.rootNode.ul = null;
525 this.nodeRemoveChildMarkup(this._makeHookContext(this.rootNode));
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree.min.js1rootNode===this},isSelected:function(){return!!this.selected},isStatusNode:function(){return!!this…
Djquery.fancytree-all.js1570 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 …]
Djquery.fancytree-all.min.js33rootNode===this},isSelected:function(){return!!this.selected},isStatusNode:function(){return!!this…
45rootNode.subMatchCount=0,this.visit(function(e){delete e.match,delete e.titleWithHighlight,e.subMa…
55rootNode.ul).remove(),o.rootNode.ul=null,this.$container.attr("tabindex",d.tabindex),d.aria&&o.$co…
Djquery.fancytree-all-deps.js3031 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/
Dscript.js3 var layeranimation = function(rootNode) { argument
16 this.root = rootNode;
17 rootNode[0].layerAnimation = self;

12