Home
last modified time | relevance | path

Searched refs:copier (Results 1 – 9 of 9) sorted by path

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php313 $copier = new DeepCopy(true);
314 $tocClassClone = $copier->copy($this);
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md49 $copier = new DeepCopy();
50 $myCopy = $copier->copy($myObject);
107 $copier = new DeepCopy(true);
109 $copy = $copier->copy($var);
121 static $copier = null;
123 if (null === $copier) {
124 $copier = new DeepCopy(true);
127 return $copier->copy($var);
205 $copier = new DeepCopy();
206 $copier
[all...]
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DArrayObjectFilter.php16 private $copier; variable in DeepCopy\\TypeFilter\\Spl\\ArrayObjectFilter
18 public function __construct(DeepCopy $copier) argument
20 $this->copier = $copier;
30 $clone->offsetSet($k, $this->copier->copy($v));
H A DSplDoublyLinkedListFilter.php15 private $copier; variable in DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter
17 public function __construct(DeepCopy $copier) argument
19 $this->copier = $copier;
36 $copier = $this->copier;
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
41 $copy = $copier->recursiveCopy($list->shift());
/plugin/farmer/lang/fr/
H A Dtab_new_help.txt37 gérer. Vous pouvez copier l'utilisateur courant, tous les utilisateurs
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md54 $copier = new DeepCopy();
114 $copy = $copier->copy($var);
126 static $copier = null;
128 if (null === $copier) {
210 $copier = new DeepCopy();
228 $copier = new DeepCopy();
245 $copier = new DeepCopy();
262 $copier = new DeepCopy();
284 $copier = new DeepCopy();
302 $copier = new DeepCopy();
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php15 private $copier; variable in DeepCopy\\TypeFilter\\Spl\\SplDoublyLinkedListFilter
17 public function __construct(DeepCopy $copier) argument
19 $this->copier = $copier;
36 $copier = $this->copier;
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
41 $copy = $copier->recursiveCopy($list->shift());
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties44 bookmark.title=Affichage courant (copier ou ouvrir dans une nouvelle fenêtre)