Lines Matching refs:putnl
79 $this->putnl("%%Start: " . $cleanid . ' => '
82 $this->putnl("%%Start: " . $cleanid . ' => ' . wikiFN($cleanid));
136 $this->putnl("%% " . $cleanid);
174 $this->putnl();
278 $this->putnl();
328 $this->putnl();
329 $this->putnl();
816 $this->putnl("%% Table analyse:");
817 $this->putnl("%% Numrows: " . $numrows);
818 $this->putnl("%% Longest row size: " . $longest_row);
819 $this->putnl("%% Choose table mode: " . $this->_current_table_mode);
897 $this->putnl("}");
907 $this->putnl(); //Prevent Break
917 $this->putnl();
996 $this->putnl();
1006 $this->putnl(); //Prevent Break
1016 $this->putnl();
1082 $this->putnl('}');
1090 $this->putnl('}');
1103 $this->putnl("}");
1110 $this->putnl(); //Prevent Break
1120 $this->putnl();
1234 $this->putnl($align . "}{0pt}", -1);
1257 $this->putnl("}", -1);
1301 $this->putnl("}", -1);
1762 $this->putnl();
1766 $this->putnl();
1769 function putnl($text = NULL, $mode = 0) { function in Doku_Renderer_latex