Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dprinter.js5 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 …]
Dcompiler.js75 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/
Dprinter.js15 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 …]
Dcompiler.js79 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);
Dvisitor.js20 var value = this.accept(node[name]);
55 accept: function accept(object) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dprinter.js16 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 …]
Dcompiler.js84 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);
Dvisitor.js22 var value = this.accept(node[name]);
57 accept: function accept(object) {
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
DArithmetic.php122 $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/
DIsotropic.php94 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 DSequence.php30 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Sequence
33 $simple->accept($visitor);
36 $this->combinator->accept($visitor);
H A DCombinator.php14 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Combinator
17 $this->sequence->accept($visitor);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
DXmlDeserializationVisitor.php165 $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);
DJsonDeserializationVisitor.php105 $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/
DFilter.php52 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/
DDefaultFileFilter.java56 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/
Djquery.fancytree.dnd.js422 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 DPseudoClass.php17 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Simple\\PseudoClass
20 $this->parameter->accept($visitor);
/plugin/combo/syntax/
H A Dnavbarcollapse.php61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
65 $accept = false;
68 return $accept;
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
DRegularExpression.php87 public function accept() function in Hoa\\Iterator\\Recursive\\RegularExpression
91 true === parent::accept();
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php26 $ast->accept($visitor);
41 $ast->accept($visitor);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php18 return $tree->accept($this);
52 $childResult = $child->accept($this);
/plugin/tos/
Daction.php128 * @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/
DBaseTypesHandler.php42 $ret[] = $navigator->accept($v, $newType, $context)->data;
57 $ret[] = $navigator->accept($v, $newType, $context);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DGraphNavigatorTest.php47 $this->serializationNavigator->accept(STDIN, null);
80 $navigator->accept($object, null);
110 $navigator->accept('random', ['name' => $class, 'params' => []]);
131 $navigator->accept($object, null);

12345678910>>...33