Searched refs:seedRatioMode (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.h303 tr_ratiolimit seedRatioMode( ) const { return (tr_ratiolimit) getInt( SEED_RATIO_MODE ); } function in class:Torrent
H A Ddetails.cc730 int baselineInt = torrents[0]->seedRatioMode( );
731 foreach( tor, torrents ) if( baselineInt != tor->seedRatioMode( ) ) { uniform = false; break; }
950 mySession.torrentSet( myIds, "seedRatioMode", val );
H A Dtorrent.cc93 { SEED_RATIO_MODE, "seedRatioMode", QVariant::Int, STAT },
335 switch( seedRatioMode( ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtorrent.js28 // Torrent.fields.seedRatioMode
74 'seedRatioMode',
244 getSeedRatioMode: function() { return this.fields.seedRatioMode; },

Completed in 66 milliseconds