Lines Matching refs:pos
64 function header($text, $level, $pos) { argument
68 $this->h1($text, $pos);
72 $this->h2($text, $pos);
76 $this->h3($text, $pos);
80 $this->h4($text, $pos);
84 $this->h5($text, $pos);
97 private function h1($text, $pos) { argument
101 $this->decorator->header($text, 1, $pos);
106 $this->decorator->header($text, 1, $pos);
110 $this->decorator->header($text, 3, $pos);
126 private function h2($text, $pos) { argument
129 $this->decorator->header($text, 3, $pos);
133 $this->decorator->header($text, 2, $pos);
137 $this->decorator->header($text, 3, $pos);
145 private function h3($text, $pos) { argument
146 $this->decorator->header($text, 3, $pos);
149 private function h4($text, $pos) { argument
150 $this->decorator->header($text, 4, $pos);
153 private function h5($text, $pos) { argument
154 $this->decorator->header($text, 5, $pos);