Home
last modified time | relevance | path

Searched refs:accept (Results 401 – 425 of 638) sorted by last modified time

1...<<11121314151617181920>>...26

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php193 public function accept() function in Hoa\\Iterator\\RegularExpression
/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/jms/serializer/src/
H A DGraphNavigatorInterface.php30 public function accept($data, ?array $type = null); function
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);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php73 return $node->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst73 ``@Until``, and ``@Since`` both accept a standardized PHP version number.
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php110 public function accept($data, ?array $type = null) function in JMS\\Serializer\\GraphNavigator\\SerializationGraphNavigator
/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/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/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md400 - Missing bool type in graphNavigator.php in method accept\(\) [\#764](https://github.com/schmittjo…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1646 $elements = $context->getNavigator()->accept($data, $type);
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/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php96 $out .= $child->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test2 "include" tag accept variables and only
H A Dwith_variables.test2 "include" tag accept variables
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DIterator.php76 public function accept() function in File_Iterator
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG85 * fixed Environment::resolveTemplate to accept instances of TemplateWrapper
576 …* changed the autoescape option to also accept a supported escaping strategy (for BC, true is equi…
874 * changed trans tag to accept any variable for the plural count
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst239 When a filter should accept an arbitrary number of arguments, set the
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/structjoin/
H A DLICENSE180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by
/plugin/gdpr/
H A DLICENSE180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by
/plugin/localization/
H A DLICENSE180 5. You are not required to accept this License, since you have not
183 prohibited by law if you do not accept this License. Therefore, by
/plugin/orgapp/
H A DCOPYING437 You are not required to accept this License in order to receive or
443 not accept this License. Therefore, by modifying or propagating a
/plugin/gplusone/
H A DCOPYING437 You are not required to accept this License in order to receive or
443 not accept this License. Therefore, by modifying or propagating a
/plugin/barcode/
H A DCOPYING437 You are not required to accept this License in order to receive or
443 not accept this License. Therefore, by modifying or propagating a

1...<<11121314151617181920>>...26