Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php15 public static function escapeWhitespace(string $string, bool $escapeSpaces = false) : string function in Antlr\\Antlr4\\Runtime\\Utils\\StringUtils
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php52 $symbol = StringUtils::escapeWhitespace($symbol, false);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php28 $string = StringUtils::escapeWhitespace($string, false);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php295 StringUtils::escapeWhitespace($this->getText() ?? ''),
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php758 return "'" . StringUtils::escapeWhitespace($s) . "'";