Home
last modified time | relevance | path

Searched refs:validate (Results 126 – 150 of 352) sorted by path

12345678910>>...15

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTimeZoneTest.php24 $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/vobject/tests/VObject/
H A DComponentTest.php472 $this->assertEquals($errorCount, count($component->validate()));
481 $component->validate(Component::REPAIR);
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();
H A DVCardConverterTest.php511 $converted->validate();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php335 $messages = $exDate->validate();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php226 $this->assertEquals(array(), $prop->validate());
241 )), $prop->validate());
/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/davcard/vendor/sabre/vobject/
H A DChangeLog.md588 * Added: A cli script that can validate and automatically repair vcards and
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/davcard/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/davcard/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/davcard/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/davcard/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/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php343 $this->assertEquals(array(), $vcal->validate(), 'Got an error');
361 $this->assertEquals(1, count($vcal->validate()));
380 $this->assertEquals(1, count($vcal->validate()));
398 $this->assertEquals(1, count($vcal->validate()));
418 $this->assertEquals(1, count($vcal->validate()));
438 $this->assertEquals(1, count($vcal->validate()));
462 $this->assertEquals(1, count($vcal->validate()));
487 $this->assertEquals(0, count($vcal->validate()));
672 $result = $vcal->validate($options);

12345678910>>...15