!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/Drive/   drwxrwxrwx
Free 13.22 GB of 57.97 GB (22.8%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     DriveFileCapabilities.php (8.74 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

class Google_Service_Drive_DriveFileCapabilities extends Google_Model
{
  public 
$canAddChildren;
  public 
$canAddFolderFromAnotherDrive;
  public 
$canAddMyDriveParent;
  public 
$canChangeCopyRequiresWriterPermission;
  public 
$canChangeViewersCanCopyContent;
  public 
$canComment;
  public 
$canCopy;
  public 
$canDelete;
  public 
$canDeleteChildren;
  public 
$canDownload;
  public 
$canEdit;
  public 
$canListChildren;
  public 
$canModifyContent;
  public 
$canModifyContentRestriction;
  public 
$canMoveChildrenOutOfDrive;
  public 
$canMoveChildrenOutOfTeamDrive;
  public 
$canMoveChildrenWithinDrive;
  public 
$canMoveChildrenWithinTeamDrive;
  public 
$canMoveItemIntoTeamDrive;
  public 
$canMoveItemOutOfDrive;
  public 
$canMoveItemOutOfTeamDrive;
  public 
$canMoveItemWithinDrive;
  public 
$canMoveItemWithinTeamDrive;
  public 
$canMoveTeamDriveItem;
  public 
$canReadDrive;
  public 
$canReadRevisions;
  public 
$canReadTeamDrive;
  public 
$canRemoveChildren;
  public 
$canRemoveMyDriveParent;
  public 
$canRename;
  public 
$canShare;
  public 
$canTrash;
  public 
$canTrashChildren;
  public 
$canUntrash;

  public function 
setCanAddChildren($canAddChildren)
  {
    
$this->canAddChildren $canAddChildren;
  }
  public function 
getCanAddChildren()
  {
    return 
$this->canAddChildren;
  }
  public function 
setCanAddFolderFromAnotherDrive($canAddFolderFromAnotherDrive)
  {
    
$this->canAddFolderFromAnotherDrive $canAddFolderFromAnotherDrive;
  }
  public function 
getCanAddFolderFromAnotherDrive()
  {
    return 
$this->canAddFolderFromAnotherDrive;
  }
  public function 
setCanAddMyDriveParent($canAddMyDriveParent)
  {
    
$this->canAddMyDriveParent $canAddMyDriveParent;
  }
  public function 
getCanAddMyDriveParent()
  {
    return 
$this->canAddMyDriveParent;
  }
  public function 
setCanChangeCopyRequiresWriterPermission($canChangeCopyRequiresWriterPermission)
  {
    
$this->canChangeCopyRequiresWriterPermission $canChangeCopyRequiresWriterPermission;
  }
  public function 
getCanChangeCopyRequiresWriterPermission()
  {
    return 
$this->canChangeCopyRequiresWriterPermission;
  }
  public function 
setCanChangeViewersCanCopyContent($canChangeViewersCanCopyContent)
  {
    
$this->canChangeViewersCanCopyContent $canChangeViewersCanCopyContent;
  }
  public function 
getCanChangeViewersCanCopyContent()
  {
    return 
$this->canChangeViewersCanCopyContent;
  }
  public function 
setCanComment($canComment)
  {
    
$this->canComment $canComment;
  }
  public function 
getCanComment()
  {
    return 
$this->canComment;
  }
  public function 
setCanCopy($canCopy)
  {
    
$this->canCopy $canCopy;
  }
  public function 
getCanCopy()
  {
    return 
$this->canCopy;
  }
  public function 
setCanDelete($canDelete)
  {
    
$this->canDelete $canDelete;
  }
  public function 
getCanDelete()
  {
    return 
$this->canDelete;
  }
  public function 
setCanDeleteChildren($canDeleteChildren)
  {
    
$this->canDeleteChildren $canDeleteChildren;
  }
  public function 
getCanDeleteChildren()
  {
    return 
$this->canDeleteChildren;
  }
  public function 
setCanDownload($canDownload)
  {
    
$this->canDownload $canDownload;
  }
  public function 
getCanDownload()
  {
    return 
$this->canDownload;
  }
  public function 
setCanEdit($canEdit)
  {
    
$this->canEdit $canEdit;
  }
  public function 
getCanEdit()
  {
    return 
$this->canEdit;
  }
  public function 
setCanListChildren($canListChildren)
  {
    
$this->canListChildren $canListChildren;
  }
  public function 
getCanListChildren()
  {
    return 
$this->canListChildren;
  }
  public function 
setCanModifyContent($canModifyContent)
  {
    
$this->canModifyContent $canModifyContent;
  }
  public function 
getCanModifyContent()
  {
    return 
$this->canModifyContent;
  }
  public function 
setCanModifyContentRestriction($canModifyContentRestriction)
  {
    
$this->canModifyContentRestriction $canModifyContentRestriction;
  }
  public function 
getCanModifyContentRestriction()
  {
    return 
$this->canModifyContentRestriction;
  }
  public function 
setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive)
  {
    
$this->canMoveChildrenOutOfDrive $canMoveChildrenOutOfDrive;
  }
  public function 
getCanMoveChildrenOutOfDrive()
  {
    return 
$this->canMoveChildrenOutOfDrive;
  }
  public function 
setCanMoveChildrenOutOfTeamDrive($canMoveChildrenOutOfTeamDrive)
  {
    
$this->canMoveChildrenOutOfTeamDrive $canMoveChildrenOutOfTeamDrive;
  }
  public function 
getCanMoveChildrenOutOfTeamDrive()
  {
    return 
$this->canMoveChildrenOutOfTeamDrive;
  }
  public function 
setCanMoveChildrenWithinDrive($canMoveChildrenWithinDrive)
  {
    
$this->canMoveChildrenWithinDrive $canMoveChildrenWithinDrive;
  }
  public function 
getCanMoveChildrenWithinDrive()
  {
    return 
$this->canMoveChildrenWithinDrive;
  }
  public function 
setCanMoveChildrenWithinTeamDrive($canMoveChildrenWithinTeamDrive)
  {
    
$this->canMoveChildrenWithinTeamDrive $canMoveChildrenWithinTeamDrive;
  }
  public function 
getCanMoveChildrenWithinTeamDrive()
  {
    return 
$this->canMoveChildrenWithinTeamDrive;
  }
  public function 
setCanMoveItemIntoTeamDrive($canMoveItemIntoTeamDrive)
  {
    
$this->canMoveItemIntoTeamDrive $canMoveItemIntoTeamDrive;
  }
  public function 
getCanMoveItemIntoTeamDrive()
  {
    return 
$this->canMoveItemIntoTeamDrive;
  }
  public function 
setCanMoveItemOutOfDrive($canMoveItemOutOfDrive)
  {
    
$this->canMoveItemOutOfDrive $canMoveItemOutOfDrive;
  }
  public function 
getCanMoveItemOutOfDrive()
  {
    return 
$this->canMoveItemOutOfDrive;
  }
  public function 
setCanMoveItemOutOfTeamDrive($canMoveItemOutOfTeamDrive)
  {
    
$this->canMoveItemOutOfTeamDrive $canMoveItemOutOfTeamDrive;
  }
  public function 
getCanMoveItemOutOfTeamDrive()
  {
    return 
$this->canMoveItemOutOfTeamDrive;
  }
  public function 
setCanMoveItemWithinDrive($canMoveItemWithinDrive)
  {
    
$this->canMoveItemWithinDrive $canMoveItemWithinDrive;
  }
  public function 
getCanMoveItemWithinDrive()
  {
    return 
$this->canMoveItemWithinDrive;
  }
  public function 
setCanMoveItemWithinTeamDrive($canMoveItemWithinTeamDrive)
  {
    
$this->canMoveItemWithinTeamDrive $canMoveItemWithinTeamDrive;
  }
  public function 
getCanMoveItemWithinTeamDrive()
  {
    return 
$this->canMoveItemWithinTeamDrive;
  }
  public function 
setCanMoveTeamDriveItem($canMoveTeamDriveItem)
  {
    
$this->canMoveTeamDriveItem $canMoveTeamDriveItem;
  }
  public function 
getCanMoveTeamDriveItem()
  {
    return 
$this->canMoveTeamDriveItem;
  }
  public function 
setCanReadDrive($canReadDrive)
  {
    
$this->canReadDrive $canReadDrive;
  }
  public function 
getCanReadDrive()
  {
    return 
$this->canReadDrive;
  }
  public function 
setCanReadRevisions($canReadRevisions)
  {
    
$this->canReadRevisions $canReadRevisions;
  }
  public function 
getCanReadRevisions()
  {
    return 
$this->canReadRevisions;
  }
  public function 
setCanReadTeamDrive($canReadTeamDrive)
  {
    
$this->canReadTeamDrive $canReadTeamDrive;
  }
  public function 
getCanReadTeamDrive()
  {
    return 
$this->canReadTeamDrive;
  }
  public function 
setCanRemoveChildren($canRemoveChildren)
  {
    
$this->canRemoveChildren $canRemoveChildren;
  }
  public function 
getCanRemoveChildren()
  {
    return 
$this->canRemoveChildren;
  }
  public function 
setCanRemoveMyDriveParent($canRemoveMyDriveParent)
  {
    
$this->canRemoveMyDriveParent $canRemoveMyDriveParent;
  }
  public function 
getCanRemoveMyDriveParent()
  {
    return 
$this->canRemoveMyDriveParent;
  }
  public function 
setCanRename($canRename)
  {
    
$this->canRename $canRename;
  }
  public function 
getCanRename()
  {
    return 
$this->canRename;
  }
  public function 
setCanShare($canShare)
  {
    
$this->canShare $canShare;
  }
  public function 
getCanShare()
  {
    return 
$this->canShare;
  }
  public function 
setCanTrash($canTrash)
  {
    
$this->canTrash $canTrash;
  }
  public function 
getCanTrash()
  {
    return 
$this->canTrash;
  }
  public function 
setCanTrashChildren($canTrashChildren)
  {
    
$this->canTrashChildren $canTrashChildren;
  }
  public function 
getCanTrashChildren()
  {
    return 
$this->canTrashChildren;
  }
  public function 
setCanUntrash($canUntrash)
  {
    
$this->canUntrash $canUntrash;
  }
  public function 
getCanUntrash()
  {
    return 
$this->canUntrash;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0143 ]--