Home
last modified time | relevance | path

Searched refs:Property (Results 251 – 275 of 431) sorted by last modified time

1...<<1112131415161718

/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md250 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
251 `Sabre\VObject\Property\FloatValue`.
252 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
253 `Sabre\VObject\Property\IntegerValue`.
682 Component::create, Property::create and Parameter::create. They must instead
688 * Added: add() method to the Property class.
755 * Added: Property\DateTime::hasTime().
756 * Added: Property\MultiDateTime::hasTime().
757 * Added: Property::getValue().
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php139 * @param string|Property|Component $item
243 return $child instanceof Property && strtoupper($child->group) === $group;
254 if ($child instanceof Property && strtoupper($child->group) === $group) {
303 if ($array[$key] instanceof Property) {
436 * @return Property
486 if ($value instanceof self || $value instanceof Property) {
H A DProperty.php17 abstract class Property extends Node class
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
19 class Duration extends Property
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
20 class Period extends Property
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Property; alias
25 class Recur extends Property
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property
H A DText.php3 namespace Sabre\VObject\Property;
8 use Sabre\VObject\Property; alias
20 class Text extends Property
H A DTime.php3 namespace Sabre\VObject\Property;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php10 use Sabre\VObject\Property; alias
682 $rrule = Property\ICalendar\Recur::stringToArray($rrule);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCollationSet.php3 namespace Sabre\CalDAV\Xml\Property;
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Property;
113 $href = new DAV\Xml\Property\Href($sharee->href);
H A DScheduleCalendarTransp.php3 namespace Sabre\CalDAV\Xml\Property;
H A DSupportedCalendarComponentSet.php3 namespace Sabre\CalDAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php3 namespace Sabre\CardDAV\Xml\Property;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php792 return new Xml\Property\GetLastModified($lm);
821 return new Xml\Property\SupportedReportSet($reports);
824 return new Xml\Property\ResourceType($this->server->getResourceTypeForNode($node));
827 return new Xml\Property\SupportedMethodSet(
880 if ($val && $val instanceof Xml\Property\Href) {
898 } elseif ($val instanceof Xml\Property\Href) {
/plugin/webdav/core/Plugin/
H A DFakeLocker.php33 use Sabre\DAV\Xml\Property\LockDiscovery;
34 use Sabre\DAV\Xml\Property\SupportedLock;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php197 protected function validateParamFilters(VObject\Property $parent, array $filters) {
H A DSharingPlugin.php6 use Sabre\DAV\Xml\Property\LocalHref;
138 return new Xml\Property\Invite(
175 return new Xml\Property\AllowedSharingModes(true, false);
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md28 | **Property** | **Accessor** | **Mutator** |
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1Property)?|Variable)/,/Compare-Object/,/Complete-Transaction/,/Connect-PSSession/,/ConvertFrom-(Cs…
H A Dpowershell.min.js.map1Property)?|Variable)/,\n /Compare-Object/,\n /Complete-Transaction/,\n /Connect-PSSession…
H A Dstylus.min.js.map1 …);\n }\n if (type && type.charAt(0) == \"@\") {\n\n // Property Lookup\n i…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1Property name used for extended regex instance data\n var REGEX_DATA = 'xregexp';\n // Optio…
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php9 Sabre\VObject\Property, alias

1...<<1112131415161718