Lines Matching refs:this

28 		$this->decorator = $decorator;
75 $texifiedFilename = $this->texifyReference($filename);
124 $this->any_command();
125 $this->decorator->input($link);
134 $this->any_command();
135 $this->decorator->table_cline($start, $end);
148 $this->any_command();
149 $this->decorator->appendCommand($command, $scope, $argument);
162 $this->any_command();
163 $this->decorator->appendInlineCommand($command, $scope, $argument);
171 $this->any_command();
172 $this->decorator->appendContent($c);
194 $this->any_command();
195 $this->decorator->mathjax_content($formula);
204 $this->any_command();
205 $this->decorator->anchor($link, $title);
222 $this->any_command();
223 $this->decorator->document_start($pageId, $recursionLevel);
230 $this->any_command();
231 $this->decorator->document_end($recursionLevel);
240 $this->any_command();
241 $this->decorator->render_TOC();
252 $this->any_command();
253 $this->decorator->toc_additem($id, $text, $level);
264 $this->any_command();
265 $this->decorator->header($text, $level, $pos);
274 $this->any_command();
275 $this->decorator->section_open($level);
282 $this->any_command();
283 $this->decorator->section_close($level);
292 $this->any_command();
293 $this->decorator->cdata($text);
300 $this->any_command();
301 $this->decorator->p_open();
308 $this->any_command();
309 $this->decorator->p_close();
316 $this->any_command();
317 $this->decorator->linebreak();
324 $this->any_command();
325 $this->decorator->hr();
332 $this->any_command();
333 $this->decorator->strong_open();
340 $this->any_command();
341 $this->decorator->strong_close();
348 $this->any_command();
349 $this->decorator->emphasis_open();
356 $this->any_command();
357 $this->decorator->emphasis_close();
364 $this->any_command();
365 $this->decorator->underline_open();
372 $this->any_command();
373 $this->decorator->underline_close();
380 $this->any_command();
381 $this->decorator->monospace_open();
388 $this->any_command();
389 $this->decorator->monospace_close();
396 $this->any_command();
397 $this->decorator->subscript_open();
404 $this->any_command();
405 $this->decorator->subscript_close();
412 $this->any_command();
413 $this->decorator->superscript_open();
420 $this->any_command();
421 $this->decorator->superscript_close();
428 $this->any_command();
429 $this->decorator->deleted_open();
436 $this->any_command();
437 $this->decorator->deleted_close();
444 $this->any_command();
445 $this->decorator->footnote_open();
452 $this->any_command();
453 $this->decorator->footnote_close();
460 $this->any_command();
461 $this->decorator->listu_open();
468 $this->any_command();
469 $this->decorator->listu_close();
476 $this->any_command();
477 $this->decorator->listo_open();
484 $this->any_command();
485 $this->decorator->listo_close();
495 $this->any_command();
496 $this->decorator->listitem_open($level, $node);
503 $this->any_command();
504 $this->decorator->listcontent_open();
511 $this->any_command();
512 $this->decorator->listcontent_close();
519 $this->any_command();
520 $this->decorator->listitem_close();
530 $this->any_command();
531 $this->decorator->unformatted($text);
540 $this->any_command();
541 $this->decorator->php($text);
550 $this->any_command();
551 $this->decorator->phpblock($text);
562 $this->any_command();
563 $this->decorator->html($text);
574 $this->any_command();
575 $this->decorator->htmlblock($text);
584 $this->any_command();
585 $this->decorator->preformatted($text);
592 $this->any_command();
593 $this->decorator->quote_open();
600 $this->any_command();
601 $this->decorator->quote_close();
612 $this->any_command();
613 $this->decorator->file($text, $lang, $file);
624 $this->any_command();
625 $this->decorator->code($text, $lang, $file);
636 $this->any_command();
637 $this->decorator->acronym($acronym);
648 $this->any_command();
649 $this->decorator->smiley($smiley);
662 $this->any_command();
663 $this->decorator->entity($entity);
675 $this->any_command();
676 $this->decorator->multiplyentity($x, $y);
683 $this->any_command();
684 $this->decorator->singlequoteopening();
691 $this->any_command();
692 $this->decorator->singlequoteclosing();
699 $this->any_command();
700 $this->decorator->apostrophe();
707 $this->any_command();
708 $this->decorator->doublequoteopening();
715 $this->any_command();
716 $this->decorator->doublequoteclosing();
726 $this->any_command();
727 $this->decorator->camelcaselink($link);
737 $this->any_command();
738 $this->decorator->locallink($hash, $name);
749 $this->any_command();
750 $this->decorator->internallink($link, $title);
760 $this->any_command();
761 $this->decorator->externallink($link, $title);
771 $this->any_command();
772 $this->decorator->rss($link, $title);
786 $this->any_command();
787 $this->decorator->interwikilink($link, $title, $wikiName, $wikiUri);
797 $this->any_command();
798 $this->decorator->filelink($link, $title);
808 $this->any_command();
809 $this->decorator->windowssharelink($link, $title);
821 $this->any_command();
822 $this->decorator->emaillink($address, $name);
840 $this->any_command();
841 …$this->decorator->internalmedia($src, $title, $align, $width, $height, $cache, $linking, $position…
857 $this->any_command();
858 $this->decorator->externalmedia($src, $title, $align, $width, $height, $cache, $linking);
873 $this->any_command();
874 $this->decorator->internalmedialink($src, $title, $align, $width, $height, $cache);
889 $this->any_command();
890 $this->decorator->externalmedialink($src, $title, $align, $width, $height, $cache);
901 $this->any_command();
902 $this->decorator->table_open($maxcols, $numrows, $pos);
911 $this->any_command();
912 $this->decorator->table_close($pos);
919 $this->any_command();
920 $this->decorator->any_command();
927 $this->any_command();
928 $this->decorator->tablethead_close();
935 $this->any_command();
936 $this->decorator->tabletbody_open();
943 $this->any_command();
944 $this->decorator->tabletbody_close();
951 $this->any_command();
952 $this->decorator->tabletfoot_open();
959 $this->any_command();
960 $this->decorator->tabletfoot_close();
967 $this->any_command();
968 $this->decorator->tablerow_open();
975 $this->any_command();
976 $this->decorator->tablerow_close();
987 $this->any_command();
988 $this->decorator->tableheader_open($colspan, $align, $rowspan);
995 $this->any_command();
996 $this->decorator->tableheader_close();
1007 $this->any_command();
1008 $this->decorator->tablecell_open($colspan, $align, $rowspan);
1015 $this->any_command();
1016 $this->decorator->tablecell_close();