Home
last modified time | relevance | path

Searched refs:Reader (Results 251 – 275 of 438) sorted by last modified time

1...<<1112131415161718

/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php21 $vobj = Sabre\VObject\Reader::read(fopen($inputFile,'r'));
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php15 class Reader { class
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
H A DIssue96Test.php18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
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 …]
H A DTimeZoneUtilTest.php81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
363 …::getTimeZone('/freeassociation.sourceforge.net/Tzfile/SystemV/EST5EDT', Reader::read($vobj), true…
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
H A DAttachIssueTest.php17 $obj = Reader::read($event);
H A DEmClientTest.php48 $vObject = Reader::read($str);
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 DLineFoldingIssueTest.php18 $obj = Reader::read($event);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php85 $vcard = \Sabre\VObject\Reader::read($vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DFifthTuesdayProblemTest.php6 use Sabre\VObject\Reader; alias
40 $vObject = Reader::read($ics);
H A DIssue50Test.php104 $vcal = Reader::read($input);
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);
H A DExpandFloatingTimesTest.php8 Sabre\VObject\Reader; alias
26 $vcal = Reader::read($input);
81 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php14 $vcard = VObject\Reader::read($input);
128 $vcard = VObject\Reader::read($vcard);
143 $vcard = VObject\Reader::read($vcard);
159 $vcard = VObject\Reader::read($vcard);
172 $vcard = VObject\Reader::read($vcard);
264 $vcal = VObject\Reader::read($vcf);
H A DVFreeBusyTest.php6 use Sabre\VObject\Reader; alias
25 $obj = VObject\Reader::read($input);
54 $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/Property/VCard/
H A DDateAndOrTimeTest.php7 Sabre\VObject\Reader; alias
204 $vcard = Reader::read($vcard);

1...<<1112131415161718