Home
last modified time | relevance | path

Searched full:add (Results 4776 – 4800 of 5573) sorted by path

1...<<191192193194195196197198199200>>...223

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIQuota.php8 * Implement this interface to add the ability to return quota information. The ObjectTree
H A DPropFind.php127 // unknown, add it to the result; else ignore it:
H A DServer.php96 * Plugins may add to this list.
144 * This property allows you to automatically add the 'resourcetype' value
334 // If the baseUri does not end with a slash, we must add it
1593 // already conditions parsed, we add the condition to the list of
H A DSimpleCollection.php9 * Just create the object with a proper name, and add children to use it.
H A DSimpleFile.php8 * The 'SimpleFile' class is used to easily add read-only immutable files to
9 * the directory structure. One usecase would be to add a 'readme.txt' to a
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php88 * it allows us to add in any Lock-related properties
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php224 * We need to add a number of privileges for scheduling purposes.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php66 * When a sharee is originally invited to a share, the sharer may add
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php70 function add($type) { function in Sabre\\DAV\\Xml\\Property\\ResourceType
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/
H A DService.php37 * If you are defining your own custom namespace, add it here to reduce
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php10 * If you want to add WebDAV ACL to a node, you must implement this class
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php9 * have a non-bc-breaking way to add a default generic implementation to
10 * functions we may add in the future.
H A DCreatePrincipalSupport.php8 * Implement this interface to add support for creating new principals to your
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php11 * Using the trait + interface allows you to add EventEmitter capabilities
H A DPromise.php121 * Add a callback for when this promise is rejected.
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php295 // Add the last timer back to the array.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md133 * `addHeader()` will now preserve an existing header with that name, and add a
H A DREADME.md128 For instance, you may want to add an `isLoggedIn` method to the Request
142 [decorator pattern][6] to add new behavior where you need it. `sabre/http`
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php143 // We need to add an md5 of the entire request body to the A2 part of the hash
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php227 * This method will not overwrite any existing HTTP header, but instead add
H A DMessageDecoratorTrait.php181 * This method will not overwrite any existing HTTP header, but instead add
H A DMessageInterface.php129 * This method will not overwrite any existing HTTP header, but instead add
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md7 * #465: Add TZ in iTip REPLY iTip messages
8 * #486: Add PHONE-NUMBER value type (used for TEL in vCard 3.0)
30 * #412: Broker: add timezone to CANCEL messages
162 * #227: Always add `VALUE=URI` to `PHOTO` properties.
163 * #235: Always add `VALUE=URI` to `URL` properties.
492 purposes. Patches are welcome to add more data.
568 * Added: You can now add() multiple parameters to a property in one call.
688 * Added: add() method to the Property class.
694 * Added: You can add new sub-components much quicker with the magic setters, and
695 add() method.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php145 $event = $calendar->add('VEVENT', [
152 // add VALUE=date
155 // Add X-SABRE-BDAY property.
157 $event->add('X-SABRE-BDAY', 'BDAY', [
163 $event->add('X-SABRE-BDAY', 'BDAY', [
H A DComponent.php74 $this->add($key, $value);
77 $this->add($node);
83 $this->add($child);
86 $this->add($k, $child);
97 * add(Component $comp) // Adds a new component
98 * add(Property $prop) // Adds a new property
100 * add($name, array $children = []) // Adds a new component
105 public function add() function in Sabre\\VObject\\Component
487 $this->add($value);
489 $this->add($name, $value);
[all …]

1...<<191192193194195196197198199200>>...223