Lines Matching refs:this

36 		$this->archive = $archive;
37 $this->matterNumber = 0;
53 $this->appendCommand("input", $link);
66 $this->appendInlineCommand($command, $scope, $argument);
67 $this->archive->appendContent("\r\n");
114 $this->archive->appendContent("$text");
122 $this->archive->appendContent($c);
132 $this->appendLabelInline($link);
133 $this->appendContent("\r\n");
144 $label = $this->pageId.':'.$this->texifyReference($link);
146 $label = $this->pageId;
148 $this->appendInlineCommand('label', $label);
167 $this->appendContent("$formula");
176 $this->appendLabelInline($link);
177 $this->appendContent($this->texifyText($title));
194 $this->pageId = $pageId;
195 $this->firstHeader = true;
203 $this->appendCommand('end', 'document');
227 switch($this->matterNumber) {
229 $this->appendContent("\\mainmatter\r\n");
230 $this->matterNumber = 1;
233 $this->appendContent("\\appendix\r\n");
234 $this->matterNumber = 2;
237 $this->appendCommand('chapter', $this->texifyText($text));
238 $this->appendLabel($text);
244 $this->appendCommand('part', $this->texifyText($text));
245 $this->appendLabel($text);
248 $this->appendCommand('chapter', $this->texifyText($text));
249 $this->appendLabel($text);
252 $this->appendCommand('section', $this->texifyText($text));
253 $this->appendLabel($text);
256 $this->appendCommand('subsection', $this->texifyText($text));
257 $this->appendLabel($text);
261 if ($this->firstHeader) {
262 $this->appendLabel();
263 $this->firstHeader = false;
287 $this->appendContent($this->texifyText($text));
301 $this->appendContent("\r\n\r\n");
308 $this->appendContent(" \\\\ ");
315 $this->appendContent("\r\n\r\n\\noindent\\makebox[\\linewidth]{\\rule{\\paperwidth}{0.4pt}}\r\n");
322 $this->appendContent("\\textbf{");
329 $this->appendContent("}");
336 $this->appendContent("\\emph{");
343 $this->appendContent("}");
350 $this->appendContent("\\underline{");
357 $this->appendContent("}");
364 $this->appendContent("\\texttt{");
371 $this->appendContent("}");
378 $this->appendContent("\\textsubscript{");
385 $this->appendContent("}");
392 $this->appendContent("\\textsuperscript{");
399 $this->appendContent("}");
406 $this->appendContent("\\st{");
413 $this->appendContent("}");
420 $this->appendContent("\\footnote{");
427 $this->appendContent("}");
434 $this->appendCommand('begin', 'itemize');
441 $this->appendCommand('end', 'itemize');
448 $this->appendCommand('begin', 'enumerate');
455 $this->appendCommand('end', 'enumerate');
465 $this->appendContent(str_repeat(' ', $level).'\\item ');
479 $this->appendContent("\r\n");
495 $this->appendCommand("begin", "verbatim");
496 $this->appendContent($text);
497 $this->appendCommand("end", "verbatim");
505 $this->monospace_open();
506 $this->cdata($text);
507 $this->monospace_close();
516 $this->appendCommand("begin", "lstlisting", "language=php, style=php-style");
517 $this->appendContent($text);
518 $this->appendCommand("end", "lstlisting");
529 $this->monospace_open();
530 $this->cdata($text);
531 $this->monospace_close();
542 $this->appendCommand("begin", "lstlisting", "language=html, style=html-style");
543 $this->appendContent($text);
544 $this->appendCommand("end", "lstlisting");
553 $this->unformatted($text);
560 $this->appendCommand("begin", "displayquote");
567 $this->appendCommand("end", "displayquote");
579 $this->unformatted("--> $file");
582 $this->appendCommand("begin", "lstlisting", "language=$lang, style=$lang-style");
584 $this->appendCommand("begin", "lstlisting");
586 $this->appendContent($text);
587 $this->appendCommand("end", "lstlisting");
598 $this->file($text, $lang, $file);
607 $this->cdata($acronym);
616 $this->cdata($smiley);
625 $this->cdata($entity);
637 $this->mathjax_content("\\( $x \\times $y \\)");
644 $this->cdata("`");
651 $this->cdata("´");
658 $this->cdata("’");
665 $this->cdata("“");
672 $this->cdata("”");
682 $this->externallink($link);
692 $this->internallink($this->pageId.":".$hash, $name);
703 $this->appendContent($this->texifyText($text));
704 $this->appendContent(" ");
705 $this->appendInlineCommand("ref", $this->texifyReference($link));
715 $this->appendContent($this->texifyText($text).' \\url{'.$link.'}');
739 $this->externalLink($link, trim($title.' '.$wikiName));
771 $this->appendContent("$name \\href{mailto:$address}{$address} ");
792 $filename = $this->obtainFilename($src);
793 if (!$this->isPrintable($filename)) {
794 $this->cdata($title);
801 $this->appendCommand('begin', 'figure', '!htb');
809 $this->appendCommand('begin', 'minipage', "$availableSpace\\textwidth");
810 $this->appendCommand('centering');
812 $this->appendCommand('includegraphics', $this->insertImage($filename),
816 $this->appendCommand('caption', $this->texifyText($title));
819 $this->appendCommand('end', 'minipage');
823 $this->appendCommand('end', 'figure');
825 $this->appendCommand('hfill');
857 resolve_mediaid(getNS($ID), $src, $exists, $this->date_at, true);
867 $baseFilename = $this->texifyFilename(basename($filename));
868 $this->archive->insertContent(self::GRAPHICSPATH.$baseFilename, file_get_contents($filename));
884 $this->cdata($title);
891 $this->externallink($src, $title);
902 $this->appendCommand("begin", "table", "h");
903 $this->appendCommand("begin", "center");
904 $this->appendContent("\\begin{tabular}{|".str_repeat("c|", $maxcols)."}\\hline\r\n");
913 $this->appendCommand("end", "tabular");
914 $this->appendCommand("end", "center");
915 $this->appendCommand("end", "table");
966 $this->appendContent("\r\n");
967 $this->firstCellInRow = true;
974 $this->appendContent("\\\\\r\n");
985 if ($this->firstCellInRow) {
986 $this->firstCellInRow = false;
988 $this->appendContent(" &\r\n");
990 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
997 $this->appendContent("}}}");
1008 if ($this->firstCellInRow) {
1009 $this->firstCellInRow = false;
1011 $this->appendContent(" &\r\n");
1013 …$this->appendContent(" \\multicolumn{".$colspan."}".$this->alignment($align)."{\\multirow{".$ro…
1031 $this->appendContent("}}}");
1035 $this->appendContent("\\cline{".$start." - ".$end."}");