Home
last modified time | relevance | path

Searched refs:deleted (Results 26 – 50 of 206) sorted by last modified time

123456789

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DMockSyncCollection.php39 public function addChange(array $added, array $modified, array $deleted) { argument
45 'deleted' => $deleted,
127 $deleted = [];
135 $deleted = array_merge($deleted, $change['deleted']);
140 $left = $limit - (count($modified) + count($deleted));
146 $left = $limit - (count($modified) + count($deleted));
149 $deleted = array_slice($deleted, 0, $left);
163 'deleted' => $deleted,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php156 * @param array $deleted
160 …sponse($syncToken, $collectionUrl, array $added, array $modified, array $deleted, array $propertie… argument
184 foreach ($deleted as $item) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php664 'deleted' => [],
683 'deleted' => ["todo2.ics"],
692 'deleted' => [],
/plugin/davcal/vendor/sabre/http/
H A DREADME.md564 * This method should return true if the header was successfully deleted,
709 * This method should return true if the header was successfully deleted,
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md145 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyAssignment.php30 public $deleted; variable in Google\\Service\\OSConfig\\OSPolicyAssignment
87 public function setDeleted($deleted) argument
89 $this->deleted = $deleted;
96 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DComment.php40 public $deleted; variable in Google\\Service\\Drive\\Comment
125 public function setDeleted($deleted) argument
127 $this->deleted = $deleted;
134 return $this->deleted;
H A DPermission.php30 public $deleted; variable in Google\\Service\\Drive\\Permission
97 public function setDeleted($deleted) argument
99 $this->deleted = $deleted;
106 return $this->deleted;
H A DReply.php39 public $deleted; variable in Google\\Service\\Drive\\Reply
116 public function setDeleted($deleted) argument
118 $this->deleted = $deleted;
125 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DAnnotation.php46 public $deleted; variable in Google\\Service\\Books\\Annotation
173 public function setDeleted($deleted) argument
175 $this->deleted = $deleted;
182 return $this->deleted;
H A DVolumeannotation.php44 public $deleted; variable in Google\\Service\\Books\\Volumeannotation
151 public function setDeleted($deleted) argument
153 $this->deleted = $deleted;
160 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDeprecationStatus.php25 public $deleted; variable in Google\\Service\\Compute\\DeprecationStatus
46 public function setDeleted($deleted) argument
48 $this->deleted = $deleted;
55 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php46 public $deleted; variable in Google\\Service\\TagManager\\ContainerVersion
179 public function setDeleted($deleted) argument
181 $this->deleted = $deleted;
188 return $this->deleted;
H A DContainerVersionHeader.php37 public $deleted; variable in Google\\Service\\TagManager\\ContainerVersionHeader
124 public function setDeleted($deleted) argument
126 $this->deleted = $deleted;
133 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DRole.php26 public $deleted; variable in Google\\Service\\Iam\\Role
55 public function setDeleted($deleted) argument
57 $this->deleted = $deleted;
64 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DImagesDeleteAllResponse.php29 public function setDeleted($deleted) argument
31 $this->deleted = $deleted;
38 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DContactGroupMetadata.php25 public $deleted; variable in Google\\Service\\PeopleService\\ContactGroupMetadata
34 public function setDeleted($deleted) argument
36 $this->deleted = $deleted;
43 return $this->deleted;
H A DPersonMetadata.php26 public $deleted; variable in Google\\Service\\PeopleService\\PersonMetadata
45 public function setDeleted($deleted) argument
47 $this->deleted = $deleted;
54 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGmail.php461 'deleted' => [
487 'deleted' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaAccount.php29 public $deleted; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaAccount
64 public function setDeleted($deleted) argument
66 $this->deleted = $deleted;
73 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DPermission.php25 public $deleted; variable in Google\\Service\\Keep\\Permission
48 public function setDeleted($deleted) argument
50 $this->deleted = $deleted;
57 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DTemporalAsset.php27 public $deleted; variable in Google\\Service\\CloudAsset\\TemporalAsset
54 public function setDeleted($deleted) argument
56 $this->deleted = $deleted;
63 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlert.php41 public $deleted; variable in Google\\Service\\AlertCenter\\Alert
132 public function setDeleted($deleted) argument
134 $this->deleted = $deleted;
141 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarListEntry.php42 public $deleted; variable in Google\\Service\\Calendar\\CalendarListEntry
167 public function setDeleted($deleted) argument
169 $this->deleted = $deleted;
176 return $this->deleted;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php30 public $deleted; variable in Google\\Service\\Tasks\\Task
99 public function setDeleted($deleted) argument
101 $this->deleted = $deleted;
108 return $this->deleted;

123456789