mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Add author to runTar, runUntar, displayFilesAsHTML
This commit is contained in:
parent
6f077a9c50
commit
281a83bbc3
2 changed files with 6 additions and 0 deletions
|
@ -932,6 +932,8 @@ var Utils = {
|
||||||
/**
|
/**
|
||||||
* Formats a list of files or directories.
|
* Formats a list of files or directories.
|
||||||
*
|
*
|
||||||
|
* @author tlwr [toby@toby.codes]
|
||||||
|
*
|
||||||
* @param {File[]} files
|
* @param {File[]} files
|
||||||
* @returns {html}
|
* @returns {html}
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -357,6 +357,8 @@ var Compress = {
|
||||||
/**
|
/**
|
||||||
* Tar unpack operation.
|
* Tar unpack operation.
|
||||||
*
|
*
|
||||||
|
* @author tlwr [toby@toby.codes]
|
||||||
|
*
|
||||||
* @param {byteArray} input
|
* @param {byteArray} input
|
||||||
* @param {Object[]} args
|
* @param {Object[]} args
|
||||||
* @returns {byteArray}
|
* @returns {byteArray}
|
||||||
|
@ -370,6 +372,8 @@ var Compress = {
|
||||||
/**
|
/**
|
||||||
* Untar unpack operation.
|
* Untar unpack operation.
|
||||||
*
|
*
|
||||||
|
* @author tlwr [toby@toby.codes]
|
||||||
|
*
|
||||||
* @param {byteArray} input
|
* @param {byteArray} input
|
||||||
* @param {Object[]} args
|
* @param {Object[]} args
|
||||||
* @returns {html}
|
* @returns {html}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue