Searched refs:lineText (Results 1 – 7 of 7) sorted by relevance
/plugin/survey/helper/ |
H A D | survey.php | 92 public function renderText($lineText) argument 107 $lineText = str_replace( 110 $lineText 115 $lineText = str_replace( 118 $lineText 122 $lineText = preg_replace( 125 $lineText 127 $lineText = preg_replace("/_([^_]*)_/", "<u>$1</u>", $lineText); 128 $lineText = preg_replace( 131 $lineText [all …]
|
/plugin/chordsheets/ |
H A D | script.js | 45 function parseLine(lineText, transpose, addTooltip) { argument 48 if (isNullOrWhiteSpace(lineText)) { 63 …var chordRep = lineText.replace(new RegExp("[a-g]{1}[b#]?(no|add|sus|dim|maj|min|m|13|11|9|7|6|5|4… 71 while ((chordMatch = chordRegEx.exec(lineText)) != null) { 94 …lineText = '<p style="white-space: pre;color: #d73a49;font-family: \'Courier New\', Courier, monos… 96 else if (sectionRegex.test(lineText)) { 97 var match = sectionRegex.exec(lineText); 105 lineText = sectionText; 108 …lineText = '<p style="white-space: pre;font-family: \'Courier New\', Courier, monospace;margin:0;"… 114 'text': lineText
|
/plugin/codemirror/dist/keymaps/ |
H A D | vim.min.js | 2 …lineText.match(/#(\w+)/)[1];if(b==="endif"){if(a.forward&&a.depth===0){return true}a.depth++}else … property in Ra.l
|
H A D | vim.min.js.map | 1 …lineText","symbol","getTokenTypeAt","re","matched","findMatchingBracket","bracketRegex","to","move…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …lineText, previousLineBreakData) => {\n requests.push(lineText);\n },\n …
|
H A D | editor.worker.js.map | 1 …lineText = '';\n let wordRangesIdx = 0;\n let wordRanges = [];\n return {\n …
|
H A D | json.worker.js.map | 1 …lineText = '';\n let wordRangesIdx = 0;\n let wordRanges = [];\n return {\n …
|