Home
last modified time | relevance | path

Searched refs:total (Results 151 – 175 of 299) sorted by relevance

12345678910>>...12

/plugin/imageflow/
H A Dscript.js277 var completed = 0; var total = 0;
281 total ++;
284 var finished = Math.round((completed/total)*100);
290 this.loadingbartext.text('Loading Images ' + completed + '/' + total);
/plugin/pdfjs/pdfjs/web/locale/ne-NP/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/kn/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/sw/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/hto/
H A Dviewer.properties19 # representing the total number of pages in the document.
22 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/sr/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/ta/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/wo/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/zu/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/hy-AM/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php478 function ($code, $a, $b, $c, $transferred, $total) use ($value) {
480 $value($total, $transferred, null, null);
/plugin/quickstats/
H A Dstyle.css30 div.quickstats span.total {
H A Dstyle.wide.css30 div.quickstats span.total {
/plugin/swiftmail/
H A DSwift.php459 $total = count($to) + count($cc) + count($list->getBcc());
472 …if ($log->hasLevel(Swift_Log::LOG_NETWORK)) $log->add("Message sent to " . $sent . "/" . $total . …
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/nso/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/confmanager/
H A Djquery.form.js266 var total = event.total;
268 percent = Math.ceil(position / total * 100);
270 options.uploadProgress(event, position, total, percent);
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties23 # representing the total number of pages in the document.
27 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/ku/
H A Dviewer.properties23 # representing the total number of pages in the document.
26 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/son/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/xh/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/pdfjs/pdfjs/web/locale/uz/
H A Dviewer.properties23 # representing the total number of pages in the document.
27 # respectively a number representing the total number of pages in the document.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc57 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before returning. Defaults to 0. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1) (Default = 0)
/plugin/pdfjs/pdfjs/web/locale/af/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js362 var total = 0;
366 total = total + parseInt(parts[i], 10);
383 var currPerc = parseInt(parts[i], 10) / total;
392 beginPerc = beginPerc + parseInt(parts[j], 10) / total;

12345678910>>...12