Home
last modified time | relevance | path

Searched refs:validate (Results 301 – 325 of 352) sorted by last modified time

1...<<1112131415

/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php127 public function validate($options = 0) { function in Sabre\\VObject\\Node
/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/tests/VObject/Component/
H A DVFreeBusyTest.php56 $warnings = $obj->validate();
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/davcard/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();
/plugin/davcard/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/fetchmedia/
H A Dyarn.lock2232 validate-npm-package-license "^3.0.1"
3052 validate-commit-message@^3.0.1:
3054 …resolved "https://registry.yarnpkg.com/validate-commit-message/-/validate-commit-message-3.0.1.tgz…
3056 validate-npm-package-license@^3.0.1:
3058 …resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license…
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php77 $result = $calendar->validate();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php254 function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\Recur
258 $warnings = parent::validate($options);
H A DDateTime.php378 function validate($options = 0) { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
380 $messages = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php111 function validate($options = 0) { function in Sabre\\VObject\\Component\\Available
113 $result = parent::validate($options);
H A DVAvailability.php141 function validate($options = 0) { function in Sabre\\VObject\\Component\\VAvailability
143 $result = parent::validate($options);
H A DVCard.php224 function validate($options = 0) { function in Sabre\\VObject\\Component\\VCard
309 parent::validate($options),
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php547 function validate($options = 0) { function in Sabre\\VObject\\Property
637 $warnings = array_merge($warnings, $param->validate($options));
H A DNode.php162 function validate($options = 0) { function in Sabre\\VObject\\Node
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php389 function validate($options = 0) { function in Sabre\\VObject\\Property\\Text
391 $warnings = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php387 function validate($options = 0) { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
389 $messages = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php379 $this->assertEquals([], $vcal->validate(), 'Got an error');
397 $this->assertEquals(1, count($vcal->validate()));
416 $this->assertEquals(1, count($vcal->validate()));
434 $this->assertEquals(1, count($vcal->validate()));
454 $this->assertEquals(1, count($vcal->validate()));
474 $this->assertEquals(1, count($vcal->validate()));
498 $this->assertEquals(1, count($vcal->validate()));
523 $this->assertEquals(0, count($vcal->validate()));
757 $result = $vcal->validate($options);
H A DVTodoTest.php84 $warnings = $obj->validate();
107 $warnings = $obj->validate();
137 $warnings = $obj->validate();
166 $warnings = $obj->validate();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php26 $converted->validate();
H A DVCardConverterTest.php513 $converted->validate();

1...<<1112131415