Home
last modified time | relevance | path

Searched refs:Visitor (Results 26 – 50 of 77) sorted by path

1234

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Test\Unit\Visitor;
42 use Hoa\Math\Visitor\Arithmetic as CUT;
65 new Regex\Visitor\Isotropic(
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php37 namespace Hoa\Math\Visitor;
40 use Hoa\Visitor; alias
51 class Arithmetic implements Visitor\Visit
105 Visitor\Element $element,
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md48 * `Hoa\Visitor` has been finalized. (Ivan Enderlin, 2014-11-15T22:23:45+01:00)
H A DREADME.md85 $dump = new Hoa\Compiler\Visitor\Dump();
111 We can visit the tree with the help of the [`Hoa\Visitor`
112 library](https://central.hoa-project.net/Resource/Library/Visitor).
117 `Hoa\Regex\Visitor\Isotropic` visitor:
120 $generator = new Hoa\Regex\Visitor\Isotropic(new Hoa\Math\Sampler\Random());
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php37 namespace Hoa\Regex\Visitor;
42 use Hoa\Visitor; alias
52 class Isotropic implements Visitor\Visit
85 Visitor\Element $element,
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md34 * Finalizing `Hoa\Visitor`! (Ivan Enderlin, 2014-11-15T22:17:25+01:00)
H A DElement.php37 namespace Hoa\Visitor;
H A DREADME.md19 # Hoa\Visitor
23 …documentation-hack_book-ff0066.svg)](https://central.hoa-project.net/Documentation/Library/Visitor)
28 [Learn more](https://central.hoa-project.net/Documentation/Library/Visitor).
64 element to visit will implement the `Hoa\Visitor\Element` interface and the
65 visitor will implement the `Hoa\Visitor\Visit` interface. The first one will ask
74 [hack book of `Hoa\Visitor`](https://central.hoa-project.net/Documentation/Library/Visitor)
H A DVisit.php37 namespace Hoa\Visitor;
/plugin/findologicxmlexport/vendor/hoa/visitor/Test/Unit/
H A DElement.php37 namespace Hoa\Visitor\Test\Unit;
54 ->when($result = new \Mock\Hoa\Visitor\Element())
H A DVisit.php37 namespace Hoa\Visitor\Test\Unit;
54 ->when($result = new \Mock\Hoa\Visitor\Visit())
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md126 - Serializer::handleDeserializeResult\(\) changes the result after using Visitor::visitArray\(\) [\…
148 - \[2.0 proposal\] Splitting Navigator/Visitor [\#901](https://github.com/schmittjoh/serializer/iss…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DDoctrineObjectConstructor.php12 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
H A DObjectConstructorInterface.php9 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
H A DUnserializeObjectConstructor.php10 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php25 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
H A DSerializationGraphNavigator.php26 use JMS\Serializer\Visitor\SerializationVisitorInterface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php12 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
13 use JMS\Serializer\Visitor\SerializationVisitorInterface;
H A DDateHandler.php11 use JMS\Serializer\Visitor\SerializationVisitorInterface;
H A DFormErrorHandler.php9 use JMS\Serializer\Visitor\SerializationVisitorInterface;
H A DIteratorHandler.php10 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
11 use JMS\Serializer\Visitor\SerializationVisitorInterface;
H A DStdClassHandler.php10 use JMS\Serializer\Visitor\SerializationVisitorInterface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php12 use JMS\Serializer\Visitor\DeserializationVisitorInterface;
H A DJsonSerializationVisitor.php11 use JMS\Serializer\Visitor\SerializationVisitorInterface;
H A DSerializer.php17 use JMS\Serializer\Visitor\Factory\DeserializationVisitorFactory;
18 use JMS\Serializer\Visitor\Factory\SerializationVisitorFactory;

1234