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


Viewing file:     CompletePackage.php (3.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/*
 * This file is part of Composer.
 *
 * (c) Nils Adermann <naderman@naderman.de>
 *     Jordi Boggiano <j.boggiano@seld.be>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Composer\Package;

/**
 * Package containing additional metadata that is not used by the solver
 *
 * @author Nils Adermann <naderman@naderman.de>
 */
class CompletePackage extends Package implements CompletePackageInterface
{
    protected 
$repositories;
    protected 
$license = array();
    protected 
$keywords;
    protected 
$authors;
    protected 
$description;
    protected 
$homepage;
    protected 
$scripts = array();
    protected 
$support = array();
    protected 
$funding = array();
    protected 
$abandoned false;

    
/**
     * @param array $scripts
     */
    
public function setScripts(array $scripts)
    {
        
$this->scripts $scripts;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getScripts()
    {
        return 
$this->scripts;
    }

    
/**
     * Set the repositories
     *
     * @param array $repositories
     */
    
public function setRepositories($repositories)
    {
        
$this->repositories $repositories;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getRepositories()
    {
        return 
$this->repositories;
    }

    
/**
     * Set the license
     *
     * @param array $license
     */
    
public function setLicense(array $license)
    {
        
$this->license $license;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getLicense()
    {
        return 
$this->license;
    }

    
/**
     * Set the keywords
     *
     * @param array $keywords
     */
    
public function setKeywords(array $keywords)
    {
        
$this->keywords $keywords;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getKeywords()
    {
        return 
$this->keywords;
    }

    
/**
     * Set the authors
     *
     * @param array $authors
     */
    
public function setAuthors(array $authors)
    {
        
$this->authors $authors;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getAuthors()
    {
        return 
$this->authors;
    }

    
/**
     * Set the description
     *
     * @param string $description
     */
    
public function setDescription($description)
    {
        
$this->description $description;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getDescription()
    {
        return 
$this->description;
    }

    
/**
     * Set the homepage
     *
     * @param string $homepage
     */
    
public function setHomepage($homepage)
    {
        
$this->homepage $homepage;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getHomepage()
    {
        return 
$this->homepage;
    }

    
/**
     * Set the support information
     *
     * @param array $support
     */
    
public function setSupport(array $support)
    {
        
$this->support $support;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getSupport()
    {
        return 
$this->support;
    }

    
/**
     * Set the funding
     *
     * @param array $funding
     */
    
public function setFunding(array $funding)
    {
        
$this->funding $funding;
    }

    
/**
     * {@inheritDoc}
     */
    
public function getFunding()
    {
        return 
$this->funding;
    }

    
/**
     * @return bool
     */
    
public function isAbandoned()
    {
        return (bool) 
$this->abandoned;
    }

    
/**
     * @param bool|string $abandoned
     */
    
public function setAbandoned($abandoned)
    {
        
$this->abandoned $abandoned;
    }

    
/**
     * If the package is abandoned and has a suggested replacement, this method returns it
     *
     * @return string|null
     */
    
public function getReplacementPackage()
    {
        return 
\is_string($this->abandoned) ? $this->abandoned null;
    }
}

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