| /plugin/html2pdf/html2pdf/html2ps/ |
| D | value.content.item.php | 45 function ©() { function in ValueContentItemString 46 $copy =& new ValueContentItemString(); 47 $copy->set_value($this->get_value()); 48 return $copy; 84 function ©() { function in ValueContentItemUri 85 $copy =& new ValueContentItemUri(); 86 return $copy; 106 function ©() { function in ValueContentItemCounter 107 $copy =& new ValueContentItemCounter(); 108 $copy->set_name($this->get_name()); [all …]
|
| 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;
|
| 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();
|
| 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();
|
| 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();
|
| 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();
|
| D | value.content.php | 16 function ©() { function in ValueContent 17 $copy =& new ValueContent(); 20 $copy->add_item($item->copy()); 23 return $copy;
|
| 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;
|
| 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();
|
| 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();
|
| 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(); 83 $edge->color = $this->color->copy(); 148 $color = $this->color->copy(); 169 $color = $this->color->copy(); 185 $color = $this->color->copy(); 212 $color = $this->color->copy(); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/ |
| 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-… 136 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.svg', $dir . 'glyphicons-halflings-… 137 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.ttf', $dir . 'glyphicons-halflings-… 138 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff', $dir . 'glyphicons-halflings… 139 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff2', $dir . 'glyphicons-halfling… 142 copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js'); 143 copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js'); [all …]
|
| /plugin/stlviewer/stlviewer/ |
| 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( _eye ).cross( _this.object.up ).setLength( mouseChange.x ); [all …]
|
| 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( v1 ); [all …]
|
| /plugin/passwordgrey/ |
| D | script.js | 35 const copy = document.createElement('span'); constant 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.textContent = ''; 51 label.append(copy);
|
| /plugin/mediatooltip/ |
| 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/ |
| D | README.md | 8 …oads](https://poser.pugx.org/myclabs/deep-copy/downloads.svg)](https://packagist.org/packages/mycl… 41 composer require myclabs/deep-copy 50 $myCopy = $copier->copy($myObject); 86  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($var); 134 You can add filters to customize the copy process. 194 …ple that you are copying a database record (or a Doctrine entity), so you want the copy not to have [all …]
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/ |
| D | README.md | 8 …oads](https://poser.pugx.org/myclabs/deep-copy/downloads.svg)](https://packagist.org/packages/mycl… 46 composer require myclabs/deep-copy 55 $myCopy = $copier->copy($myObject); 91  104 $copy = deep_copy($var); 114 $copy = $copier->copy($var); 117 You may want to roll your own deep copy function: 132 return $copier->copy($var); 139 You can add filters to customize the copy process. 199 …ple that you are copying a database record (or a Doctrine entity), so you want the copy not to have [all …]
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/ |
| 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/ |
| 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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
| 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/sympaauth/ |
| 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/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
| D | Create.php | 32 public function setCopy(Copy $copy) argument 34 $this->copy = $copy; 41 return $this->copy;
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/ |
| 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/ |
| D | DateIntervalFilter.php | 25 $copy = new DateInterval('P0D'); 28 $copy->{$propertyName} = $propertyValue; 31 return $copy;
|