Home
last modified time | relevance | path

Searched refs:root (Results 851 – 875 of 880) sorted by last modified time

1...<<313233343536

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java492 Element root = url2element(pURL); in loadPalette() local
493 if (ELEMENT_PALETTE.equals(root.getNodeName())) { in loadPalette()
494 loadPalette(root, pURL); in loadPalette()
496 NodeList pdcnl = root.getChildNodes(); in loadPalette()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1312 mxCell root = new mxCell(); in actionPerformed() local
1313 root.insert(new mxCell()); in actionPerformed()
1314 graph.getModel().setRoot(root); in actionPerformed()
H A DEditorActions.java.bak1312 mxCell root = new mxCell();
1313 root.insert(new mxCell());
1314 graph.getModel().setRoot(root);
/plugin/supa/
H A Dscript.js172 var where, root, html; variable
187 root = document.createElement("div");
188 root.id = "supa__upload";
189 root.style.display = "none";
224 root.innerHTML = html;
226 insertAfter(where, root);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js879 var root = { class in Sortable.tree
887 return Sortable._tree(element, options, root);
H A Dprototype.js1761 root.appendChild(elForm);
1765 root.removeChild(elForm);
3287 findElements: function(root) { argument
3288 root = root || document;
3293 if (root !== document) {
3294 var oldId = root.id, id = $(root).identify();
3300 root.id = oldId;
3306 return this.matcher(root);
3657 if (root == document) {
3661 if (!root.sourceIndex || root.sourceIndex < 1) {
[all …]
/plugin/fbcomments/
H A Daction.php41 // 'id' => 'fb-root',
/plugin/qrcode2/
H A Dphpqrcode.php2375 for ($i = 0,$root=$fcr*$prim; $i < $nroots; $i++, $root += $prim) {
2381 …poly[$j] = $rs->genpoly[$j-1] ^ $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[$j]] + $root)];
2387 $rs->genpoly[0] = $rs->alpha_to[$rs->modnn($rs->index_of[$rs->genpoly[0]] + $root)];
/plugin/noticeboard/nbproject/
H A Dproject.properties7 web.root=.
/plugin/noticeboard/noticeboard/nbproject/
H A Dproject.properties7 web.root=.
/plugin/jquery/
H A Djquery-1.4.2.js829 var root = document.documentElement, variable
898 root.insertBefore( script, root.firstChild );
917 root.removeChild( script );
971 root = script = div = all = a = null;
3447 var root = document.documentElement; variable
3448 root.insertBefore( form, root.firstChild );
3466 root.removeChild( form );
3467 root = form = null; // release memory in IE
3669 Sizzle( selector, root[i], tmpSet );
4304 root(this[i], first) :
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt1121 # bug fix: load file:///xxx.xxx (file:/// with file in root path) causes unrecoverable exception
1256 # bug fix: Some Spartan files not reading: Compound Document not properly finding root directory bl…
1721 # bug fix: load "/xxx" with unsigned remote applet loads local file instead of remote root directory
H A DLICENSE.txt188 root function must still compute square roots.)
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf5943 https?:\/\/([^\/]*\.)?root\.dns\.bz
/plugin/codehighlight/cp/
H A Dlicense.txt188 root function must still compute square roots.)
/plugin/indexmenu2/cms/
H A Dcms.js15 …(r,'root');r[r.length]=Q.root;var K=_.theme.name.split("/");var q="";for(var E=0,R=K.length;E<R;E+… property in CompleteMenuSolution._.stripCssClasses
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13 …Default();};var X=function(){o=document.createElementExt('div',{'class':l.root});o.innerHTML='<sel… property in Autosuggest.l
/plugin/flowplay2/flowplayer/
H A DREADME.txt2 The players are located in the root flowplayer directory in the distribution package.
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js79root.nodeName.IEquals(['ul','ol'])) this._ChangeListType(Q,G,W);else this._CreateList(Q,W);}else i… property in FCKListCommand.Execute.Q
H A Dfckeditorcode_gecko.js78root.nodeName.IEquals(['ul','ol'])) this._ChangeListType(Q,G,W);else this._CreateList(Q,W);}else i… property in FCKListCommand.Execute.Q
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js130 var root = blockLimit ;
131 if ( root._FCK_ListGroupObject )
132 root._FCK_ListGroupObject.contents.push( block ) ;
135 var groupObj = { 'root' : root, 'contents' : [ block ] } ; property in FCKListCommand.Execute.groupObj
180 if ( groupObj.root.nodeName.IEquals( ['ul', 'ol'] ) )
244 var listArray = FCKDomTools.ListToArray( groupObj.root, markerObj ) ;
267 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
273 var doc = groupObj.root.ownerDocument ;
279 if ( contents.length == 1 && contents[0] == groupObj.root )
375 if ( groupObj.root.nextSibling == null || groupObj.root.nextSibling.nodeName.IEquals( 'br' ) )
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp31 ' Path to user files relative to the document root.
66 ' - FileTypesPath: the virtual folder relative to the document root where
74 ' Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
78 ' - QuickUploadPath: the virtual folder relative to the document root where
87 ' Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm31 // Path to uploaded files relative to the document root.
35 // the root of the application or the FCKeditor directory in the URL is a virtual directory
70 // - FileTypesPath: the virtual folder relative to the document root where
78 // Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
83 // - QuickUploadPath: the virtual folder relative to the document root where
92 // Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
H A Dcf5_connector.cfm86 …// Get the base physical path to the web root for this application. The code to determine the path…
87 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso39 to server root).

1...<<313233343536