Home
last modified time | relevance | path

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

12

/plugin/magnifier/
H A 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);
84 var rootOffset = $$.rootNode.offset();
87 (rootOffset.left + $$.rootNode.width()) < event.offsetX ||
105 …var posX = -(contentX / $$.rootNode.width() * $$.magnifierImage.width - $$.magnifierContent.width(…
106 …var posY = -(contentY / $$.rootNode.height() * $$.magnifierImage.height - $$.magnifierContent.heig…
[all …]
/plugin/adfs/phpsaml/lib/Saml/
H A 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/
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/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/combo/ComboStrap/
H A DPathTreeNode.php67 $rootNode = null;
98 if ($rootNode === null) {
99 $rootNode = $actualNode;
103 return $rootNode;
/plugin/prosemirror/parser/
H A DSyntaxTreeBuilder.php17 $rootNode = new RootNode($prosemirrorData);
18 // var_dump($rootNode);
19 return $rootNode;
/plugin/siteexport/inc/
H A 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/
H A Dhelper.php30 $rootNode = SyntaxTreeBuilder::parseDataIntoTree($prosemirrorData);
31 $syntax = $rootNode->toSyntax();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdataprocessor.js100 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
102 var data = FCKXHtml.GetXHTML( rootNode, !excludeRoot, format ) ;
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/
H A Dfckplugin.js68 ConvertToDataFormat : function( rootNode, excludeRoot, ignoreIfEmptyParagraph, format ) argument
70 var data = rootNode.innerHTML ;
/plugin/fckg/fckeditor/editor/plugins/bbcode/
H A 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/
H A 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/
H A 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/layeranimation/
H A Dscript.js3 var layeranimation = function(rootNode) { argument
16 this.root = rootNode;
17 rootNode[0].layerAnimation = self;
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1354 $rootNode = $dom->firstChild;
1361 array($rootNode),
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js232 t.setRebuilt(u.walker.getRebuilt()), t.getSpeech(u.walker.rootNode, u.walker.getXml()),
H A Dmathjax-sre.js1565 …;this.generator=b;this.highlighter=c;this.rootNode=sre.WalkerUtil.getSemanticRoot(a);this.rootId=t…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5257 },init:function(parent){var rootNode=this.tag.append({},parent);
5261 viewSource=$$(".request",rootNode)[0];
5263 }viewSource=$$(".response",rootNode)[0];
6472 },createUI:function(){var rootNode=Firebug.browser.document.documentElement;
6474 Firebug.HTML.appendTreeNode(rootNode,html);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19880 var rootNode = this.tag.append({}, parent);
19887 viewSource = $$(".request", rootNode)[0];
19892 viewSource = $$(".response", rootNode)[0];
24555 var rootNode = Firebug.browser.document.documentElement;
24557 Firebug.HTML.appendTreeNode(rootNode, html);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5268 },init:function(parent){var rootNode=this.tag.append({},parent);
5272 viewSource=$$(".request",rootNode)[0];
5274 }viewSource=$$(".response",rootNode)[0];
6483 },createUI:function(){var rootNode=Firebug.browser.document.documentElement;
6485 Firebug.HTML.appendTreeNode(rootNode,html);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2rootNode=t}function eu(){this.uuid=st.generateUUID(),this._objects=Array.prototype.slice.call(argu…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...

12