Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php102 protected $yy_buffer_end; variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
126 $this->yy_buffer_end = 0;
147 $this->yy_buffer_end -= $this->yy_buffer_start;
168 if ($this->yy_buffer_end > $this->yy_buffer_start &&
169 $this->yy_buffer[$this->yy_buffer_end-1] == "\n")
170 $this->yy_buffer_end--;
171 if ($this->yy_buffer_end > $this->yy_buffer_start &&
172 $this->yy_buffer[$this->yy_buffer_end-1] == "\r")
173 $this->yy_buffer_end--;
202 $this->yy_buffer_end = $this->yy_buffer_index;
[all …]