Home
last modified time | relevance | path

Searched refs:getValue (Results 876 – 900 of 1088) sorted by path

1...<<31323334353637383940>>...44

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php242 $this->assertEquals('value1', $bla->parameters['PARAM1']->getValue());
408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
420 $this->assertEquals('12345', $comp->VEVENT->UID->getValue());
482 $this->assertEquals('yow', $component->BAR->getValue());
H A DEmptyValueIssueTest.php26 …This is a descpription\nwith a linebreak and a ; , and :", $vobj->VEVENT->DESCRIPTION->getValue());
H A DFreeBusyGeneratorTest.php20 $this->assertEquals('PUBLISH', $result->METHOD->getValue());
H A DIssue259Test.php18 $this->assertEquals($rrule->getValue(), 'FREQ=MONTHLY;UNTIL=20160101T220000Z');
H A DIssue96Test.php20 $this->assertEquals("http://www.example.org", $vcard->URL->getValue());
H A DParameterTest.php13 $this->assertEquals('value', $param->getValue());
23 $this->assertEquals('URL', $param->getValue());
H A DPropertyTest.php18 $this->assertEquals('propvalue', $property->getValue());
33 $this->assertEquals('value1', $property['param1']->getValue());
34 $this->assertEquals('value2', $property['param2']->getValue());
103 $this->assertEquals('paramvalue', $property->parameters['PARAMNAME']->getValue());
202 $this->assertEquals('value', $property->parameters['MYPARAM']->getValue());
267 $this->assertEquals('Bla', $property->getValue());
310 $this->assertNull($property->getValue());
314 $this->assertNull($property->getValue());
318 $this->assertEquals(1, $property->getValue());
322 $this->assertEquals('1,2', $property->getValue());
[all …]
H A DReaderTest.php89 $this->assertEquals('propValue', $result->getValue());
113 $this->assertEquals('20110529', $result->getValue());
125 $this->assertEquals('20110529', $result->getValue());
192 $this->assertEquals('propValue', $result->getValue());
208 $this->assertEquals('propValue', $result->getValue());
225 $this->assertEquals('propValue', $result->getValue());
242 $this->assertEquals('propValue', $result->getValue());
275 $this->assertEquals('propValue', $result->getValue());
293 $this->assertEquals('propValue', $result->getValue());
309 $this->assertEquals('propValue', $result->getValue());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php58 $message->method = isset($vcal->METHOD) ? $vcal->METHOD->getValue() : null;
60 $message->uid = $mainComponent->UID->getValue();
65 $message->sender = $mainComponent->ATTENDEE->getValue();
66 …erName = isset($mainComponent->ATTENDEE['CN']) ? $mainComponent->ATTENDEE['CN']->getValue() : null;
67 $message->recipient = $mainComponent->ORGANIZER->getValue();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php373 $this->assertEquals('foo', $result->FN->getValue());
H A DMimeDirTest.php33 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
48 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
63 $this->assertEquals("foo-bar - \xFC", $vcard->FN->getValue());
82 $this->assertEquals("umlaut u - \xFC", $vcard->FN->getValue());
125 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
140 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php14 $this->assertTrue($vcard->{'X-AWESOME'}->getValue());
15 $this->assertFalse($vcard->{'X-SUCKS'}->getValue());
H A DCompoundTest.php21 … $this->assertEquals('ABC\, Inc.;North American Division;Marketing\;Sales', $elem->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php210 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
236 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
263 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
327 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYWEEKNO=11', $property->getValue());
340 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYDAY=WE', $property->getValue());
355 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYWEEKNO=2;BYDAY=WE', $property->getValue());
370 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYDAY=WE', $property->getValue());
383 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYWEEKNO=55;BYDAY=WE', $property->getValue());
394 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYYEARDAY=119', $property->getValue());
407 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYDAY=WE', $property->getValue());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php94 $this->assertEquals('20140402T183700Z', $prop->getValue());
107 $this->assertEquals('20140402T183700Z', $prop->getValue());
135 $this->assertEquals('20140402T183700Z', $prop->getValue());
148 $this->assertEquals('20140402T183700Z', $prop->getValue());
161 $this->assertEquals('20140402T183700Z', $prop->getValue());
174 $this->assertEquals('20140402T183700-0400', $prop->getValue());
H A DLanguageTagTest.php18 $this->assertEquals('nl', $result->LANG->getValue());
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php43 $dates[] = $event->DTSTART->getValue();
H A DBySetPosHangTest.php38 $dates[] = $event->DTSTART->getValue();
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13 …,false,x);};this.sort=function(){O=O.sort();this.updateOptions();};this.getValue=function(){return… method in Selectbox
/plugin/issuetracker/
H A Dprototype.js5111 var value = element.getValue();
5121 getValue: function(element) { method in Form.Element.Methods
5171 var $F = Form.Element.Methods.getValue;
5254 this.lastValue = this.getValue();
5258 var value = this.getValue();
5268 getValue: function() {
5274 getValue: function() {
5286 this.lastValue = this.getValue();
5294 var value = this.getValue();
5321 getValue: function() {
[all …]
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1...<<31323334353637383940>>...44