Home
last modified time | relevance | path

Searched refs:driver (Results 51 – 75 of 91) sorted by path

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.field.pageno.php51 function show_fixed(&$driver) { argument
54 $this->words[0] = sprintf('%d', $driver->current_page);
60 $value_width = $driver->stringwidth($this->words[0],
61 $this->_get_font_name($driver, 0),
71 if (is_null(TextBoxString::show_fixed($driver))) {
H A Dbox.form.php10 function show(&$driver) { argument
13 $driver->new_form($this->_name);
15 return parent::show($driver);
H A Dbox.generic.php92 function show_postponed(&$driver) { argument
93 $this->show($driver);
205 function show(&$driver) { argument
210 $driver->setlinewidth(0.1);
211 $driver->setrgbcolor(0,0,0);
212 $driver->rect($this->get_left(), $this->get_top(), $this->get_width(), -$this->get_height());
213 $driver->stroke();
220 $color->apply($driver);
227 function show_fixed(&$driver) { argument
228 return $this->show($driver);
[all …]
H A Dbox.img.php159 function show_fixed(&$driver) { argument
160 return $this->show($driver);
177 function show(&$driver) { argument
178 $driver->save();
183 $driver->setlinewidth(0.1);
188 $driver->closepath();
189 $driver->stroke();
196 $driver->closepath();
197 $driver->clip();
215 $driver->restore();
[all …]
H A Dbox.inline.php244 function show(&$driver) { argument
250 return $this->_show($driver);
253 function show_postponed(&$driver) { argument
254 return $this->_show($driver);
257 function _show(&$driver) { argument
267 $background->show($driver, $fake_box);
268 $border->show($driver, $fake_box);
274 if (is_null($this->content[$i]->show($driver))) {
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.input.password.php29 function show(&$driver) { argument
43 $status = GenericFormattedBox::show($driver);
50 $driver->field_password($this->get_left_padding(),
60 $status = GenericContainerBox::show($driver);
H A Dbox.input.text.php51 function show(&$driver) { argument
66 $status = GenericFormattedBox::show($driver);
73 $driver->field_text($this->get_left_padding(),
83 $status = GenericContainerBox::show($driver);
H A Dbox.input.textarea.php52 function show(&$driver) { argument
58 $status = GenericFormattedBox::show($driver);
60 $driver->field_multiline_text($this->get_left_padding(),
67 $status = GenericContainerBox::show($driver);
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.note-call.class.php132 function reflow_text(&$driver) { argument
133 $this->_note_content->reflow_text($driver);
135 $this->_note_call_box->reflow_text($driver);
139 function _getFootnoteHeight(&$driver) { argument
140 if ($driver->getFootnoteCount() == 0) {
154 function show(&$driver) { argument
160 $driver->setFootnoteAreaHeight($driver->getFootnoteAreaHeight() + $footnote_height);
161 $driver->setFootnoteCount($driver->getFootnoteCount() + 1);
173 $this->_note_call_box->show_fixed($driver);
178 function show_footnote(&$driver, $x, $y) { argument
[all …]
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.radiobutton.php92 function show(&$driver) { argument
101 $driver->setlinewidth(0.25);
102 $driver->circle($x, $y, $size);
103 $driver->stroke();
111 $driver->field_radio($x - $size,
123 $driver->circle($x, $y, $check_size);
124 $driver->fill();
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 …]
H A Dbox.whitespace.php84 function reflow_text(&$driver) { argument
85 if (is_null(parent::reflow_text($driver))) {
H A Dfilter.post.postponed.class.php6 function PostTreeFilterPostponed(&$driver) { argument
7 $this->_driver =& $driver;
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 Dstrategy.link.rendering.normal.php7 function apply(&$box, &$driver) { argument
11 $driver->add_link($box->get_left(),
17 if (isset($driver->anchors[substr($link_target,1)])) {
18 $anchor = $driver->anchors[substr($link_target,1)];
19 $driver->add_local_link($box->get_left(),
H A Dvalue.background.php93 * @param OutputDriver $driver Output driver to be used
99 function show(&$driver, &$box) { argument
110 $this->_color->apply($driver);
111 $driver->moveto($box->get_left_background(), $box->get_top_background());
112 $driver->lineto($box->get_right_background(), $box->get_top_background());
113 $driver->lineto($box->get_right_background(), $box->get_bottom_background());
114 $driver->lineto($box->get_left_background(), $box->get_bottom_background());
115 $driver->closepath();
116 $driver->fill();
124 $this->_image->show($driver, $box, $this->_repeat, $this->_position, $this->_attachment);
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5 …""}.ra-maggot:before{content:""}.ra-magnet:before{content:""}.ra-mass-driver:before{content:""…
/plugin/jmol2/jmol/
H A DCHANGES.txt4685 # ON sync as driver (default)
4687 # SLAVE turn sync on, but not as driver

1234