Home
last modified time | relevance | path

Searched refs:copy (Results 976 – 1000 of 1601) sorted by last modified time

1...<<31323334353637383940>>...65

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php87 public function copy($object) function in DeepCopy\\DeepCopy
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2copy=function(){return Wi(n,t,e,r)},i()}function Ji(n,t){return ao.rebind(n,t,"range","rangeRound"… function
3copy=function(){return ro(n.copy(),t,e)},Ji(r,n)}function io(n){return new Date(n)}function uo(n){…
5 …function(){var n,c=ao.select(this),f=this.__chart__||e,s=this.__chart__=e.copy(),h=null==l?s.ticks…
H A Dnv.d3.min.js2copy()}),s.renderEnd("axis immediate"),b}var c=d3.svg.axis(),d=d3.scale.linear(),e={top:0,right:0,…
3copy().range([o(0),o(0)]);{var A=c.selectAll("g.nv-wrap.nv-discretebar").data([b]),B=A.enter().app…
4copy()}),m.renderEnd("distribution immediate"),b}var c,d={top:0,right:0,bottom:0,left:0},e=400,f=8…
5 …",function(a,b){return Math.max(Math.abs(n(r(a,b))-n(0)),1)||0}),h=m.copy(),i=n.copy(),b[0]&&b[0].…
6 …dth",function(a,b){return Math.max(Math.abs(p(r(a,b))-p(0)),1)}),h=o.copy(),i=p.copy()}),E.renderE…
7copy(),d=n.copy(),e=o.copy()}),P.renderEnd("scatter immediate"),b}var c,d,e,f,g={top:0,right:0,bot…
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of
6 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst109 of the structure, correctness has to be verified for each copy, copies may
H A Dextends.rst29 &copy; Copyright 2011 by <a href="http://domain.invalid/">you</a>.
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy of
8 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
/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/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/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/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of
6 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md3 * doc(api) Rewrite `copy` definition. (Ivan Enderlin, 2017-07-11T09:35:10+02:00)
H A DDirectory.php151 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) function in Hoa\\File\\Directory
193 $handle->copy($_to, $force);
H A DGeneric.php309 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) function in Hoa\\File\\Generic
319 return @copy($from, $to);
322 return @copy($from, $to, $this->getStreamContext()->getContext());
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md106 * `Touchable`, for “touchable” streams, provides `touch`, `copy`,
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE28copy of, or the Uniform Resource Identifier (URI) for, this License with every copy of the Work Yo…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php1038 public function copy() function in Hoa\\Ustring\\Ustring
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of
6 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/plugin/findologicxmlexport/
H A DREADME.md26 …3. Create a folder in this directory named `findologicxmlexport` and copy the downloaded files in …
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php98 public function copy($to, $force = self::DO_NOT_OVERWRITE); function
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy of
6 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies

1...<<31323334353637383940>>...65