!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/Docs/   drwxrwxrwx
Free 13.01 GB of 57.97 GB (22.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     EmbeddedObject.php (4.97 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_Docs_EmbeddedObject extends Google_Model
{
  public 
$description;
  protected 
$embeddedDrawingPropertiesType 'Google_Service_Docs_EmbeddedDrawingProperties';
  protected 
$embeddedDrawingPropertiesDataType '';
  protected 
$embeddedObjectBorderType 'Google_Service_Docs_EmbeddedObjectBorder';
  protected 
$embeddedObjectBorderDataType '';
  protected 
$imagePropertiesType 'Google_Service_Docs_ImageProperties';
  protected 
$imagePropertiesDataType '';
  protected 
$linkedContentReferenceType 'Google_Service_Docs_LinkedContentReference';
  protected 
$linkedContentReferenceDataType '';
  protected 
$marginBottomType 'Google_Service_Docs_Dimension';
  protected 
$marginBottomDataType '';
  protected 
$marginLeftType 'Google_Service_Docs_Dimension';
  protected 
$marginLeftDataType '';
  protected 
$marginRightType 'Google_Service_Docs_Dimension';
  protected 
$marginRightDataType '';
  protected 
$marginTopType 'Google_Service_Docs_Dimension';
  protected 
$marginTopDataType '';
  protected 
$sizeType 'Google_Service_Docs_Size';
  protected 
$sizeDataType '';
  public 
$title;

  public function 
setDescription($description)
  {
    
$this->description $description;
  }
  public function 
getDescription()
  {
    return 
$this->description;
  }
  
/**
   * @param Google_Service_Docs_EmbeddedDrawingProperties
   */
  
public function setEmbeddedDrawingProperties(Google_Service_Docs_EmbeddedDrawingProperties $embeddedDrawingProperties)
  {
    
$this->embeddedDrawingProperties $embeddedDrawingProperties;
  }
  
/**
   * @return Google_Service_Docs_EmbeddedDrawingProperties
   */
  
public function getEmbeddedDrawingProperties()
  {
    return 
$this->embeddedDrawingProperties;
  }
  
/**
   * @param Google_Service_Docs_EmbeddedObjectBorder
   */
  
public function setEmbeddedObjectBorder(Google_Service_Docs_EmbeddedObjectBorder $embeddedObjectBorder)
  {
    
$this->embeddedObjectBorder $embeddedObjectBorder;
  }
  
/**
   * @return Google_Service_Docs_EmbeddedObjectBorder
   */
  
public function getEmbeddedObjectBorder()
  {
    return 
$this->embeddedObjectBorder;
  }
  
/**
   * @param Google_Service_Docs_ImageProperties
   */
  
public function setImageProperties(Google_Service_Docs_ImageProperties $imageProperties)
  {
    
$this->imageProperties $imageProperties;
  }
  
/**
   * @return Google_Service_Docs_ImageProperties
   */
  
public function getImageProperties()
  {
    return 
$this->imageProperties;
  }
  
/**
   * @param Google_Service_Docs_LinkedContentReference
   */
  
public function setLinkedContentReference(Google_Service_Docs_LinkedContentReference $linkedContentReference)
  {
    
$this->linkedContentReference $linkedContentReference;
  }
  
/**
   * @return Google_Service_Docs_LinkedContentReference
   */
  
public function getLinkedContentReference()
  {
    return 
$this->linkedContentReference;
  }
  
/**
   * @param Google_Service_Docs_Dimension
   */
  
public function setMarginBottom(Google_Service_Docs_Dimension $marginBottom)
  {
    
$this->marginBottom $marginBottom;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginBottom()
  {
    return 
$this->marginBottom;
  }
  
/**
   * @param Google_Service_Docs_Dimension
   */
  
public function setMarginLeft(Google_Service_Docs_Dimension $marginLeft)
  {
    
$this->marginLeft $marginLeft;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginLeft()
  {
    return 
$this->marginLeft;
  }
  
/**
   * @param Google_Service_Docs_Dimension
   */
  
public function setMarginRight(Google_Service_Docs_Dimension $marginRight)
  {
    
$this->marginRight $marginRight;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginRight()
  {
    return 
$this->marginRight;
  }
  
/**
   * @param Google_Service_Docs_Dimension
   */
  
public function setMarginTop(Google_Service_Docs_Dimension $marginTop)
  {
    
$this->marginTop $marginTop;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginTop()
  {
    return 
$this->marginTop;
  }
  
/**
   * @param Google_Service_Docs_Size
   */
  
public function setSize(Google_Service_Docs_Size $size)
  {
    
$this->size $size;
  }
  
/**
   * @return Google_Service_Docs_Size
   */
  
public function getSize()
  {
    return 
$this->size;
  }
  public function 
setTitle($title)
  {
    
$this->title $title;
  }
  public function 
getTitle()
  {
    return 
$this->title;
  }
}

:: 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.0059 ]--