/external/python/google-api-python-client/docs/dyn/ |
D | drive_v2.teamdrives.html | 79 <p class="firstline">Permanently deletes a Team Drive for which the user is an organizer. The Team … 82 <p class="firstline">Gets a Team Drive's metadata by ID.</p> 85 <p class="firstline">Creates a new Team Drive.</p> 88 <p class="firstline">Lists the user's Team Drives.</p> 94 <p class="firstline">Updates a Team Drive's metadata</p> 98 …<pre>Permanently deletes a Team Drive for which the user is an organizer. The Team Drive cannot co… 101 teamDriveId: string, The ID of the Team Drive (required) 107 <pre>Gets a Team Drive's metadata by ID. 110 teamDriveId: string, The ID of the Team Drive (required) 115 { # Representation of a Team Drive. [all …]
|
D | drive_v2.changes.html | 85 <p class="firstline">Lists the changes for a user or Team Drive.</p> 99 supportsTeamDrives: boolean, Whether the requesting application supports Team Drives. 100 teamDriveId: string, The Team Drive from which the change will be returned. 105 { # Representation of a change to a file or Team Drive. 106 …of a Team Drive. # The updated state of the Team Drive. Present if the type is teamDrive, the user… 108 "backgroundImageLink": "A String", # A short-lived link to this Team Drive's background image. 109 "name": "A String", # The name of this Team Drive. 111 …"colorRgb": "A String", # The color of this Team Drive as an RGB hex string. It can only be set on… 112 "capabilities": { # Capabilities the current user has on this Team Drive. 113 …e or False, # Whether the current user can read the revisions resource of files in this Team Drive. [all …]
|
D | storage_v1.bucketAccessControls.html | 129 # - project-team-projectId 139 "projectTeam": { # The project team associated with the entity, if any. 141 "team": "A String", # The team. 167 # - project-team-projectId 177 "projectTeam": { # The project team associated with the entity, if any. 179 "team": "A String", # The team. 200 # - project-team-projectId 210 "projectTeam": { # The project team associated with the entity, if any. 212 "team": "A String", # The team. 242 # - project-team-projectId [all …]
|
D | storage_v1.defaultObjectAccessControls.html | 131 # - project-team-projectId 141 "projectTeam": { # The project team associated with the entity, if any. 143 "team": "A String", # The team. 171 # - project-team-projectId 181 "projectTeam": { # The project team associated with the entity, if any. 183 "team": "A String", # The team. 206 # - project-team-projectId 216 "projectTeam": { # The project team associated with the entity, if any. 218 "team": "A String", # The team. 252 # - project-team-projectId [all …]
|
D | drive_v2.permissions.html | 79 <p class="firstline">Deletes a permission from a file or Team Drive.</p> 88 <p class="firstline">Inserts a permission for a file or Team Drive.</p> 91 <p class="firstline">Lists a file's or Team Drive's permissions.</p> 104 <pre>Deletes a permission from a file or Team Drive. 107 fileId: string, The ID for the file or Team Drive. (required) 109 supportsTeamDrives: boolean, Whether the requesting application supports Team Drives. 118 fileId: string, The ID for the file or Team Drive. (required) 120 supportsTeamDrives: boolean, Whether the requesting application supports Team Drives. 129 …ermissions on this Team Drive item are inherited or directly on this item. This is an output-only … 131 …ion is inherited. This is an output-only field and is only populated for members of the Team Drive. [all …]
|
D | drive_v2.files.html | 82 …tly authenticated user must own the file or be an organizer on the parent for Team Drive files.</p> 118 …tly authenticated user must own the file or be an organizer on the parent for Team Drive files.</p> 144 …time that the item was trashed (formatted RFC 3339 timestamp). Only populated for Team Drive files. 163 …lse, # Whether writers can share the document with other users. Not populated for Team Drive files. 164 "owners": [ # The owner(s) of this file. Not populated for Team Drive files. 176 …True or False, # Whether the file is owned by the current user. Not populated for Team Drive files. 188 …the file has been explicitly trashed, the user who trashed it. Only populated for Team Drive files. 210 …cified, it will be changed to the closest color in the palette. Not populated for Team Drive files. 212 "ownerNames": [ # Name(s) of the owner(s) of this file. Not populated for Team Drive files. 216 …ther the current user can read the revisions resource of this file. For a Team Drive item, whether… [all …]
|
D | storage_v1.objectAccessControls.html | 135 # - project-team-projectId 145 "projectTeam": { # The project team associated with the entity, if any. 147 "team": "A String", # The team. 176 # - project-team-projectId 186 "projectTeam": { # The project team associated with the entity, if any. 188 "team": "A String", # The team. 212 # - project-team-projectId 222 "projectTeam": { # The project team associated with the entity, if any. 224 "team": "A String", # The team. 258 # - project-team-projectId [all …]
|
D | storage_v1.buckets.html | 171 # - project-team-projectId 181 "projectTeam": { # The project team associated with the entity, if any. 183 "team": "A String", # The team. 202 # - project-team-projectId 212 "projectTeam": { # The project team associated with the entity, if any. 214 "team": "A String", # The team. 236 "owner": { # The owner of the bucket. This is always the project team's owner group. 354 # - project-team-projectId 364 "projectTeam": { # The project team associated with the entity, if any. 366 "team": "A String", # The team. [all …]
|
D | storage_v1.objects.html | 169 # - project-team-projectId 179 "projectTeam": { # The project team associated with the entity, if any. 181 "team": "A String", # The team. 231 … bucketOwnerFullControl - Object owner gets OWNER access, and project team owners get OWNER access. 232 bucketOwnerRead - Object owner gets OWNER access, and project team owners get READER access. 234 …projectPrivate - Object owner gets OWNER access, and project team members get access according to … 262 # - project-team-projectId 272 "projectTeam": { # The project team associated with the entity, if any. 274 "team": "A String", # The team. 343 # - project-team-projectId [all …]
|
/external/python/cpython3/.github/ |
D | CODEOWNERS | 16 **/*hashlib* @python/crypto-team 17 **/*pyhash* @python/crypto-team 23 **/*import*.c @python/import-team 24 **/*import*.py @python/import-team 28 **/*ssl* @python/crypto-team 31 Python/bootstrap_hash.c @python/crypto-team 34 **/*mail* @python/email-team 35 **/*smtp* @python/email-team 36 **/*mime* @python/email-team 37 **/*imap* @python/email-team [all …]
|
/external/webrtc/ |
D | WATCHLISTS | 105 'audio-team@agora.io', 121 'video-team@agora.io', 125 'audio-team@agora.io', 133 'sdk-team@agora.io', 137 'sdk-team@agora.io', 139 'audio_device': ['audio-team@agora.io', 142 'sdk-team@agora.io'], 143 'audio_coding': ['audio-team@agora.io', 149 'neteq': ['audio-team@agora.io', 154 'audio-team@agora.io', [all …]
|
/external/tensorflow/tensorflow/security/ |
D | index.md | 11 …| Crafted Configuration File results in Invalid Memory Access | <= 1.7 | Blade Team of Tencent | | 12 …ld Snappy Library Usage Resulting in Memcpy Parameter Overlap | <= 1.7 | Blade Team of Tencent | | 13 …tfsa-2018-004.md) | Checkpoint Meta File Out-of-Bounds Read | <= 1.7 | Blade Team of Tencent | | 14 …md) | TensorFlow Lite TOCO FlatBuffer Parsing Vulnerability | <= 1.7 | Blade Team of Tencent | | 15 …8-002.md) | GIF File Parsing Null Pointer Dereference Error | <= 1.5 | Blade Team of Tencent | | 16 …sory/tfsa-2018-001.md) | BMP File Parser Out-of-bounds Read | <= 1.6 | Blade Team of Tencent | | 17 | - | Out Of Bounds Read | <= 1.4 | Blade Team of Tencent | [issue report…
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_messages.py | 26 OwnerValue: The owner of the bucket. This is always the project team's 51 owner: The owner of the bucket. This is always the project team's owner 162 """The owner of the bucket. This is always the project team's owner group. 225 ProjectTeamValue: The project team associated with the entity, if any. 233 domain - project-team-projectId - allUsers - allAuthenticatedUsers 243 projectTeam: The project team associated with the entity, if any. 250 """The project team associated with the entity, if any. 254 team: The team. Can be owners, editors, or viewers. 258 team = _messages.StringField(2) variable in BucketAccessControl.ProjectTeamValue 628 ProjectTeamValue: The project team associated with the entity, if any. [all …]
|
/external/curl/docs/ |
D | SECURITY-PROCESS.md | 15 issue to only the reporter and the project's security team. 38 - A person in the security team sends an e-mail to the original reporter to 41 - The security team investigates the report and either rejects it or accepts 44 - If the report is rejected, the team writes to the reporter to explain why. 46 - If the report is accepted, the team writes to the reporter to let him/her 49 - The security team discusses the problem, works out a fix, considers the 73 - The security team commits the fix in a private branch. The commit message 84 - The project team creates a release that includes the fix. 86 - The project team announces the release and the vulnerability to the world in
|
D | GOVERNANCE.md | 55 make sure that we always have the list of maintainers as "the team that push 61 ### Security team members 63 We have a security team. That's the team of people who are subscribed to the 68 The security team works best when it consists of a small set of active 69 persons. We invite new members when the team seems to need it, and we also 70 expect to retire security team members as they "drift off" from the project or
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
D | team.html | 8 <title>JaCoCo - Team</title> 15 <span class="el_source">Team</span> 19 <h1>Team</h1> 22 The current team behind JaCoCo is (sequence uppon entry): 34 individual team members.
|
/external/python/apitools/samples/storage_sample/ |
D | storage_v1.json | 249 "description": "The owner of the bucket. This is always the project team's owner group.", 329 …ser-email \n- group-groupId \n- group-email \n- domain-domain \n- project-team-projectId \n- allUs… 355 "description": "The project team associated with the entity, if any.", 361 "team": { object 363 "description": "The team. Can be owners, editors, or viewers." 791 …ser-email \n- group-groupId \n- group-email \n- domain-domain \n- project-team-projectId \n- allUs… 821 "description": "The project team associated with the entity, if any.", 827 "team": { object 829 "description": "The team. Can be owners, editors, or viewers." 1320 "Project team owners get OWNER access, and allAuthenticatedUsers get READER access.", [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObject.java | 71 public enum Team { enum in GameObject 77 public Team team; field in GameObject 112 team = Team.NONE; in reset()
|
/external/syzkaller/vendor/google.golang.org/api/storage/v1/ |
D | storage-api.json | 288 "description": "The owner of the bucket. This is always the project team's owner group.", 368 …ser-email \n- group-groupId \n- group-email \n- domain-domain \n- project-team-projectId \n- allUs… 394 "description": "The project team associated with the entity, if any.", 400 "team": { object 402 "description": "The team." 825 …ser-email \n- group-groupId \n- group-email \n- domain-domain \n- project-team-projectId \n- allUs… 861 "description": "The project team associated with the entity, if any.", 867 "team": { object 869 "description": "The team." 1427 "Project team owners get OWNER access, and allAuthenticatedUsers get READER access.", [all …]
|
/external/replicaisland/res/values/ |
D | rokudou.xml | 11 Ever get the feeling that you are on the wrong team, Android? Ever wonder if maybe Kabochanomizu i… 15 …machine. Your talents are wasted on a washed-up researcher like Kabocha. You should join my team. 23 Join my team, Android. Help us find The Source and change the world. Take some time to think it o… 36 Have you considered my offer, Android? It still stands. Join my team; help me find The Source and…
|
/external/junit/ |
D | README.md | 5 * [Wiki](https://github.com/junit-team/junit/wiki) 6 * [Download and Install guide](https://github.com/junit-team/junit/wiki/Download-and-Install) 7 * [Getting Started](https://github.com/junit-team/junit/wiki/Getting-started)
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | team.html | 3 <title>FindBugs Development Team</title> 46 <tr><td><font size="-1"><a class="sidebar" href="team.html">Dev team</a></font></td></tr> 57 <h1>FindBugs Development Team</h1> 59 <p> These are the current active members of the FindBugs development team: 68 <p>Previous and/or inactive members of the FindBugs development team include
|
/external/autotest/test_suites/ |
D | control.toolchain-tests | 5 AUTHOR = "Chrome OS Team" 7 PURPOSE = "Test basic, required functionality for the toolchain team." 16 team wants to run. They should only be run by the toolchain builbots.
|
/external/testng/ |
D | ANNOUNCEMENT.txt | 10 The TestNG team is happy to announce the immediate availability of TestNG 4.5. 27 The TestNG team is happy to announce the immediate availability of TestNG 4.0, with a lot of improv… 41 The TestNG team is happy to announce the availability of TestNG 2.3. 92 The TestNG team is happy to announce the first release of the TestNG plug-in for Eclipse.
|
/external/apache-commons-bcel/ |
D | RELEASE-NOTES.txt | 8 The Apache Commons BCEL team is pleased to announce the release of 29 -Apache Commons BCEL team 44 The Apache Commons Team 55 The Apache Commons BCEL team is pleased to announce the release of 133 -Apache Commons BCEL team 142 The Apache Commons BCEL team is pleased to announce the release of 357 -Apache Commons BCEL team 372 The Apache Commons Team
|