Home
last modified time | relevance | path

Searched refs:charAfter (Results 1 – 6 of 6) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php52 $charAfter = $cursor->getCurrentCharacter();
53 if ($charAfter === null) {
54 $charAfter = "\n";
57 [$leftFlanking, $rightFlanking] = $this->determineFlanking($charBefore, $charAfter);
86 private function determineFlanking(string $charBefore, string $charAfter): array
88 $afterIsWhitespace = \preg_match('/\pZ|\s/u', $charAfter);
89 $afterIsPunctuation = \preg_match(RegexHelper::REGEX_PUNCTUATION, $charAfter);
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;
53 charAfter = text.charAt(selection.end + i);
57 if (charAfter !== "\n" && charAfter !== "") {
/plugin/codemirror/dist/modes/
H A Dtextile.min.js.map1charAfter","peek","test","RegExp","source","disabled","textileDisabled","styles","push","concat","…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1charAfter' }, context: 'normal' },\n { keys: 'A', type: 'action', action: 'enterInsertMode', is…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1charAfter = text.charCodeAt(matchStartIndex + matchLength);\n if (wordSeparators.get(charAfter)…