Home
last modified time | relevance | path

Searched refs:charBefore (Results 1 – 5 of 5) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php45 $charBefore = $cursor->peek(-1);
46 if ($charBefore === null) {
47 $charBefore = "\n";
57 [$leftFlanking, $rightFlanking] = $this->determineFlanking($charBefore, $charAfter);
86 private function determineFlanking(string $charBefore, string $charAfter): array
90 $beforeIsWhitespace = \preg_match('/\pZ|\s/u', $charBefore);
91 $beforeIsPunctuation = \preg_match(RegexHelper::REGEX_PUNCTUATION, $charBefore);
85 determineFlanking(string $charBefore, string $charAfter) global() argument
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js31 var text, selection, before, placeholder, after, lineStart, lineEnd, charBefore, charAfter;
52 charBefore = text.charAt(selection.start - 1 - i);
54 if (charBefore !== "\n" && charBefore !== "") {
/plugin/codemirror/dist/modes/
H A Dtextile.min.js.map1charBefore","pos","string","charAt","charAfter","peek","test","RegExp","source","disabled","textil…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1charBefore = lineContent.charAt(position.column - 2);\n if (!strings.isHighSurrogate(ch…