Home
last modified time | relevance | path

Searched refs:visit (Results 1 – 25 of 166) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
DArithmetic.php81 $x = (float) $visitor->visit(
115 $visitor->visit($compiler->parse($variableName . ' * 2'));
133 ->float($visitor->visit($compiler->parse($variableName . ' * 2')))
149 $visitor->visit($compiler->parse($constantName . ' * 2'));
165 ->float($visitor->visit($compiler->parse($constantName . ' * 2')))
181 $visitor->visit($compiler->parse($functionName . '() * 2'));
199 ->float($visitor->visit($compiler->parse($functionName . '() * 2')))
219 ->float($visitor->visit($compiler->parse('abs(' . $variableName . ' - PI)')))
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js115 this.visit(this.node);
256 visit: function(node, parent){ method in Compiler
325 this.visit(node.block, node);
343 this.visit(node.block, node);
385 this.visit(block.nodes[i], block);
455 this.visit(mixin.block, mixin);
509 this.visit(block, mixin);
574 this.visit(tag.block, tag);
647 this.visit(comment.block, comment);
679 this.visit(code.block, code);
[all …]
/plugin/robot404/
DREADME.md3 I see no reason for webcrawlers to visit and index certain actions, such as login and search. The p…
5 …splay a message; webcrawlers will still index the resulting page and also visit these pages again …
7 …AGENT header. For testing purposes, you can add ?isrobot404=1 to the URL to simulate a robot visit.
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
DCalc.php96 echo $expression . ' = ' . $visitor->visit($ast), "\n";
165 echo $dump->visit($compiler->parse($handle)), "\n";
180 echo $visitor->visit($compiler->parse($expression)), "\n";
/plugin/combo/ComboStrap/
DTreeVisit.php9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) function in ComboStrap\\TreeVisit
15 self::visit($child, $function, $childLevel);
DTreeSystem.php26 TreeVisit::visit($treeNode, array($counterClass, 'increment'));
38 TreeVisit::visit($tree, $printRecursively);
/plugin/autlogin/
Dadmin.php98 if(isset($_REQUEST['cmd']['visit'])) //if some host from visit.php was chosen
170 $visit = substr($alias,0,1);
171 if($visit != '@'){ //only users, not groups
353 $visit = $this->_find_visit($alias);
354 if(!$visit)
356 $new = "$page\t$visit\t$alias\t$perm\n";
923 $visit.=$concr_ip.",";
925 $visit.=$concr_wb.",";
927 $visit.=$concr_ver.",";
929 $visit.=$concr_ep.",";
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DSerializer.php162 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
178 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
196 $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
222 return $this->visit($navigator, $visitor, $context, $data, 'json', $type, false);
230 …private function visit(GraphNavigatorInterface $navigator, VisitorInterface $visitor, Context $con… function in JMS\\Serializer\\Serializer
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
DIssue.php63 $visitor->visit($ast);
77 $visitor->visit($ast);
/plugin/botmon/
H A Dclient.js24 const visit = { variable
38 data.append( "pageview", JSON.stringify( visit ) );
/plugin/asciidocjs/node_modules/require-directory/
Dindex.js13 visit: function (obj) { method
77 retval[options.rename(key, joined, filename)] = options.visit(obj, joined, filename) || obj;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DSampler.php223 $out = $this->_tokenSampler->visit($token->getAST());
226 $out .= $this->_tokenSampler->visit($this->getSkipTokenAST());
/plugin/findologicxmlexport/vendor/hoa/visitor/
DVisit.php57 public function visit(Element $element, &$handle = null, $eldnah = null); function
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/
DNode.php24 $visitor->visit($this);
DVisitor.php23 public function visit(Node $astNode): void; function
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.filter.js215 this.visit(function (node) {
228 this.visit(function (node) {
236 node.visit(function (c) {
372 this.visit(function (node) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
DPp.php158 echo $visitor->visit($ast);
268 Compile and visit languages with grammars.
/plugin/subpages/
DREADME.md4 For more information visit https://www.dokuwiki.org/plugin:subpages
/plugin/chordsheets/.vscode/
Dlaunch.json4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
DParseTreeVisitor.php19 public function visit(ParseTree $tree); function
/plugin/custombuttons/
DREADME3 You should visit https://www.dokuwiki.org/plugin:custombuttons for instructions about installation …
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
DCombinator.php16 $visitor->visit($this);
/plugin/captcha/lang/en/audio/
DLICENSE2 view a copy of this license, visit
/plugin/pycode/
DREADME.md7 For more information and how to install it, please visit https://www.dokuwiki.org/plugin:pycode.
/plugin/navbox/
DREADME.md4 Please visit the NavBox plugin Home Page on DokuWiki for full details: https://www.dokuwiki.org/plu…

1234567