Home
last modified time | relevance | path

Searched refs:copy (Results 1401 – 1425 of 1601) sorted by last modified time

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.text-indent.class.php21 function &copy() { function in TextIndentValuePDF
H A Dvalue.top.php10 function &copy() { function in ValueTop
H A Dwidth.constraint.php22 function &copy() { function in WidthConstraint
23 $copy =& $this->_copy();
26 $copy->_min_width = CSS_PROPERTY_INHERIT;
28 $copy->_min_width = $this->_min_width->copy();
31 return $copy;
H A Dwidth.php35 $copy =& new WCNone();
36 return $copy;
66 $copy =& new WCConstant($this->width);
67 return $copy;
106 $copy =& new WCFraction($this->fraction);
107 return $copy;
H A Dcss.border.bottom.width.inc.php11 $owner_value->bottom->width = $value->copy();
H A Dcss.border.left.width.inc.php11 $owner_value->left->width = $value->copy();
H A Dcss.bottom.inc.php34 return $this->_autoValue->copy();
H A Dcss.inc.php87 return $value->copy();
H A Dcss.min-height.inc.php36 return $this->_defaultValue->copy();
H A Dcss.property.collection.php27 function &copy() { function in CSSPropertyCollection
32 $collection->_properties[] =& $property->copy();
H A Dcss.property.declaration.php55 function &copy() { function in CSSPropertyDeclaration
60 $declaration->_value =& $this->_value->copy();
H A Dcss.pseudo.table.border.inc.php27 return $this->_defaultValue->copy();
H A Dcss.rules.inc.php25 $this->body = $rule[1]->copy();
H A Dcss.width.inc.php32 $owner_value = $value->copy();
H A Ddestination.file.class.php14 copy($tmp_filename, $dest_filename);
H A Dhtml.attrs.inc.php421 $border =& $border->copy();
452 $border =& $border->copy();
516 $border =& $border->copy();
531 $border =& $border->copy();
H A Dlist-style.image.php12 function &copy() { function in ListStyleImage
H A Dcss.background.inc.php37 return $this->default_value->copy();
H A Dcss.border.right.width.inc.php11 $owner_value->right->width = $value->copy();
H A Dcss.border.top.color.inc.php14 return $owner_value->top->color->copy();
H A Dcss.border.top.width.inc.php11 $owner_value->top->width = $value->copy();
H A Dcss.font.inc.php52 $this->_defaultValue->size = $default_size->copy();
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php16 copy($tmp_filename, $this->_dest_filename);
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.file.php26 copy($tmp_filename, $this->_dest_filename);
H A Dsample.simplest.from.memory.php30 copy($tmp_filename, $this->_dest_filename);

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