Home
last modified time | relevance | path

Searched refs:valid (Results 476 – 500 of 849) sorted by last modified time

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
H A DRRuleIteratorTest.php694 while($parser->valid()) {
/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/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php43 while($it->valid()) {
H A DInfiniteLoopProblemTest.php60 while($it->valid()) {
H A DMainTest.php1212 while($it->valid()) {
1277 while($it->valid()) {
1338 while($it->valid() && $it->getDTSTart() < new DateTime('2012-02-06 23:00:00')) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/twistienav/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/schemadata/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/amazonlight/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/forceuserchange/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/imagecarousel/
H A DLICENSE259 written offer, valid for at least three years and valid for as
349 that they are valid under applicable law. If additional permissions
511 country that you have reason to believe are valid.
/plugin/tagadd/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/jquerymigrate/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1valid","_forEachUpdatedRow","_sendData","_getAllData","pattern","defineAction","_uActions","afterU…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8493 var valid = true;
8495 valid = valid && this.checkBeforeUpdate(rowId);
8497 if (!valid && !this.callEvent("onValidationError", ["", this.messages])) {
/plugin/yuriigantt/
H A DLICENSE259 written offer, valid for at least three years and valid for as
349 that they are valid under applicable law. If additional permissions
511 country that you have reason to believe are valid.
/plugin/structcombolookup/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
H A Dscript.js120 valid = false;
123 this.selected = valid = true;
129 if ( valid ) {
/plugin/imagebox/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/icons/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/codebuttontrumod/
H A DLICENSE142 b) Accompany it with a written offer, valid for at least three
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md5326 Checks if `value` is a valid array-like length.
5339 *(boolean)*: Returns `true` if `value` is a valid length, else `false`.
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js922 validate: function(attrs){ if (!attrs.valid) return 'invalid'; }
924 var model = new collection.model({id: 1, valid: true});
H A Dmodel.js1386 var model = new Backbone.Model({valid: true});
1388 if (!attrs.valid) return 'invalid';
1391 assert.equal(model.set({valid: false}, {validate: true}), false);
1393 model.set({valid: false});

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