| /plugin/html2pdf/html2pdf/html2ps/ |
| D | width.php | 80 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);
|
| D | value.line-height.class.php | 31 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);
|
| D | tag.frame.inc.php | 65 $fraction = substr($length_src, 0, strlen($length_src)-1) / 100; 66 $values[$i] = $total * $fraction;
|
| D | box.table.php | 253 $wc->fraction = min($rest, $wc->fraction); 254 $rest -= $wc->fraction;
|
| D | ChangeLog | 1381 * Fixed 'ex' unit size ajusted to 0.6 fraction of current font
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/ |
| D | Release.php | 22 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/ |
| D | entities.txt | 164 fraction 1/4 169 fraction 1/2 174 fraction 3/4
|
| /plugin/ckgdoku/action/entities/utils/ |
| D | entities.txt | 164 fraction 1/4 169 fraction 1/2 174 fraction 3/4
|
| /plugin/ckgedit/action/entities/utils/ |
| D | entities.txt | 164 fraction 1/4 169 fraction 1/2 174 fraction 3/4
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | getid3.lib.php | 124 * @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/ |
| D | getid3.lib.php | 188 $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/ |
| D | ChangeLog | 7 * syntax.php: Added support for configuration options: fraction separator
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | collapsible.js | 35 fraction: 12, 58 fraction: "/",
|
| /plugin/coinhive/ |
| D | README.md | 32 - Throttle: The fraction of time that threads should be idle in percent.
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/ |
| D | optimize.js | 262 var fraction = parseFloat(fractionPart); 264 return Math.round((integer + fraction) * multiplier) / multiplier + unit;
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mp3header.php | 352 $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/ |
| D | symbol.map | 100 !A4 U+2215 fraction
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 758 '(?:\\.([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/ |
| D | fortran.min.js.map | 1 …\n \"flush\", \"fnum\", \"fputc\", \"fput\", \"fraction\",\n …
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
| D | gson-2.7.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
| /plugin/html2pdf/html2pdf/html2ps/cache/ |
| D | 7d888258e9745b3716532ea81342daaf.css.compiled | 1 …fraction";d:1.100000000000000088817841970012523233890533447265625;}s:10:"_important";b:0;}i:3;O:22…
|
| /plugin/asciidocjs/node_modules/clean-css/ |
| D | History.md | 996 …(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/ |
| D | README.txt | 60 - fixed the facts that clips in a playlist were cut off by a fraction in the end
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js.map | 4 …fraction\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…
|