Home
last modified time | relevance | path

Searched refs:copy (Results 1376 – 1400 of 1601) sorted by last modified time

1...<<51525354555657585960>>...65

/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.image.php45 function &copy() { function in BackgroundImage
H A Dbox.inline.php17 function &copy() { function in LineBox
336 $this->_lines[] = $box->_lines[$i]->copy();
H A Dbox.table.cell.php168 $length = $cellspacing->copy();
H A Dcss.border.bottom.color.inc.php14 $value = $owner_value->bottom->color->copy();
H A Dcss.border.right.color.inc.php14 return $owner_value->right->color->copy();
H A Dcss.left.inc.php13 return $this->_autoValue->copy();
H A Dcss.top.inc.php13 return $this->_autoValue->copy();
H A Dvalue.background.php60 function &copy() { function in Background
61 $value =& new Background(is_null($this->_color) ? null : $this->_color->copy(),
62 is_null($this->_image) ? null : $this->_image->copy(),
64 is_null($this->_position) ? null : $this->_position->copy(),
139 $this->_color = $value->copy();
144 $this->_image = $value->copy();
149 $this->_position = $value->copy();
H A Dvalue.border.class.php31 function &copy() { function in BorderPDF
35 $border->left = $this->left->copy();
41 $border->right = $this->right->copy();
47 $border->top = $this->top->copy();
53 $border->bottom = $this->bottom->copy();
64 $this->top = $value->copy();
69 $this->right = $value->copy();
74 $this->bottom = $value->copy();
79 $this->left = $value->copy();
H A Dvalue.generic.length.php18 function &copy() { function in Value
H A Dvalue.height.php10 function &copy() { function in ValueHeight
H A Dvalue.left.php10 function &copy() { function in ValueLeft
H A Dbox.note-call.class.php42 $font = $font->copy();
61 $font = $font->copy();
66 $margin = $margin->copy();
H A Dvalue.border.color.class.php11 function &copy() { function in BorderColor
17 $this->left = $left->copy();
18 $this->right = $right->copy();
19 $this->top = $top->copy();
20 $this->bottom = $bottom->copy();
H A Dvalue.border.width.class.php11 function &copy() { function in BorderWidth
17 $this->left = $left->copy();
18 $this->right = $right->copy();
19 $this->top = $top->copy();
20 $this->bottom = $bottom->copy();
H A Dvalue.bottom.php10 function &copy() { function in ValueBottom
H A Dvalue.content.item.php45 function &copy() { function in ValueContentItemString
48 return $copy;
84 function &copy() { function in ValueContentItemUri
86 return $copy;
106 function &copy() { function in ValueContentItemCounter
109 return $copy;
152 return $copy;
172 return $copy;
192 return $copy;
212 return $copy;
[all …]
H A Dvalue.content.php16 function &copy() { function in ValueContent
17 $copy =& new ValueContent();
20 $copy->add_item($item->copy());
23 return $copy;
H A Dvalue.font.class.php13 function &copy() { function in ValueFont
21 $font->size = $this->size->copy();
29 $font->line_height = $this->line_height->copy();
55 $this->size = $size->copy();
H A Dvalue.generic.percentage.php68 $value->_value = $this->_value->copy();
H A Dvalue.line-height.class.php24 function &copy() { function in LineHeight_Absolute
47 function &copy() { function in LineHeight_Relative
H A Dvalue.list-style.class.php14 $this->image = $value->copy();
35 function &copy() { function in ListStyleValue
41 $object->image = $this->image->copy();
H A Dvalue.padding.class.php19 function &copy() { function in PaddingSideValue
70 $this->top = $value->copy();
75 $this->bottom = $value->copy();
80 $this->right = $value->copy();
85 $this->left = $value->copy();
89 function &copy() { function in PaddingValue
91 …lue->top = ($this->top === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->top->copy();
92 …->bottom = ($this->bottom === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->bottom->copy();
93 …ue->left = ($this->left === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->left->copy();
94 …e->right = ($this->right === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->right->copy();
H A Dvalue.right.php10 function &copy() { function in ValueRight
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.footer.tpl2 &copy; 2005&ndash;2006 Darren Gates, Konstantin Bournayev

1...<<51525354555657585960>>...65