Home
last modified time | relevance | path

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

1234

/plugin/memcache/classes/
H A Dmemcache_wincache.class.php6 public static function driver(){ return "wincache";} function in memcache_wincache
H A Dmemcache_apc.class.php7 public static function driver(){ return "apc";} function in memcache_apc
H A Dmemcache_fakecache.class.php43 public static function driver(){ return "fake";} function in memcache_fakecache
H A Dmemcache_interface.loader.php12 public static function driver(); function
/plugin/memcache/
H A Dhelper.php106 function driver(){ function in helper_plugin_memcache
107 return memcache::driver();
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.br.php155 * @param OutputDriver $driver Current output device driver object.
159 function show(&$driver) { argument
H A Dbox.button.reset.php28 function _render_field(&$driver) { argument
29 $driver->field_pushbuttonreset($this->get_left_padding(),
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.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 Dfilter.post.postponed.class.php6 function PostTreeFilterPostponed(&$driver) { argument
7 $this->_driver =& $driver;
H A DChangeLog1238 * Fixed: rectangles drawn using "rect" FPDF output driver method
H A Dbackground.image.php92 $media =& $driver->get_media();
104 $driver->save();
115 $driver->moveto($left, $top);
116 $driver->lineto($right, $top);
117 $driver->lineto($right, $bottom);
118 $driver->lineto($left, $bottom);
119 $driver->closepath();
120 $driver->clip();
179 $driver->image($this->_image,
188 $driver->image_rx($this->_image,
[all …]
H A Dbox.block.php372 function show(&$driver) { argument
379 return parent::show($driver);
382 function show_postponed(&$driver) { argument
383 return parent::show($driver);
393 * @param OutputDriver $driver The output device driver object
395 function show_fixed(&$driver) { argument
407 $vertical_offset = $driver->getPageMaxHeight() / 100 * $top->getPercentage();
431 $horizontal_offset = $driver->getPageWidth() / 100 * $left->getPercentage();
451 $this->moveto($driver->getPageLeft() + $horizontal_offset,
452 $driver->getPageTop() - $vertical_offset);
[all …]
H A Dbox.container.php83 function show(&$driver) { argument
96 $driver->save();
97 $this->_setupClip($driver);
140 $driver->restore();
163 function show_fixed(&$driver) { argument
177 $driver->save();
178 $this->_setupClip($driver);
212 $driver->restore();
1076 function _setupClip(&$driver) { argument
1087 $driver->closepath();
[all …]
H A Dbox.form.php10 function show(&$driver) { argument
13 $driver->new_form($this->_name);
15 return parent::show($driver);
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.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.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 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);
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.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.whitespace.php84 function reflow_text(&$driver) { argument
85 if (is_null(parent::reflow_text($driver))) {
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(),

1234