Searched refs:knitRegex (Results 1 – 1 of 1) sorted by relevance
81 var knitRegex: Regex? = null in knit() variable133 require(knitRegex == null) { "Only one KNIT directive is supported"} in knit()145 knitRegex = Regex("\\((" + str + ")\\)") in knit()237 knitRegex?.find(inLine)?.let knitRegexMatch@{ knitMatch -> in knit()