Home
last modified time | relevance | path

Searched refs:validate (Results 101 – 125 of 352) sorted by path

12345678910>>...15

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php57 $this->assertTrue($validator->validate($vcalendar, $filter));
73 $this->assertFalse($validator->validate($vcalendar, $filter));
118 $this->assertTrue($validator->validate($vcalendar, $filter));
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
47 $this->assertTrue($validator->validate($vObject, $filters));
51 $validator->validate($vObject, $filters);
H A DIssue166Test.php59 $this->assertTrue($validator->validate($input,$filters));
H A DIssue172Test.php38 $this->assertTrue($validator->validate($input,$filters));
85 $this->assertTrue($validator->validate($input,$filters));
133 $this->assertTrue($validator->validate($input,$filters));
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php87 function validate($secretKey) { function in Sabre\\HTTP\\Auth\\AWS
H A DDigest.php102 return $this->validate();
116 return $this->validate();
136 protected function validate() { function in Sabre\\HTTP\\Auth\\Digest
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php58 $result = $this->auth->validate($secretKey);
81 $result = $this->auth->validate($secretKey);
109 $result = $this->auth->validate($secretKey);
137 $result = $this->auth->validate($secretKey);
168 $result = $this->auth->validate($secretKey);
202 $result = $this->auth->validate($secretKey);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md548 * Added: A cli script that can validate and automatically repair vcards and
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php523 function validate($options = 0) { function in Sabre\\VObject\\Component
539 $messages = array_merge($messages, $child->validate($options));
H A DNode.php127 public function validate($options = 0) { function in Sabre\\VObject\\Node
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
H A DVAvailability.php84 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
86 $result = parent::validate($options);
H A DVCalendar.php407 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCalendar
409 $warnings = parent::validate($options);
H A DVCard.php207 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
292 parent::validate($options),
H A DVTodo.php145 public function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
147 $result = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php364 public function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
366 $messages = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php309 public function validate($options = 0) { function in Sabre\\VObject\\Property\\Text
311 $warnings = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php301 public function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
303 $messages = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php342 $this->assertEquals(array(), $vcal->validate(), 'Got an error');
360 $this->assertEquals(1, count($vcal->validate()));
379 $this->assertEquals(1, count($vcal->validate()));
397 $this->assertEquals(1, count($vcal->validate()));
417 $this->assertEquals(1, count($vcal->validate()));
437 $this->assertEquals(1, count($vcal->validate()));
461 $this->assertEquals(1, count($vcal->validate()));
486 $this->assertEquals(0, count($vcal->validate()));
671 $result = $vcal->validate($options);
H A DVCardTest.php16 $warnings = $vcard->validate();
25 $vcard->validate(VObject\Component::REPAIR);
265 $result = $vcal->validate($options);
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
H A DVJournalTest.php34 $warnings = $obj->validate();
61 $warnings = $obj->validate();

12345678910>>...15