Lines Matching refs:match

90     protected function writeCall($tag, $attr, $state, $pos, $match, $handler)  argument
93 $handler->addPluginCall($this->getPluginName(), $data, $state, $pos, $match);
96 protected function open($tag, $attr, $pos, $match, $handler) argument
99 $match = array(DOKU_LEXER_ENTER, $tag, $attr);
100 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
103 protected function close($tag, $pos, $match, $handler) argument
106 $match = array(DOKU_LEXER_EXIT, $tag, $attr);
107 $handler->plugin($match, 'addPluginCall', $pos, $this->getPluginName());
113 * @param string $match matched string
116 protected function interpret($match = '') argument
118 $markup = ltrim($match);
173 public function handle($match, $state, $pos, Doku_Handler $handler) argument
179 return $data = $match;
183 list($tag, $attr) = $this->interpret($match);
187 $this->open($tag, $attr, $pos, $match, $handler);
192 $this->close($oldtag, $pos, $match, $handler);
197 list($tag, $attr) = $this->interpret($match);
201 $this->close($oldtag, $pos, $match, $handler);
207 $this->open($tag, $attr, $pos, $match, $handler);
212 $this->open('tr', '', $pos, $match, $handler);
214 $this->open($tag, $attr, $pos, $match, $handler);
221 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
225 $this->close($oldtag, $pos, $match, $handler);
227 $this->open($tag, $attr, $pos, $match, $handler);
232 $this->open($tag, $attr, $pos, $match, $handler);
240 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
245 $this->close($oldtag, $pos, $match, $handler);
248 $this->open($tag, $attr, $pos, $match, $handler);
253 $this->close($oldtag, $pos, $match, $handler);
255 $this->open($tag, $attr, $pos, $match, $handler);
266 $handler->base($match, $state, $pos);
270 $this->open('tr', '', $pos, $match, $handler);
273 $this->open('td', '', $pos, $match, $handler);
277 $handler->base($match, $state, $pos);