Lines Matching defs:calls
18 public $calls = '';
211 $this->calls .= $match;
215 $this->calls .= "[[$newNS:$match]]";
218 $this->calls .= "[[$newID|$match]]";
255 $this->calls .= $match;
258 $this->calls .= $match;
261 $this->calls .= $match;
264 $this->calls .= $match;
267 $this->calls .= $match;
289 $this->calls .= $match;
303 $this->calls .= '[[' . $new_id . ']]';
320 $this->calls .= $this->rewrite_media($match);
348 * Handle rewriting of plugin syntax, calls the registered handlers
358 $this->calls .= call_user_func($this->handlers[$pluginname], $match, $state, $pos, $pluginname, $this);
360 $this->calls .= $match;
374 $this->calls .= $params[0];
384 $this->calls = substr($this->calls, 1, -1);