Searched refs:g_play_id (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/
H A Dvlc_video.min.js1 var m=new lang,g_storage=new myStorage,g_this_video="",g_this_video_name="",g_this_video_hash="",g_play_id=-1,g_subtitle_timer=0,prevState=0,liveFeedText=["Playing","((Playing))","(( Playing ))","(( Playing ))"],liveFeedRoll=0,g_isIE=!1,g_video_status="";
5 function doPlay(){var a=getVLC("vlc");a&&g_play_id>=0&&(g_video_status=="pause"?a.playlist.play():a.playlist.playItem(g_play_id),$(".play").css("display","none"),$(".pause").css("display","block"))}function doPause(){var a=getVLC("vlc");a&&(g_isIE?a.playlist.stop():a.playlist.pause(),$(".play").css("display","block"),$(".pause").css("display","none"))}function doStop(){var a=getVLC("vlc");a&&(a.playlist.stop(),$(".play").css("display","block"),$(".pause").css("display","none"),onStop())}
18 $(this).find("name").text(),b=window.location.protocol+"//"+window.location.host+"/"+$(this).find("sharelink").text();e+="<option value='"+b+"'";a.indexOf(g_this_video_name)==0&&(e+="selected ",$(".subtitle").attr("data-srt",b));e+=">"+a+"</option>";k=!0}),$(e).appendTo($("#select_subtitle")),$(".subtitle-ctrl").css("display",k?"block":"none"),play_subtitle())}),a=null;g_play_id=b.playlist.add(c);if(g_play_id==-1)alert("cannot play at the moment !");else{if(g_isIE)b.style.width=g,b.style.height=h;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js6 var g_play_id = -1; variable
285 if( vlc && g_play_id >= 0){
287 //vlc.playlist.playItem(g_play_id);
293 vlc.playlist.playItem(g_play_id);
779 g_play_id = vlc.playlist.add(this_video);
781 if(g_play_id==-1){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/
H A Dvlc_video.min.js1 var m=new lang,g_storage=new myStorage,g_this_video="",g_this_video_name="",g_this_video_hash="",g_play_id=-1,g_subtitle_timer=0,prevState=0,liveFeedText=["Playing","((Playing))","(( Playing ))","(( Playing ))"],liveFeedRoll=0,g_isIE=!1,g_video_status="";
5 function doPlay(){var a=getVLC("vlc");a&&g_play_id>=0&&(g_video_status=="pause"?a.playlist.play():a.playlist.playItem(g_play_id),$(".play").css("display","none"),$(".pause").css("display","block"))}function doPause(){var a=getVLC("vlc");a&&(g_isIE?a.playlist.stop():a.playlist.pause(),$(".play").css("display","block"),$(".pause").css("display","none"))}function doStop(){var a=getVLC("vlc");a&&(a.playlist.stop(),$(".play").css("display","block"),$(".pause").css("display","none"),onStop())}
18 $(this).find("name").text(),b=window.location.protocol+"//"+window.location.host+"/"+$(this).find("sharelink").text();e+="<option value='"+b+"'";a.indexOf(g_this_video_name)==0&&(e+="selected ",$(".subtitle").attr("data-srt",b));e+=">"+a+"</option>";k=!0}),$(e).appendTo($("#select_subtitle")),$(".subtitle-ctrl").css("display",k?"block":"none"),play_subtitle())}),a=null;g_play_id=b.playlist.add(c);if(g_play_id==-1)alert("cannot play at the moment !");else{if(g_isIE)b.style.width=g,b.style.height=h;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js6 var g_play_id = -1; variable
285 if( vlc && g_play_id >= 0){
287 //vlc.playlist.playItem(g_play_id);
293 vlc.playlist.playItem(g_play_id);
779 g_play_id = vlc.playlist.add(this_video);
781 if(g_play_id==-1){
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/
H A Dvlc_video.min.js1 var m=new lang,g_storage=new myStorage,g_this_video="",g_this_video_name="",g_this_video_hash="",g_play_id=-1,g_subtitle_timer=0,prevState=0,liveFeedText=["Playing","((Playing))","(( Playing ))","(( Playing ))"],liveFeedRoll=0,g_isIE=!1,g_video_status="";
5 function doPlay(){var a=getVLC("vlc");a&&g_play_id>=0&&(g_video_status=="pause"?a.playlist.play():a.playlist.playItem(g_play_id),$(".play").css("display","none"),$(".pause").css("display","block"))}function doPause(){var a=getVLC("vlc");a&&(g_isIE?a.playlist.stop():a.playlist.pause(),$(".play").css("display","block"),$(".pause").css("display","none"))}function doStop(){var a=getVLC("vlc");a&&(a.playlist.stop(),$(".play").css("display","block"),$(".pause").css("display","none"),onStop())}
18 $(this).find("name").text(),b=window.location.protocol+"//"+window.location.host+"/"+$(this).find("sharelink").text();e+="<option value='"+b+"'";a.indexOf(g_this_video_name)==0&&(e+="selected ",$(".subtitle").attr("data-srt",b));e+=">"+a+"</option>";k=!0}),$(e).appendTo($("#select_subtitle")),$(".subtitle-ctrl").css("display",k?"block":"none"),play_subtitle())}),a=null;g_play_id=b.playlist.add(c);if(g_play_id==-1)alert("cannot play at the moment !");else{if(g_isIE)b.style.width=g,b.style.height=h;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dvlc_video_player.ui.js6 var g_play_id = -1; variable
285 if( vlc && g_play_id >= 0){
287 //vlc.playlist.playItem(g_play_id);
293 vlc.playlist.playItem(g_play_id);
779 g_play_id = vlc.playlist.add(this_video);
781 if(g_play_id==-1){

Completed in 104 milliseconds