%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps_old/apps/text/js/highlight/ |
Current File : //www/varak.net/nextcloud.varak.net/apps_old/apps/text/js/highlight/profile-js-js.js.map |
{"version":3,"file":"highlight/profile-js-js.js?v=76b0d805e29b6f3f447c","mappings":"yIA0CAA,EAAOC,QApCP,SAAiBC,GACf,MAAO,CACLC,KAAM,kBACNC,SAAU,CACRF,EAAKG,cACL,CACEC,MAAO,6CACPC,IAAK,IACLC,YAAY,GAEd,CACEF,MAAO,2BACPC,IAAK,IACLE,SAAU,wCACVC,UAAW,IAEb,CACEJ,MAAO,iBACPC,IAAK,IACLH,SAAU,CAAEF,EAAKG,eACjBK,UAAW,IAEbR,EAAKS,iBACLT,EAAKU,kBACL,CACEC,UAAW,SACXP,MAAO,MACPC,IAAK,OACLO,cAAc,EACdN,YAAY,EACZE,UAAW,IAInB,C,mBCxCA,SAASK,IACAA,EAAYC,SACfD,EAAYC,QAAS,EACrBC,QAAQC,IACN,uKAGN,CACAH,GACEf,EAAOC,QAAU,EAAjB,M","sources":["webpack:///text/node_modules/highlight.js/lib/languages/profile.js","webpack:///text/node_modules/highlight.js/lib/languages/profile.js.js"],"sourcesContent":["/*\nLanguage: Python profiler\nDescription: Python profiler results\nAuthor: Brian Beck <exogen@gmail.com>\n*/\n\nfunction profile(hljs) {\n return {\n name: 'Python profiler',\n contains: [\n hljs.C_NUMBER_MODE,\n {\n begin: '[a-zA-Z_][\\\\da-zA-Z_]+\\\\.[\\\\da-zA-Z_]{1,3}',\n end: ':',\n excludeEnd: true\n },\n {\n begin: '(ncalls|tottime|cumtime)',\n end: '$',\n keywords: 'ncalls tottime|10 cumtime|10 filename',\n relevance: 10\n },\n {\n begin: 'function calls',\n end: '$',\n contains: [ hljs.C_NUMBER_MODE ],\n relevance: 10\n },\n hljs.APOS_STRING_MODE,\n hljs.QUOTE_STRING_MODE,\n {\n className: 'string',\n begin: '\\\\(',\n end: '\\\\)$',\n excludeBegin: true,\n excludeEnd: true,\n relevance: 0\n }\n ]\n };\n}\n\nmodule.exports = profile;\n","function emitWarning() {\n if (!emitWarning.warned) {\n emitWarning.warned = true;\n console.log(\n 'Deprecation (warning): Using file extension in specifier is deprecated, use \"highlight.js/lib/languages/profile\" instead of \"highlight.js/lib/languages/profile.js\"'\n );\n }\n }\n emitWarning();\n module.exports = require('./profile.js');"],"names":["module","exports","hljs","name","contains","C_NUMBER_MODE","begin","end","excludeEnd","keywords","relevance","APOS_STRING_MODE","QUOTE_STRING_MODE","className","excludeBegin","emitWarning","warned","console","log"],"sourceRoot":""}