Home
last modified time | relevance | path

Searched refs:normalizedCharacter (Results 1 – 2 of 2) sorted by path

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php43 $normalizedCharacter = $this->getNormalizedQuoteCharacter($char);
61 $node = new Quote($normalizedCharacter, ['delim' => true]);
65 $inlineContext->getDelimiterStack()->push(new Delimiter($normalizedCharacter, 1, $node, $canOpen, $canClose));
H A DQuoteProcessor.php26 private string $normalizedCharacter;
36 $this->normalizedCharacter = $char;
43 return $this->normalizedCharacter;
48 return $this->normalizedCharacter;
24 private $normalizedCharacter; global() variable in League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor