Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php101 protected $yy_buffer_start; variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
125 $this->yy_buffer_start = 0;
143 if ($this->yy_buffer_start != 0) {
145 $j = $this->yy_buffer_read - $this->yy_buffer_start;
147 $this->yy_buffer_end -= $this->yy_buffer_start;
148 $this->yy_buffer_start = 0;
168 if ($this->yy_buffer_end > $this->yy_buffer_start &&
171 if ($this->yy_buffer_end > $this->yy_buffer_start &&
198 $this->yy_buffer_start = $this->yy_buffer_index;
217 $this->yy_buffer_end - $this->yy_buffer_start);
[all …]