Lines Matching defs:addCall

54     public function addCall($handler, $args, $pos)
103 /** @deprecated 2019-10-31 use addCall() instead */
106 dbg_deprecated('addCall');
107 $this->addCall($handler, $args, $pos);
111 * Similar to addCall, but adds a plugin call
255 $this->addCall($name . '_open', [], $pos);
258 $this->addCall($name . '_close', [], $pos);
261 $this->addCall('cdata', [$match], $pos);
315 $this->addCall('cdata', [$match], $pos);
336 if ($this->status['section']) $this->addCall('section_close', [], $pos);
338 $this->addCall('header', [$title, $level, $pos], $pos);
340 $this->addCall('section_open', [$level], $pos);
353 $this->addCall('notoc', [], $pos);
365 $this->addCall('nocache', [], $pos);
377 $this->addCall('linebreak', [], $pos);
389 $this->addCall('eol', [], $pos);
401 $this->addCall('hr', [], $pos);
504 $this->addCall('cdata', [$match], $pos);
510 $this->addCall('footnote_open', [], $pos);
515 $this->addCall('cdata', [$match], $pos);
520 $this->addCall('footnote_close', [], $pos);
527 $this->addCall('cdata', [$match], $pos);
544 $this->addCall('list_open', [$match], $pos);
547 $this->addCall('list_close', [], $pos);
553 $this->addCall('list_item', [$match], $pos);
556 $this->addCall('cdata', [$match], $pos);
571 $this->addCall('unformatted', [$match], $pos);
587 $this->addCall('preformatted_start', [], $pos);
590 $this->addCall('preformatted_end', [], $pos);
596 $this->addCall('preformatted_newline', [], $pos);
599 $this->addCall('preformatted_content', [$match], $pos);
618 $this->addCall('quote_start', [$match], $pos);
622 $this->addCall('quote_end', [], $pos);
629 $this->addCall('quote_newline', [$match], $pos);
633 $this->addCall('cdata', [$match], $pos);
676 $this->addCall($type, $param, $pos);
689 $this->addCall('acronym', [$match], $pos);
701 $this->addCall('smiley', [$match], $pos);
713 $this->addCall('wordblock', [$match], $pos);
725 $this->addCall('entity', [$match], $pos);
738 $this->addCall('multiplyentity', [$matches[0][0], $matches[0][1]], $pos);
750 $this->addCall('singlequoteopening', [], $pos);
762 $this->addCall('singlequoteclosing', [], $pos);
774 $this->addCall('apostrophe', [], $pos);
786 $this->addCall('doublequoteopening', [], $pos);
802 $this->addCall('doublequoteclosing', [], $pos);
816 $this->addCall('camelcaselink', [$match], $pos);
846 $this->addCall(
853 $this->addCall(
860 $this->addCall(
867 $this->addCall(
874 $this->addCall(
881 $this->addCall(
899 $this->addCall('filelink', [$match, null], $pos);
911 $this->addCall('windowssharelink', [$match, null], $pos);
925 $this->addCall(
965 $this->addCall('rss', [$link, $p], $pos);
990 $this->addCall('externallink', [$url, $title], $pos);
1003 $this->addCall('emaillink', [$email, null], $pos);
1019 $this->addCall('table_start', [$pos + 1], $pos);
1021 $this->addCall('tableheader', [], $pos);
1023 $this->addCall('tablecell', [], $pos);
1028 $this->addCall('table_end', [$pos], $pos);
1036 $this->addCall('cdata', [$match], $pos);
1042 $this->addCall('cdata', [$match], $pos);
1044 $this->addCall('rowspan', [$match], $pos);
1046 $this->addCall('table_align', [$match], $pos);
1048 $this->addCall('table_align', [$match], $pos);
1050 $this->addCall('table_row', [], $pos);
1051 $this->addCall('tablecell', [], $pos);
1053 $this->addCall('table_row', [], $pos);
1054 $this->addCall('tableheader', [], $pos);
1056 $this->addCall('tablecell', [], $pos);
1058 $this->addCall('tableheader', [], $pos);