Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 75) sorted by relevance

123

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
DLongestCommonSubsequenceTest.php54 $common = $this->implementation->calculate($from, $to);
66 $common = $this->implementation->calculate($from, $to);
80 $common = $this->implementation->calculate($from, $to);
91 $common = $this->implementation->calculate($from, $to);
101 $common = $this->implementation->calculate($from, $to);
106 $common = $this->implementation->calculate($from, $to);
112 $common = $this->implementation->calculate($from, $to);
122 $common = $this->implementation->calculate($from, $to);
128 $common = $this->implementation->calculate($from, $to);
135 $common = $this->implementation->calculate($from, $to);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
DMemoryEfficientLongestCommonSubsequenceImplementation.php26 public function calculate(array $from, array $to) function in SebastianBergmann\\Diff\\LCS\\MemoryEfficientImplementation
64 $this->calculate($fromStart, $toStart),
65 $this->calculate($fromEnd, $toEnd)
DLongestCommonSubsequence.php26 public function calculate(array $from, array $to); function
DTimeEfficientLongestCommonSubsequenceImplementation.php26 public function calculate(array $from, array $to) function in SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation
/plugin/jmol2/jmol/
DJmolApplet0_Quantum.jar ... ROOT3 public void <init> () public void calculate (org.jmol.api.VolumeDataInterface, java ...
DJmolAppletSigned0_Quantum.jar ... ROOT3 public void <init> () public void calculate (org.jmol.api.VolumeDataInterface, java ...
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md7 due to run, calculate the next run date of the expression, and calculate the previous
8 run date of the expression. You can calculate dates far into the future or past by
/plugin/traumacalc/
DREADME.md2 to calculate Trauma score: RTS, ISS, TRISS in dokuwiki
Dplugin.info.txt6 desc to calculate Trauma score: RTS, ISS, TRISS
DREADME3 to calculate Trauma score: RTS, ISS, TRISS
/plugin/pot/
Dplugin.info.txt6 desc calculate, store, and recall user-defined values
DREADME.md7 Mainly it is used to calculate and display formatted numbers. In addition, the content can be retri…
21 description: calculate and display formatted numbers
86 | type | | (formula) text | the pot can be used to calculate formulas or to set and reuse text …
/plugin/html2pdf/html2pdf/html2ps/
Dvalue.text-indent.class.php12 function calculate(&$box) { function in TextIndentValuePDF
Dstrategy.width.min.nowrap.php24 $this->add_width($ti->calculate($box));
Dstrategy.width.min.php54 $ti->calculate($box) +
Dbox.generic.inline.php66 $indent_offset = ($first->uid == $this->uid || 1) ? $text_indent->calculate($parent) : 0;
Dbox.utils.text-align.inc.php54 $delta -= $box->text_indent->calculate($box);
Dstrategy.width.max.php29 $this->_cmaxw = $text_indent->calculate($box);
Dstrategy.width.max.natural.php29 $this->_cmaxw = $text_indent->calculate($box);
Dbox.container.php521 $sum += $ti->calculate($this);
582 $ti->calculate($this) +
877 $this->_current_x += $text_indent->calculate($this);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.Base.txt10 to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Ddate.rst30 * ``date``: The date for calculate the difference from now. Can be a string
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_smart_rendering.js322 this[method] = (function(calculate, cache){ argument
324 return this._takeFromCache(id, calculate, cache);
/plugin/404manager/
DCHANGES.md12 …re `_` for the best page name. This is to avoid that the algorithm will calculate a bigger score f…
/plugin/odt/ODT/css/
Dcssimportnew.php1163 …protected function calculate (array &$properties, iElementCSSMatchable $element, ODTUnits $units) { function in cssimportnew
1374 $this->calculate($properties, $parents [$index], $units);
1379 $this->calculate($dest, $element, $units);

123