Rafa Martinez

Rafa MARTINEZ #17

  • Date de naissance1982-03-03 (43 ans)
  • Lieu de naissanceSantpedor, Barcelona (ESP)
  • PosteArrière
  • Taille1.90 m
  • NationalitéESP
MINUTESPOINTS% TIRSREBONDSPASSES
-----
Statistiques cette saison toutes compétitions confondues

Cette saison

TYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTEFPEFF

Carrière

SAISONTYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTEFPEFF
2122SRMANBasketball Champions League5010:135.21.83.847.41.22.842.90.40.41000.20.60.800.60.401.403.8
1819SRVAALiga Endesa181111:582.913.231.60.52.124.30.40.410000.80.80.10.50.701.30.61
1819SRVAAEuroCup3112:068.72.72.7100221001.31.78000.70.700.71.701.31.310
1718SRVAALiga Endesa21917:529.32.85.65024.149.41.71.71000.21.31.50.512011.49.7
1718SRVAAEuroleague291315:226.92.14.348.41.22.744.21.61.9870.40.91.30.50.81.301.62.17
1617SRVAALiga Endesa301720:359.12.65.745.91.83.94722.483.301.21.20.31.21.901.92.27.9
1415SRVAAEuroleague10613:192.40.83.324.20.32.213.60.50.771.40.10.70.80.50.90.701.31.51
1213SRVAALiga Endesa332323:158.72.86.542.31.43.8371.82.278.40.31.61.90.91.62.30.12.23.28.8
1112SRVAALiga Endesa292830:4512.23.88.3451.84.638.32.93.681.70.52.32.9122.502.73.811.8
1112SRVAAEuroCup6429:44134.39.744.825.834.32.32.882.401.71.71.31.83.703.33.512
1011SRVAAEuroleague101028:1910.53.28.338.61.84.936.72.33.174.20.41.72.10.71.91.3033.36.7
1011SRVAALiga Endesa333227:5813.94.68.852.12.24.5492.52.984.40.222.20.92.11.80.12.63.813
0910SRVAALiga Endesa333128:2713.73.77.152.42.24.252.14.14.493.10.21.71.90.81.51.802.34.514.8
0809SRVAALiga Endesa322425:059.12.76.144.31.53.640.52.22.686.60.41.82.31.11.21.40.12.62.88.9
0708SRMANLiga Endesa282727:4013.64.49.5462.15.141.32.83.579.60.62.42.91.22.22.40.13.14.413
MOYENNE - 11 saisons34925623:089.936.646.21.73.942.62.12.584.90.31.61.90.71.41.802.12.99.4
SAISONTYPEEQUIPECHPTMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTEFPEFF
2122SRMANBasketball Champions League16:15114580341002210011102203013
1819SRVAALiga Endesa26:172066100451004510003312304321
1819SRVAAEuroCup26:172066100451004510003312304321
1718SRVAALiga Endesa30:1224711100681006610035534704626
1718SRVAAEuroleague30:1224711100681006610035534704626
1617SRVAALiga Endesa31:5823713100691007710014425414625
1415SRVAAEuroleague25:55838751650331001333320358
1213SRVAALiga Endesa31:45238131005910091010025635615824
1112SRVAALiga Endesa39:052391985.74880111210027835705926
1112SRVAAEuroCup39:052391985.74880111210027835705926
1011SRVAAEuroleague35:0025101487.55910081010018846425828
1011SRVAALiga Endesa35:0025101487.55910081010018846425828
0910SRVAALiga Endesa37:002891210078100101010026634515836
0809SRVAALiga Endesa36:3732811100610100121210025654415836
0708SRMANLiga Endesa36:512481710051010091010035634915826
RECORDS EN CARRIÈRE39:05321019100710100121210038856925936
SAISONTYPEEQUIPECHPTMJTITMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTEFPEFF
1213POVAALiga Endesa3024:36113.7845.82.75.747.1125002.32.310.31.701.72.711
1011POVAAEuroleague5528:5912.44.48.253.724501.62800.22.22.41.22.21.601.23.412.6
MOYENNE EN PLAY-OFFS8527:2011.94.18.150.82.34.648.61.4268.80.12.32.41.11.51.601.43.112
SAISONTYPEEQUIPECHPTMINPTSTRTT%T3RT3T%LFRLFT%RORDRTINTBPPDCOFTEFPEFF
1213POVAALiga Endesa33:301451055.64757.12410005521302414
1011POVAAEuroleague31:091661271.435603310013434302516
RECORDS EN PLAYOFFS33:301661271.447603410015534302516
Fantasy Basketstats

Newsletter

Sondage

ERROR
(function($){ CUWait = { //init_delay:0,//(debug) init_delay:1000, cnt : 0, panel : null, timer_id : null, dice_id : 0, rand : function( min, max ) { return Math.floor((Math.random() * max) + min); }, randColor : function() { var px = ["00","33","66","99","FF"]; return "#" + px[this.rand(0,px.length)] + px[this.rand(0,px.length)] + px[this.rand(0,px.length)]; }, createInner : function() { var nx = 2; var ny = 2; var dx = 20; var dy = 20; var w = 20-2; var h = 20-2; this.dice = []; for ( var y = 0; y < ny; y++ ) { for ( var x = 0; x < nx; x++ ) { this.dice.push( $("
") .css({ position:"absolute", left:(x*dx)+"px", top:(y*dy)+"px", width:w+"px", height:h+"px" }) .appendTo(this.panel) ); } } }, animateInner : function() { if ( this.dice_id >= this.dice.length ) { this.dice_id = 0; } var die = this.dice[this.dice_id]; this.dice_id++; die.css({ "background-color":this.randColor() }); }, create : function(e) { if ( this.cnt == 0 ) { return; } var z = 10000; var w = 40; var h = 40; var left = (e.pageX - w/2); var top = (e.pageY - h/2); //-- panel this.panel = $("
") .css({ position:"absolute", left:left+"px", top:top+"px", width:"40px", height:"40px", margin:0, padding:0, opacity:0, filter:"alpha(opacity=0)", "z-index":z }) .appendTo('body'); //-- panel inner this.createInner(); //-- show this.panel.show(); //-- make it visible after init_delay var _this = this; setTimeout(function(){ _this.visible(); },this.init_delay); }, visible : function() { if ( this.cnt == 0 ) { return; } //-- panel this.panel .css({ opacity:0.5, filter:"alpha(opacity=50)" }); //-- panel inner var _this = this; this.timer_id = setInterval(function(){ _this.animateInner(); },50); }, destroy : function() { if ( this.panel == null ) { return; } //-- panel inner if ( this.timer_id != null ) { clearInterval(this.timer_id); this.timer_id = null; } //-- panel this.panel.fadeOut(function(){ $(this).remove(); }); this.panel = null; }, start : function( e ) { this.cnt++; if ( this.cnt == 1 ) { this.create( e ); } }, stop : function() { if ( this.cnt > 0 ) { this.cnt--; if ( this.cnt == 0 ) { this.destroy(); } } } }; //---------------------------------------------------------------- // CApp //---------------------------------------------------------------- var app_object_selector = '.ajax-poll'; function CApp( jobj ) { this.children = []; this.jQueryX = $; this.jobj = jobj; this.tclass = this.getAttr( 'tclass', jobj ); this.tid = this.getAttr( 'tid', jobj ); this.url_app_entry = 'https://www.basketstats.fr/sondage/ajax-poll.php'; this.url_app_root = 'https://www.basketstats.fr/sondage/'; this.url_app_img = 'https://www.basketstats.fr/sondage/app.img/'; this.appid = this.makeRandomString( 64 ); this.app_init_cmd = 'init'; this.tipbox = null; if ( this.app_init_cmd != '' ) { this.send( { "cmd" : this.app_init_cmd } ); } } CApp.prototype = { isIE7 : function() { return (navigator.appVersion.indexOf("MSIE 7.")!=-1); }, isIE8 : function() { return (navigator.appVersion.indexOf("MSIE 8.")!=-1); }, leIE8 : function() { return this.isIE7() || this.isIE8(); }, isTouchDevice : function() { return (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)); }, showWaitIcon: function( e ) { CUWait.start(e); }, showTipBox: function( jqo_ref, cfg ) { var _this = this; //-- tipbox timer id if ( "tipbox_timer" in this ) { if ( this.tipbox_timer != -1 ) { clearTimeout(this.tipbox_timer); } } this.tipbox_timer = -1; this.hideTipBox(); var jqo_cont = jqo_ref.parents("."+this.tclass); var jqo_inner = jqo_cont.find('.poll-inner'); //-- tipbox var jqo = jqo_cont.find('.poll-tipbox-'+cfg['class']) .html(cfg["txt"]); this.tipbox = jqo.parent('.poll-tipbox'); this.tipbox.stop(true,true) this.tipbox.show(); //-- animate var ref_pos = jqo_ref.position(); var xt = parseInt((jqo_inner.width()-this.tipbox.width())/2); var ht = this.tipbox.height() + 10; var yt = ref_pos.top - ht; var xm = 0; var ym = 30; var period = ( "period" in cfg ) ? cfg["period"] : 2500; var opa = this.tipbox.css("opacity"); this.tipbox .css({ "left":(xt - xm) + "px", "top":(yt - ym) + "px", "opacity":0 }) .animate({ "left": "+=" + xm + "px", "top": "+=" + ym + "px", "opacity":"+=" + opa }, 300, function(){ _this.tipbox_timer = setTimeout(function(){ _this.tipbox.fadeOut( 500, function() { _this.hideTipBox(); }); },period); }); }, hideTipBox: function() { if ( this.tipbox != null ) { this.tipbox.hide(); } }, //----------------------------------------------- // makeRandomString( n ) //----------------------------------------------- makeRandomString : function ( n ) { var s = ""; var src = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < n; i++ ) { s += src.charAt( Math.floor( Math.random() * src.length ) ); } return s; }, //----------------------------------------------- // errBox //----------------------------------------------- errBox : function( data ) { var errbox_sig = ""; if ( data.substring( 0, errbox_sig.length ) == errbox_sig ) {// prevent double errbox return data; } else { var msg = ''; msg += "
"; msg += "
ERROR
"; msg += "
"; msg += data; msg += "
"; msg += "
"; return msg; } }, //----------------------------------------------- // getAttr //----------------------------------------------- getAttr : function( id_name, jobj ) { if ( ( typeof( jobj.attr( id_name ) ) == 'undefined' ) || ( jobj.attr( id_name ) == '' ) // for Opera ) return ''; return jobj.attr( id_name ); }, //----------------------------------------------- // send //----------------------------------------------- send : function( json ) { json['appid'] = this.appid; json['tclass'] = this.tclass; json['tid'] = this.tid; var _this = this; $.post( this.url_app_entry, json, function(data) { _this.process(data); }); }, //----------------------------------------------- // addChild //----------------------------------------------- addChild : function( child ) { this.children[child.name] = child; return child; }, //----------------------------------------------- // getChild //----------------------------------------------- getChild : function( name ) { return this.children[name]; }, //----------------------------------------------- // sendMsg //----------------------------------------------- sendMsg : function( msg ) { if ( typeof( msg.receiver ) !== 'undefined' ) { if( Object.prototype.toString.call( msg.receiver ) === '[object Array]' ) { for ( var i = 0; i < msg.receiver.length; i++ ) { var ret = this.children[ msg.receiver[i] ].msgProc( msg ); if ( ret != 0 ) return ret; } } else { return this.children[msg.receiver].msgProc( msg ); } } else { for( name in this.children ) { var ret = this.children[name].msgProc( msg ); if ( ret != 0 ) return ret; } } }, //----------------------------------------------- // process //----------------------------------------------- process : function( data ) { CUWait.stop(); var b_evaled = false; try { this.res = eval('(' + data + ')'); b_evaled = true; } catch(e) { var msg = "[ERROR]:" + "\r\n\r\n" + data.substring(0,1000); //alert( msg ); this.jobj.html( this.errBox(data) ); } try { if ( b_evaled ) { if ( this.res.result == 'OK' ) { window[this.appid] = this; switch( this.res.cmd ) { case "alert": alert(this.res.html); break; case "load": this.jobj.append( this.res.html ); break; } if ( typeof( this.res.msg ) !== 'undefined' ) { this.sendMsg( this.res.msg ); } } else {//-- code error alert( "^" + this.res.result ); this.jobj.html( this.res.result ); } } } catch(e) { var msg = "{ERROR}:" + e.message; alert( msg ); } } } //---------------------------------------------------------------- // ready //---------------------------------------------------------------- $(document).ready(function() { if (!( 'ajax-poll-script-9009' in window )) { window['ajax-poll-script-9009'] = true; $( app_object_selector ).each( function(){ var app = new CApp( $(this) ); }); } }); }(jQuery));