Lines Matching +defs:code +defs:str
484 self.escape = function (str) { argument
516 self.exec = function (str, regex, pos, sticky) { argument
550 self.forEach = function (str, regex, callback, context) { argument
668 self.matchChain = function (str, chain) { argument
731 self.replace = function (str, search, replacement, scope) { argument
776 self.split = function (str, separator, limit) { argument
801 self.test = function (str, regex, pos, sticky) { argument
912 fixed.exec = function (str) { argument
961 fixed.test = function (str) { argument
1914 function alert(str) argument
1969 function eachLine(str, callback) argument
1987 function trimFirstAndLastLines(str) argument
2007 function parseParams(str) argument
2053 function wrapLinesWithCode(str, css) argument
2120 function processTabs(code, tabSize) argument
2137 function processSmartTabs(code, tabSize) argument
2185 function fixInputString(str) argument
2204 function trim(str) argument
2214 function unindent(str) argument
2283 function getMatches(code, regexInfo) argument
2316 function processUrls(code) argument
2415 code = [] variable
2587 findMatches: function(regexList, code) argument
2640 figureOutLineNumbers: function(code) argument
2673 getLineHtml: function(lineIndex, lineNumber, code) argument
2697 getLineNumbersHtml: function(code, lineNumbers) argument
2783 getMatchesHtml: function(code, matches) argument
2827 getHtml: function(code) argument
2914 getDiv: function(code) argument
2964 getKeywords: function(str) argument
2988 code : XRegExp( property