| /plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
| D | Timing.php | 22 public $total; variable in Google\\Service\\PagespeedInsights\\Timing 24 public function setTotal($total) argument 26 $this->total = $total; 30 return $this->total;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/ |
| D | GoogleDevtoolsRemotebuildbotResourceUsageStat.php | 22 public $total; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotResourceUsageStat 25 public function setTotal($total) argument 27 $this->total = $total; 31 return $this->total;
|
| /plugin/bez/tpl/ |
| H A D | activity_report.php | 41 …<?php $total = $involvement['original_poster_sum'] + $involvement['coordinator_sum'] + $involvemen… variable 42 <td><?php echo $total ?></td> 48 <?php $total_total += $total ?> 84 …<?php $total = $involvement['original_poster_sum'] + $involvement['commentator_sum'] + $involvemen… variable 85 <td><?php echo $total ?></td> 89 <?php $total_total += $total ?>
|
| /plugin/nssize/ |
| D | syntax.php | 33 $total = 0; 43 $total = $total+$bytes; 46 $this->_nssize_header($renderer,'Sum',$this->_formatSize($total)); 62 $total = 0; 66 $total += $this->_du($location.'/'.$file); 71 $total += $stats['size']; 77 return $total;
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/ |
| D | Page.php | 21 private $total; variable in FINDOLOGIC\\Export\\XML\\Page 23 public function __construct($start, $count, $total) argument 27 $this->total = $total; 57 'total' => $this->total
|
| D | XMLExporter.php | 12 public function serializeItems($items, $start, $count, $total) argument 14 $page = new Page($start, $count, $total); 24 public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total) argument 26 $xmlString = $this->serializeItems($items, $start, $count, $total);
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/ |
| D | Exporter.php | 69 …* @param int $total The global total of items that could be exported. This value is ignored when u… 72 abstract public function serializeItems($items, $start, $count, $total); argument 85 …* @param int $total The global total of items that could be exported. This value is ignored when u… 88 abstract public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total); argument
|
| /plugin/pagestats/ |
| D | README.md | 3 This plugin counts the number of pages and media files in your DokuWiki and calculates their total … 6 - Display the total number of pages. 7 - Display the total size of all pages in megabytes (MB). 8 - Display the total number of media files. 9 - Display the total size of all media files in megabytes (MB). 30 - `~~PAGESTATSPAGE~~`: Displays the total number of pages. 31 - `~~PAGESTATSMB~~`: Displays the total size of all pages in MB. 32 - `~~MEDIASTATSPAGE~~`: Displays the total number of media files. 33 - `~~MEDIASTATSMB~~`: Displays the total size of all media files in MB.
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | tag.frame.inc.php | 27 function guess_lengths($lengths_src, $total) { argument 66 $values[$i] = $total * $fraction; 77 $rest = $total - array_sum($values); 102 $koeff = $total / $width;
|
| /plugin/issuelinks/script/ |
| D | admin_repo.js | 143 let total = '?'; 146 if (jQuery.isNumeric(data.total) && data.total > 0) { 147 total = data.total; 148 percent = Math.round(count / total * 100); 151 … const progressText = '' + count + '/' + total + ' (' + percent + ' %) ' + statusText;
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/ |
| D | CSVExporter.php | 15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) argument 30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument 32 $csvString = $this->serializeItems($items, $start, $count, $total);
|
| /plugin/gitlabapi/ |
| D | syntax.php | 202 $total = count($commits) < $number ? count($commits) : $number; 203 for ($i = 0; $i < $total; $i++) { 232 $total = count($issues) < $number ? count($issues) : $number; 233 for ($i = 0; $i < $total; $i++) { 276 $total = count($milestones) < $number ? count($milestones) : $number; 277 for ($i = 0; $i < $total; $i++) { 305 $total = count($pipelines) < $number ? count($pipelines) : $number; 306 for ($i = 0; $i < $total; $i++) {
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | flac.js | 366 var total = this.lpc_total; 369 total[0] = 0; field 370 total[1] = 0; 374 multiply_add(total, coeffs[j], decoded[i - j - 1]); 379 decoded[i] += (total[0] >>> qlevel) | (total[1] << (32 - qlevel)); 389 function multiply_add(total, a, b) { 404 var a48 = total[1] >>> 16; 405 var a32 = total[1] & 0xFFFF; 406 var a16 = total[0] >>> 16; 407 var a00 = total[0] & 0xFFFF; [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/be/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{current}} з {{total}} супадзення 178 find_match_count[two]={{current}} з {{total}} супадзенняў 179 find_match_count[few]={{current}} з {{total}} супадзенняў 180 find_match_count[many]={{current}} з {{total}} супадзенняў 181 find_match_count[other]={{current}} з {{total}} супадзенняў
|
| /plugin/pdfjs/pdfjs/web/locale/gu-IN/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{total}} માંથી {{current}} સરખું મળ્યું 178 find_match_count[two]={{total}} માંથી {{current}} સરખા મળ્યાં 179 find_match_count[few]={{total}} માંથી {{current}} સરખા મળ્યાં 180 find_match_count[many]={{total}} માંથી {{current}} સરખા મળ્યાં 181 find_match_count[other]={{total}} માંથી {{current}} સરખા મળ્યાં
|
| /plugin/pdfjs/pdfjs/web/locale/pa-IN/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 167 # "{{current}}" and "{{total}}" will be replaced by a number representing the 169 # the total number of matches in the document. 170 find_match_count={[ plural(total) ]} 171 find_match_count[one]={{total}} ਵਿੱਚੋਂ {{current}} ਮੇਲ 172 find_match_count[two]={{total}} ਵਿੱਚੋਂ {{current}} ਮੇਲ 173 find_match_count[few]={{total}} ਵਿੱਚੋਂ {{current}} ਮੇਲ 174 find_match_count[many]={{total}} ਵਿੱਚੋਂ {{current}} ਮੇਲ 175 find_match_count[other]={{total}} ਵਿੱਚੋਂ {{current}} ਮੇਲ
|
| /plugin/pdfjs/pdfjs/web/locale/kk/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{current}} / {{total}} сәйкестік 178 find_match_count[two]={{current}} / {{total}} сәйкестік 179 find_match_count[few]={{current}} / {{total}} сәйкестік 180 find_match_count[many]={{current}} / {{total}} сәйкестік 181 find_match_count[other]={{current}} / {{total}} сәйкестік
|
| /plugin/pdfjs/pdfjs/web/locale/he/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]=תוצאה {{current}} מתוך {{total}} 178 find_match_count[two]={{current}} מתוך {{total}} תוצאות 179 find_match_count[few]={{current}} מתוך {{total}} תוצאות 180 find_match_count[many]={{current}} מתוך {{total}} תוצאות 181 find_match_count[other]={{current}} מתוך {{total}} תוצאות
|
| /plugin/pdfjs/pdfjs/web/locale/bg/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{current}} от {{total}} съвпадение 178 find_match_count[two]={{current}} от {{total}} съвпадения 179 find_match_count[few]={{current}} от {{total}} съвпадения 180 find_match_count[many]={{current}} от {{total}} съвпадения 181 find_match_count[other]={{current}} от {{total}} съвпадения
|
| /plugin/pdfjs/pdfjs/web/locale/ka/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{current}} / {{total}} თანხვედრიდან 178 find_match_count[two]={{current}} / {{total}} თანხვედრიდან 179 find_match_count[few]={{current}} / {{total}} თანხვედრიდან 180 find_match_count[many]={{current}} / {{total}} თანხვედრიდან 181 find_match_count[other]={{current}} / {{total}} თანხვედრიდან
|
| /plugin/pdfjs/pdfjs/web/locale/bn-BD/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 163 # "{{current}}" and "{{total}}" will be replaced by a number representing the 165 # the total number of matches in the document. 166 find_match_count={[ plural(total) ]} 167 find_match_count[one]={{total}} এর {{current}} মিল 168 find_match_count[two]={{total}} এর {{current}} মিল 169 find_match_count[few]={{total}} এর {{current}} মিল 170 find_match_count[many]={{total}} এর {{current}} মিল 171 find_match_count[other]={{total}} এর {{current}} মিল
|
| /plugin/pdfjs/pdfjs/web/locale/bn-IN/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{total}} এর {{current}} এ মিল 178 find_match_count[two]={{total}} এর {{current}} মিলছে 179 find_match_count[few]={{total}} এর {{current}} মিলছে 180 find_match_count[many]={{total}} এর {{current}} মিলছে 181 find_match_count[other]={{total}} এর {{current}} মিলছে
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
| D | Directory.php | 53 * @param bool $total 57 protected function renderItem(Node $node, $total = false) argument 74 if ($total) {
|
| /plugin/bibtex/OSBib/create/ |
| D | common.js | 102 var total = 0; 105 ++ total; 110 a_php = "a:" + total + ":{" + a_php + "}";
|
| /plugin/pdfjs/pdfjs/web/locale/uk/ |
| D | viewer.properties | 24 # representing the total number of pages in the document. 28 # respectively a number representing the total number of pages in the document. 173 # "{{current}}" and "{{total}}" will be replaced by a number representing the 175 # the total number of matches in the document. 176 find_match_count={[ plural(total) ]} 177 find_match_count[one]={{current}} збіг із {{total}} 178 find_match_count[two]={{current}} збіги з {{total}} 179 find_match_count[few]={{current}} збігів із {{total}} 180 find_match_count[many]={{current}} збігів із {{total}} 181 find_match_count[other]={{current}} збігів із {{total}}
|