Lines Matching refs:end
129 "def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo," +
326 var end;
328 end = decodeEscape(charsetParts[i + 2]);
331 end = start;
333 ranges.push([start, end]);
338 if (!(end < 65 || start > 122)) {
339 if (!(end < 65 || start > 90)) {
340 ranges.push([Math.max(65, start) | 32, Math.min(end, 90) | 32]);
342 if (!(end < 97 || start > 122)) {
343 ranges.push([Math.max(97, start) & ~32, Math.min(end, 122) & ~32]);
388 + '|[\\(\\)\\^]' // start/end of a group, or line start
521 * Substrings continue until the next index or the end of the source.
713 * the end.
1022 // here, and move root-wards since splitting just before an end-tag
1145 var end = i + 2;
1146 while (end + 2 <= nDecorations && decorations[end + 1] === startDec) {
1147 end += 2;
1151 i = end;
1173 var end = Math.min(spanEnd, decEnd);
1179 && (styledText = source.substring(sourceIndex, end))) {
1198 = document.createTextNode(source.substring(end, spanEnd));
1203 sourceIndex = end;
1592 [PR['PR_KEYWORD'], /^(?:and|break|do|else|elseif|end|for|function|if|in|local|not|or|repeat|require|return|then|until|while)\b/, null],