Lines Matching refs:split
250 var parameters = window.location.hash.split('&');
256 // Split each string except the first around the '='.
259 var paramStrings = parameters[i].split('=');
542 // Replace carriage returns with linebreaks and then split around linebreaks.
543 var lines = logFileContents.replace(/\r/g, '\n').split('\n');