Home
last modified time | relevance | path

Searched refs:valid (Results 26 – 50 of 849) sorted by relevance

12345678910>>...34

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php49 public function valid() function in SebastianBergmann\\CodeCoverage\\Node\\Iterator
71 return $this->valid() ? $this->nodes[$this->position] : null;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php198 if (!$this->valid()) {
239 if (!$this->valid()) {
308 public function valid() { function in Sabre\\VObject\\Recur\\EventIterator
356 if (!$this->recurIterator->valid()) {
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php198 if (!$this->valid()) {
239 if (!$this->valid()) {
308 public function valid() { function in Sabre\\VObject\\Recur\\EventIterator
356 if (!$this->recurIterator->valid()) {
402 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/struct/action/
H A Dentry.php70 $valid = AccessDataValidator::validateDataForPage($INPUT->arr(self::$VAR), $ID, $errors);
71 if ($valid === false) {
78 $this->tosave = $valid;
/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/iterator/
H A DLookbehind.php145 public function valid() function in Hoa\\Iterator\\Lookbehind
147 return $this->getInnerIterator()->valid();
H A DDemultiplexer.php145 public function valid() function in Hoa\\Iterator\\Demultiplexer
147 return $this->_iterator->valid();
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php202 if (!$this->valid()) {
243 if (!$this->valid()) {
311 function valid() { function in Sabre\\VObject\\Recur\\EventIterator
362 if (!$this->recurIterator->valid()) {
412 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php191 if (!$this->valid()) {
229 if (!$this->valid()) {
296 public function valid() function in Sabre\\VObject\\Recur\\EventIterator
344 if (!$this->recurIterator->valid()) {
388 while ($this->valid() && $this->getDtEnd() <= $dateTime) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php198 if (!$this->valid()) {
239 if (!$this->valid()) {
315 public function valid() { function in Sabre\\VObject\\Recur\\EventIterator
363 if (!$this->recurIterator->valid()) {
409 while($this->valid() && $this->getDtEnd() < $dateTime ) {
/plugin/structcombolookup/
H A Dscript.js120 valid = false;
123 this.selected = valid = true;
129 if ( valid ) {
/plugin/semanticdata/phpSesame/
H A DphpSesame.php105 throw new Exception ('Please supply a valid query language, SPARQL or SeRQL supported.');
118 throw new Exception ('Please supply a valid result format.');
141 throw new Exception ('Please supply a valid input format.');
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php169 $valid = $lookbehind->valid()
172 ->boolean($valid)
H A DLookahead.php175 $valid = $lookahead->valid()
178 ->boolean($valid)
/plugin/bureaucracy-au/helper/
H A Dactionscript.php58 $valid = preg_match($this->scriptNamePattern, $scriptName);
59 return $valid === 1;
/plugin/bureaucracyau/helper/
H A Dactionscript.php58 $valid = preg_match($this->scriptNamePattern, $scriptName);
59 return $valid === 1;
/plugin/bureaucracy/helper/
H A Dactionscript.php58 $valid = preg_match($this->scriptNamePattern, $scriptName);
59 return $valid === 1;
/plugin/langdelete/
H A Dadmin.php64 $valid =& $d->valid;
65 $valid = True;
67 $valid = False;
174 if (!$d->valid) {
/plugin/strata/helper/
H A Dtriples.php910 if(!$this->valid()) {
919 function valid() {
945 $this->valid = true;
965 if(!$this->data->valid()) {
966 $this->valid = false;
979 while($this->data->valid() && $peekRow[$this->__subject][0] == $this->subject) {
996 function valid() {
997 return $this->valid;
1022 $this->valid = true;
1056 $this->valid
899 function valid() { global() function in strata_relations_iterator
976 function valid() { global() function in strata_resource_iterator
1081 function valid() { global() function in strata_aggregating_iterator
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DValidClassNameSniff.php83 $valid = PHP_CodeSniffer::isCamelCaps($name, true, true, false);
84 if ($valid === false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php67 while ($iterator->valid() && $key !== $iterator->key()) {
86 for ($count = 0; $generator->valid(); $generator->next()) {
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php65 while ($generator->valid()) {
106 if (!$generator->valid() && $promise->state === Promise::PENDING) {
/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
/plugin/issuelinks/services/
H A DJira.service.php54 $valid = !blank($summary);
56 $valid &= !blank($status);
58 $valid &= !blank($type);
59 return $valid;
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php140 while ($iter1->valid()) {
147 } while ($iter1->valid() && $entry->getDirection() == 1);
149 if ($entry->getDirection() == 0 && !$iter2->valid()) {
158 } while ($iter2->valid() && $other->getDirection() == 1);

12345678910>>...34