| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | printer.js | 5 return new PrintVisitor().accept(ast); 41 out += this.accept(body[i]); 69 out += this.accept(block.program); 78 out += this.accept(block.inverse); 92 content += ' ' + this.accept(partial.params[0]); 95 content += ' ' + this.accept(partial.hash); 102 content += ' ' + this.accept(partial.params[0]); 105 content += ' ' + this.accept(partial.hash); 110 content += this.accept(partial.program); 130 paramStrings.push(this.accept(params[i])); [all …]
|
| D | compiler.js | 75 return this.accept(program); 91 accept: function(node) { method in Compiler 109 this.accept(body[i]); 190 this.accept(partial.name); 252 this.accept(path); 260 this.accept(path); 280 this.accept(path); 428 this.accept(val); 451 this.accept(val); 463 this.accept(sexpr.hash);
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | printer.js | 15 return new PrintVisitor().accept(ast); 51 out += this.accept(body[i]); 75 out += this.accept(block.program); 84 out += this.accept(block.inverse); 98 content += ' ' + this.accept(partial.params[0]); 101 content += ' ' + this.accept(partial.hash); 108 content += ' ' + this.accept(partial.params[0]); 111 content += ' ' + this.accept(partial.hash); 116 content += this.accept(partial.program); 136 paramStrings.push(this.accept(params[i])); [all …]
|
| D | compiler.js | 79 return this.accept(program); 96 accept: function accept(node) { 114 this.accept(body[i]); 192 this.accept(partial.name); 254 this.accept(path); 262 this.accept(path); 279 this.accept(path); 416 this.accept(val); 436 this.accept(val); 448 this.accept(sexpr.hash);
|
| D | visitor.js | 20 var value = this.accept(node[name]); 55 accept: function accept(object) {
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | printer.js | 16 return new PrintVisitor().accept(ast); 52 out += this.accept(body[i]); 76 out += this.accept(block.program); 85 out += this.accept(block.inverse); 99 content += ' ' + this.accept(partial.params[0]); 102 content += ' ' + this.accept(partial.hash); 109 content += ' ' + this.accept(partial.params[0]); 112 content += ' ' + this.accept(partial.hash); 117 content += this.accept(partial.program); 137 paramStrings.push(this.accept(params[i])); [all …]
|
| D | compiler.js | 84 return this.accept(program); 101 accept: function accept(node) { 119 this.accept(body[i]); 197 this.accept(partial.name); 259 this.accept(path); 267 this.accept(path); 284 this.accept(path); 421 this.accept(val); 441 this.accept(val); 453 this.accept(sexpr.hash);
|
| D | visitor.js | 22 var value = this.accept(node[name]); 57 accept: function accept(object) {
|
| /plugin/findologicxmlexport/vendor/hoa/math/Visitor/ |
| D | Arithmetic.php | 122 $name = array_shift($children)->accept($this, $_, $eldnah); 127 $child->accept($this, $_, $eldnah); 139 $children[0]->accept($this, $a, $eldnah); 148 $children[0]->accept($this, $a, $eldnah); 154 $children[1]->accept($this, $acc, $eldnah); 159 $children[0]->accept($this, $a, $eldnah); 165 $children[1]->accept($this, $acc, $eldnah); 170 $children[0]->accept($this, $a, $eldnah); 176 $children[1]->accept($this, $acc, $eldnah); 181 $children[0]->accept($this, $a, $eldnah); [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/regex/Visitor/ |
| D | Isotropic.php | 94 return $element->getChild(0)->accept($this, $handle, $eldnah); 101 ))->accept($this, $handle, $eldnah); 107 $out .= $child->accept($this, $handle, $eldnah); 160 $out .= $element->getChild(0)->accept( 174 $child->accept($this, $handle, $eldnah) 187 $left = $element->getChild(0)->accept($this, $handle, $eldnah); 188 $right = $element->getChild(1)->accept($this, $handle, $eldnah);
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/ |
| H A D | Sequence.php | 30 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Sequence 33 $simple->accept($visitor); 36 $this->combinator->accept($visitor);
|
| H A D | Combinator.php | 14 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Combinator 17 $this->sequence->accept($visitor);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/ |
| D | XmlDeserializationVisitor.php | 165 $k = $this->navigator->accept($key, $keyType); 166 $result[$k] = $this->navigator->accept($v, $entryType); 206 $result[] = $this->navigator->accept($v, $type['params'][0]); 226 … $k = $this->navigator->accept($attrs[$this->currentMetadata->xmlKeyAttribute], $keyType); 227 $result[$k] = $this->navigator->accept($v, $entryType); 282 return $this->navigator->accept($data, $metadata->type); 287 return $this->navigator->accept($attributes[$name], $metadata->type); 294 return $this->navigator->accept($data, $metadata->type); 304 $v = $this->navigator->accept($enclosingElem, $metadata->type); 333 return $this->navigator->accept($node, $metadata->type);
|
| D | JsonDeserializationVisitor.php | 105 $result[] = $this->navigator->accept($v, $listType); 116 … $result[$this->navigator->accept($k, $keyType)] = $this->navigator->accept($v, $entryType); 173 return $this->navigator->accept($data, $metadata->type); 184 … return null !== $data[$name] ? $this->navigator->accept($data[$name], $metadata->type) : null;
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | Filter.php | 52 public function accept() function in Hoa\\Iterator\\Test\\Unit\\MyFilter 74 $this->calling($filter)->accept = function () { 96 $this->calling($filter)->accept = false
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | DefaultFileFilter.java | 56 public boolean accept(File file) in accept() method in DefaultFileFilter 130 public boolean accept(File file) in accept() method in DefaultFileFilter.ImageFileFilter 193 public boolean accept(File file) in accept() method in DefaultFileFilter.EditorFileFilter
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.dnd.js | 422 accept argument 487 .toggleClass(classDropAccept, accept === true) 488 .toggleClass(classDropReject, accept === false); 499 .toggleClass(classDropAccept, accept === true) 500 .toggleClass(classDropReject, accept === false); 503 .toggleClass(classDropAccept, accept === true) 504 .toggleClass(classDropReject, accept === false); 534 var accept, 737 accept = res !== false && hitMode !== null; 739 draggable.options.revert = !accept; [all …]
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/ |
| H A D | PseudoClass.php | 17 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Simple\\PseudoClass 20 $this->parameter->accept($visitor);
|
| /plugin/combo/syntax/ |
| H A D | navbarcollapse.php | 61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode); 65 $accept = false; 68 return $accept;
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/ |
| D | RegularExpression.php | 87 public function accept() function in Hoa\\Iterator\\Recursive\\RegularExpression 91 true === parent::accept();
|
| /plugin/combo/vendor/carica/phpcss/src/ |
| H A D | PhpCss.php | 26 $ast->accept($visitor); 41 $ast->accept($visitor);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
| H A D | AbstractParseTreeVisitor.php | 18 return $tree->accept($this); 52 $childResult = $child->accept($this);
|
| /plugin/tos/ |
| D | action.php | 128 * @param bool $accept set true is the user accepted the TOS right now 131 protected function userTosState($user, $accept = false) argument 135 if ($accept) {
|
| /plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/ |
| D | BaseTypesHandler.php | 42 $ret[] = $navigator->accept($v, $newType, $context)->data; 57 $ret[] = $navigator->accept($v, $newType, $context);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
| D | GraphNavigatorTest.php | 47 $this->serializationNavigator->accept(STDIN, null); 80 $navigator->accept($object, null); 110 $navigator->accept('random', ['name' => $class, 'params' => []]); 131 $navigator->accept($object, null);
|