Lines Matching defs:string

120 		// These can alternatively use a 4 number string to represent CMYK colours
736 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 3000 + $key++)));
737 $this->writer->write('/M ' . $this->writer->string('D:' . date('YmdHis')));
750 // $optstr .= ' '.$this->writer->string($kid['OPT']).' ';
763 $this->writer->write('/T ' . $this->writer->string($name) . ' ');
1216 function SetFormBorderWidth($string)
1218 switch ($string) {
1237 function SetFormBorderStyle($string)
1239 switch ($string) {
1384 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 7000 + $form['n'])));
1385 $this->writer->write('/M ' . $this->writer->string('D:' . date('YmdHis')));
1394 $this->writer->write('/T ' . $this->writer->string($form['T']));
1397 $this->writer->write('/TU ' . $this->writer->string($form['TU']));
1447 $this->writer->write('/Opt [ ' . $this->writer->string($form['OPT']) . ' ' . $this->writer->string($form['OPT']) . ' ]');
1489 // $this->writer->write('/Opt [ '.$this->writer->string($form['OPT']).' '.$this->writer->string($form['OPT']).' ]');
1493 $temp .= $form['CA'] ? '/CA ' . $this->writer->string($form['CA']) . ' ' : '/CA ' . $this->writer->string($form['T']) . ' ';
1494 $temp .= $form['RC'] ? '/RC ' . $this->writer->string($form['RC']) . ' ' : '/RC ' . $this->writer->string($form['T']) . ' ';
1495 $temp .= $form['AC'] ? '/AC ' . $this->writer->string($form['AC']) . ' ' : '/AC ' . $this->writer->string($form['T']) . ' ';
1506 $temp .= $form['CA'] ? '/CA ' . $this->writer->string($form['CA']) . ' ' : '/CA ' . $this->writer->string($form['T']) . ' ';
1507 $temp .= $form['RC'] ? '/RC ' . $this->writer->string($form['RC']) . ' ' : '/RC ' . $this->writer->string($form['T']) . ' ';
1508 $temp .= $form['AC'] ? '/AC ' . $this->writer->string($form['AC']) . ' ' : '/AC ' . $this->writer->string($form['T']) . ' ';
1548 $temp .= $form['CA'] ? '/CA ' . $this->writer->string($form['CA']) . ' ' : '/CA ' . $this->writer->string($form['T']) . ' ';
1549 $temp .= $form['RC'] ? '/RC ' . $this->writer->string($form['RC']) . ' ' : '/RC ' . $this->writer->string($form['T']) . ' ';
1550 $temp .= $form['AC'] ? '/AC ' . $this->writer->string($form['AC']) . ' ' : '/AC ' . $this->writer->string($form['T']) . ' ';
1672 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 6000 + $form['n'])));
1673 $this->writer->write('/M ' . $this->writer->string('D:' . date('YmdHis')));
1675 $this->writer->write('/T ' . $this->writer->string($form['T']));
1681 $opt .= '[ ' . $this->writer->string($form['OPT']['VAL'][$i]) . ' ' . $this->writer->string($form['OPT']['OPT'][$i]) . ' ] ';
1689 $selectName = $this->writer->string($form['OPT']['VAL'][$selectVal]);
1763 $this->writer->write('/T ' . $this->writer->string($form['T']));
1764 $this->writer->write('/TU ' . $this->writer->string($form['TU']));
1766 $this->writer->write('/V ' . $this->writer->string($form['V']));
1768 $this->writer->write('/DV ' . $this->writer->string($form['DV']));
1774 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 5000 + $form['n'])));
1775 $this->writer->write('/M ' . $this->writer->string('D:' . date('YmdHis')));