Lines Matching refs:indexOf
154 …? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) re…
155 …? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) re…
156 …? jQuery.map(matchedObjects, function(n, i){ if($(n).attr(settings.hook).indexOf(theRel) != -1) re…
227 …if(movie_height.indexOf('%') != -1) { movie_height = parseFloat(($(window).height() * parseFloat(m…
228 …if(movie_width.indexOf('%') != -1) { movie_width = parseFloat(($(window).width() * parseFloat(movi…
276 if(movie_id.indexOf('?') > 0)
277 movie_id = movie_id.substr(0,movie_id.indexOf('?')); // Strip anything after the ?
279 if(movie_id.indexOf('&') > 0)
280 movie_id = movie_id.substr(0,movie_id.indexOf('&')); // Strip anything after the &
317 …flash_vars = flash_vars.substring(pp_images[set_position].indexOf('flashvars') + 10,pp_images[set_…
320 filename = filename.substring(0,filename.indexOf('?'));
329 frame_url = frame_url.substr(0,frame_url.indexOf('iframe')-1);
875 hashIndex = hashIndex.substring(hashIndex.indexOf('/')+1,hashIndex.length-1);
876 hashRel = hashRel.substring(0,hashRel.indexOf('/'));
888 …hashtag = (url.indexOf('#prettyPhoto') !== -1) ? decodeURI(url.substring(url.indexOf('#prettyPhoto…
899 if ( location.href.indexOf('#prettyPhoto') !== -1 ) location.hash = '';