Home
last modified time | relevance | path

Searched refs:branch (Results 276 – 283 of 283) sorted by last modified time

1...<<1112

/plugin/jmol2/jmol/
H A DCHANGES.txt1 # NOTE: This is not the development trunk. It is the release branch.
2117 # new feature: rotate branch {atom1} {atom2} ...
2118 # new feature: select within(branch, {atom1}, {atom2})
2119 # new feature: Jmol math within("branch", {atom1}, {atom2})
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/ahrefmenu/
H A DxmlTree.css24 .branch{
H A Dtree.dtd1 <!ELEMENT tree (branch+)>
2 <!ELEMENT branch (branchText,(branch|leaf|branchLink)*)> element
3 <!ATTLIST branch id CDATA #REQUIRED>
4 <!ATTLIST branch link CDATA #REQUIRED>
H A DxmlTree.js6 function showBranch(branch){ argument
7 var objBranch = document.getElementById(branch);
13 swapFolder('I' + branch);
33 function highlightBranch(branch){ argument
35 var objBranch = document.getElementById(branch);
39 window.setTimeout("unhiglightBranch('" + branch + "','" + objBack + "')", 5000)
43 function unhiglightBranch(branch, objBack) { argument
44 var objBranch = document.getElementById(branch);

1...<<1112