Home
last modified time | relevance | path

Searched refs:visit (Results 26 – 50 of 122) sorted by relevance

12345

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php28 protected function getMethodByClass(Ast\Node $object, string $prefix = 'visit'): ?callable {
54 public function visit(Ast\Node $astNode): void { function in PhpCss\\Ast\\Visitor\\Overload
H A DCss.php23 * Clear the visitor object to visit another selector group
48 'Visitor buffer already contains data, can not visit "%s"',
174 $this->visit($class->parameter);
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md63 element to visit and a visitor, for example a node of a tree and a dumper. The
64 element to visit will implement the `Hoa\Visitor\Element` interface and the
67 visited. The second one will ask to implement the `visit` method which will
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php68 public function visit( function in Hoa\\Compiler\\Visitor\\Dump
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php16 public function visit(ParseTree $tree) function in Antlr\\Antlr4\\Runtime\\Tree\\AbstractParseTreeVisitor
121 * visit a child node.
142 * child has the potential to determine the result of the visit operation as
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php104 public function visit( function in Hoa\\Math\\Visitor\\Arithmetic
206 $this->visit($group, $acc, $eldnah);
/plugin/datatemplate/
H A DREADME.md4 For more information, visit the official plugin page at https://www.dokuwiki.org/plugin:datatemplat…
/plugin/strata/lib/
H A Dstrata_querytree_visitor.php99 function visit(&$query) { function in strata_querytree_visitor
/plugin/captcha/lang/en/audio/
H A DREADME8 license. For further information read the LICENSE file and visit
/plugin/noiewarning/
H A DREADME15 (provided that you visit the above link with Internet Explroer...)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php18 public function visit(Element $element, &$handle = null, $eldnah = null) function in JMS\\Serializer\\Type\\TypeVisitor
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A DREADME.md16 or visit [https://www.goetas.com](https://www.goetas.com)
/plugin/autlogin/
H A Daction.php225 $visit = file_get_contents(DOKU_PLUGIN.'/autlogin/settings/visit.php');
242 $visit.="\n".$datum." ".$line."\n";
243 io_saveFile(DOKU_PLUGIN.'/autlogin/settings/visit.php', $visit);
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md90 $visitor->visit($ast)
100 echo $dump->visit($ast);
141 $visitor->visit($compiler->parse($expression))
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md86 echo $dump->visit($ast);
111 We can visit the tree with the help of the [`Hoa\Visitor`
121 echo $generator->visit($ast);
/plugin/combo/ComboStrap/
H A DOutline.php636 TreeVisit::visit($this->rootSection, $collectCalls);
702 TreeVisit::visit($this->rootSection, $collectCalls);
748 TreeVisit::visit($this->rootSection, $collectTableOfContent);
786 TreeVisit::visit($this->rootSection, $collectCalls);
H A DOutlineSection.php284 TreeVisit::visit($this, $updateLevel);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php333 return $visitor->visit($this, $handle, $eldnah);
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md37 For a full list of antlr4 tool options, please visit the
55 options, please visit the [tool documentation page](tool-options.md).
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php84 public function visit( function in Hoa\\Regex\\Visitor\\Isotropic
/plugin/bible/bible_douayRheims/
H A DSophonias.txt8 …1:8. And it shall come to pass in the day of the victim of the Lord, that I will visit upon the pr…
9 …1:9. And I will visit in that day upon every one that entereth arrogantly over the threshold: them…
12 …e to pass at that time, that I will search Jerusalem with lamps, and will visit upon the men that …
25 …f Ascalon they shall rest in the evening: because the Lord their God will visit them, and bring ba…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php212 ->string($dumper->visit($result))
/plugin/cacherevisionseraser/
H A DREADME.md47 * Added a hyperlink in the plug-in main page to quickly visit the website (It will open a new windo…
171 Please visit the website for more mirrors.
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock476 collection-visit "^1.0.0"
566 collection-visit@^1.0.0:
568 …resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc…
570 map-visit "^1.0.0"
571 object-visit "^1.0.0"
1587 map-visit@^1.0.0:
1589 …resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12…
1591 object-visit "^1.0.0"
1862 object-visit@^1.0.0:
1864 …resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md164 (stands for Abstract Syntax Tree) we can visit, for example to dump the AST:
175 echo $dump->visit($ast);

12345