Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 1473) sorted by relevance

12345678910>>...59

/plugin/html2pdf/html2pdf/html2ps/
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 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 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.margin.class.php27 function &copy() { function in MarginSideValue
75 $this->top = $value->copy();
80 $this->bottom = $value->copy();
85 $this->right = $value->copy();
90 $this->left = $value->copy();
94 function &copy() { function in MarginValue
96 …lue->top = ($this->top === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->top->copy();
97 …->bottom = ($this->bottom === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->bottom->copy();
98 …ue->left = ($this->left === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->left->copy();
99 …e->right = ($this->right === CSS_PROPERTY_INHERIT) ? CSS_PROPERTY_INHERIT : $this->right->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.content.php16 function &copy() { function in ValueContent
17 $copy =& new ValueContent();
20 $copy->add_item($item->copy());
23 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 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.border.edge.class.php39 $this->color = $color->copy();
50 $this->width = $value->copy();
55 $this->width = $value->copy();
73 function &copy() { function in EdgePDF
77 $edge->width = $this->width->copy();
148 $color = $this->color->copy();
169 $color = $this->color->copy();
185 $color = $this->color->copy();
212 $color = $this->color->copy();
232 $color = $this->color->copy();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php130 copy($this->templatePath . 'css/bootstrap.min.css', $dir . 'bootstrap.min.css');
131 copy($this->templatePath . 'css/nv.d3.min.css', $dir . 'nv.d3.min.css');
132 copy($this->templatePath . 'css/style.css', $dir . 'style.css');
135copy($this->templatePath . 'fonts/glyphicons-halflings-regular.eot', $dir . 'glyphicons-halflings-…
142 copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');
143 copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js');
144 copy($this->templatePath . 'js/holder.min.js', $dir . 'holder.min.js');
145 copy($this->templatePath . 'js/html5shiv.min.js', $dir . 'html5shiv.min.js');
146 copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js');
147 copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
[all …]
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js174 _lastAxis.copy( axis );
187 _movePrev.copy( _moveCurr );
216 _zoomStart.copy( _zoomEnd );
250 _panStart.copy( _panEnd );
271 _zoomStart.copy( _zoomEnd );
278 _zoomStart.copy( _zoomEnd );
399 _movePrev.copy( _moveCurr );
404 _zoomEnd.copy( _zoomStart );
409 _panEnd.copy( _panStart );
429 _movePrev.copy( _moveCurr );
[all …]
H A DProjector.js55 this.positionWorld.copy( vertex.positionWorld );
264 _line.v1.copy( v1 );
265 _line.v2.copy( v2 );
297 _face.v1.copy( v1 );
298 _face.v2.copy( v2 );
299 _face.v3.copy( v3 );
536 _vector3.copy( vertex );
594 _face.v1.copy( v1 );
595 _face.v2.copy( v2 );
596 _face.v3.copy( v3 );
[all …]
/plugin/passwordgrey/
H A Dscript.js35 const copy = document.createElement('span');
36 copy.className = 'copy';
37 copy.textContent = '?';
38 copy.title = LANG.plugins.passwordgrey.clipboard;
39 copy.onclick = _ => {
41 copy.classList.add('copied');
42 copy.textContent = '✓';
44 copy.classList.remove('copied');
45 copy
[all...]
/plugin/mediatooltip/
H A Dscript.js9 var copy = jQuery( this ).parent().attr('license');
20 if(copy) {
23 copy = copy.replace(/^.+::/,"");
26 var ar = place_caption(copy.split('::'), this);
27 copy = ar[1];
66 if(copy && !copypos.match(/tooltip|both/)) {
67 copy = "";
73 output = copy ? (output + '<br />' + copy ): output;
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md8 [![Total Downloads](https://poser.pugx.org/myclabs/deep-copy/downloads.svg)](https://packagist.org/packages/myclabs/deep-copy)
41 composer require myclabs/deep-copy
50 $myCopy = $copier->copy($myObject);
86 ![With DeepCopy](doc/deep-copy.png)
99 $copy = deep_copy($var);
109 $copy = $copier->copy($var);
112 You may want to roll your own deep copy function:
127 return $copier->copy(
[all...]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php29 $copy = $this->createCopyClosure();
31 return $copy($newElement);
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
41 $copy = $copier->recursiveCopy($list->shift());
43 $list->push($copy);
49 return Closure::bind($copy, null, DeepCopy::class);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php29 $copy = $this->createCopyClosure();
31 return $copy($newElement);
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
39 // Replace each element in the list with a deep copy of itself
41 $copy = $copier->recursiveCopy($list->shift());
43 $list->push($copy);
49 return Closure::bind($copy, null, DeepCopy::class);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md104 $copy = deep_copy($var);
114 $copy = $copier->copy($var);
213 $copy = $copier->copy($object);
215 echo $copy->id; // null
231 $copy = $copier->copy($object);
248 $copy = $copier->copy($object);
265 $copy = $copier->copy($object);
287 $copy = $copier->copy($object);
308 $copy = $copier->copy($object);
310 // $copy->title will contain the data returned by the callback, e.g. 'The title (copy)'
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegtranFilter.php32 private $copy; variable in Assetic\\Filter\\JpegtranFilter
51 public function setCopy($copy) argument
53 $this->copy = $copy;
78 if ($this->copy) {
79 $pb->add('-copy')->add($this->copy);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DCreate.php32 public function setCopy(Copy $copy) argument
34 $this->copy = $copy;
41 return $this->copy;
/plugin/sympaauth/
H A Dadmin.php147 …if (!copy(DOKU .'/lib/plugins/sympaauth/files/sympa.class.php', DOKU .'/inc/auth/sympa.class.php')…
151 if (!copy(DOKU . '/conf/local.php', DOKU . '/conf/local.php.bak')) return false;
189 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
196 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
222 if (!copy(DOKU . '/conf/local.php', DOKU . '/conf/local.php.bak')) return false;
238 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
245 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
316 …if(!copy(DOKU_CONFIGLANG .'/' .$lang .'/lang.php', DOKU_CONFIGLANG .'/' .$lang .'/lang.php.bak')) …
319 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
324 copy(DOKU . '/conf/local.php.bak', DOKU . '/conf/local.php');
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php25 $copy = new DateInterval('P0D');
28 $copy->{$propertyName} = $propertyValue;
31 return $copy;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php25 $copy = new DateInterval('P0D');
28 $copy->{$propertyName} = $propertyValue;
31 return $copy;

12345678910>>...59