!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/Slides/   drwxr-xr-x
Free 13.08 GB of 57.97 GB (22.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Response.php (6.56 KB)      -rw-r--r--
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_Slides_Response extends Google_Model
{
  protected 
$createImageType 'Google_Service_Slides_CreateImageResponse';
  protected 
$createImageDataType '';
  protected 
$createLineType 'Google_Service_Slides_CreateLineResponse';
  protected 
$createLineDataType '';
  protected 
$createShapeType 'Google_Service_Slides_CreateShapeResponse';
  protected 
$createShapeDataType '';
  protected 
$createSheetsChartType 'Google_Service_Slides_CreateSheetsChartResponse';
  protected 
$createSheetsChartDataType '';
  protected 
$createSlideType 'Google_Service_Slides_CreateSlideResponse';
  protected 
$createSlideDataType '';
  protected 
$createTableType 'Google_Service_Slides_CreateTableResponse';
  protected 
$createTableDataType '';
  protected 
$createVideoType 'Google_Service_Slides_CreateVideoResponse';
  protected 
$createVideoDataType '';
  protected 
$duplicateObjectType 'Google_Service_Slides_DuplicateObjectResponse';
  protected 
$duplicateObjectDataType '';
  protected 
$groupObjectsType 'Google_Service_Slides_GroupObjectsResponse';
  protected 
$groupObjectsDataType '';
  protected 
$replaceAllShapesWithImageType 'Google_Service_Slides_ReplaceAllShapesWithImageResponse';
  protected 
$replaceAllShapesWithImageDataType '';
  protected 
$replaceAllShapesWithSheetsChartType 'Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse';
  protected 
$replaceAllShapesWithSheetsChartDataType '';
  protected 
$replaceAllTextType 'Google_Service_Slides_ReplaceAllTextResponse';
  protected 
$replaceAllTextDataType '';

  
/**
   * @param Google_Service_Slides_CreateImageResponse
   */
  
public function setCreateImage(Google_Service_Slides_CreateImageResponse $createImage)
  {
    
$this->createImage $createImage;
  }
  
/**
   * @return Google_Service_Slides_CreateImageResponse
   */
  
public function getCreateImage()
  {
    return 
$this->createImage;
  }
  
/**
   * @param Google_Service_Slides_CreateLineResponse
   */
  
public function setCreateLine(Google_Service_Slides_CreateLineResponse $createLine)
  {
    
$this->createLine $createLine;
  }
  
/**
   * @return Google_Service_Slides_CreateLineResponse
   */
  
public function getCreateLine()
  {
    return 
$this->createLine;
  }
  
/**
   * @param Google_Service_Slides_CreateShapeResponse
   */
  
public function setCreateShape(Google_Service_Slides_CreateShapeResponse $createShape)
  {
    
$this->createShape $createShape;
  }
  
/**
   * @return Google_Service_Slides_CreateShapeResponse
   */
  
public function getCreateShape()
  {
    return 
$this->createShape;
  }
  
/**
   * @param Google_Service_Slides_CreateSheetsChartResponse
   */
  
public function setCreateSheetsChart(Google_Service_Slides_CreateSheetsChartResponse $createSheetsChart)
  {
    
$this->createSheetsChart $createSheetsChart;
  }
  
/**
   * @return Google_Service_Slides_CreateSheetsChartResponse
   */
  
public function getCreateSheetsChart()
  {
    return 
$this->createSheetsChart;
  }
  
/**
   * @param Google_Service_Slides_CreateSlideResponse
   */
  
public function setCreateSlide(Google_Service_Slides_CreateSlideResponse $createSlide)
  {
    
$this->createSlide $createSlide;
  }
  
/**
   * @return Google_Service_Slides_CreateSlideResponse
   */
  
public function getCreateSlide()
  {
    return 
$this->createSlide;
  }
  
/**
   * @param Google_Service_Slides_CreateTableResponse
   */
  
public function setCreateTable(Google_Service_Slides_CreateTableResponse $createTable)
  {
    
$this->createTable $createTable;
  }
  
/**
   * @return Google_Service_Slides_CreateTableResponse
   */
  
public function getCreateTable()
  {
    return 
$this->createTable;
  }
  
/**
   * @param Google_Service_Slides_CreateVideoResponse
   */
  
public function setCreateVideo(Google_Service_Slides_CreateVideoResponse $createVideo)
  {
    
$this->createVideo $createVideo;
  }
  
/**
   * @return Google_Service_Slides_CreateVideoResponse
   */
  
public function getCreateVideo()
  {
    return 
$this->createVideo;
  }
  
/**
   * @param Google_Service_Slides_DuplicateObjectResponse
   */
  
public function setDuplicateObject(Google_Service_Slides_DuplicateObjectResponse $duplicateObject)
  {
    
$this->duplicateObject $duplicateObject;
  }
  
/**
   * @return Google_Service_Slides_DuplicateObjectResponse
   */
  
public function getDuplicateObject()
  {
    return 
$this->duplicateObject;
  }
  
/**
   * @param Google_Service_Slides_GroupObjectsResponse
   */
  
public function setGroupObjects(Google_Service_Slides_GroupObjectsResponse $groupObjects)
  {
    
$this->groupObjects $groupObjects;
  }
  
/**
   * @return Google_Service_Slides_GroupObjectsResponse
   */
  
public function getGroupObjects()
  {
    return 
$this->groupObjects;
  }
  
/**
   * @param Google_Service_Slides_ReplaceAllShapesWithImageResponse
   */
  
public function setReplaceAllShapesWithImage(Google_Service_Slides_ReplaceAllShapesWithImageResponse $replaceAllShapesWithImage)
  {
    
$this->replaceAllShapesWithImage $replaceAllShapesWithImage;
  }
  
/**
   * @return Google_Service_Slides_ReplaceAllShapesWithImageResponse
   */
  
public function getReplaceAllShapesWithImage()
  {
    return 
$this->replaceAllShapesWithImage;
  }
  
/**
   * @param Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse
   */
  
public function setReplaceAllShapesWithSheetsChart(Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse $replaceAllShapesWithSheetsChart)
  {
    
$this->replaceAllShapesWithSheetsChart $replaceAllShapesWithSheetsChart;
  }
  
/**
   * @return Google_Service_Slides_ReplaceAllShapesWithSheetsChartResponse
   */
  
public function getReplaceAllShapesWithSheetsChart()
  {
    return 
$this->replaceAllShapesWithSheetsChart;
  }
  
/**
   * @param Google_Service_Slides_ReplaceAllTextResponse
   */
  
public function setReplaceAllText(Google_Service_Slides_ReplaceAllTextResponse $replaceAllText)
  {
    
$this->replaceAllText $replaceAllText;
  }
  
/**
   * @return Google_Service_Slides_ReplaceAllTextResponse
   */
  
public function getReplaceAllText()
  {
    return 
$this->replaceAllText;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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