Home
last modified time | relevance | path

Searched refs:Collections (Results 26 – 34 of 34) sorted by path

12

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php7 use Doctrine\Common\Collections\ArrayCollection;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md186 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
187 $matcher = new TypeMatcher('Doctrine\Common\Collections\Collection');
246 …new DoctrineCollectionFilter(), new PropertyTypeMatcher('Doctrine\Common\Collections\Collection'));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php7 use Doctrine\Common\Collections\ArrayCollection;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml26 test: Multi-line Inline Collections
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java13 import java.util.Collections;
149 Collections.sort(accumulator, new Comparator<VideoEncoder>() { in CaptureConfig()
158 encoders = Collections.unmodifiableList(accumulator); in CaptureConfig()
H A DMovieEditorDialog.java30 import java.util.Collections;
507Collections.singletonList((Shape) new ShapeImpl(new Point(0,0), new ImageImpl(new MappedImage(fram… in buildUI()
606 …return new Movie(movie.getFrameDimension(), movie.getFramesPerSecond(), Collections.singletonList(… in buildUI()
H A DScreenRecorder.java10 import java.util.Collections;
274 …fragmentCollector.add(new FragmentImpl(Collections.unmodifiableList(framesCollector), fragment.aud… in getMovie()
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md2808 **Note:** As with other "Collections" methods, objects with a "length"
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md673 * Added: #444. Collections can now opt-in to support high-speed `MOVE`.
2000 * Fixed: Issue 19: HEAD requests on Collections
2081 * Fixed: Issue 19: HEAD requests on Collections

12