Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
vendor
/
plugin-text
/
File Content:
text.js
/* Text plugin */ exports.translate = function(load) { load.metadata.format = 'amd'; return 'def' + 'ine(function() {\nreturn "' + load.source .replace(/(["\\])/g, '\\$1') .replace(/[\f]/g, "\\f") .replace(/[\b]/g, "\\b") .replace(/[\n]/g, "\\n") .replace(/[\t]/g, "\\t") .replace(/[\r]/g, "\\r") .replace(/[\u2028]/g, "\\u2028") .replace(/[\u2029]/g, "\\u2029") + '";\n});'; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
text.js
418 bytes
0644
N4ST4R_ID | Naxtarrr