Home
last modified time | relevance | path

Searched refs:valid (Results 101 – 125 of 849) sorted by relevance

12345678910>>...34

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php60 while ($it->valid()) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst26 notation, except that the item can be any valid expression.
/plugin/sortablejs/
H A DREADME.md12 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml19 # This is actually valid YAML now. Someone should tell showell.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dobjects.test26 public function valid() { return false !== current($this->values); }
H A Dobjects_countable.test27 public function valid() { return false !== current($this->values); }
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md12 … `expiresAfter()` in CacheItemInterface fix docblock to specify null as a valid parameters as well…
/plugin/refnotes/
H A Ddatabase.php239 $valid = true;
253 $valid = false;
276 if ($valid && ($row > 1) && ($columns > 1)) {
/plugin/socialshareprivacy2/JC/
H A DREADME.md26 Create expiring cookie, valid across entire site:
77 Define the path where the cookie is valid. *By default the path of the cookie is the path of the pa…
91 Define the domain where the cookie is valid. Default: domain of page where the cookie was created.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php116 public function valid(): bool function in Elastica\\Bulk\\ResponseSet
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php59 while ($it->valid()) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php106 public function valid(): bool function in Elastica\\Multi\\ResultSet
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php151 * Returns a boolean value indicating if the current page is valid or not
154 * @see Iterator::valid()
156 public function valid(): bool function in Elasticsearch\\Helper\\Iterators\\SearchResponseIterator
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php277 $valid = true;
300 $valid = false;
327 $valid = false;
336 $valid = false;
355 if ($valid) {
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php277 $valid = true;
300 $valid = false;
327 $valid = false;
336 $valid = false;
355 if ($valid) {
/plugin/publist/bib2tpl/lib/
H A DBibTex.php277 $valid = true;
300 $valid = false;
327 $valid = false;
336 $valid = false;
355 if ($valid) {
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php182 public function valid() function in Hoa\\Math\\Combinatorics\\Combination\\Gamma
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php45 if (!$this->valid()) return null;
68 public function valid() { function in Sabre\\VObject\\Recur\\RRuleIterator
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php45 if (!$this->valid()) return null;
68 public function valid() { function in Sabre\\VObject\\Recur\\RRuleIterator
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php45 if (!$this->valid()) return null;
68 public function valid() { function in Sabre\\VObject\\Recur\\RRuleIterator
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md18 - Checks for valid expressions

12345678910>>...34