Home
last modified time | relevance | path

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

1...<<1112

/plugin/poll/
H A Dsyntax.php123 $total = $poll['votes'];
124 if ($total == 0) return '';
132 $percent = round(($absolute*100)/$total);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1100 integer. The integer gives the total number of seconds in the sandclock
/plugin/nssize/
H A Dsyntax.php33 $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/tuxquote/
H A Dquotes.txt975 …he average cow emits 200 to 400 quarts of methane PER DAY, resulting in a total annual world cow m…
989 … by mastering a complex, demanding task that makes his father look like a total goober. <BR> -- Da…
995 …e to demonstrate the finer points of seamanship. He was on our boat for a total of three hours, du…
2014 History is the sum total of the things that could have been avoided. <BR> -- Konrad Adenauer (1876-…
2917 …ossroads. One path leads to despair and utter hopelessness. The other, to total extinction. Let us…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13402 Is not God the height of heaven?Also see the sum total of the stars, that they are high.
/plugin/dokutranslate/
H A Daction.php489 $total = 0;
506 $total += $rating;
513 $ret = sprintf($this->getLang('trans_percentage'), 25 * $total / count($meta));
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php27 function guess_lengths($lengths_src, $total) { argument
66 $values[$i] = $total * $fraction;
77 $rest = $total - array_sum($values);
102 $koeff = $total / $width;
H A DChangeLog208 vectors was limited to 255 (limit on total number of different
988 unexpected results if total percentage of the constraint was less
/plugin/advrack/
H A Draphael.js7168 var total = /[ahqstv]/ig,
7170 Str(path).match(total) && (command = R._path2curve);
7171 total = /[clmz]/g;
7172 if (command == R._pathToAbsolute && !Str(path).match(total)) {
/plugin/behave/
H A Dbehave.js135 total: utils.editor.getLines(textVal)
/plugin/sphinxsearch/
H A Dsphinxapi.php1256 list ( $total, $total_found, $msecs, $words ) =
1258 $result["total"] = sprintf ( "%u", $total );
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... .james.mime4j.util.ByteArrayBuffer dst int total boolean found int bytesRead public int indexOf (byte[ ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... .james.mime4j.util.ByteArrayBuffer dst int total boolean found int bytesRead public int indexOf (byte[ ...
/plugin/autotweet/
H A DOAuth.php427 $total = array();
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3780 getIndices: function(a, b, total) { argument
3782 return $R(1, total).inject([], function(memo, i) {
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1132 var total = (hours * 60) + mins;
1133 return total;
/plugin/tline/
H A DCHANGES.txt64 edge of the band's div. The units are total track width. There are two settings,
/plugin/qrcode2/
H A Dphpqrcode.php1605 $total = 0;
1613 $total += $bits;
1616 return $total;
/plugin/farm/
H A Dinfos.animal.class.php164 * @return total size
/plugin/vote/
H A Dsyntax.php209 $total = $vote_log['votes'];
210 if ( $total < 0 ) { return ''; }
229 if( $total == 0 ) {
232 $percent = round( ( $absolute * 100 ) / $total );
/plugin/bibtex/OSBib/create/
H A Dcommon.js102 var total = 0;
105 ++ total;
110 a_php = "a:" + total + ":{" + a_php + "}";

1...<<1112