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


Viewing file:     ChartSpec.php (9.86 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_Sheets_ChartSpec extends Google_Collection
{
  protected 
$collection_key 'sortSpecs';
  public 
$altText;
  protected 
$backgroundColorType 'Google_Service_Sheets_Color';
  protected 
$backgroundColorDataType '';
  protected 
$backgroundColorStyleType 'Google_Service_Sheets_ColorStyle';
  protected 
$backgroundColorStyleDataType '';
  protected 
$basicChartType 'Google_Service_Sheets_BasicChartSpec';
  protected 
$basicChartDataType '';
  protected 
$bubbleChartType 'Google_Service_Sheets_BubbleChartSpec';
  protected 
$bubbleChartDataType '';
  protected 
$candlestickChartType 'Google_Service_Sheets_CandlestickChartSpec';
  protected 
$candlestickChartDataType '';
  protected 
$dataSourceChartPropertiesType 'Google_Service_Sheets_DataSourceChartProperties';
  protected 
$dataSourceChartPropertiesDataType '';
  protected 
$filterSpecsType 'Google_Service_Sheets_FilterSpec';
  protected 
$filterSpecsDataType 'array';
  public 
$fontName;
  public 
$hiddenDimensionStrategy;
  protected 
$histogramChartType 'Google_Service_Sheets_HistogramChartSpec';
  protected 
$histogramChartDataType '';
  public 
$maximized;
  protected 
$orgChartType 'Google_Service_Sheets_OrgChartSpec';
  protected 
$orgChartDataType '';
  protected 
$pieChartType 'Google_Service_Sheets_PieChartSpec';
  protected 
$pieChartDataType '';
  protected 
$scorecardChartType 'Google_Service_Sheets_ScorecardChartSpec';
  protected 
$scorecardChartDataType '';
  protected 
$sortSpecsType 'Google_Service_Sheets_SortSpec';
  protected 
$sortSpecsDataType 'array';
  public 
$subtitle;
  protected 
$subtitleTextFormatType 'Google_Service_Sheets_TextFormat';
  protected 
$subtitleTextFormatDataType '';
  protected 
$subtitleTextPositionType 'Google_Service_Sheets_TextPosition';
  protected 
$subtitleTextPositionDataType '';
  public 
$title;
  protected 
$titleTextFormatType 'Google_Service_Sheets_TextFormat';
  protected 
$titleTextFormatDataType '';
  protected 
$titleTextPositionType 'Google_Service_Sheets_TextPosition';
  protected 
$titleTextPositionDataType '';
  protected 
$treemapChartType 'Google_Service_Sheets_TreemapChartSpec';
  protected 
$treemapChartDataType '';
  protected 
$waterfallChartType 'Google_Service_Sheets_WaterfallChartSpec';
  protected 
$waterfallChartDataType '';

  public function 
setAltText($altText)
  {
    
$this->altText $altText;
  }
  public function 
getAltText()
  {
    return 
$this->altText;
  }
  
/**
   * @param Google_Service_Sheets_Color
   */
  
public function setBackgroundColor(Google_Service_Sheets_Color $backgroundColor)
  {
    
$this->backgroundColor $backgroundColor;
  }
  
/**
   * @return Google_Service_Sheets_Color
   */
  
public function getBackgroundColor()
  {
    return 
$this->backgroundColor;
  }
  
/**
   * @param Google_Service_Sheets_ColorStyle
   */
  
public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle)
  {
    
$this->backgroundColorStyle $backgroundColorStyle;
  }
  
/**
   * @return Google_Service_Sheets_ColorStyle
   */
  
public function getBackgroundColorStyle()
  {
    return 
$this->backgroundColorStyle;
  }
  
/**
   * @param Google_Service_Sheets_BasicChartSpec
   */
  
public function setBasicChart(Google_Service_Sheets_BasicChartSpec $basicChart)
  {
    
$this->basicChart $basicChart;
  }
  
/**
   * @return Google_Service_Sheets_BasicChartSpec
   */
  
public function getBasicChart()
  {
    return 
$this->basicChart;
  }
  
/**
   * @param Google_Service_Sheets_BubbleChartSpec
   */
  
public function setBubbleChart(Google_Service_Sheets_BubbleChartSpec $bubbleChart)
  {
    
$this->bubbleChart $bubbleChart;
  }
  
/**
   * @return Google_Service_Sheets_BubbleChartSpec
   */
  
public function getBubbleChart()
  {
    return 
$this->bubbleChart;
  }
  
/**
   * @param Google_Service_Sheets_CandlestickChartSpec
   */
  
public function setCandlestickChart(Google_Service_Sheets_CandlestickChartSpec $candlestickChart)
  {
    
$this->candlestickChart $candlestickChart;
  }
  
/**
   * @return Google_Service_Sheets_CandlestickChartSpec
   */
  
public function getCandlestickChart()
  {
    return 
$this->candlestickChart;
  }
  
/**
   * @param Google_Service_Sheets_DataSourceChartProperties
   */
  
public function setDataSourceChartProperties(Google_Service_Sheets_DataSourceChartProperties $dataSourceChartProperties)
  {
    
$this->dataSourceChartProperties $dataSourceChartProperties;
  }
  
/**
   * @return Google_Service_Sheets_DataSourceChartProperties
   */
  
public function getDataSourceChartProperties()
  {
    return 
$this->dataSourceChartProperties;
  }
  
/**
   * @param Google_Service_Sheets_FilterSpec[]
   */
  
public function setFilterSpecs($filterSpecs)
  {
    
$this->filterSpecs $filterSpecs;
  }
  
/**
   * @return Google_Service_Sheets_FilterSpec[]
   */
  
public function getFilterSpecs()
  {
    return 
$this->filterSpecs;
  }
  public function 
setFontName($fontName)
  {
    
$this->fontName $fontName;
  }
  public function 
getFontName()
  {
    return 
$this->fontName;
  }
  public function 
setHiddenDimensionStrategy($hiddenDimensionStrategy)
  {
    
$this->hiddenDimensionStrategy $hiddenDimensionStrategy;
  }
  public function 
getHiddenDimensionStrategy()
  {
    return 
$this->hiddenDimensionStrategy;
  }
  
/**
   * @param Google_Service_Sheets_HistogramChartSpec
   */
  
public function setHistogramChart(Google_Service_Sheets_HistogramChartSpec $histogramChart)
  {
    
$this->histogramChart $histogramChart;
  }
  
/**
   * @return Google_Service_Sheets_HistogramChartSpec
   */
  
public function getHistogramChart()
  {
    return 
$this->histogramChart;
  }
  public function 
setMaximized($maximized)
  {
    
$this->maximized $maximized;
  }
  public function 
getMaximized()
  {
    return 
$this->maximized;
  }
  
/**
   * @param Google_Service_Sheets_OrgChartSpec
   */
  
public function setOrgChart(Google_Service_Sheets_OrgChartSpec $orgChart)
  {
    
$this->orgChart $orgChart;
  }
  
/**
   * @return Google_Service_Sheets_OrgChartSpec
   */
  
public function getOrgChart()
  {
    return 
$this->orgChart;
  }
  
/**
   * @param Google_Service_Sheets_PieChartSpec
   */
  
public function setPieChart(Google_Service_Sheets_PieChartSpec $pieChart)
  {
    
$this->pieChart $pieChart;
  }
  
/**
   * @return Google_Service_Sheets_PieChartSpec
   */
  
public function getPieChart()
  {
    return 
$this->pieChart;
  }
  
/**
   * @param Google_Service_Sheets_ScorecardChartSpec
   */
  
public function setScorecardChart(Google_Service_Sheets_ScorecardChartSpec $scorecardChart)
  {
    
$this->scorecardChart $scorecardChart;
  }
  
/**
   * @return Google_Service_Sheets_ScorecardChartSpec
   */
  
public function getScorecardChart()
  {
    return 
$this->scorecardChart;
  }
  
/**
   * @param Google_Service_Sheets_SortSpec[]
   */
  
public function setSortSpecs($sortSpecs)
  {
    
$this->sortSpecs $sortSpecs;
  }
  
/**
   * @return Google_Service_Sheets_SortSpec[]
   */
  
public function getSortSpecs()
  {
    return 
$this->sortSpecs;
  }
  public function 
setSubtitle($subtitle)
  {
    
$this->subtitle $subtitle;
  }
  public function 
getSubtitle()
  {
    return 
$this->subtitle;
  }
  
/**
   * @param Google_Service_Sheets_TextFormat
   */
  
public function setSubtitleTextFormat(Google_Service_Sheets_TextFormat $subtitleTextFormat)
  {
    
$this->subtitleTextFormat $subtitleTextFormat;
  }
  
/**
   * @return Google_Service_Sheets_TextFormat
   */
  
public function getSubtitleTextFormat()
  {
    return 
$this->subtitleTextFormat;
  }
  
/**
   * @param Google_Service_Sheets_TextPosition
   */
  
public function setSubtitleTextPosition(Google_Service_Sheets_TextPosition $subtitleTextPosition)
  {
    
$this->subtitleTextPosition $subtitleTextPosition;
  }
  
/**
   * @return Google_Service_Sheets_TextPosition
   */
  
public function getSubtitleTextPosition()
  {
    return 
$this->subtitleTextPosition;
  }
  public function 
setTitle($title)
  {
    
$this->title $title;
  }
  public function 
getTitle()
  {
    return 
$this->title;
  }
  
/**
   * @param Google_Service_Sheets_TextFormat
   */
  
public function setTitleTextFormat(Google_Service_Sheets_TextFormat $titleTextFormat)
  {
    
$this->titleTextFormat $titleTextFormat;
  }
  
/**
   * @return Google_Service_Sheets_TextFormat
   */
  
public function getTitleTextFormat()
  {
    return 
$this->titleTextFormat;
  }
  
/**
   * @param Google_Service_Sheets_TextPosition
   */
  
public function setTitleTextPosition(Google_Service_Sheets_TextPosition $titleTextPosition)
  {
    
$this->titleTextPosition $titleTextPosition;
  }
  
/**
   * @return Google_Service_Sheets_TextPosition
   */
  
public function getTitleTextPosition()
  {
    return 
$this->titleTextPosition;
  }
  
/**
   * @param Google_Service_Sheets_TreemapChartSpec
   */
  
public function setTreemapChart(Google_Service_Sheets_TreemapChartSpec $treemapChart)
  {
    
$this->treemapChart $treemapChart;
  }
  
/**
   * @return Google_Service_Sheets_TreemapChartSpec
   */
  
public function getTreemapChart()
  {
    return 
$this->treemapChart;
  }
  
/**
   * @param Google_Service_Sheets_WaterfallChartSpec
   */
  
public function setWaterfallChart(Google_Service_Sheets_WaterfallChartSpec $waterfallChart)
  {
    
$this->waterfallChart $waterfallChart;
  }
  
/**
   * @return Google_Service_Sheets_WaterfallChartSpec
   */
  
public function getWaterfallChart()
  {
    return 
$this->waterfallChart;
  }
}

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