Lines Matching refs:handler
264 * @param helper_plugin_move_handler $handler
266 … public function rewrite_combo($match, $state, $pos, $plugin, helper_plugin_move_handler $handler) argument
271 if (!property_exists($handler, 'wikitext')) {
292 $handler->wikitext .= $match;
294 $handler->calls .= $match;
310 $handler->calls .= $match;
317 $handler->wikitext .= $match;
319 $handler->calls .= $match;
328 $handler->internallink($match, $state, $pos);
336 if (substr($handler->wikitext, -strlen($suffix)) === $suffix) {
337 … $handler->wikitext = substr($handler->wikitext, 0, strlen($handler->wikitext) - strlen($suffix));
340 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
341 … $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));