!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:     DocumentStyle.php (6.19 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_DocumentStyle extends Google_Model
{
  protected 
$backgroundType 'Google_Service_Docs_Background';
  protected 
$backgroundDataType '';
  public 
$defaultFooterId;
  public 
$defaultHeaderId;
  public 
$evenPageFooterId;
  public 
$evenPageHeaderId;
  public 
$firstPageFooterId;
  public 
$firstPageHeaderId;
  protected 
$marginBottomType 'Google_Service_Docs_Dimension';
  protected 
$marginBottomDataType '';
  protected 
$marginFooterType 'Google_Service_Docs_Dimension';
  protected 
$marginFooterDataType '';
  protected 
$marginHeaderType 'Google_Service_Docs_Dimension';
  protected 
$marginHeaderDataType '';
  protected 
$marginLeftType 'Google_Service_Docs_Dimension';
  protected 
$marginLeftDataType '';
  protected 
$marginRightType 'Google_Service_Docs_Dimension';
  protected 
$marginRightDataType '';
  protected 
$marginTopType 'Google_Service_Docs_Dimension';
  protected 
$marginTopDataType '';
  public 
$pageNumberStart;
  protected 
$pageSizeType 'Google_Service_Docs_Size';
  protected 
$pageSizeDataType '';
  public 
$useCustomHeaderFooterMargins;
  public 
$useEvenPageHeaderFooter;
  public 
$useFirstPageHeaderFooter;

  
/**
   * @param Google_Service_Docs_Background
   */
  
public function setBackground(Google_Service_Docs_Background $background)
  {
    
$this->background $background;
  }
  
/**
   * @return Google_Service_Docs_Background
   */
  
public function getBackground()
  {
    return 
$this->background;
  }
  public function 
setDefaultFooterId($defaultFooterId)
  {
    
$this->defaultFooterId $defaultFooterId;
  }
  public function 
getDefaultFooterId()
  {
    return 
$this->defaultFooterId;
  }
  public function 
setDefaultHeaderId($defaultHeaderId)
  {
    
$this->defaultHeaderId $defaultHeaderId;
  }
  public function 
getDefaultHeaderId()
  {
    return 
$this->defaultHeaderId;
  }
  public function 
setEvenPageFooterId($evenPageFooterId)
  {
    
$this->evenPageFooterId $evenPageFooterId;
  }
  public function 
getEvenPageFooterId()
  {
    return 
$this->evenPageFooterId;
  }
  public function 
setEvenPageHeaderId($evenPageHeaderId)
  {
    
$this->evenPageHeaderId $evenPageHeaderId;
  }
  public function 
getEvenPageHeaderId()
  {
    return 
$this->evenPageHeaderId;
  }
  public function 
setFirstPageFooterId($firstPageFooterId)
  {
    
$this->firstPageFooterId $firstPageFooterId;
  }
  public function 
getFirstPageFooterId()
  {
    return 
$this->firstPageFooterId;
  }
  public function 
setFirstPageHeaderId($firstPageHeaderId)
  {
    
$this->firstPageHeaderId $firstPageHeaderId;
  }
  public function 
getFirstPageHeaderId()
  {
    return 
$this->firstPageHeaderId;
  }
  
/**
   * @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 setMarginFooter(Google_Service_Docs_Dimension $marginFooter)
  {
    
$this->marginFooter $marginFooter;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginFooter()
  {
    return 
$this->marginFooter;
  }
  
/**
   * @param Google_Service_Docs_Dimension
   */
  
public function setMarginHeader(Google_Service_Docs_Dimension $marginHeader)
  {
    
$this->marginHeader $marginHeader;
  }
  
/**
   * @return Google_Service_Docs_Dimension
   */
  
public function getMarginHeader()
  {
    return 
$this->marginHeader;
  }
  
/**
   * @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;
  }
  public function 
setPageNumberStart($pageNumberStart)
  {
    
$this->pageNumberStart $pageNumberStart;
  }
  public function 
getPageNumberStart()
  {
    return 
$this->pageNumberStart;
  }
  
/**
   * @param Google_Service_Docs_Size
   */
  
public function setPageSize(Google_Service_Docs_Size $pageSize)
  {
    
$this->pageSize $pageSize;
  }
  
/**
   * @return Google_Service_Docs_Size
   */
  
public function getPageSize()
  {
    return 
$this->pageSize;
  }
  public function 
setUseCustomHeaderFooterMargins($useCustomHeaderFooterMargins)
  {
    
$this->useCustomHeaderFooterMargins $useCustomHeaderFooterMargins;
  }
  public function 
getUseCustomHeaderFooterMargins()
  {
    return 
$this->useCustomHeaderFooterMargins;
  }
  public function 
setUseEvenPageHeaderFooter($useEvenPageHeaderFooter)
  {
    
$this->useEvenPageHeaderFooter $useEvenPageHeaderFooter;
  }
  public function 
getUseEvenPageHeaderFooter()
  {
    return 
$this->useEvenPageHeaderFooter;
  }
  public function 
setUseFirstPageHeaderFooter($useFirstPageHeaderFooter)
  {
    
$this->useFirstPageHeaderFooter $useFirstPageHeaderFooter;
  }
  public function 
getUseFirstPageHeaderFooter()
  {
    return 
$this->useFirstPageHeaderFooter;
  }
}

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