/plugin/html2pdf/html2pdf/html2ps/ |
H A D | value.content.item.php | 45 function ©() { function in ValueContentItemString 48 return $copy; 84 function ©() { function in ValueContentItemUri 86 return $copy; 106 function ©() { function in ValueContentItemCounter 109 return $copy; 152 return $copy; 172 return $copy; 192 return $copy; 212 return $copy; [all …]
|
H A D | width.constraint.php | 22 function ©() { 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 D | value.border.color.class.php | 11 function ©() { 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 D | value.border.width.class.php | 11 function ©() { 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 D | value.margin.class.php | 27 function ©() { 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 ©() { 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 D | value.padding.class.php | 19 function ©() { 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 ©() { 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 D | value.content.php | 16 function ©() { function in ValueContent 17 $copy =& new ValueContent(); 20 $copy->add_item($item->copy()); 23 return $copy;
|
H A D | width.php | 35 $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 D | value.background.php | 60 function ©() { 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 D | value.border.class.php | 31 function ©() { 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 D | value.border.edge.class.php | 39 $this->color = $color->copy(); 50 $this->width = $value->copy(); 55 $this->width = $value->copy(); 73 function ©() { 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 D | Facade.php | 130 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'); 135 …copy($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 D | TrackballControls.js | 155 _eye.copy( _this.object.position ).sub( _this.target );
157 eyeDirection.copy( _eye ).normalize();
158 objectUpDirection.copy( _this.object.up ).normalize();
164 moveDirection.copy( objectUpDirection.add( objectSidewaysDirection ) );
174 _lastAxis.copy( axis );
180 _eye.copy( _this.object.position ).sub( _this.target );
187 _movePrev.copy( _moveCurr );
216 _zoomStart.copy( _zoomEnd );
236 mouseChange.copy( _panEnd ).sub( _panStart );
242 pan.copy( _ey [all...] |
H A D | Projector.js | 53 THREE.RenderableVertex.prototype.copy = function ( vertex ) {
method in THREE.RenderableVertex 55 this.positionWorld.copy( vertex.positionWorld );
56 this.positionScreen.copy( vertex.positionScreen );
183 positionWorld.copy( position ).applyMatrix4( _modelMatrix );
184 positionScreen.copy( positionWorld ).applyMatrix4( _viewProjectionMatrix );
253 v1.positionScreen.copy( v1.position ).applyMatrix4( _modelViewProjectionMatrix );
254 v2.positionScreen.copy( v2.position ).applyMatrix4( _modelViewProjectionMatrix );
264 _line.v1.copy( v1 );
265 _line.v2.copy( v2 );
297 _face.v1.copy( v [all...] |
/plugin/passwordgrey/ |
H A D | script.js | 35 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 D | script.js | 9 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 D | README.md | 8 [![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 D | SplDoublyLinkedListFilter.php | 29 $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 D | SplDoublyLinkedListFilter.php | 29 $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 D | README.md | 104 $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 D | JpegtranFilter.php | 32 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 D | Create.php | 32 public function setCopy(Copy $copy) argument 34 $this->copy = $copy; 41 return $this->copy;
|
/plugin/sympaauth/ |
H A D | admin.php | 147 …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 D | DateIntervalFilter.php | 25 $copy = new DateInterval('P0D'); 28 $copy->{$propertyName} = $propertyValue; 31 return $copy;
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/ |
H A D | DateIntervalFilter.php | 25 $copy = new DateInterval('P0D'); 28 $copy->{$propertyName} = $propertyValue; 31 return $copy;
|