Home
last modified time | relevance | path

Searched refs:validate (Results 76 – 100 of 352) sorted by last modified time

12345678910>>...15

/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/lib/
H A DProperty.php458 function validate($options = 0) { function in Sabre\\VObject\\Property
548 $warnings = array_merge($warnings, $param->validate($options));
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
/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 DVTodoTest.php85 $warnings = $obj->validate();
108 $warnings = $obj->validate();
138 $warnings = $obj->validate();
167 $warnings = $obj->validate();
/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/tests/VObject/
H A DEmptyParameterTest.php26 $converted->validate();
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
366 $result = $property->validate();
379 $result = $property->validate();
392 $result = $property->validate();
405 $result = $property->validate();
/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/Component/
H A DVTodo.php145 public function validate($options = 0) { function in Sabre\\VObject\\Component\\VTodo
147 $result = parent::validate($options);
H A DAvailable.php85 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
87 $result = parent::validate($options);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php43 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
144 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();
/plugin/davcal/
H A Dhelper.php1886 $res = $validator->validate($vObject, $filters);
/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/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/dav/lib/CalDAV/
H A DPlugin.php552 if ($validator->validate($vObject, $report->filters)) {
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md548 * Added: A cli script that can validate and automatically repair vcards and

12345678910>>...15