FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($startOffset, HighlightState $highlightState) | |
getText () | |
appendMetaText ($text) | |
Public Member Functions inherited from Fossology\Lib\View\PagedResult | |
__construct ($startOffset) | |
appendContentText ($text) | |
getStartOffset () | |
getCurrentOffset () | |
isEmpty () | |
Public Attributes | |
const | BYTES_PER_LINE = 16 |
Public Attributes inherited from Fossology\Lib\View\PagedResult | |
const | TARGET_CHARSET = "UTF-8" |
Protected Member Functions | |
renderContentText ($text) | |
createHexdumpLine () | |
resetLineData () | |
mergeMetaText (&$targetArray, $targetIndex, $prependMeta=true) | |
encodeCharacters ($usedCharacters) | |
Private Member Functions | |
asHexStrings ($text) | |
Private Attributes | |
$currentHexText | |
$hexTexts | |
$charText | |
$charCount | |
$lineCount | |
$highlightState | |
Definition at line 11 of file PagedHexResult.php.
Fossology\Lib\View\PagedHexResult::__construct | ( | $startOffset, | |
HighlightState | $highlightState | ||
) |
$startOffset | ||
HighlightState | $highlightState |
Definition at line 48 of file PagedHexResult.php.
Fossology\Lib\View\PagedHexResult::appendMetaText | ( | $text | ) |
string | $text |
Reimplemented from Fossology\Lib\View\PagedResult.
Definition at line 67 of file PagedHexResult.php.
|
private |
|
protected |
Definition at line 127 of file PagedHexResult.php.
|
protected |
Fossology\Lib\View\PagedHexResult::getText | ( | ) |
Reimplemented from Fossology\Lib\View\PagedResult.
Definition at line 57 of file PagedHexResult.php.
|
protected |
$targetArray | ||
$targetIndex | ||
bool | $prependMeta |
Definition at line 153 of file PagedHexResult.php.
|
protected |
string | $text |
Reimplemented from Fossology\Lib\View\PagedResult.
Definition at line 79 of file PagedHexResult.php.