mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
remove globals ignore
This commit is contained in:
parent
640f555b8a
commit
95daa65d7d
21 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
|
|
||||||
/* globals CryptoJS, moment */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility functions for use in operations, the core framework and the stage.
|
* Utility functions for use in operations, the core framework and the stage.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals CryptoJS */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bitwise operations.
|
* Bitwise operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals app */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Byte representation operations.
|
* Byte representation operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals CryptoJS */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Character encoding operations.
|
* Character encoding operations.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
/* globals CryptoJS, blowfish */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cipher operations.
|
* Cipher operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals prettyPrintOne, vkbeautify */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Code operations.
|
* Code operations.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
import Uint8Array from 'core-js/modules/es6.typed.uint8-array';
|
import Uint8Array from 'core-js/modules/es6.typed.uint8-array';
|
||||||
|
|
||||||
/* globals Zlib, bzip2 */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compression operations.
|
* Compression operations.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* globals moment */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Date and time operations.
|
* Date and time operations.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* globals UAS_parser */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTTP operations.
|
* HTTP operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals CryptoJS, Checksum */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hashing operations.
|
* Hashing operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals app */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hexdump operations.
|
* Hexdump operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals BigInteger */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internet Protocol address operations.
|
* Internet Protocol address operations.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* globals esprima, escodegen, esmangle */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JavaScript operations.
|
* JavaScript operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals X509, KJUR, ASN1HEX, KEYUTIL, BigInteger */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Public Key operations.
|
* Public Key operations.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* globals punycode */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Punycode operations.
|
* Punycode operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
|
|
||||||
/* globals JsDiff */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* String utility operations.
|
* String utility operations.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import Utils from '../core/Utils';
|
import Utils from '../core/Utils';
|
||||||
/* globals unescape */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* URL operations.
|
* URL operations.
|
||||||
|
|
|
@ -7,7 +7,7 @@ import HTMLCategory from './HTMLCategory';
|
||||||
import HTMLOperation from './HTMLOperation';
|
import HTMLOperation from './HTMLOperation';
|
||||||
|
|
||||||
|
|
||||||
/* globals Split */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTML view for CyberChef responsible for building the web page and dealing with all user
|
* HTML view for CyberChef responsible for building the web page and dealing with all user
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import HTMLOperation from './HTMLOperation';
|
import HTMLOperation from './HTMLOperation';
|
||||||
|
|
||||||
/* globals Sortable */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Waiter to handle events related to the operations.
|
* Waiter to handle events related to the operations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import HTMLOperation from './HTMLOperation';
|
import HTMLOperation from './HTMLOperation';
|
||||||
/* globals Sortable */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Waiter to handle events related to the recipe.
|
* Waiter to handle events related to the recipe.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import HTMLApp from './HTMLApp';
|
import HTMLApp from './HTMLApp';
|
||||||
import Categories from '../../config/Categories';
|
import Categories from '../../config/Categories';
|
||||||
import OperationConfig from '../../config/OperationConfig';
|
import OperationConfig from '../../config/OperationConfig';
|
||||||
/* globals moment */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author n1474335 [n1474335@gmail.com]
|
* @author n1474335 [n1474335@gmail.com]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue