Searched refs:_inlineMarkers (Results 1 – 1 of 1) sorted by relevance
252 private $_inlineMarkers = []; variable in cebe\\markdown\\Parser296 $this->_inlineMarkers = [];301 if (isset($this->_inlineMarkers[$m])) {302 reset($this->_inlineMarkers[$m]);303 if (strlen($marker) > strlen(key($this->_inlineMarkers[$m]))) {304 $this->_inlineMarkers[$m] = array_merge([$marker => $method], $this->_inlineMarkers[$m]);308 $this->_inlineMarkers[$m][$marker] = $method;327 $markers = implode('', array_keys($this->_inlineMarkers));342 foreach ($this->_inlineMarkers[$text[0]] as $marker => $method) {