FOSSology
3.2.0rc1
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) | |
appendMetaText ($text) | |
appendContentText ($text) | |
getStartOffset () | |
getCurrentOffset () | |
getText () | |
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) | |
Protected Member Functions inherited from Fossology\Lib\View\PagedResult | |
renderContentText ($text) | |
Private Member Functions | |
asHexStrings ($text) | |
Private Attributes | |
$currentHexText | |
$hexTexts | |
$charText | |
$charCount | |
$lineCount | |
$highlightState | |
Definition at line 22 of file PagedHexResult.php.
Fossology\Lib\View\PagedHexResult::__construct | ( | $startOffset, | |
HighlightState | $highlightState | ||
) |
$startOffset | ||
HighlightState | $highlightState |
Definition at line 59 of file PagedHexResult.php.
|
private |
|
protected |
Definition at line 138 of file PagedHexResult.php.
|
protected |
|
protected |
$targetArray | ||
$targetIndex | ||
bool | $prependMeta |
Definition at line 164 of file PagedHexResult.php.
|
protected |