Home
last modified time | relevance | path

Searched refs:valid (Results 376 – 400 of 849) sorted by path

1...<<11121314151617181920>>...34

/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/hoa/compiler/Llk/
H A DParser.php471 if (false === $this->_tokenSequence->valid()) {
/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/compiler/
H A DREADME.md148 So, the data `"foo"` and `'foo'` will be valid, but also `"foo'` and `'foo"`! To
/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 DBuffer.php164 if (false === $buffer->valid()) {
231 public function valid() function in Hoa\\Iterator\\Buffer
234 $this->getBuffer()->valid() &&
235 $this->getInnerIterator()->valid();
H A DCallbackGenerator.php136 public function valid() function in Hoa\\Iterator\\CallbackGenerator
H A DCounter.php164 public function valid() function in Hoa\\Iterator\\Counter
H A DDemultiplexer.php145 public function valid() function in Hoa\\Iterator\\Demultiplexer
147 return $this->_iterator->valid();
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 DRepeater.php153 public function valid() function in Hoa\\Iterator\\Repeater
155 $valid = $this->_iterator->valid();
157 if (true === $valid) {
/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/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 DLookahead.php175 $valid = $lookahead->valid()
178 ->boolean($valid)
H A DLookbehind.php169 $valid = $lookbehind->valid()
172 ->boolean($valid)
H A DNoRewind.php66 ->boolean($norewind->valid())
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md55 …* Fix valid arithmetic space definition in an expression. (Ivan Enderlin, 2015-08-25T07:50:36+02:0…
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php164 if (false !== $this->_sets[$i]->valid()) {
208 public function valid() function in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
H A DGamma.php182 public function valid() function in Hoa\\Math\\Combinatorics\\Combination\\Gamma
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md106 real file. No matter where you are on the disk, this path will always be valid
111 each node of the `hoa://` tree resolves to a valid directory which contains your
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md312 - Dynamic exclusion strategy, Variable "object" is not valid [\#826](https://github.com/schmittjoh/…
625 - Serialized DateTime instances are not valid ISO-8601 [\#713](https://github.com/schmittjoh/serial…
/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.
H A Dconfiguration.rst42 filesystem checks to see whether the data that it has cached is still valid. These checks are usefu…

1...<<11121314151617181920>>...34