Home
last modified time | relevance | path

Searched refs:validate (Results 301 – 325 of 352) sorted by path

1...<<1112131415

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php32 function validate(VObject\Component\VCalendar $vObject, array $filters) { function in Sabre\\CalDAV\\CalendarQueryValidator
H A DPlugin.php573 if ($validator->validate($vObject, $report->filters)) {
892 $messages = $vobj->validate($options);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php192 if ($validator->validate($vObject, $filters)) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php371 $messages = $vobj->validate($options);
/plugin/webdav/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/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md90 * #339: Fixed a few `validate()` results when repair is off. (@PHPGangsta)
91 * #338: Stripping invalid `BYMONTH=` rules during `validate()` (@PHPGangsta)
814 * Added: A cli script that can validate and automatically repair vcards and
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php572 public function validate($options = 0) function in Sabre\\VObject\\Component
588 $messages = array_merge($messages, $child->validate($options));
H A DNode.php148 public function validate($options = 0) function in Sabre\\VObject\\Node
H A DProperty.php508 public function validate($options = 0) function in Sabre\\VObject\\Property
601 $warnings = array_merge($warnings, $param->validate($options));
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php109 public function validate($options = 0) function in Sabre\\VObject\\Component\\Available
111 $result = parent::validate($options);
H A DVAvailability.php138 public function validate($options = 0) function in Sabre\\VObject\\Component\\VAvailability
140 $result = parent::validate($options);
H A DVCalendar.php423 public function validate($options = 0) function in Sabre\\VObject\\Component\\VCalendar
425 $warnings = parent::validate($options);
H A DVCard.php221 public function validate($options = 0) function in Sabre\\VObject\\Component\\VCard
308 parent::validate($options),
H A DVTodo.php147 public function validate($options = 0) function in Sabre\\VObject\\Component\\VTodo
149 $result = parent::validate($options);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php341 public function validate($options = 0) function in Sabre\\VObject\\Property\\ICalendar\\DateTime
343 $messages = parent::validate($options);
H A DRecur.php237 public function validate($options = 0) function in Sabre\\VObject\\Property\\ICalendar\\Recur
241 $warnings = parent::validate($options);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php368 public function validate($options = 0) function in Sabre\\VObject\\Property\\Text
370 $warnings = parent::validate($options);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php354 public function validate($options = 0) function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
356 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md588 * Added: A cli script that can validate and automatically repair vcards and
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
H A Dgenerateicalendardata.php79 $result = $calendar->validate();
/plugin/webdavclient/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));
/plugin/webdavclient/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);

1...<<1112131415