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


Viewing file:     Contest.php (6.54 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_CivicInfo_Contest extends Google_Collection
{
  protected 
$collection_key 'sources';
  public 
$ballotPlacement;
  public 
$ballotTitle;
  protected 
$candidatesType 'Google_Service_CivicInfo_Candidate';
  protected 
$candidatesDataType 'array';
  protected 
$districtType 'Google_Service_CivicInfo_ElectoralDistrict';
  protected 
$districtDataType '';
  public 
$electorateSpecifications;
  public 
$level;
  public 
$numberElected;
  public 
$numberVotingFor;
  public 
$office;
  public 
$primaryParties;
  public 
$primaryParty;
  public 
$referendumBallotResponses;
  public 
$referendumBrief;
  public 
$referendumConStatement;
  public 
$referendumEffectOfAbstain;
  public 
$referendumPassageThreshold;
  public 
$referendumProStatement;
  public 
$referendumSubtitle;
  public 
$referendumText;
  public 
$referendumTitle;
  public 
$referendumUrl;
  public 
$roles;
  protected 
$sourcesType 'Google_Service_CivicInfo_Source';
  protected 
$sourcesDataType 'array';
  public 
$special;
  public 
$type;

  public function 
setBallotPlacement($ballotPlacement)
  {
    
$this->ballotPlacement $ballotPlacement;
  }
  public function 
getBallotPlacement()
  {
    return 
$this->ballotPlacement;
  }
  public function 
setBallotTitle($ballotTitle)
  {
    
$this->ballotTitle $ballotTitle;
  }
  public function 
getBallotTitle()
  {
    return 
$this->ballotTitle;
  }
  
/**
   * @param Google_Service_CivicInfo_Candidate[]
   */
  
public function setCandidates($candidates)
  {
    
$this->candidates $candidates;
  }
  
/**
   * @return Google_Service_CivicInfo_Candidate[]
   */
  
public function getCandidates()
  {
    return 
$this->candidates;
  }
  
/**
   * @param Google_Service_CivicInfo_ElectoralDistrict
   */
  
public function setDistrict(Google_Service_CivicInfo_ElectoralDistrict $district)
  {
    
$this->district $district;
  }
  
/**
   * @return Google_Service_CivicInfo_ElectoralDistrict
   */
  
public function getDistrict()
  {
    return 
$this->district;
  }
  public function 
setElectorateSpecifications($electorateSpecifications)
  {
    
$this->electorateSpecifications $electorateSpecifications;
  }
  public function 
getElectorateSpecifications()
  {
    return 
$this->electorateSpecifications;
  }
  public function 
setLevel($level)
  {
    
$this->level $level;
  }
  public function 
getLevel()
  {
    return 
$this->level;
  }
  public function 
setNumberElected($numberElected)
  {
    
$this->numberElected $numberElected;
  }
  public function 
getNumberElected()
  {
    return 
$this->numberElected;
  }
  public function 
setNumberVotingFor($numberVotingFor)
  {
    
$this->numberVotingFor $numberVotingFor;
  }
  public function 
getNumberVotingFor()
  {
    return 
$this->numberVotingFor;
  }
  public function 
setOffice($office)
  {
    
$this->office $office;
  }
  public function 
getOffice()
  {
    return 
$this->office;
  }
  public function 
setPrimaryParties($primaryParties)
  {
    
$this->primaryParties $primaryParties;
  }
  public function 
getPrimaryParties()
  {
    return 
$this->primaryParties;
  }
  public function 
setPrimaryParty($primaryParty)
  {
    
$this->primaryParty $primaryParty;
  }
  public function 
getPrimaryParty()
  {
    return 
$this->primaryParty;
  }
  public function 
setReferendumBallotResponses($referendumBallotResponses)
  {
    
$this->referendumBallotResponses $referendumBallotResponses;
  }
  public function 
getReferendumBallotResponses()
  {
    return 
$this->referendumBallotResponses;
  }
  public function 
setReferendumBrief($referendumBrief)
  {
    
$this->referendumBrief $referendumBrief;
  }
  public function 
getReferendumBrief()
  {
    return 
$this->referendumBrief;
  }
  public function 
setReferendumConStatement($referendumConStatement)
  {
    
$this->referendumConStatement $referendumConStatement;
  }
  public function 
getReferendumConStatement()
  {
    return 
$this->referendumConStatement;
  }
  public function 
setReferendumEffectOfAbstain($referendumEffectOfAbstain)
  {
    
$this->referendumEffectOfAbstain $referendumEffectOfAbstain;
  }
  public function 
getReferendumEffectOfAbstain()
  {
    return 
$this->referendumEffectOfAbstain;
  }
  public function 
setReferendumPassageThreshold($referendumPassageThreshold)
  {
    
$this->referendumPassageThreshold $referendumPassageThreshold;
  }
  public function 
getReferendumPassageThreshold()
  {
    return 
$this->referendumPassageThreshold;
  }
  public function 
setReferendumProStatement($referendumProStatement)
  {
    
$this->referendumProStatement $referendumProStatement;
  }
  public function 
getReferendumProStatement()
  {
    return 
$this->referendumProStatement;
  }
  public function 
setReferendumSubtitle($referendumSubtitle)
  {
    
$this->referendumSubtitle $referendumSubtitle;
  }
  public function 
getReferendumSubtitle()
  {
    return 
$this->referendumSubtitle;
  }
  public function 
setReferendumText($referendumText)
  {
    
$this->referendumText $referendumText;
  }
  public function 
getReferendumText()
  {
    return 
$this->referendumText;
  }
  public function 
setReferendumTitle($referendumTitle)
  {
    
$this->referendumTitle $referendumTitle;
  }
  public function 
getReferendumTitle()
  {
    return 
$this->referendumTitle;
  }
  public function 
setReferendumUrl($referendumUrl)
  {
    
$this->referendumUrl $referendumUrl;
  }
  public function 
getReferendumUrl()
  {
    return 
$this->referendumUrl;
  }
  public function 
setRoles($roles)
  {
    
$this->roles $roles;
  }
  public function 
getRoles()
  {
    return 
$this->roles;
  }
  
/**
   * @param Google_Service_CivicInfo_Source[]
   */
  
public function setSources($sources)
  {
    
$this->sources $sources;
  }
  
/**
   * @return Google_Service_CivicInfo_Source[]
   */
  
public function getSources()
  {
    return 
$this->sources;
  }
  public function 
setSpecial($special)
  {
    
$this->special $special;
  }
  public function 
getSpecial()
  {
    return 
$this->special;
  }
  public function 
setType($type)
  {
    
$this->type $type;
  }
  public function 
getType()
  {
    return 
$this->type;
  }
}

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