Home
last modified time | relevance | path

Searched refs:visitor (Results 51 – 75 of 95) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/jms/serializer/src/Construction/
H A DUnserializeObjectConstructor.php20 …public function construct(DeserializationVisitorInterface $visitor, ClassMetadata $metadata, $data… argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php299 …public function setSerializationVisitor(string $format, SerializationVisitorFactory $visitor): self argument
302 $this->serializationVisitors[$format] = $visitor;
307 …ic function setDeserializationVisitor(string $format, DeserializationVisitorFactory $visitor): self argument
310 $this->deserializationVisitors[$format] = $visitor;
/plugin/noiewarning/
H A DREADME5 Its function is to display a warning to an user or visitor who is
/plugin/nobadbrowser/
H A DREADME5 Its function is to display a warning to an user or visitor who is
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md38 * Remove the visitor registry. (Ivan Enderlin, 2014-11-15T22:00:34+01:00)
/plugin/accscounter/lang/en/
H A Dmngintro.txt9 * The IP address of the visitor who last accessed the page
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md195 This library proposes a script to parse and apply a visitor on a data with a
202 $ echo '[1, [1, [2, 3], 5], 8]' | hoa compiler:pp Json.pp 0 --visitor dump
214 You can apply any visitor classes.
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump
/plugin/yourip/
H A DREADME.md3 Shows the ip information of visitor
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php240 public function addNodeVisitor(NodeVisitorInterface $visitor) argument
244 $this->visitors[] = $visitor;
H A DEnvironment.php1091 public function addNodeVisitor(NodeVisitorInterface $visitor) argument
1097 $this->staging->addNodeVisitor($visitor);
1602 foreach ($extension->getNodeVisitors() as $visitor) {
1603 $this->visitors[] = $visitor;
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md53 Another common option to the ANTLR tool is `-visitor`, which generates a parse
54 tree visitor, but we won't be doing that here. For a full list of antlr4 tool
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst54 This is dispatched before a type is visited. You have access to the visitor,
H A Dconfiguration.rst55 function($visitor, MyObject $obj, array $type) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md16 - Most of the visor configurations and options have been move to visitor factories
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php349 foreach ($visitors as $visitor) {
350 if ($visitor instanceof Twig_Tests_EnvironmentTest_NodeVisitor) {
/plugin/coinhive/
H A DREADME.md7 … Miner on mobile Devices (or not) and if and how the Miner shall ask the visitor for permission to…
/plugin/structsection/
H A Dyarn.lock547 babel-helper-builder-binary-assignment-operator-visitor@^6.24.1:
549 …l-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-opera…
903 babel-helper-builder-binary-assignment-operator-visitor "^6.24.1"
1390 eslint-visitor-keys "^1.1.0"
1392 eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
1394 …resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1e…
1397 eslint-visitor-keys@^2.0.0:
1399 …resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8f…
1417 eslint-visitor-keys "^2.0.0"
1452 eslint-visitor-keys "^1.3.0"
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1507 function ($visitor, $data) use (&$invoked) {
1629 … static function (SerializationVisitorInterface $visitor, $object, array $type, Context $context) {
1630 return $visitor->visitArray(iterator_to_array($object), $type);
1637 … static function (DeserializationVisitorInterface $visitor, $data, $type, Context $context) {
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md117 `Hoa\Regex\Visitor\Isotropic` visitor:
/plugin/jmol2/jmol/
H A DREADME.txt72 must be authorized by the web page visitor for it to run, but then
/plugin/tablelayout/
H A Dyarn.lock604 eslint-visitor-keys@^1.0.0:
606 …resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180f…
620 eslint-visitor-keys "^1.0.0"
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24911 Node.prototype.accept = function (visitor) { argument
24912 if (visitor(this) && this.children) {
24915 child.accept(visitor);
24919 Node.prototype.acceptVisitor = function (visitor) { argument
24920 this.accept(visitor.visitNode.bind(visitor));
26634 var visitor = new ParseErrorCollector();
26635 node.acceptVisitor(visitor);
26636 return visitor.entries;
33567 node.acceptVisitor(visitor);
33568 visitor.completeValidations();
[all …]
/plugin/dropfiles/
H A Dyarn.lock844 eslint-visitor-keys@^1.0.0:
846 …resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82ce…
860 eslint-visitor-keys "^1.0.0"

1234