/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/ |
H A D | LongestCommonSubsequenceTest.php | 54 $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 D | MemoryEfficientLongestCommonSubsequenceImplementation.php | 26 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 D | LongestCommonSubsequence.php | 26 public function calculate(array $from, array $to); function
|
H A D | TimeEfficientLongestCommonSubsequenceImplementation.php | 26 public function calculate(array $from, array $to) function in SebastianBergmann\\Diff\\LCS\\TimeEfficientImplementation
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0_Quantum.jar | ... ROOT3
public void <init> ()
public void calculate (org.jmol.api.VolumeDataInterface, java ... |
H A D | JmolAppletSigned0_Quantum.jar | ... ROOT3
public void <init> ()
public void calculate (org.jmol.api.VolumeDataInterface, java ... |
H A D | CHANGES.txt | 1562 # 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 D | README.md | 7 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 D | plugin.info.txt | 6 desc calculate, store, and recall user-defined values
|
H A D | README.md | 7 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 D | value.text-indent.class.php | 12 function calculate(&$box) { function in TextIndentValuePDF
|
H A D | strategy.width.min.nowrap.php | 24 $this->add_width($ti->calculate($box));
|
H A D | strategy.width.min.php | 54 $ti->calculate($box) +
|
H A D | box.generic.inline.php | 66 $indent_offset = ($first->uid == $this->uid || 1) ? $text_indent->calculate($parent) : 0;
|
H A D | strategy.width.max.php | 29 $this->_cmaxw = $text_indent->calculate($box);
|
H A D | box.utils.text-align.inc.php | 54 $delta -= $box->text_indent->calculate($box);
|
H A D | strategy.width.max.natural.php | 29 $this->_cmaxw = $text_indent->calculate($box);
|
H A D | box.container.php | 521 $sum += $ti->calculate($this); 582 $ti->calculate($this) + 877 $this->_current_x += $text_indent->calculate($this);
|
H A D | box.table.cell.php | 69 $ti->calculate($this) +
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | URI.Base.txt |
|
/plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
H A D | date.rst | 30 * ``date``: The date for calculate the difference from now. Can be a string
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_smart_rendering.js | 322 this[method] = (function(calculate, cache){ 324 return this._takeFromCache(id, calculate, cache);
|
/plugin/404manager/ |
H A D | CHANGES.md | 12 …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 D | cssimportnew.php | 1163 …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 D | Differ.php | 230 $common = $lcs->calculate(\array_values($from), \array_values($to));
|