Home
last modified time | relevance | path

Searched refs:SplDoublyLinkedList (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php8 use SplDoublyLinkedList; alias
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
H A DSplDoublyLinkedList.php8 class SplDoublyLinkedList extends SplDoublyLinkedListFilter class
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php8 use SplDoublyLinkedList; alias
38 $copy = function (SplDoublyLinkedList $list) use ($copier) {
H A DSplDoublyLinkedList.php8 class SplDoublyLinkedList extends SplDoublyLinkedListFilter class
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php18 use SplDoublyLinkedList; alias
63 …->addTypeFilter(new SplDoublyLinkedListFilter($this), new TypeMatcher(SplDoublyLinkedList::class));
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php20 use SplDoublyLinkedList; alias
66 $this->addTypeFilter(new SplDoublyLinkedListFilter($this), new TypeMatcher(SplDoublyLinkedList::class));
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php96 $this->_buffer = new \SplDoublyLinkedList();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php68 ->isInstanceOf(\SplDoublyLinkedList::class)