Home
last modified time | relevance | path

Searched refs:input (Results 1176 – 1200 of 1436) sorted by last modified time

1...<<41424344454647484950>>...58

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php12 function testValidate($input, $expectedWarnings, $expectedRepairedOutput) { argument
14 $vcard = VObject\Reader::read($input);
287 function assertValidateResult($input, $expectedLevel, $expectedMessage = null) { argument
290 foreach ($input as $warning) {
295 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
297 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
299 $this->assertEquals($expectedMessage, $input[0]['message']);
300 $this->assertEquals($expectedLevel, $input[0]['level']);
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
H A DVTimeZoneTest.php11 $input = <<<HI
21 $obj = Reader::read($input);
35 $input = <<<HI
45 $obj = Reader::read($input);
H A DVFreeBusyTest.php12 $input = <<<BLA
25 $obj = VObject\Reader::read($input);
43 $input = <<<HI
54 $obj = Reader::read($input);
/plugin/icalevents/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,
H A DUriTest.php14 $input = <<<ICS
22 $output = Reader::read($input)->serialize();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
13 $property = $vobj->add('ATTENDEE', $input);
H A DRecurTest.php46 $input = 'BEGIN:VCALENDAR
59 $vcal = Reader::read($input);
80 $input = 'BEGIN:VCALENDAR
93 $vcal = Reader::read($input);
102 $input = 'BEGIN:VCALENDAR
118 $vcal = Reader::read($input);
153 $input = 'BEGIN:VCALENDAR
169 $vcal = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php13 function testGetJsonValue($input, $output) { argument
16 $prop = $vcard->createProperty('BDAY', $input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DHandleRDateExpandTest.php17 $input = <<<ICS
37 $vcal = Reader::read($input);
H A DMaxInstancesTest.php16 $input = <<<ICS
32 $vcal = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md100 because there was something wrong with input data.
750 * Added: Basic validation and repair methods for broken input data.
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssueUndefinedIndexTest.php12 $input = <<<VCF
25 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
/plugin/quizlib/
H A DREADME.md50 <input type="text" name="q1">
58 <li><label><input type="radio" name="q2" value="a"> is a hamster</label></li>
59 … <li><label><input type="radio" name="q2" value="b"> smells of elderberries</label></li>
68 <li><label><input type="checkbox" name="q3" value="a"> Global warming</label></li>
69 … <li><label><input type="checkbox" name="q3" value="b"> The release of Linux 4.1.15</label></li>
70 <li><label><input type="checkbox" name="q3" value="c"> Cats</label></li>
71 …<li><label><input type="checkbox" name="q3" value="d"> Advancements in artificial intelligence</la…
/plugin/quizlib/scripts/
H A DREADME.md14 - Supports any combination of input types using the value attribute
H A Dquizlib.js109 var input;
111 input = answerInputs[k];
112 if (input.type === "checkbox" || input.type === "radio") {
113 if (input.checked) userAnswer.push(input.value);
114 } else if (input.value !== '') {
115 userAnswer.push(input.value);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DKeyValueTest.php12 $input = <<<BLA
H A DValueObjectTest.php12 $input = <<<XML
21 $reader->xml($input);
49 $input = <<<XML
59 $reader->xml($input);
87 $input = <<<XML
98 $reader->xml($input);
130 $input = <<<XML
136 $reader->xml($input);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php15 $input = <<<BLA
26 $reader->xml($input);
H A DKeyValueTest.php12 $input = <<<BLA
35 $reader->xml($input);
91 $input = <<<BLA
109 $reader->xml($input);
184 $input = <<<BLA
194 $reader->xml($input);
H A DUriTest.php12 $input = <<<BLA
24 $reader->xml($input);
H A DXmlFragmentTest.php13 function testDeserialize($input, $expected) { argument
15 $input = <<<BLA
18 <fragment>$input</fragment>
26 $reader->xml($input);
113 function testSerialize($expectedFallback, $input, $expected = null) { argument
128 '{http://sabredav.org/ns}fragment' => new XmlFragment($input),
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php203 $input = <<<XML
262 $order = $orderService->parse($input);
275 $this->assertEquals($input, $writtenXml);

1...<<41424344454647484950>>...58