Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php16 protected static $dateMathSymbols = ['<', '>', '/', '{', '}', '|', '+', ':', ',']; variable in Elastica\\Util
64 $escapedUriSegment = \str_replace(static::$dateMathSymbols, static::$escapedDateMathSymbols, $uriSegment);