Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 25 of 41) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
Dwidth.php80 var $fraction; variable in WCFraction
88 function WCFraction($fraction) { argument
90 $this->fraction = $fraction;
95 return $pw * $this->fraction;
102 if ($this->fraction > 0) { return $w / $this->fraction; } else { return 0; };
106 $copy =& new WCFraction($this->fraction);
Dvalue.line-height.class.php31 var $fraction; variable in LineHeight_Relative
34 return $this->fraction * $value;
38 return $this->fraction == 1.1;
42 $this->fraction = $value;
48 $value =& new LineHeight_Relative($this->fraction);
Dtag.frame.inc.php65 $fraction = substr($length_src, 0, strlen($length_src)-1) / 100;
66 $values[$i] = $total * $fraction;
Dbox.table.php253 $wc->fraction = min($rest, $wc->fraction);
254 $rest -= $wc->fraction;
DChangeLog1381 * Fixed 'ex' unit size ajusted to 0.6 fraction of current font
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
DRelease.php22 public $fraction; variable in Google\\Service\\VersionHistory\\Release
38 public function setFraction($fraction) argument
40 $this->fraction = $fraction;
44 return $this->fraction;
/plugin/fckg/action/entities/utils/
Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/ckgdoku/action/entities/utils/
Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/ckgedit/action/entities/utils/
Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dgetid3.lib.php124 * @param string $fraction
128 public static function DecimalizeFraction($fraction) { argument
129 list($numerator, $denominator) = explode('/', $fraction);
280 $fraction = $isnormalized + self::DecimalBinary2Float($fractionstring);
281 $floatvalue = $exponent * $fraction;
293 $fraction = self::Bin2Dec($fractionstring);
295 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
298 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
304 } elseif (($exponent == 0) && ($fraction == 0)) {
311 } elseif (($exponent == 0) && ($fraction != 0)) {
/plugin/jukebox/id3/
Dgetid3.lib.php188 $fraction = $isnormalized + getid3_lib::DecimalBinary2Float($fractionstring);
189 $floatvalue = $exponent * $fraction;
203 $fraction = getid3_lib::Bin2Dec($fractionstring);
205 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
208 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
214 } elseif (($exponent == 0) && ($fraction == 0)) {
221 } elseif (($exponent == 0) && ($fraction != 0)) {
/plugin/progrecss/
DChangeLog7 * syntax.php: Added support for configuration options: fraction separator
/plugin/diagramsnet/lib/math/extensions/a11y/
Dcollapsible.js35 fraction: 12,
58 fraction: "/",
/plugin/coinhive/
DREADME.md32 - Throttle: The fraction of time that threads should be idle in percent.
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js262 var fraction = parseFloat(fractionPart);
264 return Math.round((integer + fraction) * multiplier) / multiplier + unit;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mp3header.php352 $fraction = Bin2Dec($fractionstring);
362 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
365 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
371 } elseif (($exponent == 0) && ($fraction == 0)) {
378 } elseif (($exponent == 0) && ($fraction != 0)) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
Dsymbol.map100 !A4 U+2215 fraction
/plugin/sketchcanvas/script/
Djs-yaml.mjs758 '(?:\\.([0-9]*))?' + // [7] fraction
770 var match, year, month, day, hour, minute, second, fraction = 0,
788 // match: [4] hour [5] minute [6] second [7] fraction
795 fraction = match[7].slice(0, 3);
796 while (fraction.length < 3) { // milli-seconds
797 fraction += '0';
799 fraction = +fraction;
811 date = new Date(Date.UTC(year, month, day, hour, minute, second, fraction));
/plugin/codemirror/dist/modes/
Dfortran.min.js.map1 …\n \"flush\", \"fnum\", \"fputc\", \"fput\", \"fraction\",\n …
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/html2pdf/html2pdf/html2ps/cache/
D7d888258e9745b3716532ea81342daaf.css.compiled1fraction";d:1.100000000000000088817841970012523233890533447265625;}s:10:"_important";b:0;}i:3;O:22…
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md996 …(https://github.com/jakubpawlowicz/clean-css/issues/229) - improved processing of fraction numbers.
1214 * Fixed issue [#52](https://github.com/jakubpawlowicz/clean-css/issues/52) - strip fraction zeros i…
/plugin/flowplayer/player/
DREADME.txt60 - fixed the facts that clips in a playlist were cut off by a fraction in the end
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4fraction\r\n '(?:[ \\\\t]*(Z|([-+])([0-9][0-9]?)' + // [8] tz [9] tz_sign [10] tz_hour\r\n '(?::…
6 …uctYamlTimestamp", "year", "month", "day", "hour", "minute", "second", "fraction", "delta", "tz_ho…

12