Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php3293 if (!$this->isMarker($char)) {
3646 } elseif ($this->isMarker($cur)) {
3853 } elseif ($this->isMarker($this->getChar($r, $c))) {
3893 if (!$this->isTick($char) && $this->isEdge($char) || $this->isMarker($char)) {
3907 if (!$this->isTick($char) && $this->isEdge($char) || $this->isMarker($char)) {
3935 if ($char == '/' || $char == "\\" || $this->isMarker($char)) {
4059 private function isMarker($char) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG