Home
last modified time | relevance | path

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

12

/plugin/html2pdf/html2pdf/html2ps/
H A 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);
H A 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);
H A Dtag.frame.inc.php65 $fraction = substr($length_src, 0, strlen($length_src)-1) / 100;
66 $values[$i] = $total * $fraction;
H A Dbox.table.php253 $wc->fraction = min($rest, $wc->fraction);
254 $rest -= $wc->fraction;
H A DChangeLog1381 * Fixed 'ex' unit size ajusted to 0.6 fraction of current font
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
H A 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/
H A Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt164 fraction 1/4
169 fraction 1/2
174 fraction 3/4
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A 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/
H A 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/
H A DChangeLog7 * syntax.php: Added support for configuration options: fraction separator
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dcollapsible.js35 fraction: 12,
58 fraction: "/",
/plugin/coinhive/
H A DREADME.md32 - Throttle: The fraction of time that threads should be idle in percent.
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A 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/
H A Dsymbol.map100 !A4 U+2215 fraction
/plugin/codemirror/dist/modes/
H A Dfortran.min.js.map1 …\n \"flush\", \"fnum\", \"fputc\", \"fput\", \"fraction\",\n …
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1fraction";d:1.100000000000000088817841970012523233890533447265625;}s:10:"_important";b:0;}i:3;O:22…
/plugin/flowplayer/player/
H A DREADME.txt60 - fixed the facts that clips in a playlist were cut off by a fraction in the end
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22022 case 'fraction': // <number:fraction> 16.29.7
22371 case 'fraction': break; // TODO 16.27.6 <number:fraction>
22697 …if(t) { payload += writextag("number:fraction", null, {"number:min-integer-digits":0, "number:min-…
22698 …if((t=nf.match(/# (\?+)\/(\d+)/))) { payload += writextag("number:fraction", null, {"number:min-in…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1fraction', 'currency',\n 'guilsinglleft', 'guilsinglright', 'fi', 'fl', 'daggerdbl', 'periodcente…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1fraction using Farey sequence (max order\n * of 8).\n * @param {number} x - Positive float numbe…

12