Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A 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);
146 $common = $this->implementation->calculate($from, $to);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A 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)
H A DLongestCommonSubsequence.php26 public function calculate(array $from, array $to); function
H A DTimeEfficientLongestCommonSubsequenceImplementation.php26 public function calculate(array $from, array $to) function in SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation
/plugin/jmol2/jmol/
H A DJmolApplet0_Quantum.jar ... ROOT3 public void <init> () public void calculate (org.jmol.api.VolumeDataInterface, java ...
H A DJmolAppletSigned0_Quantum.jar ... ROOT3 public void <init> () public void calculate (org.jmol.api.VolumeDataInterface, java ...
H A DCHANGES.txt1562 # new feature: calculate hbonds {*} {*}
2003 # new feature: calculate pointGroup
2304 # calculate straightness;color straightness
2873 # calculate aromatic
3157 # bug fix: state: calculate hbonds not saved
3294 # bug fix: calculate hbonds for trajectories
3298 # bug fix: calculate polymers (never documented) not necessary -- calculate structure suffices
3618 # new feature: calculate surface {atomExpression}
3625 # new feature: calculate polymers
3767 # select *; calculate aromatic
[all …]
/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/pot/
H A Dplugin.info.txt6 desc calculate, store, and recall user-defined values
H A 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/
H A Dvalue.text-indent.class.php12 function calculate(&$box) { function in TextIndentValuePDF
H A Dstrategy.width.min.nowrap.php24 $this->add_width($ti->calculate($box));
H A Dstrategy.width.min.php54 $ti->calculate($box) +
H A Dbox.generic.inline.php66 $indent_offset = ($first->uid == $this->uid || 1) ? $text_indent->calculate($parent) : 0;
H A Dstrategy.width.max.php29 $this->_cmaxw = $text_indent->calculate($box);
H A Dbox.utils.text-align.inc.php54 $delta -= $box->text_indent->calculate($box);
H A Dstrategy.width.max.natural.php29 $this->_cmaxw = $text_indent->calculate($box);
H A Dbox.container.php521 $sum += $ti->calculate($this);
582 $ti->calculate($this) +
877 $this->_current_x += $text_indent->calculate($this);
H A Dbox.table.cell.php69 $ti->calculate($this) +
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Base.txt
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst30 * ``date``: The date for calculate the difference from now. Can be a string
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js322 this[method] = (function(calculate, cache){
324 return this._takeFromCache(id, calculate, cache);
/plugin/404manager/
H A 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/
H A 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);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php230 $common = $lcs->calculate(\array_values($from), \array_values($to));

123