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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smm.picotech.app/public_html/vendor/google/apiclient-services/src/Docs/   drwxr-xr-x
Free 28.52 GB of 117.98 GB (24.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Request.php (14.93 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.
 */

namespace Google\Service\Docs;

class 
Request extends \Google\Model
{
  protected 
$createFooterType CreateFooterRequest::class;
  protected 
$createFooterDataType '';
  protected 
$createFootnoteType CreateFootnoteRequest::class;
  protected 
$createFootnoteDataType '';
  protected 
$createHeaderType CreateHeaderRequest::class;
  protected 
$createHeaderDataType '';
  protected 
$createNamedRangeType CreateNamedRangeRequest::class;
  protected 
$createNamedRangeDataType '';
  protected 
$createParagraphBulletsType CreateParagraphBulletsRequest::class;
  protected 
$createParagraphBulletsDataType '';
  protected 
$deleteContentRangeType DeleteContentRangeRequest::class;
  protected 
$deleteContentRangeDataType '';
  protected 
$deleteFooterType DeleteFooterRequest::class;
  protected 
$deleteFooterDataType '';
  protected 
$deleteHeaderType DeleteHeaderRequest::class;
  protected 
$deleteHeaderDataType '';
  protected 
$deleteNamedRangeType DeleteNamedRangeRequest::class;
  protected 
$deleteNamedRangeDataType '';
  protected 
$deleteParagraphBulletsType DeleteParagraphBulletsRequest::class;
  protected 
$deleteParagraphBulletsDataType '';
  protected 
$deletePositionedObjectType DeletePositionedObjectRequest::class;
  protected 
$deletePositionedObjectDataType '';
  protected 
$deleteTableColumnType DeleteTableColumnRequest::class;
  protected 
$deleteTableColumnDataType '';
  protected 
$deleteTableRowType DeleteTableRowRequest::class;
  protected 
$deleteTableRowDataType '';
  protected 
$insertInlineImageType InsertInlineImageRequest::class;
  protected 
$insertInlineImageDataType '';
  protected 
$insertPageBreakType InsertPageBreakRequest::class;
  protected 
$insertPageBreakDataType '';
  protected 
$insertSectionBreakType InsertSectionBreakRequest::class;
  protected 
$insertSectionBreakDataType '';
  protected 
$insertTableType InsertTableRequest::class;
  protected 
$insertTableDataType '';
  protected 
$insertTableColumnType InsertTableColumnRequest::class;
  protected 
$insertTableColumnDataType '';
  protected 
$insertTableRowType InsertTableRowRequest::class;
  protected 
$insertTableRowDataType '';
  protected 
$insertTextType InsertTextRequest::class;
  protected 
$insertTextDataType '';
  protected 
$mergeTableCellsType MergeTableCellsRequest::class;
  protected 
$mergeTableCellsDataType '';
  protected 
$pinTableHeaderRowsType PinTableHeaderRowsRequest::class;
  protected 
$pinTableHeaderRowsDataType '';
  protected 
$replaceAllTextType ReplaceAllTextRequest::class;
  protected 
$replaceAllTextDataType '';
  protected 
$replaceImageType ReplaceImageRequest::class;
  protected 
$replaceImageDataType '';
  protected 
$replaceNamedRangeContentType ReplaceNamedRangeContentRequest::class;
  protected 
$replaceNamedRangeContentDataType '';
  protected 
$unmergeTableCellsType UnmergeTableCellsRequest::class;
  protected 
$unmergeTableCellsDataType '';
  protected 
$updateDocumentStyleType UpdateDocumentStyleRequest::class;
  protected 
$updateDocumentStyleDataType '';
  protected 
$updateParagraphStyleType UpdateParagraphStyleRequest::class;
  protected 
$updateParagraphStyleDataType '';
  protected 
$updateSectionStyleType UpdateSectionStyleRequest::class;
  protected 
$updateSectionStyleDataType '';
  protected 
$updateTableCellStyleType UpdateTableCellStyleRequest::class;
  protected 
$updateTableCellStyleDataType '';
  protected 
$updateTableColumnPropertiesType UpdateTableColumnPropertiesRequest::class;
  protected 
$updateTableColumnPropertiesDataType '';
  protected 
$updateTableRowStyleType UpdateTableRowStyleRequest::class;
  protected 
$updateTableRowStyleDataType '';
  protected 
$updateTextStyleType UpdateTextStyleRequest::class;
  protected 
$updateTextStyleDataType '';

  
/**
   * @param CreateFooterRequest
   */
  
public function setCreateFooter(CreateFooterRequest $createFooter)
  {
    
$this->createFooter $createFooter;
  }
  
/**
   * @return CreateFooterRequest
   */
  
public function getCreateFooter()
  {
    return 
$this->createFooter;
  }
  
/**
   * @param CreateFootnoteRequest
   */
  
public function setCreateFootnote(CreateFootnoteRequest $createFootnote)
  {
    
$this->createFootnote $createFootnote;
  }
  
/**
   * @return CreateFootnoteRequest
   */
  
public function getCreateFootnote()
  {
    return 
$this->createFootnote;
  }
  
/**
   * @param CreateHeaderRequest
   */
  
public function setCreateHeader(CreateHeaderRequest $createHeader)
  {
    
$this->createHeader $createHeader;
  }
  
/**
   * @return CreateHeaderRequest
   */
  
public function getCreateHeader()
  {
    return 
$this->createHeader;
  }
  
/**
   * @param CreateNamedRangeRequest
   */
  
public function setCreateNamedRange(CreateNamedRangeRequest $createNamedRange)
  {
    
$this->createNamedRange $createNamedRange;
  }
  
/**
   * @return CreateNamedRangeRequest
   */
  
public function getCreateNamedRange()
  {
    return 
$this->createNamedRange;
  }
  
/**
   * @param CreateParagraphBulletsRequest
   */
  
public function setCreateParagraphBullets(CreateParagraphBulletsRequest $createParagraphBullets)
  {
    
$this->createParagraphBullets $createParagraphBullets;
  }
  
/**
   * @return CreateParagraphBulletsRequest
   */
  
public function getCreateParagraphBullets()
  {
    return 
$this->createParagraphBullets;
  }
  
/**
   * @param DeleteContentRangeRequest
   */
  
public function setDeleteContentRange(DeleteContentRangeRequest $deleteContentRange)
  {
    
$this->deleteContentRange $deleteContentRange;
  }
  
/**
   * @return DeleteContentRangeRequest
   */
  
public function getDeleteContentRange()
  {
    return 
$this->deleteContentRange;
  }
  
/**
   * @param DeleteFooterRequest
   */
  
public function setDeleteFooter(DeleteFooterRequest $deleteFooter)
  {
    
$this->deleteFooter $deleteFooter;
  }
  
/**
   * @return DeleteFooterRequest
   */
  
public function getDeleteFooter()
  {
    return 
$this->deleteFooter;
  }
  
/**
   * @param DeleteHeaderRequest
   */
  
public function setDeleteHeader(DeleteHeaderRequest $deleteHeader)
  {
    
$this->deleteHeader $deleteHeader;
  }
  
/**
   * @return DeleteHeaderRequest
   */
  
public function getDeleteHeader()
  {
    return 
$this->deleteHeader;
  }
  
/**
   * @param DeleteNamedRangeRequest
   */
  
public function setDeleteNamedRange(DeleteNamedRangeRequest $deleteNamedRange)
  {
    
$this->deleteNamedRange $deleteNamedRange;
  }
  
/**
   * @return DeleteNamedRangeRequest
   */
  
public function getDeleteNamedRange()
  {
    return 
$this->deleteNamedRange;
  }
  
/**
   * @param DeleteParagraphBulletsRequest
   */
  
public function setDeleteParagraphBullets(DeleteParagraphBulletsRequest $deleteParagraphBullets)
  {
    
$this->deleteParagraphBullets $deleteParagraphBullets;
  }
  
/**
   * @return DeleteParagraphBulletsRequest
   */
  
public function getDeleteParagraphBullets()
  {
    return 
$this->deleteParagraphBullets;
  }
  
/**
   * @param DeletePositionedObjectRequest
   */
  
public function setDeletePositionedObject(DeletePositionedObjectRequest $deletePositionedObject)
  {
    
$this->deletePositionedObject $deletePositionedObject;
  }
  
/**
   * @return DeletePositionedObjectRequest
   */
  
public function getDeletePositionedObject()
  {
    return 
$this->deletePositionedObject;
  }
  
/**
   * @param DeleteTableColumnRequest
   */
  
public function setDeleteTableColumn(DeleteTableColumnRequest $deleteTableColumn)
  {
    
$this->deleteTableColumn $deleteTableColumn;
  }
  
/**
   * @return DeleteTableColumnRequest
   */
  
public function getDeleteTableColumn()
  {
    return 
$this->deleteTableColumn;
  }
  
/**
   * @param DeleteTableRowRequest
   */
  
public function setDeleteTableRow(DeleteTableRowRequest $deleteTableRow)
  {
    
$this->deleteTableRow $deleteTableRow;
  }
  
/**
   * @return DeleteTableRowRequest
   */
  
public function getDeleteTableRow()
  {
    return 
$this->deleteTableRow;
  }
  
/**
   * @param InsertInlineImageRequest
   */
  
public function setInsertInlineImage(InsertInlineImageRequest $insertInlineImage)
  {
    
$this->insertInlineImage $insertInlineImage;
  }
  
/**
   * @return InsertInlineImageRequest
   */
  
public function getInsertInlineImage()
  {
    return 
$this->insertInlineImage;
  }
  
/**
   * @param InsertPageBreakRequest
   */
  
public function setInsertPageBreak(InsertPageBreakRequest $insertPageBreak)
  {
    
$this->insertPageBreak $insertPageBreak;
  }
  
/**
   * @return InsertPageBreakRequest
   */
  
public function getInsertPageBreak()
  {
    return 
$this->insertPageBreak;
  }
  
/**
   * @param InsertSectionBreakRequest
   */
  
public function setInsertSectionBreak(InsertSectionBreakRequest $insertSectionBreak)
  {
    
$this->insertSectionBreak $insertSectionBreak;
  }
  
/**
   * @return InsertSectionBreakRequest
   */
  
public function getInsertSectionBreak()
  {
    return 
$this->insertSectionBreak;
  }
  
/**
   * @param InsertTableRequest
   */
  
public function setInsertTable(InsertTableRequest $insertTable)
  {
    
$this->insertTable $insertTable;
  }
  
/**
   * @return InsertTableRequest
   */
  
public function getInsertTable()
  {
    return 
$this->insertTable;
  }
  
/**
   * @param InsertTableColumnRequest
   */
  
public function setInsertTableColumn(InsertTableColumnRequest $insertTableColumn)
  {
    
$this->insertTableColumn $insertTableColumn;
  }
  
/**
   * @return InsertTableColumnRequest
   */
  
public function getInsertTableColumn()
  {
    return 
$this->insertTableColumn;
  }
  
/**
   * @param InsertTableRowRequest
   */
  
public function setInsertTableRow(InsertTableRowRequest $insertTableRow)
  {
    
$this->insertTableRow $insertTableRow;
  }
  
/**
   * @return InsertTableRowRequest
   */
  
public function getInsertTableRow()
  {
    return 
$this->insertTableRow;
  }
  
/**
   * @param InsertTextRequest
   */
  
public function setInsertText(InsertTextRequest $insertText)
  {
    
$this->insertText $insertText;
  }
  
/**
   * @return InsertTextRequest
   */
  
public function getInsertText()
  {
    return 
$this->insertText;
  }
  
/**
   * @param MergeTableCellsRequest
   */
  
public function setMergeTableCells(MergeTableCellsRequest $mergeTableCells)
  {
    
$this->mergeTableCells $mergeTableCells;
  }
  
/**
   * @return MergeTableCellsRequest
   */
  
public function getMergeTableCells()
  {
    return 
$this->mergeTableCells;
  }
  
/**
   * @param PinTableHeaderRowsRequest
   */
  
public function setPinTableHeaderRows(PinTableHeaderRowsRequest $pinTableHeaderRows)
  {
    
$this->pinTableHeaderRows $pinTableHeaderRows;
  }
  
/**
   * @return PinTableHeaderRowsRequest
   */
  
public function getPinTableHeaderRows()
  {
    return 
$this->pinTableHeaderRows;
  }
  
/**
   * @param ReplaceAllTextRequest
   */
  
public function setReplaceAllText(ReplaceAllTextRequest $replaceAllText)
  {
    
$this->replaceAllText $replaceAllText;
  }
  
/**
   * @return ReplaceAllTextRequest
   */
  
public function getReplaceAllText()
  {
    return 
$this->replaceAllText;
  }
  
/**
   * @param ReplaceImageRequest
   */
  
public function setReplaceImage(ReplaceImageRequest $replaceImage)
  {
    
$this->replaceImage $replaceImage;
  }
  
/**
   * @return ReplaceImageRequest
   */
  
public function getReplaceImage()
  {
    return 
$this->replaceImage;
  }
  
/**
   * @param ReplaceNamedRangeContentRequest
   */
  
public function setReplaceNamedRangeContent(ReplaceNamedRangeContentRequest $replaceNamedRangeContent)
  {
    
$this->replaceNamedRangeContent $replaceNamedRangeContent;
  }
  
/**
   * @return ReplaceNamedRangeContentRequest
   */
  
public function getReplaceNamedRangeContent()
  {
    return 
$this->replaceNamedRangeContent;
  }
  
/**
   * @param UnmergeTableCellsRequest
   */
  
public function setUnmergeTableCells(UnmergeTableCellsRequest $unmergeTableCells)
  {
    
$this->unmergeTableCells $unmergeTableCells;
  }
  
/**
   * @return UnmergeTableCellsRequest
   */
  
public function getUnmergeTableCells()
  {
    return 
$this->unmergeTableCells;
  }
  
/**
   * @param UpdateDocumentStyleRequest
   */
  
public function setUpdateDocumentStyle(UpdateDocumentStyleRequest $updateDocumentStyle)
  {
    
$this->updateDocumentStyle $updateDocumentStyle;
  }
  
/**
   * @return UpdateDocumentStyleRequest
   */
  
public function getUpdateDocumentStyle()
  {
    return 
$this->updateDocumentStyle;
  }
  
/**
   * @param UpdateParagraphStyleRequest
   */
  
public function setUpdateParagraphStyle(UpdateParagraphStyleRequest $updateParagraphStyle)
  {
    
$this->updateParagraphStyle $updateParagraphStyle;
  }
  
/**
   * @return UpdateParagraphStyleRequest
   */
  
public function getUpdateParagraphStyle()
  {
    return 
$this->updateParagraphStyle;
  }
  
/**
   * @param UpdateSectionStyleRequest
   */
  
public function setUpdateSectionStyle(UpdateSectionStyleRequest $updateSectionStyle)
  {
    
$this->updateSectionStyle $updateSectionStyle;
  }
  
/**
   * @return UpdateSectionStyleRequest
   */
  
public function getUpdateSectionStyle()
  {
    return 
$this->updateSectionStyle;
  }
  
/**
   * @param UpdateTableCellStyleRequest
   */
  
public function setUpdateTableCellStyle(UpdateTableCellStyleRequest $updateTableCellStyle)
  {
    
$this->updateTableCellStyle $updateTableCellStyle;
  }
  
/**
   * @return UpdateTableCellStyleRequest
   */
  
public function getUpdateTableCellStyle()
  {
    return 
$this->updateTableCellStyle;
  }
  
/**
   * @param UpdateTableColumnPropertiesRequest
   */
  
public function setUpdateTableColumnProperties(UpdateTableColumnPropertiesRequest $updateTableColumnProperties)
  {
    
$this->updateTableColumnProperties $updateTableColumnProperties;
  }
  
/**
   * @return UpdateTableColumnPropertiesRequest
   */
  
public function getUpdateTableColumnProperties()
  {
    return 
$this->updateTableColumnProperties;
  }
  
/**
   * @param UpdateTableRowStyleRequest
   */
  
public function setUpdateTableRowStyle(UpdateTableRowStyleRequest $updateTableRowStyle)
  {
    
$this->updateTableRowStyle $updateTableRowStyle;
  }
  
/**
   * @return UpdateTableRowStyleRequest
   */
  
public function getUpdateTableRowStyle()
  {
    return 
$this->updateTableRowStyle;
  }
  
/**
   * @param UpdateTextStyleRequest
   */
  
public function setUpdateTextStyle(UpdateTextStyleRequest $updateTextStyle)
  {
    
$this->updateTextStyle $updateTextStyle;
  }
  
/**
   * @return UpdateTextStyleRequest
   */
  
public function getUpdateTextStyle()
  {
    return 
$this->updateTextStyle;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Request::class, 'Google_Service_Docs_Request');

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