Home
last modified time | relevance | path

Searched refs:input (Results 476 – 500 of 1436) sorted by path

1...<<11121314151617181920>>...58

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php72 $input = <<<HI
83 $obj = Reader::read($input);
97 $input = <<<HI
106 $obj = Reader::read($input);
123 $input = <<<HI
136 $obj = Reader::read($input);
152 $input = <<<HI
165 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php158 function testVCardDate($input, $output) { argument
162 DateTimeParser::parseVCardDateTime($input)
H A DEmptyParameterTest.php9 $input = <<<VCF
19 $vcard = Reader::read($input);
H A DEmptyValueIssueTest.php14 $input = <<<ICS
23 $vobj = Reader::read($input);
H A DFreeBusyGeneratorTest.php336 function testGenerator($input, $expected, $timeZone = null) { argument
341 $input,
H A DIssue26Test.php16 $input = <<<ICS
28 $vcal = Reader::read($input);
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DReaderTest.php398 $input = <<<ICS
425 Reader::read($input);
H A DTestCase.php23 $getObj = function($input) use ($self) {
25 if (is_resource($input)) {
26 $input = stream_get_contents($input);
28 if (is_string($input)) {
29 $input = Reader::read($input);
31 if (!$input instanceof Component) {
34 unset($input->PRODID);
35 return $input;
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
H A DVCardConverterTest.php9 $input = <<<IN
52 $input = <<<IN
90 $input = <<<IN
129 $input = <<<IN
169 $input = <<<IN
210 $input = <<<IN
256 $input = <<<IN
419 $input,
423 $input
474 $input,
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php44 function process($input, $existingObject = null, $expected = false) { argument
48 $vcal = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php12 $input = array(
158 $parser = new Json(json_encode($input));
194 $input,
202 $input = array(
311 $parser = new Json(json_encode($input));
351 $input,
359 $input = array(
369 fwrite($stream, json_encode($input));
383 $input = array(
392 $json->parse(json_encode($input), 0);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
H A DFloatTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nX-FLOAT;VALUE=FLOAT:0.234;1.245\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
24 $input,
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
13 $property = $vobj->add('ATTENDEE', $input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php14 function testGetJsonValue($input, $output) { argument
17 $prop = $vcard->createProperty('BDAY', $input);
H A DLanguageTagTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
21 $input,
29 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
30 $mimeDir = new VObject\Parser\MimeDir($input);
32 $result = $mimeDir->parse($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php14 $input = <<<ICS
26 $vcal = Reader::read($input);
69 $input = <<<ICS
81 $vcal = Reader::read($input);
H A DIncorrectExpandTest.php17 $input = <<<ICS
35 $vcal = Reader::read($input);
H A DIssue48Test.php13 $input = <<<ICS
30 $vcal = Reader::read($input);
H A DIssue50Test.php13 $input = <<<ICS
104 $vcal = Reader::read($input);
H A DMissingOverriddenTest.php14 $input = <<<ICS
34 $vcal = Reader::read($input);
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
H A DOverrideFirstEventTest.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
80 $input = <<<ICS
92 $vcal = Reader::read($input);

1...<<11121314151617181920>>...58