Lines Matching refs:lines
35 * IMPORTANT: This plugin is strictly dependent on ascending order of lines
224 lines: function (urlPart) {
245 var lines = inner.lines(window.location.hash);
247 if(lines.length < 1) {
252 for ( var i = 0; i < lines.length; i ++ ) {
255 "n": lines[i] } );
277 var lines = inner.getLinesParts(window.location.hash);
278 if(lines.length > 0) {
279 var line = lines[0] // first line
294 $("<div>Did you know? You can select a range of lines<br /> by clicking on the other while holding shift key.</div>")
1273 * multiple lines of code and use that url to send it to somebody else.
1647 $(document.body).toggleClass("lines-hidden");
1652 $(document.body).removeClass("lines-hidden");