Home
last modified time | relevance | path

Searched refs:valid (Results 526 – 550 of 849) sorted by last modified time

1...<<21222324252627282930>>...34

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php166 public function valid() function in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
H A DCoverage.php185 public function valid() function in Hoa\\Compiler\\Llk\\Sampler\\Coverage
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php159 return call_user_func_array($valid, $arguments);
280 if (is_string($valid)) {
281 return new \ReflectionFunction($valid);
284 if ($valid instanceof \Closure) {
285 return new \ReflectionFunction($valid);
288 if (is_array($valid)) {
289 if (is_string($valid[0])) {
290 if (false === method_exists($valid[0], $valid[1])) {
294 return new \ReflectionMethod($valid[0], $valid[1]);
299 if (null === $valid[1]) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRepeater.php153 public function valid() function in Hoa\\Iterator\\Repeater
155 $valid = $this->_iterator->valid();
157 if (true === $valid) {
H A DCallbackGenerator.php136 public function valid() function in Hoa\\Iterator\\CallbackGenerator
H A DLookahead.php129 $this->_valid = $innerIterator->valid();
159 public function valid() function in Hoa\\Iterator\\Lookahead
171 return $this->getInnerIterator()->valid();
H A DLookbehind.php145 public function valid() function in Hoa\\Iterator\\Lookbehind
147 return $this->getInnerIterator()->valid();
H A DCounter.php164 public function valid() function in Hoa\\Iterator\\Counter
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php185 ->boolean($result->valid())
194 ->boolean($result->valid())
203 ->boolean($result->valid())
212 ->boolean($result->valid())
235 ->boolean($result->valid())
255 ->boolean($result->valid())
279 ->boolean($result->valid())
303 ->boolean($result->valid())
327 ->boolean($result->valid())
351 ->boolean($result->valid())
[all …]
H A DNoRewind.php66 ->boolean($norewind->valid())
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php182 public function valid() function in Hoa\\Math\\Combinatorics\\Combination\\Gamma
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst21 The assigned value can be any valid :ref:`Twig expression
H A Dextends.rst182 As the template name for the parent can be any valid Twig expression, it's
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php845 while ($array->valid()) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php120 public function valid() function in TwigTestFoo
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2valid=!1,f=null),t}var u,o,a,l,c,f,s=ee(function(n,t){return n=u(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,…
4valid=!1),i=u(n),i.valid=!0,i},extent:function(a){return arguments.length?(u=Zt(n=+a[0][0],t=+a[0]…
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php157 $valid = false;
161 $valid = true;
166 if (!$valid) {
170 return $valid;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php367 public function valid() function in CoreTestIterator
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php74 while ($tokens->valid()) {
85 while ($tokens->valid() && ($braceLevel > 0 || !$firstBraceFound)) {
126 …while ($tokens->valid() && ($tokens->current()[0] === T_STRING || $tokens->current()[0] === T_NS_S…
169 …while ($tokens->valid() && ($tokens->current()[0] !== T_STRING) && ($tokens->current()[0] !== T_NS…
185 while ($tokens->valid()
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php488 public function valid() function in PHP_Token_Stream
586 if (!$this->valid()) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md6 and `@foo-` were incorrectly recognised as valid, and both erroneously
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php471 if (false === $this->_tokenSequence->valid()) {
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md148 So, the data `"foo"` and `'foo'` will be valid, but also `"foo'` and `'foo"`! To
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php120 public function valid() function in Hoa\\Iterator\\Recursive\\Mock
122 return $this->_iterator->valid();
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE52 …ion shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

1...<<21222324252627282930>>...34