Home
last modified time | relevance | path

Searched refs:total (Results 251 – 275 of 299) sorted by last modified time

1...<<1112

/plugin/swiftmail/Swift/Connection/
H A DRotator.php73 $total = count($this->connections);
75 if ($start >= $total) $start = 0;
78 for ($id = $start; $id < $total; $id++)
/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/callflow/
H A Draphael.js7162 var total = /[ahqstv]/ig,
7164 Str(path).match(total) && (command = R._path2curve);
7165 total = /[clmz]/g;
7166 if (command == R._pathToAbsolute && !Str(path).match(total)) {
/plugin/redproject/
H A DREADME.md6 * Versions available (with creation and update date, total issues, open and closed)
H A Dsyntax.php290 $total = count($currentRole['members']);
296 if ($who < $total - 1) {
/plugin/rrdgraph/inc/
H A Dsvgbinding.php233 $total = 0;
237 $total += ($ts - $lastTs) * $value;
243 $bindingValues[$bindingName] = $total;
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php88 public function displayHwSCategories($cpu_mark, $cpu_model, $cpu_freq, $total, $dd_free, $dd_used) argument
98 echo "<div id='categorie_contenu_ram_total'><strong>".$total."</strong></div>";
102 echo "<div id='categorie_contenu_cpu_mark'><strong>".$total."</strong></div>";
/plugin/wikistats/
H A DREADME.md186 * Add total for resources and namespaces stats
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1970 $total = 0;
1974 $total += $bits;
1976 return array($items, $total);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php229 … $total = ($this->_praiseCache[$author]['bad'] + $this->_praiseCache[$author]['good']);
230 $percent = round(($this->_praiseCache[$author]['bad'] / $total * 100), 2);
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php2463 public $total; variable in Google_OrkutCounterResource
2476 public function setTotal( $total) { argument
2477 $this->total = $total;
2480 return $this->total;
/plugin/toolbox/
H A DToolboxCounter.js101 html(toolbox_lang.total, counts.call, counts.wall) +
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js545 var complete = ( e.loaded / e.total ) * 100;
H A Ddataloader.min.js1 …"function"==typeof b.progress&&(d.onprogress=function(a){var c=a.loaded/a.total*100;b.progress.cal…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js13total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.h…
14total+=p,p&&(a.adler=c.check=c.flags?t(c.check,f,p,h-p):s(c.check,f,p,h-p)),p=j,(c.flags?m:d(m))!=…
H A Djszip.js6189 this.total = 0; /* protected copy of output count */
6244 strm.total_in = strm.total_out = state.total = 0;
7430 state.total += _out;
7462 if (hold !== (state.total & 0xffffffff)) {
7519 state.total += _out;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14362 node._minWidth = measures.min + node._offsets.total;
14363 node._maxWidth = measures.max + node._offsets.total;
14412 total: totalOffset,
16736 availableWidth = writer.context().availableWidth - this.offsets.total;
16739 this.tableWidth = tableNode._offsets.total + getTableInnerContentWidth();
24537 this.total = 0; /* protected copy of output count */
24592 strm.total_in = strm.total_out = state.total = 0;
25778 state.total += _out;
25810 if (hold !== (state.total & 0xffffffff)) {
25867 state.total += _out;
H A Dpdfmake.min.js.map1total","extendWidthsForColSpans","q","colSpans","span","currentMinMax","getMinMax","col","minDiffe…
H A Dpdfmake.min.js9total:r,offsets:n}}function i(){for(var e,n,r=0,i=g.length;i>r;r++){var a=g[r],s=o(a.col,a.span,t.…
10 …context().availableWidth-this.offsets.total,i.buildColumnWidths(r.table.widths,o),this.tableWidth=…
12total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.h…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js74 …id],g=m.values.value,isNaN(g)||(c=g/f[p]*100,m.values.percents=c,m.values.total=f[p],n.newStack&&(…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js9 …Fill})},complexity:function(){return this.paths.reduce(function(total,path){return total+(path&&pa… argument
11 …ta,threshold=this.threshold,total=data.length;for(var i=0,len=data.length;i<len;i+=4){data[i+3]=th…
H A Dfabric.js16257 return this.paths.reduce(function(total, path) { argument
16258 return total + ((path && path.complexity) ? path.complexity() : 0);
17960 total = data.length;
17963 data[i + 3] = threshold + 255 * (total - i) / total;
/plugin/quizlib/
H A DREADME.md7 * HTML syntax and individual evaluation function for total freedom
/plugin/jokuwiki/
H A DREADME.md60 …//github.com/defunkt/jquery-pjax) into templates and thereby reducing the total traffic on page tr…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3230 getIndices: function(a, b, total) { argument
3232 return $R(1, total).inject([], function(memo, i) {

1...<<1112