Home
last modified time | relevance | path

Searched refs:property (Results 251 – 275 of 1146) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/discussion/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/evesso/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/blockquote/
H A Dstyle.css33 /* CSS quotes property quotation mark entity numbers can be customized */
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/tos/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/wrap/
H A DCOPYING219 patents or other property right claims or to contest validity of any
/plugin/dokucrypt2/
H A DCOPYING219 patents or other property right claims or to contest validity of any
/plugin/avbarchart/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/avtaskbox/
H A DCOPYING216 patents or other property right claims or to contest validity of any
/plugin/yourip/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php20 $property = new Response('uri', $innerProps);
22 $this->assertEquals('uri', $property->getHref());
23 $this->assertEquals($innerProps, $property->getResponseProperties());
42 $property = new Response('uri', $innerProps);
44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
82 $property = new Response('uri', $innerProps);
84 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
115 $property = new Response('uri', $innerProps);
116 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js72 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) { argument
82 return (string)$property;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php44 $property->setValue('value2');
114 unset($property['PARAMNAME']);
176 $property->setIterator($it);
239 $property['FOO'] = 'BAR';
241 $property2 = clone $property;
243 $property['FOO'] = 'BAZ';
313 $property->setValue(array());
325 $property->setValue('str');
340 $calendar->add($property);
355 $calendar->add($property);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php427 $property = $this->root->create($name,$value);
428 $property->parent = $this;
430 $this->children[$overWrite] = $property;
432 $this->children[] = $property;
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php189 $property = $this->readProperty($line);
190 if (!$property) {
194 return $property;
318 $property = array(
350 $property['parameters'][$lastParam],
364 $property['value'] = $match['propValue'];
378 if (is_null($property['value'])) {
379 $property['value'] = '';
381 if (!$property['name']) {
396 foreach($property['parameters'] as $name=>$value) {
[all …]
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md125 * Added: baseUri property to the Writer class.
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php819 foreach ($propertyMap as $property => $header) {
820 if (!isset($properties[$property])) continue;
822 if (is_scalar($properties[$property])) {
823 $headers[$header] = $properties[$property];
826 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
827 $headers[$header] = HTTP\Util::toHTTPDate($properties[$property]->getTime());
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php246 foreach ($searchProperties as $property => $value) {
248 switch ($property) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php22 $property = new AllowedSharingModes(true,true);
26 $xml = $this->write(['{DAV:}root' => $property]);
H A DEmailAddressSetTest.php26 $property = new EmailAddressSet(['foo@example.org']);
29 '{DAV:}root' => $property
H A DInviteTest.php30 $property = new Invite([
62 $xml = $this->write(['{DAV:}root' => $property]);
H A DScheduleCalendarTranspTest.php42 $property = new ScheduleCalendarTransp(ScheduleCalendarTransp::OPAQUE);
43 $xml = $this->write(['{DAV:}root' => $property]);
59 $property = new ScheduleCalendarTransp(ScheduleCalendarTransp::TRANSPARENT);
60 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarComponentSetTest.php43 $property = new SupportedCalendarComponentSet(['VEVENT', 'VTODO']);
44 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarDataTest.php23 $property = new SupportedCalendarData();
25 $xml = $this->write(['{DAV:}root' => $property]);

1...<<11121314151617181920>>...46