Lines Matching defs:pos
217 * @param int $pos byte position in the original source
221 public function header($text, $level, $pos, $returnonly = false)
246 $this->finishSectionEdit($pos - 1);
257 $header .= ' class="' . $this->startSectionEdit($pos, $data) . '"';
1418 * @param int $pos byte position in the original source
1421 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null)
1430 if ($pos !== null) {
1436 $class .= ' ' . $this->startSectionEdit($pos, $data);
1445 * @param int $pos byte position in the original source
1447 public function table_close($pos = null)
1450 if ($pos !== null) {
1451 $this->finishSectionEdit($pos);