Lines Matching refs:reset

3088 			$this->PageNumSubstitutions[] = ['from' => ($this->page + 1), 'reset' => $resetpagenum, 'type' => $pagenumstyle, 'suppress' => $suppress];
8650 // move on to the next line, reset variables, tack on saved content and current char
9462 // Set y position and reset x
10154 $this->PageNumSubstitutions[] = ['from' => ($this->page), 'reset' => $resetpagenum, 'type' => $pagenumstyle, 'suppress' => $suppress];
11541 if ($psarr['reset']) {
11542 if ($psarr['reset'] > 1) {
11543 $offset = $psarr['reset'] - 1;
11588 if ($psarr['reset']) {
11589 if ($psarr['reset'] > 1) {
11590 $offset = $psarr['reset'] - 1;
11605 if ($psarr['reset']) {
11682 // reset is only returned if set for this page number
11691 $reset = '';
11695 if ($psarr['reset']) {
11696 if ($psarr['reset'] > 1) {
11697 $offset = $psarr['reset'] - 1;
11711 $reset = $psarr['reset'];
11721 return [$type, $suppress, $reset];
13561 $this->cell[$this->row][$this->col]['s'] = 0; // reset
23456 // $this->PageNumSubstitutions[] = array('from'=>1, 'reset'=> $resetpagenum, 'type'=>$pagenumstyle, 'suppress'=> $suppress);
23458 $this->PageNumSubstitutions[] = ['from' => $this->page, 'reset' => $resetpagenum, 'type' => $pagenumstyle, 'suppress' => $suppress];
23754 $newarr[$target_page] = ['from' => $target_page, 'suppress' => $sp_suppress, 'reset' => $sp_reset, 'type' => $sp_type];
23757 $newarr[($target_page + $n_toc)] = ['from' => ($target_page + $n_toc), 'suppress' => $tp_suppress, 'reset' => $tp_reset, 'type' => $tp_type];
23760 $newarr[($end_page + 1)] = ['from' => ($end_page + 1), 'suppress' => $ep_suppress, 'reset' => $ep_reset, 'type' => $ep_type];