BLUE
PHP 7.4.33
Path:
/var/www/podiomigration.bitkit.dk/httpdocs/public/phpmyadmin/js/transformations
Run
Logout
Edit File
Size: 670 B
Close
/var/www/podiomigration.bitkit.dk/httpdocs/public/phpmyadmin/js/transformations/json.js
Text
Base64
/* vim: set expandtab sw=4 ts=4 sts=4: */ /** * JSON syntax highlighting transformation plugin */ AJAX.registerOnload('transformations/json.js', function () { var $elm = $('#page_content').find('code.json'); $elm.each(function () { var $json = $(this); var $pre = $json.find('pre'); /* We only care about visible elements to avoid double processing */ if ($pre.is(':visible')) { var $highlight = $('<div class="json-highlight cm-s-default"></div>'); $json.append($highlight); CodeMirror.runMode($json.text(), 'application/json', $highlight[0]); $pre.hide(); } }); });
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
image_upload.js
834 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
json.js
670 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
json_editor.js
477 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sql_editor.js
312 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
xml.js
665 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
xml_editor.js
412 B
lrwxrwxr-x
2019-06-04 12:06:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).