Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php3581 if ($this->isTick($cur)) {
3893 if (!$this->isTick($char) && $this->isEdge($char) || $this->isMarker($char)) {
3897 } elseif ($this->isTick($char)) {
3907 if (!$this->isTick($char) && $this->isEdge($char) || $this->isMarker($char)) {
3911 } elseif ($this->isTick($char)) {
3939 } elseif ($this->isTick($char)) {
4063 private function isTick($char) { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG