Home
last modified time | relevance | path

Searched refs:trashed (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DNote.php48 public $trashed; variable in Google\\Service\\Keep\\Note
155 public function setTrashed($trashed) argument
157 $this->trashed = $trashed;
164 return $this->trashed;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php198 public $trashed; variable in Google\\Service\\Drive\\DriveFile
911 public function setTrashed($trashed) argument
913 $this->trashed = $trashed;
920 return $this->trashed;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2796 public $trashed; variable in Google_DriveFileLabels
2816 public function setTrashed( $trashed) { argument
2817 $this->trashed = $trashed;
2820 return $this->trashed;
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js139 return this.desc.labels.trashed;