Home
last modified time | relevance | path

Searched refs:Property (Results 26 – 50 of 431) sorted by relevance

12345678910>>...18

/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class FloatValue extends Property {
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Period extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class FloatValue extends Property {
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Period extends Property {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class Float extends Property {
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Period extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
21 class Binary extends Property {
H A DFloatValue.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
18 class FloatValue extends Property {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
21 class Binary extends Property
H A DFloatValue.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
18 class FloatValue extends Property
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php17 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
57 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
81 …'{http://calendarserver.org/ns/}source' => new \Sabre\DAV\Xml\Property\Href('http://example.org/te…
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php867 return new DAV\Xml\Property\Href($node->getAlternateUriSet());
877 return new DAV\Xml\Property\Href($members);
884 return new DAV\Xml\Property\Href($members);
895 return new DAV\Xml\Property\Href($val);
900 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
902 return new Xml\Property\Principal(Xml\Property\Principal::UNAUTHENTICATED);
914 return new Xml\Property\CurrentUserPrivilegeSet($val);
925 return new Xml\Property\Acl($this->getACL($node));
930 return new Xml\Property\AclRestrictions();
936 return new DAV\Xml\Property\Href($node->getOwner() . '/');
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
20 class Period extends Property {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
20 class Period extends Property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DEntityAnnotation.php43 protected $propertiesType = Property::class;
139 * @param Property[]
146 * @return Property[]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesTest.php42 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
47 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp79 Public Property Get Version variable
81 End Property
83 Public Property Get ErrNum variable
85 End Property
87 Public Property Let MaxSize(nSize) variable
89 End Property
91 Public Property Let Allowed(sExt) variable
93 End Property
95 Public Property Let Denied(sExt) variable
97 End Property
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php13 use FINDOLOGIC\Export\Data\Property; alias
147 'Property with empty key' => ['',['value'], Property::class, true],
148 'Property with empty value' => ['key', [''], Property::class, true],
149 'Property with valid key and value' => ['key', ['value'], Property::class, false]
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php3 namespace Sabre\VObject\Property\VCard;
7 Sabre\VObject\Property\Text,
8 Sabre\VObject\Property, alias
20 class DateAndOrTime extends Property {

12345678910>>...18