Lines Matching defs:state

749 	var $state; // current document state
1097 $this->state = 0;
1920 // check if graphics state already exists
1970 if ($this->state == 0) {
1971 $this->state = 1;
1985 if ($this->state == 3) {
2930 if ($this->state > 0 && $this->page < count($this->pages)) {
3027 if ($this->state == 0) {
5440 $SmallCapsON = false; // state: uppercase/not
5441 $lastSmallCapsON = false; // state: uppercase/not
6696 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
7067 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
8497 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9374 function DivLn($h, $level = -3, $move_y = true, $collapsible = false, $state = 0)
9376 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9423 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
9425 $this->PaintDivLnBorder($state, $blvl, $h);
9483 if ($this->state < 3) {
9664 $this->state = 2;
9867 $this->state = 1;
10061 $this->state = 3;
10087 $this->state = 2;
10464 $this->state = 1;
11681 // Returns current type (numberstyle), suppression state for this page number;
12319 if ($write && $this->state != 0 && (($this->mirrorMargins && $OE == 'E' && ($this->page) % 2 == 0) || ($this->mirrorMargins && $OE != 'E' && ($this->page) % 2 == 1) || !$this->mirrorMargins)) {
12392 $save_state = $this->state;
12393 if ($this->state == 0) {
12396 $this->state = 2;
12429 $this->state = $save_state;
13143 * @param bool $close If false leaves buffers etc. in current state, so that it can continue a block etc.
13271 if ($this->state == 0 && ((isset($this->cssManager->CSS['@PAGE']) && $this->cssManager->CSS['@PAGE']) || (isset($this->cssManager->CSS['@PAGE>>PSEUDO>>FIRST']) && $this->cssManager->CSS['@PAGE>>PSEUDO>>FIRST']))) { // mPDF 5.7.3
13352 if ($this->state == 0 && ($mode === HTMLParserMode::DEFAULT_MODE || $mode === HTMLParserMode::HTML_BODY)) {
13919 if ($this->state == 0) {
17822 function PaintDivLnBorder($state = 0, $blvl = 0, $h = 0)
17824 // $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
17836 if ($this->blk[$blvl]['border_top'] && ($state == 1 || $state == 3)) {
17898 if ($this->blk[$blvl]['border_bottom'] && $state > 1) {
23447 if ($this->state == 0) {