Home
last modified time | relevance | path

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

/plugin/a2s/
H A DASCIIToSVG.php99 protected $yy_buffer_read; variable in dokuwiki\\plugin\\a2s\\A2S_JLexBase
123 $this->yy_buffer_read = 0;
137 if ($this->yy_buffer_index < $this->yy_buffer_read) {
145 $j = $this->yy_buffer_read - $this->yy_buffer_start;
149 $this->yy_buffer_read = $j;
155 $this->yy_buffer_read .= strlen($data);
158 while ($this->yy_buffer_index >= $this->yy_buffer_read) {
162 $this->yy_buffer_read .= strlen($data);