Home
last modified time | relevance | path

Searched refs:driver (Results 76 – 91 of 91) sorted by last modified time

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) { argument
8 if (is_null($box->reflow_text($driver))) {
66 $driver->set_expected_pages($pages);
H A Dbox.button.php93 * @param OutputDriver $driver The output driver object
95 function _render_field(&$driver) { argument
96 $driver->field_pushbutton($this->get_left_padding(),
105 * @param OutputDriver $driver The output driver object
109 function show(&$driver) { argument
122 $status = GenericContainerBox::show($driver);
123 $this->_render_field($driver);
125 $status = GenericContainerBox::show($driver);
H A Dbox.button.submit.php78 * @param OutputDriver $driver reference to current output driver object
80 function _render_field(&$driver) { argument
81 $driver->field_pushbuttonsubmit($this->get_left_padding() - $this->get_margin_left(),
H A Dbox.checkbutton.php172 function show(&$driver) { argument
188 $driver->setrgbcolor(0,0,0);
189 $driver->setlinewidth(0.25);
190 $driver->moveto($x - $size, $y + $size);
191 $driver->lineto($x + $size, $y + $size);
192 $driver->lineto($x + $size, $y - $size);
194 $driver->closepath();
195 $driver->stroke();
203 $driver->field_checkbox($x - $size,
219 $driver->stroke();
[all …]
H A Dbox.inline.simple.php41 function show(&$driver) { argument
42 parent::show($driver);
45 $strategy->apply($this, $driver);
H A Dbox.input.img.php27 function show(&$driver) { argument
28 $status = parent::show($driver);
32 $driver->field_pushbuttonimage($this->get_left_padding(),
69 function show(&$driver) { argument
70 $status = parent::show($driver);
74 $driver->field_pushbuttonimage($this->get_left_padding(),
H A Dbox.legend.php52 function show(&$driver) { argument
54 return GenericContainerBox::show($driver);
H A Dbox.list-item.php83 function reflow_text(&$driver) { argument
84 if (is_null($this->str_number_box->reflow_text($driver))) {
88 return GenericContainerBox::reflow_text($driver);
H A Dbox.page.margin.class.php120 function reflow(&$driver, &$media, $boxes) { argument
139 function show(&$driver) { argument
140 $this->offset(0, $driver->offset);
141 $this->show_fixed($driver);
H A Dbox.page.php43 function show(&$driver) { argument
44 $this->offset(0, $driver->offset);
45 parent::show($driver);
H A Dbox.select.php55 function show(&$driver) { argument
64 function show_field(&$driver) { argument
89 $this->show_button($driver);
103 $driver->closepath();
104 $driver->fill();
107 $driver->setrgbcolor(0,0,0);
112 $driver->closepath();
113 $driver->stroke();
116 $driver->setrgbcolor(0,0,0);
122 $driver->closepath();
[all …]
H A Dbox.text.php341 function reflow_text(&$driver) { argument
437 function show(&$driver) { argument
462 function _showText(&$driver) { argument
472 parent::show($driver);
501 $status = $driver->setfont($this->_get_font_name($driver, $i),
517 $status = $driver->setfont($this->_get_font_name($driver, $index),
542 $status = $driver->setfont($this->_get_font_name($driver, $i),
562 parent::show($driver);
586 $status = $driver->setfont($this->_get_font_name($driver, $i),
611 $status = $driver->setfont($this->_get_font_name($driver, $i),
[all …]
/plugin/bible/bible_douayRheims/
H A D3_Kings.txt797 …he king of Israel, between the lungs and the stomach. But he said to the driver of his chariot: Tu…
H A D4_Kings.txt30 …2:12. And Eliseus saw him, and cried: My father, my father, the chariot of Israel, and the driver
H A DJob.txt992 39:7. He scorneth the multitude of the city, he heareth not the cry of the driver.
/plugin/jmol2/jmol/
H A DCHANGES.txt4685 # ON sync as driver (default)
4687 # SLAVE turn sync on, but not as driver

1234