Home
last modified time | relevance | path

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

12345678910>>...26

/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php127 $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);
222 $children[1]->accept($this, $acc, $eldnah);
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A 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);
H A DGroup.php133 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Selector\\Group
139 $sequence->accept($visitor);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A 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);
H A 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;
H A DXmlSerializationVisitor.php208 if (null !== $node = $this->navigator->accept($v, $elType)) {
242 $node = $this->navigator->accept($v, $metadata->type);
264 $node = $this->navigator->accept($v, $metadata->type);
283 $node = $this->navigator->accept($value, null);
309 if (null !== $node = $this->navigator->accept($v, $metadata->type)) {
H A DJsonSerializationVisitor.php93 $v = $this->navigator->accept($v, $elType);
136 $v = $this->navigator->accept($v, $metadata->type);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A 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/
H A 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/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/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php87 public function accept() function in Hoa\\Iterator\\Recursive\\RegularExpression
91 true === parent::accept();
/plugin/combo/syntax/
H A Dnavbarcollapse.php61 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
65 $accept = false;
68 return $accept;
H A Dmenubar.php82 $accept = syntax_plugin_combo_preformatted::disablePreformatted($mode);
87 $accept = false;
90 return $accept;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php12 * The default implementation calls {@see ParseTree::accept()} on the specified tree.
18 return $tree->accept($this);
52 $childResult = $child->accept($this);
H A DErrorNodeImpl.php19 public function accept(ParseTreeVisitor $visitor) function in Antlr\\Antlr4\\Runtime\\Tree\\ErrorNodeImpl
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php26 $ast->accept($visitor);
41 $ast->accept($visitor);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php42 $ret[] = $navigator->accept($v, $newType, $context)->data;
57 $ret[] = $navigator->accept($v, $newType, $context);
/plugin/tos/
H A 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/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php47 $this->serializationNavigator->accept(STDIN, null);
80 $navigator->accept($object, null);
110 $navigator->accept('random', ['name' => $class, 'params' => []]);
131 $navigator->accept($object, null);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24829 node.accept(function (node) {
24915 child.accept(visitor);
26754 Parser.prototype.accept = function (type) { method in Parser
29499 var accept = identRegex ?
29502 while (accept() ||
31809 this.styleSheet.accept(function (n) {
32104 value.accept(visitValue);
32110 styleSheet.accept(vistNode);
32741 stylesheet.accept(function (node) {
32792 stylesheet.accept(function (node) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DElement.php57 public function accept(Visit $visitor, &$handle = null, $eldnah = null); function
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/
H A DNode.php23 public function accept(Ast\Visitor $visitor): void { function in PhpCss\\Ast\\Node
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters

12345678910>>...26