/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/ |
D | Arithmetic.php | 81 $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/ |
D | index.js | 115 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/ |
D | README.md | 3 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/ |
D | Calc.php | 96 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/ |
D | TreeVisit.php | 9 public static function visit(TreeNode $tree, Callable $function, int $level = 0) function in ComboStrap\\TreeVisit 15 self::visit($child, $function, $childLevel);
|
D | TreeSystem.php | 26 TreeVisit::visit($treeNode, array($counterClass, 'increment')); 38 TreeVisit::visit($tree, $printRecursively);
|
/plugin/autlogin/ |
D | admin.php | 98 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/ |
D | Serializer.php | 162 $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/ |
D | Issue.php | 63 $visitor->visit($ast); 77 $visitor->visit($ast);
|
/plugin/botmon/ |
H A D | client.js | 24 const visit = { variable 38 data.append( "pageview", JSON.stringify( visit ) );
|
/plugin/asciidocjs/node_modules/require-directory/ |
D | index.js | 13 visit: function (obj) { method 77 retval[options.rename(key, joined, filename)] = options.visit(obj, joined, filename) || obj;
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
D | Sampler.php | 223 $out = $this->_tokenSampler->visit($token->getAST()); 226 $out .= $this->_tokenSampler->visit($this->getSkipTokenAST());
|
/plugin/findologicxmlexport/vendor/hoa/visitor/ |
D | Visit.php | 57 public function visit(Element $element, &$handle = null, $eldnah = null); function
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/ |
D | Node.php | 24 $visitor->visit($this);
|
D | Visitor.php | 23 public function visit(Node $astNode): void; function
|
/plugin/indexmenu/scripts/fancytree/modules/ |
D | jquery.fancytree.filter.js | 215 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/ |
D | Pp.php | 158 echo $visitor->visit($ast); 268 Compile and visit languages with grammars.
|
/plugin/subpages/ |
D | README.md | 4 For more information visit https://www.dokuwiki.org/plugin:subpages
|
/plugin/chordsheets/.vscode/ |
D | launch.json | 4 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
D | ParseTreeVisitor.php | 19 public function visit(ParseTree $tree); function
|
/plugin/custombuttons/ |
D | README | 3 You should visit https://www.dokuwiki.org/plugin:custombuttons for instructions about installation …
|
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/ |
D | Combinator.php | 16 $visitor->visit($this);
|
/plugin/captcha/lang/en/audio/ |
D | LICENSE | 2 view a copy of this license, visit
|
/plugin/pycode/ |
D | README.md | 7 For more information and how to install it, please visit https://www.dokuwiki.org/plugin:pycode.
|
/plugin/navbox/ |
D | README.md | 4 Please visit the NavBox plugin Home Page on DokuWiki for full details: https://www.dokuwiki.org/plu…
|