Lines Matching refs:split
166 var pathParts = pagePath.split('/');
592 var videoId = $(this).attr('href').split('?v=')[1];
612 var marginTop = $("#video-frame").css('margin-top').split('px')[0];
638 var idAndHash = videoId.split("#");
641 startTime = idAndHash[1].split("t=")[1] != undefined ? idAndHash[1].split("t=")[1] : 0;
661 if (videoId != youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]) {
687 youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]);
691 youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0],
699 youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0],
706 youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0],
2777 var queryParts = hash.split('=');
3583 cardSizes: ($widget.data('cardsizes') || '').split(','),
3951 var expressionStrs = query.split(',') || [];
3957 var clauseStrs = expr.split(/(?=[\+\-])/);
3962 var parts = clauseStr.split(':');