Home
last modified time | relevance | path

Searched refs:Reader (Results 401 – 425 of 438) sorted by path

1...<<1112131415161718

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php6 use Sabre\VObject\Reader; alias
32 $obj = Reader::read($input);
59 $obj = Reader::read($input);
H A DVTimeZoneTest.php6 use Sabre\VObject\Reader; alias
22 $obj = Reader::read($input);
46 $obj = Reader::read($input);
H A DVTodoTest.php7 Sabre\VObject\Reader; alias
83 $obj = Reader::read($input);
106 $obj = Reader::read($input);
136 $obj = Reader::read($input);
165 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php48 $vObject = Reader::read($str);
H A DEmptyParameterTest.php19 $vcard = Reader::read($input);
25 $converted = Reader::read($vcard);
H A DEmptyValueIssueTest.php23 $vobj = Reader::read($input);
H A DFreeBusyGeneratorTest.php185 Reader::read($blob),
203 Reader::read($blob),
226 Reader::read($blob),
244 Reader::read($blob),
H A DGoogleColonEscapingTest.php26 $vobj = Reader::read($vcard);
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DIssue26Test.php28 $vcal = Reader::read($input);
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
13 $converted = Reader::read($vcard);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
H A DReaderTest.php11 $result = Reader::read($data);
26 $result = Reader::read($stream);
38 $result = Reader::read($data);
50 $result = Reader::read($data);
65 $result = Reader::read($data);
76 $result = Reader::read($data);
83 $result = Reader::read($data);
347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
425 Reader::read($input);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php5 use Sabre\VObject\Reader; alias
22 $vcal = Reader::read($vcal);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php5 use Sabre\VObject\Reader; alias
48 $vcal = Reader::read($input);
78 $existingObject = Reader::read($existingObject);
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php5 use Sabre\VObject\Reader; alias
68 $calendar = Reader::read($calendar);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php372 $result = VObject\Reader::readJson($stream,0);
H A DQuotedPrintableTest.php6 Sabre\VObject\Reader; alias
14 $result = Reader::read($data);
26 $result = Reader::read($data);
38 $result = Reader::read($data);
51 $result = Reader::read($data, Reader::OPTION_FORGIVING);
72 $result = Reader::read($data, Reader::OPTION_FORGIVING);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php13 $vcard = VObject\Reader::read($input);
H A DTextTest.php85 $vcard = \Sabre\VObject\Reader::read($vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php7 Sabre\VObject\Reader; alias
204 $vcard = Reader::read($vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php6 Sabre\VObject\Reader, alias
38 $vcal = Reader::read($ics);
H A DBySetPosHangTest.php6 Sabre\VObject\Reader, alias
33 $vcal = Reader::read($ics);

1...<<1112131415161718