Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/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/authgooglesheets/vendor/google/apiclient-services/src/RecaptchaEnterprise/
H A DGoogleCloudRecaptchaenterpriseV1TokenProperties.php41 public $valid; variable in Google\\Service\\RecaptchaEnterprise\\GoogleCloudRecaptchaenterpriseV1TokenProperties
102 public function setValid($valid) argument
104 $this->valid = $valid;
111 return $this->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 …]
/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 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 DLookahead.php129 $this->_valid = $innerIterator->valid();
159 public function valid() function in Hoa\\Iterator\\Lookahead
171 return $this->getInnerIterator()->valid();
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php44 if (!$this->valid()) return null;
66 public function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
92 if (!$this->valid()) return;
123 while($this->valid() && $this->currentDate < $dt ) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php41 if (!$this->valid()) {
64 public function valid() function in Sabre\\VObject\\Recur\\RDateIterator
84 if (!$this->valid()) {
115 while ($this->valid() && $this->currentDate < $dt) {
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php42 if (!$this->valid()) return;
64 function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
90 if (!$this->valid()) return;
123 while ($this->valid() && $this->currentDate < $dt) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php44 if (!$this->valid()) return null;
66 public function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
92 if (!$this->valid()) return;
123 while($this->valid() && $this->currentDate < $dt ) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php44 if (!$this->valid()) return null;
66 public function valid() { function in Sabre\\VObject\\Recur\\RDateIterator
92 if (!$this->valid()) return;
123 while($this->valid() && $this->currentDate < $dt ) {
/plugin/projects/plugins/file/
H A Dplot_dependency.php33 private $valid = true; variable in PlotDefinition
36 public function valid() { return $this->valid; } function in PlotDefinition
119 $this->valid = false;
125 $this->valid = false;
130 $this->valid = false;
/plugin/structtasks/meta/
H A DUtilities.php62 $valid = true;
67 $valid = false;
72 $valid = false;
76 $valid = false;
80 …if ($valid) $this->duedate_formats[$schema] = $s->findColumn('duedate')->getType()->getConfig()['f…
81 return $valid;
/plugin/structtasks/_test/
H A DUtilitiesTest.php114 list($old_data, $new_data, $valid) = $this->util->getMetadata(
116 $this->assertTrue($valid);
126 list($old_data, $new_data, $valid) = $this->util->getMetadata(
128 $this->assertTrue($valid);
151 …list($old_data, $new_data, $valid) = $this->util->getMetadata($page, $schema, $this->rev1, $this->…
154 $this->assertFalse($valid);
/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/webmozart/assert/src/
H A DAssert.php651 $valid = isset($value[0]);
653 if ($valid) {
660 if (!$valid) {
705 $valid = !ctype_alpha($value);
708 if ($valid) {
720 $valid = !ctype_digit($value);
723 if ($valid) {
735 $valid = !ctype_alnum($value);
738 if ($valid) {
753 if ($valid) {
[all …]
/plugin/strata/_test/
H A Dstrataquerytest.inc.php80 $this->assertEquals($x->valid(), $y->valid(), $message.'Number of result and expected rows differ: %s');
84 } while ($x->valid() || $y->valid());
/plugin/authyubikey/lib/
H A DYubico.php347 $valid=False;
418 $valid=True;
429 $valid=True;
433 if (!$wait_for_all && ($valid || $replay))
442 if ($valid) return true;
466 if ($valid) return true;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php74 if ($this->search_responses->valid() && empty($current_page['hits']['hits'])) {
108 * Returns a boolean indicating whether or not the current pointer has valid data
111 * @see Iterator::valid()
113 public function valid(): bool function in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
147 if ($this->search_responses->valid()) {
/plugin/struct/meta/
H A DAccessDataValidator.php45 $valid = true;
54 $valid = false;
60 if ($valid) return $tosave;
/plugin/struct/
H A Dhelper.php103 $valid = AccessDataValidator::validateDataForPage($data, $page, $errors);
104 if ($valid === false) {
107 if (!$valid) return; // empty array when no changes were detected
113 foreach ($valid as $v) {
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php32 private $valid; variable in ComboStrap\\ArrayCaseInsensitive
118 public function valid(): bool function in ComboStrap\\ArrayCaseInsensitive
120 return $this->iterator->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/orphanmedia2/
H A Ddokuwiki-plugin-page.md35 … # of Media references \\ -> Filter settings \\ # of valid, qualified references \\ # of valid,…
36 | valid | all valid media links referenced by full qualified path will be displayed |
37 | relative | all valid media links referenced by relative path will be displayed |
46 …>{{http://www.wherever.com/whatsoever.type}}</nowiki> | all detected; if valid, they will be view…
58 ~~ORPHANMEDIA:valid~~
67 the following syntax is valid (put the options together without delimiter):
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php47 public function valid() function in PHPUnit_Util_TestSuiteIterator
69 return $this->valid() ? $this->tests[$this->position] : null;

12345678910>>...34