Home
last modified time | relevance | path

Searched refs:oldrating (Results 1 – 9 of 9) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/rating/
H A Dupdate.php27 $oldrating = jquery_rating::getRatingByIP($ip, $IPlist['used_ips'], $IPlist['rating']); variable
29 $oldrating = false; variable
31 if (!$oldrating || getOption('rating_recast')) {
40 if ($oldrating) {
46 $valuechange = $rating - $oldrating;
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Drating.php328 $oldrating = jquery_rating::getRatingByIP($ip, $object->get('used_ips'), $object->get('rating'));
329 if ($vote && $recast == 2 && $oldrating) {
330 $starselector = round($oldrating * $split_stars);
334 $disable = !$vote || ($oldrating && !$recast);
374 var recast<?php echo $unique; ?> = <?php printf('%u', $recast && $oldrating); ?>;
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dladder_calc.h27 unsigned int oldrating; member
H A Daccount_wrap.c1049 unsigned int oldrating; in account_adjust_ladder_rating() local
1060 oldrating = account_get_ladder_rating(account,clienttag,id); in account_adjust_ladder_rating()
1061 if (delta<0 && oldrating<=(unsigned int)-delta) in account_adjust_ladder_rating()
1064 newrating = oldrating+delta; in account_adjust_ladder_rating()
H A Dladder_calc.c627 info[curr].oldrating = rating[curr]; in ladder_calc_info()
H A Dgame.c991 ladder_info[i].oldrating, in game_report()
/dports/audio/harp/harp-0.6.0/
H A Dplayer.c590 int oldrating; in getSystemKey() local
622 oldrating=pca->ph->pflag->rating; in getSystemKey()
625 sprintf(tail,"Rating: %d/10 -> %d/10",oldrating,pca->ph->pflag->rating); in getSystemKey()
630 oldrating=pca->ph->pflag->rating; in getSystemKey()
633 sprintf(tail,"Rating: %d/10 -> %d/10",oldrating,pca->ph->pflag->rating); in getSystemKey()
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Dplaylist_columns.py386 oldrating = track.get_rating()
388 if rating == oldrating:
/dports/audio/gnupod/gnupod-0.99.8/
H A DCHANGES475 -> Rating 5 is now 100 (newrating=oldrating*20)