Lines Matching defs:id

490 	var $enc_obj_id; // encryption object id
1556 foreach ($this->createdReaders as $id) {
1557 $this->readers[$id]->getParser()->getStreamReader()->cleanUp();
1558 unset($this->readers[$id]);
2757 function BeginLayer($id)
2762 if ($id < 1) {
2765 if (!isset($this->layers[$id])) {
2766 $this->layers[$id] = ['name' => 'Layer ' . ($id)];
2774 $this->current_layer = $id;
2775 $this->writer->write('/OCZ-index /ZI' . $id . ' BDC');
8769 if ($this->floatbuffer[$this->floatmargins['L']['id']]['border_left']['w']) {
8770 $this->floatbuffer[$this->floatmargins['L']['id']]['BORDER-Y'] += $yadj;
8772 $this->floatbuffer[$this->floatmargins['L']['id']]['INNER-Y'] += $yadj;
8773 $this->floatbuffer[$this->floatmargins['L']['id']]['OUTER-Y'] += $yadj;
8776 $this->floatbuffer[$this->floatmargins['L']['id']]['skipline'] = false;
8778 $this->floatmargins['L']['id'] = '';
8787 if ($this->floatbuffer[$this->floatmargins['R']['id']]['border_left']['w']) {
8788 $this->floatbuffer[$this->floatmargins['R']['id']]['BORDER-Y'] += $yadj;
8790 $this->floatbuffer[$this->floatmargins['R']['id']]['INNER-Y'] += $yadj;
8791 $this->floatbuffer[$this->floatmargins['R']['id']]['OUTER-Y'] += $yadj;
8794 $this->floatbuffer[$this->floatmargins['R']['id']]['skipline'] = false;
8796 $this->floatmargins['R']['id'] = '';
16357 $this->floatmargins['R']['id'] = count($this->floatbuffer) + 0;
16369 $this->floatmargins['R']['id'] = count($this->floatbuffer) + 0;
16393 $this->floatmargins['L']['id'] = count($this->floatbuffer) + 0;
16405 $this->floatmargins['L']['id'] = count($this->floatbuffer) + 0;