Home
last modified time | relevance | path

Searched refs:REPAIR (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php125 count($vcal->validate($vcal::REPAIR))
176 count($vcal->validate($vcal::REPAIR))
205 $result = $property->validate(Node::REPAIR);
231 $result = $property->validate(Node::REPAIR);
258 $result = $property->validate(Node::REPAIR);
271 $result = $property->validate(Node::REPAIR);
286 $result = $property->validate(Node::REPAIR);
312 $result = $property->validate(Node::REPAIR);
324 $result = $property->validate(Node::REPAIR);
335 $result = $property->validate(Node::REPAIR);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php226 if ($options & self::REPAIR) {
250 if ($options & self::REPAIR) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php226 if ($options & self::REPAIR) {
250 if ($options & self::REPAIR) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php226 if ($options & self::REPAIR) {
250 if ($options & self::REPAIR) {
265 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php240 if ($options & self::REPAIR) {
263 if ($options & self::REPAIR) {
277 if (($options & self::REPAIR) && 0 === count($fn)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php243 if ($options & self::REPAIR) {
267 if ($options & self::REPAIR) {
282 if (($options & self::REPAIR) && count($fn) === 0) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php516 if ($options & self::REPAIR) {
540 'level' => $options & self::REPAIR ? 1 : 3,
544 if ($options & self::REPAIR) {
576 if ($options & self::REPAIR) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php25 $vcard->validate(VObject\Component::REPAIR);
220 VCARD::REPAIR,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php25 $vcard->validate(VObject\Component::REPAIR);
220 VCARD::REPAIR,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php25 $vcard->validate(VObject\Component::REPAIR);
220 VCARD::REPAIR,
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php25 $vcard->validate(VObject\Component::REPAIR);
236 VCARD::REPAIR,
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php556 if ($options & self::REPAIR) {
582 'level' => $options & self::REPAIR ? 1 : 3,
586 if ($options & self::REPAIR) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php377 'level' => $options & self::REPAIR ? 1 : 3,
381 if ($options & self::REPAIR) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php264 $result = $property->validate(Property::REPAIR);
287 $result = $property->validate(Property::REPAIR);
298 $result = $property->validate(Property::REPAIR);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php265 $result = $property->validate(Property::REPAIR);
288 $result = $property->validate(Property::REPAIR);
299 $result = $property->validate(Property::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php399 'level' => $options & self::REPAIR ? 1 : 3,
403 if ($options & self::REPAIR) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php90 $vcard->validate(\Sabre\VObject\Node::REPAIR);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php20 const REPAIR = 1; define in Sabre\\VObject\\Node
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php20 const REPAIR = 1; define in Sabre\\VObject\\Node
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php20 const REPAIR = 1; define in Sabre\\VObject\\Node

12345678910>>...20