ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Reports
/
opt
cpanel
ea-wappspector
vendor
squizlabs
php_codesniffer
src
Reports
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Cbf.php
8.4 MB
chmod
View
DL
Edit
Rename
Delete
Checkstyle.php
3.91 MB
chmod
View
DL
Edit
Rename
Delete
Code.php
13.08 MB
chmod
View
DL
Edit
Rename
Delete
Csv.php
3.28 MB
chmod
View
DL
Edit
Rename
Delete
Diff.php
4.18 MB
chmod
View
DL
Edit
Rename
Delete
Emacs.php
3.07 MB
chmod
View
DL
Edit
Rename
Delete
Full.php
9.43 MB
chmod
View
DL
Edit
Rename
Delete
Gitblame.php
2.16 MB
chmod
View
DL
Edit
Rename
Delete
Hgblame.php
2.74 MB
chmod
View
DL
Edit
Rename
Delete
Info.php
5.8 MB
chmod
View
DL
Edit
Rename
Delete
Json.php
3.89 MB
chmod
View
DL
Edit
Rename
Delete
Junit.php
4.84 MB
chmod
View
DL
Edit
Rename
Delete
Notifysend.php
6.77 MB
chmod
View
DL
Edit
Rename
Delete
Performance.php
6.21 MB
chmod
View
DL
Edit
Rename
Delete
Report.php
3.18 MB
chmod
View
DL
Edit
Rename
Delete
Source.php
10.79 MB
chmod
View
DL
Edit
Rename
Delete
Summary.php
5.96 MB
chmod
View
DL
Edit
Rename
Delete
Svnblame.php
1.66 MB
chmod
View
DL
Edit
Rename
Delete
VersionControl.php
12.63 MB
chmod
View
DL
Edit
Rename
Delete
Xml.php
4.68 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Reports/Svnblame.php
<?php /** * SVN blame report for PHP_CodeSniffer. * * @author Greg Sherwood <gsherwood@squiz.net> * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Reports; use PHP_CodeSniffer\Exceptions\DeepExitException; class Svnblame extends VersionControl { /** * The name of the report we want in the output * * @var string */ protected $reportName = 'SVN'; /** * Extract the author from a blame line. * * @param string $line Line to parse. * * @return mixed string or false if impossible to recover. */ protected function getAuthor($line) { $blameParts = []; preg_match('|\s*([^\s]+)\s+([^\s]+)|', $line, $blameParts); if (isset($blameParts[2]) === false) { return false; } return $blameParts[2]; }//end getAuthor() /** * Gets the blame output. * * @param string $filename File to blame. * * @return array * @throws \PHP_CodeSniffer\Exceptions\DeepExitException */ protected function getBlameContent($filename) { $command = 'svn blame "'.$filename.'" 2>&1'; $handle = popen($command, 'r'); if ($handle === false) { $error = 'ERROR: Could not execute "'.$command.'"'.PHP_EOL.PHP_EOL; throw new DeepExitException($error, 3); } $rawContent = stream_get_contents($handle); pclose($handle); $blames = explode("\n", $rawContent); return $blames; }//end getBlameContent() }//end class
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply