Home
last modified time | relevance | path

Searched refs:Generator (Results 26 – 50 of 67) sorted by path

123

/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md3 Use: https://github.com/skywinder/Github-Changelog-Generator
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst387 | Generator | Similar to array, but will be deserial…
388 | | into Generator class. …
390 | Generator<T> | Similar to array<T>, but will be deser…
391 | | into Generator class. …
393 | Generator<K, V> | Similar to array<K, V>, but will be de…
394 | | into Generator class. …
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DIteratorHandler.php43 'type' => \Generator::class,
50 'type' => \Generator::class,
100 ): \Generator {
101 return (static function () use (&$visitor, &$data, &$type): \Generator {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithGenerator.php19 public function __construct(\Generator $generator)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php32 (static function (): \Generator {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1555 $generator = static function (): \Generator {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DClassPatchInterface.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DDisableConstructorPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DHhvmExceptionPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DKeywordPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DMagicCallPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DProphecySubjectPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
16 use Prophecy\Doubler\Generator\Node\ArgumentNode;
H A DReflectionClassNewInstancePatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DSplFileInfoPatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
H A DThrowablePatch.php5 use Prophecy\Doubler\Generator\Node\ClassNode;
H A DTraversablePatch.php14 use Prophecy\Doubler\Generator\Node\ClassNode;
15 use Prophecy\Doubler\Generator\Node\MethodNode;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php16 use Prophecy\Doubler\Generator\ClassMirror;
17 use Prophecy\Doubler\Generator\ClassCreator;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php12 namespace Prophecy\Doubler\Generator;
H A DClassCreator.php12 namespace Prophecy\Doubler\Generator;
H A DClassMirror.php12 namespace Prophecy\Doubler\Generator;
H A DReflectionInterface.php12 namespace Prophecy\Doubler\Generator;
H A DTypeHintReference.php3 namespace Prophecy\Doubler\Generator;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php12 namespace Prophecy\Doubler\Generator\Node;
H A DClassNode.php12 namespace Prophecy\Doubler\Generator\Node;
H A DMethodNode.php12 namespace Prophecy\Doubler\Generator\Node;
14 use Prophecy\Doubler\Generator\TypeHintReference;

123