Home
last modified time | relevance | path

Searched refs:sums (Results 1 – 12 of 12) sorted by relevance

/plugin/struct/meta/
DAggregationTable.php15 protected $sums; variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
373 if (!isset($this->sums[$colnum])) {
374 $this->sums[$colnum] = 0;
376 $this->sums[$colnum] += $value->getValue();
416 if (!empty($this->sums[$i])) {
418 … $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
/plugin/data/syntax/
Dtable.php22 public $sums = []; variable in syntax_plugin_data_table
259 $this->sums = [];
329 if (!isset($this->sums[$num])) {
330 $this->sums[$num] = 0;
332 $this->sums[$num] += $nval;
515 if (!empty($this->sums[$i])) {
516 $text .= '∑ ' . $this->sums[$i];
/plugin/data-au/syntax/
Dtable.php22 var $sums = array(); variable in syntax_plugin_dataau_table
251 $this->sums = array();
319 if(!isset($this->sums[$num])) {
320 $this->sums[$num] = 0;
322 $this->sums[$num] += $nval;
501 if(!empty($this->sums[$i])) {
502 $text .= '∑ ' . $this->sums[$i];
/plugin/securelogin/
DTODO11 Add sha256 sums to the HTML, to have the browser check that they have not been tampered with in tra…
/plugin/codemirror/dist/modes/
Dq.min.js.map1 …signum\",\"sin\",\"sqrt\",\"ss\",\"ssr\",\"string\",\"sublist\",\"sum\",\"sums\",\"sv\",\"system\"…
/plugin/bible/bible_douayRheims/
D2_Machabees.txt14 …o the place as though he would marry her, and that he might receive great sums of money under the …
73 …3:6. And told him, that the treasury in Jerusalem was full of immense sums of money, and the commo…
77 …3:10. Then the high priest told him that these were sums deposited, and provisions for the subsist…
DDeuteronomy.txt488 17:17. He shall not have many wives, that may allure his mind, nor immense sums of silver and gold.
/plugin/jmol2/jmol/
DCHANGES.txt773 # new feature: .add() sums up values
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1sums","valueOffset","valueTarget","valueLeft","valueRight","xk","yk","resquarify","_squarify","rho…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1 …atedValue = Math.floor(accumulatedValue); //@perf\n // Compute all sums (to get a fully val…
Dbundle.js.map1sums = new Array(n + 1);\n\n for (sums[0] = sum = i = 0; i < n; ++i) {\n sums[i + 1] = sum += …
Djson.worker.js.map1 …atedValue = Math.floor(accumulatedValue); //@perf\n // Compute all sums (to get a fully val…