Home
last modified time | relevance | path

Searched refs:units (Results 151 – 157 of 157) sorted by last modified time

1234567

/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_units.php23 $units = substr($value, strlen($value)-2,2);
25 $units = "";
30 $units);
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java149 protected double increment, units; field in EditorRuler
388 units = INCH / 2.54; // 2.54 dots per centimeter in updateIncrementAndUnits()
389 units *= graphComponent.getPageScale() * graphScale; in updateIncrementAndUnits()
390 increment = units; in updateIncrementAndUnits()
394 units = INCH; in updateIncrementAndUnits()
395 units *= graphComponent.getPageScale() * graphScale; in updateIncrementAndUnits()
396 increment = units / 2; in updateIncrementAndUnits()
/plugin/tline/
H A DCHANGES.txt64 edge of the band's div. The units are total track width. There are two settings,
/plugin/jmol2/jmol/
H A DJmol.js1620 function _jmolGetAppletSize(size, units) { argument
1632 return [_jmolFixDim(width, units), _jmolFixDim(height, units)];
1635 function _jmolFixDim(x, units) { argument
1637 return (sx.length == 0 ? (units ? "" : _jmol.allowedJmolSize[2])
1643 : x) + (units ? units : ""));
H A DCHANGES.txt875 …- in SELECT command comparisons ("select radius=n"), integer n implies Rasmol units 1/250 Angstroms
3023 # spacefill 250 # RasMol 250 units/Angstrom units still
5678 # %UNITS the units for the measurement
5887 # fix for within(integer,...) bug using RasMol units

1234567