Home
last modified time | relevance | path

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

/plugin/data-au/syntax/
H A 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/data/syntax/
H A Dtable.php22 public $sums = [];
259 $this->sums = [];
329 if (!isset($this->sums[$num])) {
330 $this->sums[$num] = 0;
332 $this->sums[$num] += $nval;
506 // if summarize was set, add sums
515 if (!empty($this->sums[$i])) {
516 $text .= '∑ ' . $this->sums[$i];
20 var $sums = array(); global() variable in syntax_plugin_data_table
/plugin/struct/meta/
H A DAggregationTable.php15 protected $sums;
373 if (!isset($this->sums[$colnum])) {
374 $this->sums[$colnum] = 0;
376 $this->sums[$colnum] += $value->getValue();
395 * Add sums if wanted
416 if (!empty($this->sums[$i])) {
418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
54 protected $sums; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
/plugin/securelogin/
H A 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/
H A Dq.min.js.map1 …signum\",\"sin\",\"sqrt\",\"ss\",\"ssr\",\"string\",\"sublist\",\"sum\",\"sums\",\"sv\",\"system\"…
/plugin/bible/bible_douayRheims/
H A 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…
H A 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/
H A DCHANGES.txt773 # new feature: .add() sums up values
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1sums","valueOffset","valueTarget","valueLeft","valueRight","xk","yk","resquarify","_squarify","rho…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1 …atedValue = Math.floor(accumulatedValue); //@perf\n // Compute all sums (to get a fully val…
H A Dbundle.js.map1sums = new Array(n + 1);\n\n for (sums[0] = sum = i = 0; i < n; ++i) {\n sums[i + 1] = sum += …
H A Djson.worker.js.map1 …atedValue = Math.floor(accumulatedValue); //@perf\n // Compute all sums (to get a fully val…