grafana.sublime-workspace 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324
  1. {
  2. "auto_complete":
  3. {
  4. "selected_items":
  5. [
  6. [
  7. "grap",
  8. "graphiteSrv"
  9. ],
  10. [
  11. "pul",
  12. "pulldown"
  13. ],
  14. [
  15. "pull",
  16. "pulldowns"
  17. ],
  18. [
  19. "ser",
  20. "seriesInfo"
  21. ],
  22. [
  23. "max",
  24. "maxDataPoints"
  25. ],
  26. [
  27. "gra",
  28. "graphiteParameters"
  29. ],
  30. [
  31. "build",
  32. "build_graphite_url"
  33. ],
  34. [
  35. "cookie",
  36. "cookieUtil"
  37. ],
  38. [
  39. "re",
  40. "requesition"
  41. ],
  42. [
  43. "req",
  44. "requesition"
  45. ],
  46. [
  47. "res",
  48. "requesition"
  49. ],
  50. [
  51. "serve",
  52. "serverStatus"
  53. ],
  54. [
  55. "fet",
  56. "fetchServerStatus"
  57. ],
  58. [
  59. "conn",
  60. "connectToMongoDb"
  61. ],
  62. [
  63. "mongo",
  64. "mongoDbUrl"
  65. ],
  66. [
  67. "fetc",
  68. "fetchDataForInstance"
  69. ]
  70. ]
  71. },
  72. "buffers":
  73. [
  74. {
  75. "file": "src/app/components/require.config.js",
  76. "settings":
  77. {
  78. "buffer_size": 3549,
  79. "line_ending": "Windows"
  80. }
  81. },
  82. {
  83. "file": "src/config.dev.js",
  84. "settings":
  85. {
  86. "buffer_size": 1492,
  87. "line_ending": "Windows"
  88. }
  89. },
  90. {
  91. "contents": "Searching 228 files for \"pulldowns\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 73 \"failover\": false,\n 74 \"panel_hints\": true,\n 75: \"pulldowns\": [],\n 76 \"nav\": [\n 77 {\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\guided.json:\n 221 \"hide\": false\n 222 },\n 223: \"pulldowns\": [\n 224 {\n 225 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 160 \"style\": \"dark\",\n 161 \"panel_hints\": true,\n 162: \"pulldowns\": [\n 163 {\n 164 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\noted.json:\n 110 \"hide\": false\n 111 },\n 112: \"pulldowns\": [\n 113 {\n 114 \"type\": \"query\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\partials\\dashboard.html:\n 1 <!-- is there a better way to repeat without actually affecting the page? -->\n 2: <nil ng-repeat=\"pulldown in dashboard.current.pulldowns\" ng-controller=\"PulldownCtrl\" ng-show=\"pulldown.enable\">\n 3 <div class=\"top-row-open\" ng-hide=\"pulldown.collapse\">\n 4 <kibana-simple-panel type=\"pulldown.type\" ng-cloak></kibana-simple-panel>\n\nC:\\Dev\\oss\\grafana\\src\\app\\partials\\dasheditor.html:\n 114 <div class=\"editor-row\">\n 115 <div class=\"section\">\n 116: <h5>Pulldowns</h5>\n 117: <div class=\"editor-option\" ng-repeat=\"pulldown in dashboard.current.pulldowns\">\n 118 <label class=\"small\" style=\"text-transform:capitalize;\">{{pulldown.type}}</label><input type=\"checkbox\" ng-model=\"pulldown.enable\" ng-checked=\"pulldown.enable\">\n 119 </div>\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\dashboard.js:\n 27 panel_hints: true,\n 28 rows: [],\n 29: pulldowns: [\n 30 {\n 31 type: 'query',\n ..\n 176 // Set the available panels for the \"Add Panel\" drop down\n 177 self.availablePanels = _.difference(config.panel_names,\n 178: _.pluck(_.union(self.current.nav,self.current.pulldowns),'type'));\n 179 \n 180 // Take out any that we're not allowed to add from the gui.\n\n9 matches across 7 files\n\n\nSearching 226 files for \"'filter'\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 27 _.defaults($scope.panel,_d);\n 28 \n 29: $scope.$on('filter', function() {\n 30 $scope.row.notice = true;\n 31 });\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 89 },0);\n 90 }\n 91: $rootScope.$broadcast('filter');\n 92 return _r;\n 93 };\n ..\n 111 },0);\n 112 }\n 113: $rootScope.$broadcast('filter');\n 114 return _r;\n 115 };\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\underscore.js:\n 241 _.where = function(obj, attrs, first) {\n 242 if (_.isEmpty(attrs)) return first ? void 0 : [];\n 243: return _[first ? 'find' : 'filter'](obj, function(value) {\n 244 for (var key in attrs) {\n 245 if (attrs[key] !== value[key]) return false;\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular.js:\n 10727 $FilterProvider.$inject = ['$provide'];\n 10728 function $FilterProvider($provide) {\n 10729: var suffix = 'Filter';\n 10730 \n 10731 function register(name, factory) {\n .....\n 10744 register('currency', currencyFilter);\n 10745 register('date', dateFilter);\n 10746: register('filter', filterFilter);\n 10747 register('json', jsonFilter);\n 10748 register('limitTo', limitToFilter);\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\elasticjs\\elastic.js:\n 237 \n 238 isFilter = function (obj) {\n 239: return (isEJSObject(obj) && obj._type() === 'filter');\n 240 };\n 241 \n ...\n 3550 */\n 3551 _type: function () {\n 3552: return 'filter';\n 3553 },\n 3554 \n ....\n 3777 */\n 3778 _type: function () {\n 3779: return 'filter';\n 3780 },\n 3781 \n ....\n 3870 */\n 3871 _type: function () {\n 3872: return 'filter';\n 3873 },\n 3874 \n ....\n 4084 */\n 4085 _type: function () {\n 4086: return 'filter';\n 4087 },\n 4088 \n ....\n 4345 */\n 4346 _type: function () {\n 4347: return 'filter';\n 4348 },\n 4349 \n ....\n 4739 */\n 4740 _type: function () {\n 4741: return 'filter';\n 4742 },\n 4743 \n ....\n 4926 */\n 4927 _type: function () {\n 4928: return 'filter';\n 4929 },\n 4930 \n ....\n 5156 */\n 5157 _type: function () {\n 5158: return 'filter';\n 5159 },\n 5160 \n ....\n 5356 */\n 5357 _type: function () {\n 5358: return 'filter';\n 5359 },\n 5360 \n ....\n 5540 */\n 5541 _type: function () {\n 5542: return 'filter';\n 5543 },\n 5544 \n ....\n 5678 */\n 5679 _type: function () {\n 5680: return 'filter';\n 5681 },\n 5682 \n ....\n 5828 */\n 5829 _type: function () {\n 5830: return 'filter';\n 5831 },\n 5832 \n ....\n 5907 */\n 5908 _type: function () {\n 5909: return 'filter';\n 5910 },\n 5911 \n ....\n 5963 */\n 5964 _type: function () {\n 5965: return 'filter';\n 5966 },\n 5967 \n ....\n 6086 */\n 6087 _type: function () {\n 6088: return 'filter';\n 6089 },\n 6090 \n ....\n 6300 */\n 6301 _type: function () {\n 6302: return 'filter';\n 6303 },\n 6304 \n ....\n 6431 */\n 6432 _type: function () {\n 6433: return 'filter';\n 6434 },\n 6435 \n ....\n 6728 */\n 6729 _type: function () {\n 6730: return 'filter';\n 6731 },\n 6732 \n ....\n 6885 */\n 6886 _type: function () {\n 6887: return 'filter';\n 6888 },\n 6889 \n ....\n 7032 */\n 7033 _type: function () {\n 7034: return 'filter';\n 7035 },\n 7036 \n ....\n 7170 */\n 7171 _type: function () {\n 7172: return 'filter';\n 7173 },\n 7174 \n ....\n 7431 */\n 7432 _type: function () {\n 7433: return 'filter';\n 7434 },\n 7435 \n ....\n 7625 */\n 7626 _type: function () {\n 7627: return 'filter';\n 7628 },\n 7629 \n ....\n 7782 */\n 7783 _type: function () {\n 7784: return 'filter';\n 7785 },\n 7786 \n ....\n 7934 */\n 7935 _type: function () {\n 7936: return 'filter';\n 7937 },\n 7938 \n ....\n 8243 */\n 8244 _type: function () {\n 8245: return 'filter';\n 8246 },\n 8247 \n ....\n 8319 */\n 8320 _type: function () {\n 8321: return 'filter';\n 8322 },\n 8323 \n ....\n 10104 @param {Object} qry A valid query object.\n 10105 @param {Object || Array} filters A single object or array of objects. Each\n 10106: object must have a 'filter' property and either a 'boost' or 'script'\n 10107 property.\n 10108 */\n .....\n 10180 <p>Sets the filters and their related boost or script scoring method.</p>\n 10181 \n 10182: <p>Takes an array of objects where each object has a 'filter' property\n 10183 and either a 'boost' or 'script' property. Pass a single object to\n 10184 add to the current list of filters or pass a list of objects to\n\n36 matches across 5 files\n\n\nSearching 227 files for \"timeField\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 103 \"1d\"\n 104 ],\n 105: \"timefield\": \"@timestamp\",\n 106 \"enable\": true,\n 107 \"now\": true,\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\guided.json:\n 266 \"1d\"\n 267 ],\n 268: \"timefield\": \"@timestamp\"\n 269 }\n 270 ],\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.js:\n 14 *\n 15 * from :: Search this amount of time back, eg 15m, 1h, 2d. Default: 15m\n 16: * timefield :: The field containing the time to filter on, Default: @timestamp\n 17 *\n 18 * fields :: comma seperated list of fields to show in the table\n ..\n 91 from: \"now-\"+(ARGS.from||_d_timespan),\n 92 to: \"now\",\n 93: field: ARGS.timefield||\"@timestamp\",\n 94 type: \"time\",\n 95 active: true,\n ..\n 117 title: 'events over time',\n 118 type: 'histogram',\n 119: time_field: ARGS.timefield||\"@timestamp\",\n 120 auto_int: true,\n 121 span: 12\n ...\n 129 type: 'table',\n 130 fields: !_.isUndefined(ARGS.fields) ? ARGS.fields.split(',') : [],\n 131: sort: !_.isUndefined(ARGS.sort) ? ARGS.sort.split(',') : [ARGS.timefield||'@timestamp','desc'],\n 132 overflow: 'expand',\n 133 span: 12\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 130 \"fields\": [],\n 131 \"localTime\": true,\n 132: \"timeField\": \"@timestamp\",\n 133 \"highlight\": [],\n 134 \"sortable\": true,\n ...\n 205 \"1d\"\n 206 ],\n 207: \"timefield\": \"@timestamp\",\n 208 \"now\": true,\n 209 \"filter_id\": 0\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\noted.json:\n 155 \"1d\"\n 156 ],\n 157: \"timefield\": \"@timestamp\"\n 158 }\n 159 ],\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\timepicker\\editor.html:\n 10 <div class=\"span2\">\n 11 <label class=\"small\">Time Field</label>\n 12: <input type=\"text\" class=\"input-small\" ng-model=\"panel.timefield\">\n 13 </div>\n 14 </div>\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\timepicker\\module.js:\n 7 * time_options :: An array of possible time options. Default: ['5m','15m','1h','6h','12h','24h','2d','7d','30d']\n 8 * timespan :: The default options selected for the relative view. Default: '15m'\n 9: * timefield :: The field in which time is stored in the document.\n 10 * refresh: Object containing refresh parameters\n 11 * enable :: true/false, enable auto refresh by default. Default: false\n ..\n 40 refresh_intervals : ['5s','10s','30s','1m','5m','15m','30m','1h','2h','1d'],\n 41 \n 42: timefield : '@timestamp'\n 43 };\n 44 _.defaults($scope.panel,_d);\n ..\n 130 \n 131 _filter.type = 'time';\n 132: _filter.field = $scope.panel.timefield;\n 133 \n 134 if($scope.panel.now) {\n ...\n 154 var _filter = {\n 155 type : 'time',\n 156: field : $scope.panel.timefield,\n 157 from : \"now-\"+timespan,\n 158 to: \"now\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 202 \n 203 // TOFIX: Error handling when there is more than one field\n 204: this.timeField = function() {\n 205 return _.pluck(self.getByType('time'),'field');\n 206 };\n\nC:\\Users\\Torkel\\Downloads\\Grafana3-1388335099517:\n 397 \"1d\"\n 398 ],\n 399: \"timefield\": \"@timestamp\",\n 400 \"enable\": true,\n 401 \"now\": false,\n\n16 matches across 9 files\n\n\nSearching 226 files for \"bs-drop\"\n\n0 matches across 0 files\n\n\nSearching 226 files for \"bsdropd\"\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular-strap.js:\n 380 ]);\n 381 'use strict';\n 382: angular.module('$strap.directives').directive('bsDropdown', [\n 383 '$parse',\n 384 '$compile',\n ...\n 406 scope: true,\n 407 link: function postLink(scope, iElement, iAttrs) {\n 408: var getter = $parse(iAttrs.bsDropdown), items = getter(scope);\n 409 $timeout(function () {\n 410 if (!angular.isArray(items)) {\n\n2 matches in 1 file\n\n\nSearching 226 files for \"'mandate'\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 63 \n 64 $scope.show_key = function(key) {\n 65: return !_.contains(['type','id','alias','mandate','active','editing'],key);\n 66 };\n 67 \n\n1 match in 1 file\n\n\nSearching 226 files for \"mandate\"\n\nC:\\Dev\\oss\\grafana\\grafana.sublime-workspace:\n 239 \"D:\\\\Temp\\\\graphite-web-0.9.12\\\\graphite-web-0.9.12\",\n 240 \"\",\n 241: \" \\\"filter\\\": {\\n \\\"list\\\": {\\n \\\"0\\\": {\\n \\\"type\\\": \\\"time\\\",\\n \\\"field\\\": \\\"@timestamp\\\",\\n \\\"from\\\": \\\"now-1h\\\",\\n \\\"to\\\": \\\"now\\\",\\n \\\"mandate\\\": \\\"must\\\",\\n \\\"active\\\": true,\\n \\\"alias\\\": \\\"\\\",\\n \\\"id\\\": 0\\n }\\n },\\n \\\"ids\\\": [\\n 0\\n ]\\n\",\n 242: \" \\\"filter\\\": {\\n \\\"list\\\": {\\n \\\"0\\\": {\\n \\\"type\\\": \\\"time\\\",\\n \\\"field\\\": \\\"@timestamp\\\",\\n \\\"from\\\": \\\"now-1h\\\",\\n \\\"to\\\": \\\"now\\\",\\n \\\"mandate\\\": \\\"must\\\",\\n \\\"active\\\": true,\\n \\\"alias\\\": \\\"\\\",\\n \\\"id\\\": 0\\n }\\n },\\n \\\"ids\\\": [\\n 0\\n ]\\n \",\n 243 \"D:\\\\oss\\\\mongodb-metrics\\\\node_modules\\\\mongodb\",\n 244 \"D:\\\\ebay\\\\tradera\\\\Applications\\\\TouchWeb\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\default.json:\n 24 \"from\": \"now-1h\",\n 25 \"to\": \"now\",\n 26: \"mandate\": \"must\",\n 27 \"active\": true,\n 28 \"alias\": \"\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\dashboards\\logstash.json:\n 24 \"from\": \"now-{{ARGS.from || '24h'}}\",\n 25 \"to\": \"now\",\n 26: \"mandate\": \"must\",\n 27 \"active\": true,\n 28 \"alias\": \"\",\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.html:\n 34 margin-left: 3px;\n 35 }\n 36: .filter-mandate {\n 37 text-decoration: underline;\n 38 cursor: pointer;\n ..\n 48 <h5>No filters available</h5>\n 49 </span>\n 50: <div ng-repeat=\"id in filterSrv.ids\" class=\"small filter-panel-filter filter-{{filterSrv.list[id].mandate}}\" ng-class=\"{'filter-deselected': !filterSrv.list[id].active}\">\n 51 <div>\n 52 <i class=\"filter-action pointer icon-remove\" bs-tooltip=\"'Remove'\" ng-click=\"remove(id)\"></i>\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.js:\n 63 \n 64 $scope.show_key = function(key) {\n 65: return !_.contains(['type','id','alias','mandate','active','editing'],key);\n 66 };\n 67 \n\nC:\\Dev\\oss\\grafana\\src\\app\\services\\filterSrv.js:\n 54 \n 55 _.defaults(filter,{\n 56: mandate:'must',\n 57 active: true\n 58 });\n ..\n 80 alias: '',\n 81 id: _id,\n 82: mandate: 'must'\n 83 };\n 84 _.defaults(filter,_filter);\n ..\n 144 added_a_filter = true;\n 145 \n 146: switch(self.list[id].mandate)\n 147 {\n 148 case 'mustNot':\n\n10 matches across 6 files\n\n\nSearching 226 files for \"bs-dropdown\"\n\nC:\\Dev\\oss\\grafana\\src\\app\\panels\\filtering\\module.html:\n 59 <li ng-if=\"filterSrv.list[id].name\">\n 60 {{filterSrv.list[id].name}} :\n 61: <a bs-dropdown=\"[{text: 'testing'}]\">All</a>\n 62 </li>\n 63 <li ng-repeat=\"(key,value) in filterSrv.list[id] track by $index\" ng-show=\"show_key(key)\">\n\n1 match in 1 file\n\n\nSearching 226 files for \"bspop\"\n\nC:\\Dev\\oss\\grafana\\src\\vendor\\angular\\angular-strap.js:\n 536 ]);\n 537 'use strict';\n 538: angular.module('$strap.directives').directive('bsPopover', [\n 539 '$parse',\n 540 '$compile',\n ...\n 556 scope: true,\n 557 link: function postLink(scope, element, attr, ctrl) {\n 558: var getter = $parse(attr.bsPopover), setter = getter.assign, value = getter(scope), options = {};\n 559 if (angular.isObject(value)) {\n 560 options = value;\n\n2 matches in 1 file\n",
  92. "settings":
  93. {
  94. "buffer_size": 15575,
  95. "line_ending": "Windows",
  96. "name": "Find Results",
  97. "scratch": true
  98. }
  99. },
  100. {
  101. "file": "src/vendor/angular/angular-strap.js",
  102. "settings":
  103. {
  104. "buffer_size": 31514,
  105. "line_ending": "Windows"
  106. }
  107. },
  108. {
  109. "file": "src/app/panels/timepicker/module.js",
  110. "settings":
  111. {
  112. "buffer_size": 6147,
  113. "line_ending": "Windows"
  114. }
  115. },
  116. {
  117. "file": "src/app/dashboards/guided.json",
  118. "settings":
  119. {
  120. "buffer_size": 6721,
  121. "line_ending": "Windows"
  122. }
  123. },
  124. {
  125. "file": "src/app/panels/filtering/module.html",
  126. "settings":
  127. {
  128. "buffer_size": 2866,
  129. "line_ending": "Windows"
  130. }
  131. },
  132. {
  133. "file": "src/app/panels/filtering/module.js",
  134. "settings":
  135. {
  136. "buffer_size": 2288,
  137. "line_ending": "Windows"
  138. }
  139. },
  140. {
  141. "file": "src/app/panels/graphite/module.js",
  142. "settings":
  143. {
  144. "buffer_size": 23005,
  145. "line_ending": "Windows"
  146. }
  147. },
  148. {
  149. "file": "src/app/services/filterSrv.js",
  150. "settings":
  151. {
  152. "buffer_size": 6631,
  153. "line_ending": "Windows"
  154. }
  155. },
  156. {
  157. "file": "src/app/services/graphite/graphiteSrv.js",
  158. "settings":
  159. {
  160. "buffer_size": 2343,
  161. "line_ending": "Windows"
  162. }
  163. },
  164. {
  165. "file": "src/app/controllers/graphiteTarget.js",
  166. "settings":
  167. {
  168. "buffer_size": 6702,
  169. "line_ending": "Windows"
  170. }
  171. }
  172. ],
  173. "build_system": "",
  174. "command_palette":
  175. {
  176. "height": 362.0,
  177. "selected_items":
  178. [
  179. [
  180. "install",
  181. "Package Control: Install Package"
  182. ],
  183. [
  184. "syn ava",
  185. "Set Syntax: JavaScript"
  186. ],
  187. [
  188. "Install ",
  189. "Package Control: Install Package"
  190. ],
  191. [
  192. "powers",
  193. "SublimeREPL: PowerShell"
  194. ],
  195. [
  196. "install ",
  197. "Package Control: Install Package"
  198. ],
  199. [
  200. "Install",
  201. "Package Control: Install Package"
  202. ],
  203. [
  204. "remove ",
  205. "Package Control: Remove Package"
  206. ],
  207. [
  208. "Package Control: ",
  209. "Package Control: List Packages"
  210. ],
  211. [
  212. "insta",
  213. "Package Control: Install Package"
  214. ],
  215. [
  216. "packa",
  217. "Package Control: Install Package"
  218. ],
  219. [
  220. "packa ",
  221. "Package Control: Install Package"
  222. ],
  223. [
  224. "Pack",
  225. "Package Control: Remove Package"
  226. ]
  227. ],
  228. "width": 594.0
  229. },
  230. "console":
  231. {
  232. "height": 368.0,
  233. "history":
  234. [
  235. "import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())"
  236. ]
  237. },
  238. "distraction_free":
  239. {
  240. "menu_visible": true,
  241. "show_minimap": false,
  242. "show_open_files": false,
  243. "show_tabs": false,
  244. "side_bar_visible": false,
  245. "status_bar_visible": false
  246. },
  247. "file_history":
  248. [
  249. "/C/Dev/oss/grafana/src/app/services/filterSrv.js",
  250. "/C/Dev/oss/grafana/src/app/panels/filtering/module.js",
  251. "/C/Dev/oss/grafana/src/app/services/dashboard.js",
  252. "/C/Users/Torkel/Downloads/Grafana3-1388335099517",
  253. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_manage.json",
  254. "/C/Dev/oss/grafana/src/app/components/settings.js",
  255. "/C/Dev/oss/grafana/src/app/controllers/zoom.js",
  256. "/C/Dev/oss/grafana/src/app/panels/graphite/module.js",
  257. "/C/Dev/oss/grafana/src/app/panels/graphite/module.html",
  258. "/C/Dev/oss/grafana/src/app/directives/kibanaPanel.js",
  259. "/C/Dev/oss/grafana/src/app/dashboards/default.json",
  260. "/C/Dev/oss/grafana/src/app/panels/graphite/timeSeries.js",
  261. "/C/Dev/oss/grafana/src/app/controllers/dash.js",
  262. "/C/Dev/oss/grafana/src/app/partials/dashboard.html",
  263. "/C/Dev/oss/grafana/src/app/panels/graphite/graphiteSrv.js",
  264. "/C/Dev/oss/grafana/src/vendor/bootstrap/less/grafana.less",
  265. "/C/Dev/oss/grafana/src/index.html",
  266. "//team-city-agent-02/d$/BuildAgent/work/dfdaf9995bf5db32/build_artifacts/output/_PublishedApplications/WebApi/BrowseInitializer/App.config",
  267. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_app_servers.json",
  268. "/D/ebay/tradera/Build/Tasks-WebApi.ps1",
  269. "/D/oss/grafana/src/config.dev.js",
  270. "/D/oss/grafana/src/app/controllers/dash.js",
  271. "/D/oss/grafana/src/app/partials/dashLoader.html",
  272. "/D/oss/grafana/src/app/panels/histogram/module.html",
  273. "/D/oss/grafana/src/app/controllers/all.js",
  274. "/D/oss/grafana/src/app/controllers/zoom.js",
  275. "/D/oss/grafana/src/app/panels/graphite/module.html",
  276. "/D/oss/grafana/src/vendor/bootstrap/less/bootstrap.dark.less",
  277. "/D/oss/grafana/src/app/panels/graphite/editor.html",
  278. "/D/oss/grafana/src/app/directives/kibanaPanel.js",
  279. "/D/oss/grafana/src/app/partials/dasheditor.html",
  280. "/D/oss/grafana/src/app/partials/paneleditor.html",
  281. "/D/oss/grafana/src/vendor/bootstrap/less/overrides.less",
  282. "/D/oss/grafana/src/app/partials/dashboard.html",
  283. "/D/oss/grafana/src/app/components/require.config.js",
  284. "/D/oss/grafana/src/vendor/bootstrap/less/grafana.less",
  285. "/D/oss/grafana/src/app/panels/graphite/module.js",
  286. "/D/oss/grafana/src/app/panels/graphite/graphiteSrv.js",
  287. "/D/oss/grafana/grafana.sublime-project",
  288. "/D/ebay/tradera/Applications/TouchWeb/touchweb.sublime-project",
  289. "//se1-appsrv-01.prod.tradera.com/d$/Applications/WebApi/MemberActivityDenormalizer/App.config",
  290. "/D/Temp/graphite-web-0.9.12/graphite-web-0.9.12/webapp/graphite/render/views.py",
  291. "/D/Temp/graphite-web-0.9.12/graphite-web-0.9.12/webapp/graphite/views.py",
  292. "/D/ebay/tradera/DB/Main/5_sprocs/Listing/EbaySweden_Trading_Listing_GetItemForRestart.proc.sql",
  293. "//dashboards/d$/Inetpub/GiraffeOps/dashboards.js",
  294. "/D/oss/grafana/src/app/partials/inspector.html",
  295. "/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/ui/layout/google-tagmanager.js",
  296. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.json",
  297. "/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/utils/cookie.js",
  298. "/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/boot/boot-layout.js",
  299. "/D/ebay/tradera/Applications/TouchWeb/build/js-and-css.ps1",
  300. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_tradera_site.json",
  301. "/D/ebay/tradera/Applications/TouchWeb/node_modules/grunt-contrib-uglify/package.json",
  302. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.test.json",
  303. "/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/admin.js",
  304. "/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/connection/repl_set/repl_set.js",
  305. "/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/connection/repl_set/options.js",
  306. "/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/db.js",
  307. "/D/oss/mongodb-metrics/node_modules/mongodb/lib/mongodb/commands/db_command.js",
  308. "/D/ebay/tradera/Deployment/VerificationPackages/TraderaSite/run.js",
  309. "/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/node_app_js.sublime-build",
  310. "/D/ebay/tools/Tools/AppLogs2Elastic/Gruntfile.js",
  311. "/D/oss/mongodb-metrics/gruntfile.js",
  312. "/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings",
  313. "/D/oss/asimov-deploy-ui/Gruntfile.js",
  314. "/D/ebay/tradera/Applications/TouchWeb/Gruntfile.js",
  315. "/D/oss/mongodb-metrics/app.js",
  316. "/D/oss/mongodb-metrics/tests/test.js",
  317. "/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Installed Packages/Tomorrow Color Schemes.sublime-package",
  318. "/D/ebay/tradera/Build/EbaySweden-StartBuild.ps1",
  319. "/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app.js",
  320. "/D/ebay/tradera/Applications/TouchWeb/src/EbaySweden.TouchWeb/static/script/app/ui/view-item/bidding-ui.js",
  321. "/D/ebay/tools/Tools/AppLogs2Elastic/App.config",
  322. "//dashboards/d$/Inetpub/Kibana/config.js",
  323. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_api.json",
  324. "/D/ebay/asimov-tradera/WinAgent.ConfigFiles/config.prod_tradera_site_test.json",
  325. "/C/Users/todegaard/AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings"
  326. ],
  327. "find":
  328. {
  329. "height": 60.0
  330. },
  331. "find_in_files":
  332. {
  333. "height": 104.0,
  334. "where_history":
  335. [
  336. "",
  337. "D:\\Temp\\graphite-web-0.9.12\\graphite-web-0.9.12",
  338. "",
  339. " \"filter\": {\n \"list\": {\n \"0\": {\n \"type\": \"time\",\n \"field\": \"@timestamp\",\n \"from\": \"now-1h\",\n \"to\": \"now\",\n \"mandate\": \"must\",\n \"active\": true,\n \"alias\": \"\",\n \"id\": 0\n }\n },\n \"ids\": [\n 0\n ]\n",
  340. " \"filter\": {\n \"list\": {\n \"0\": {\n \"type\": \"time\",\n \"field\": \"@timestamp\",\n \"from\": \"now-1h\",\n \"to\": \"now\",\n \"mandate\": \"must\",\n \"active\": true,\n \"alias\": \"\",\n \"id\": 0\n }\n },\n \"ids\": [\n 0\n ]\n ",
  341. "D:\\oss\\mongodb-metrics\\node_modules\\mongodb",
  342. "D:\\ebay\\tradera\\Applications\\TouchWeb",
  343. "D:\\ebay\\tradera"
  344. ]
  345. },
  346. "find_state":
  347. {
  348. "case_sensitive": false,
  349. "find_history":
  350. [
  351. "bspop",
  352. "bs-dropdown",
  353. "alias",
  354. "mandate",
  355. "'mandate'",
  356. "show_key",
  357. "bsdropd",
  358. "bs-drop",
  359. "set ",
  360. "zoom",
  361. "timeField",
  362. "timeF",
  363. "timefi",
  364. "@times",
  365. "field",
  366. "queries",
  367. "editing",
  368. "'filter'",
  369. "load",
  370. "pulldowns",
  371. ".input-mini",
  372. "keyCode == 27",
  373. "esc",
  374. "elem",
  375. "time_format",
  376. "row.tit",
  377. "'app/partials/roweditor.html'",
  378. "== ",
  379. "moment",
  380. "dashboard.current.hideControls",
  381. "ng-class='",
  382. " ng-class='{",
  383. "overrides.less",
  384. "rootScope",
  385. "bindonce",
  386. "anel.targets = _.without(panel.targets, target)",
  387. ">\n",
  388. "on(",
  389. "refresh",
  390. "get_D",
  391. "maxDataPoints",
  392. "colspan",
  393. "width",
  394. "calculate_interval\ncalculate_interval",
  395. "resolution",
  396. "width",
  397. "resolution",
  398. "calculate_interval",
  399. "get_interval",
  400. "graphite_options",
  401. "maxDataPoints",
  402. "kibanaSimplePanel",
  403. "kibanaPanel",
  404. "<kibanaPanel",
  405. "$scope.panelMeta.loading",
  406. "\"tab\"",
  407. "\"timepicker\"",
  408. "doSearch",
  409. "doSearch = ",
  410. ".loading = false",
  411. "$scope.apply",
  412. "get_data",
  413. "histogram",
  414. "$scope.panelMeta.loading",
  415. "$scope.panel.error",
  416. "$scope.panel",
  417. "panel.error",
  418. "requests",
  419. "graphiteUtil",
  420. "populate_modal",
  421. "get_data",
  422. "inspect",
  423. "partial",
  424. "inspector",
  425. "1h",
  426. "graphiteFlot",
  427. "2.4.5",
  428. "spawn",
  429. "connections: { cu",
  430. "connections: { curren",
  431. "mongoDbUrl",
  432. "console.lo",
  433. "createAdminDbCommandSlaveOk",
  434. "DbCommand",
  435. "createAdminDbCommand",
  436. "executeDbAdminCommand",
  437. "command",
  438. "executeDbAdminCommand",
  439. "primaryPreferered",
  440. "_executeQueryCommand",
  441. "executeDbA",
  442. "executeDbAdminCommand",
  443. "ReadPreference.PRIMARY_PREFERRED",
  444. "PREFERRED",
  445. "PRIMARY PREFERRED",
  446. "No primary found in set",
  447. "connectWithNoPrimary",
  448. "No primary found in set",
  449. "var",
  450. "_redirectToCartCheckout",
  451. "data:cart:after-checkout-started",
  452. "_startCheckout",
  453. "ui:cart:on-checkout-start",
  454. "on-checkout-start",
  455. "_goToCheckout",
  456. "checkoutAction",
  457. "data-view-cart-button",
  458. "cdn",
  459. "traderaSite",
  460. "(\"#",
  461. "traderaSite",
  462. " ",
  463. "${",
  464. "\n",
  465. "back-to-tradera",
  466. "CreateDeferr",
  467. "Deferr<",
  468. ".Deferr",
  469. "IDeferredMessage",
  470. "SendFeedbackRemovalMail",
  471. "SendFeedbackRemovalMail'",
  472. "SendFeedbackRemovalMail",
  473. "Create_DSR",
  474. "Update_DSR_Stats",
  475. "Create_DSR",
  476. "Create_Grade_DSR\nCreate_DSR",
  477. "Create_Grade_DSR\nCreate_Grade_DSR",
  478. "Create_Grade_DSR\nCreate_Grade_DSR\n"
  479. ],
  480. "highlight": true,
  481. "in_selection": false,
  482. "preserve_case": false,
  483. "regex": false,
  484. "replace_history":
  485. [
  486. ],
  487. "reverse": false,
  488. "show_context": true,
  489. "use_buffer2": true,
  490. "whole_word": false,
  491. "wrap": true
  492. },
  493. "groups":
  494. [
  495. {
  496. "selected": 3,
  497. "sheets":
  498. [
  499. {
  500. "buffer": 0,
  501. "file": "src/app/components/require.config.js",
  502. "semi_transient": false,
  503. "settings":
  504. {
  505. "buffer_size": 3549,
  506. "regions":
  507. {
  508. },
  509. "selection":
  510. [
  511. [
  512. 0,
  513. 0
  514. ]
  515. ],
  516. "settings":
  517. {
  518. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  519. "tab_size": 4,
  520. "translate_tabs_to_spaces": true
  521. },
  522. "translation.x": 0.0,
  523. "translation.y": 414.0,
  524. "zoom_level": 1.0
  525. },
  526. "type": "text"
  527. },
  528. {
  529. "buffer": 1,
  530. "file": "src/config.dev.js",
  531. "semi_transient": false,
  532. "settings":
  533. {
  534. "buffer_size": 1492,
  535. "regions":
  536. {
  537. },
  538. "selection":
  539. [
  540. [
  541. 910,
  542. 910
  543. ]
  544. ],
  545. "settings":
  546. {
  547. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  548. "tab_size": 2,
  549. "translate_tabs_to_spaces": true
  550. },
  551. "translation.x": 0.0,
  552. "translation.y": 302.0,
  553. "zoom_level": 1.0
  554. },
  555. "type": "text"
  556. },
  557. {
  558. "buffer": 2,
  559. "semi_transient": false,
  560. "settings":
  561. {
  562. "buffer_size": 15575,
  563. "regions":
  564. {
  565. "match":
  566. {
  567. "flags": 112,
  568. "regions":
  569. [
  570. [
  571. 157,
  572. 166
  573. ],
  574. [
  575. 303,
  576. 312
  577. ],
  578. [
  579. 480,
  580. 489
  581. ],
  582. [
  583. 635,
  584. 644
  585. ],
  586. [
  587. 883,
  588. 892
  589. ],
  590. [
  591. 1243,
  592. 1252
  593. ],
  594. [
  595. 1341,
  596. 1350
  597. ],
  598. [
  599. 1672,
  600. 1681
  601. ],
  602. [
  603. 1941,
  604. 1950
  605. ],
  606. [
  607. 2232,
  608. 2240
  609. ],
  610. [
  611. 2431,
  612. 2439
  613. ],
  614. [
  615. 2557,
  616. 2565
  617. ],
  618. [
  619. 2799,
  620. 2807
  621. ],
  622. [
  623. 3097,
  624. 3105
  625. ],
  626. [
  627. 3275,
  628. 3283
  629. ],
  630. [
  631. 3539,
  632. 3547
  633. ],
  634. [
  635. 3654,
  636. 3662
  637. ],
  638. [
  639. 3772,
  640. 3780
  641. ],
  642. [
  643. 3890,
  644. 3898
  645. ],
  646. [
  647. 4008,
  648. 4016
  649. ],
  650. [
  651. 4126,
  652. 4134
  653. ],
  654. [
  655. 4244,
  656. 4252
  657. ],
  658. [
  659. 4362,
  660. 4370
  661. ],
  662. [
  663. 4480,
  664. 4488
  665. ],
  666. [
  667. 4598,
  668. 4606
  669. ],
  670. [
  671. 4716,
  672. 4724
  673. ],
  674. [
  675. 4834,
  676. 4842
  677. ],
  678. [
  679. 4952,
  680. 4960
  681. ],
  682. [
  683. 5070,
  684. 5078
  685. ],
  686. [
  687. 5188,
  688. 5196
  689. ],
  690. [
  691. 5306,
  692. 5314
  693. ],
  694. [
  695. 5424,
  696. 5432
  697. ],
  698. [
  699. 5542,
  700. 5550
  701. ],
  702. [
  703. 5660,
  704. 5668
  705. ],
  706. [
  707. 5778,
  708. 5786
  709. ],
  710. [
  711. 5896,
  712. 5904
  713. ],
  714. [
  715. 6014,
  716. 6022
  717. ],
  718. [
  719. 6132,
  720. 6140
  721. ],
  722. [
  723. 6250,
  724. 6258
  725. ],
  726. [
  727. 6368,
  728. 6376
  729. ],
  730. [
  731. 6486,
  732. 6494
  733. ],
  734. [
  735. 6604,
  736. 6612
  737. ],
  738. [
  739. 6722,
  740. 6730
  741. ],
  742. [
  743. 6937,
  744. 6945
  745. ],
  746. [
  747. 7210,
  748. 7218
  749. ],
  750. [
  751. 7568,
  752. 7577
  753. ],
  754. [
  755. 7751,
  756. 7760
  757. ],
  758. [
  759. 7953,
  760. 7962
  761. ],
  762. [
  763. 8219,
  764. 8228
  765. ],
  766. [
  767. 8400,
  768. 8409
  769. ],
  770. [
  771. 8656,
  772. 8665
  773. ],
  774. [
  775. 8879,
  776. 8888
  777. ],
  778. [
  779. 9030,
  780. 9039
  781. ],
  782. [
  783. 9211,
  784. 9220
  785. ],
  786. [
  787. 9472,
  788. 9481
  789. ],
  790. [
  791. 9798,
  792. 9807
  793. ],
  794. [
  795. 10118,
  796. 10127
  797. ],
  798. [
  799. 10293,
  800. 10302
  801. ],
  802. [
  803. 10449,
  804. 10458
  805. ],
  806. [
  807. 10669,
  808. 10678
  809. ],
  810. [
  811. 10870,
  812. 10879
  813. ],
  814. [
  815. 11220,
  816. 11227
  817. ],
  818. [
  819. 11413,
  820. 11420
  821. ],
  822. [
  823. 11756,
  824. 11765
  825. ],
  826. [
  827. 12200,
  828. 12207
  829. ],
  830. [
  831. 12568,
  832. 12575
  833. ],
  834. [
  835. 12985,
  836. 12992
  837. ],
  838. [
  839. 13223,
  840. 13230
  841. ],
  842. [
  843. 13425,
  844. 13432
  845. ],
  846. [
  847. 13683,
  848. 13690
  849. ],
  850. [
  851. 14047,
  852. 14054
  853. ],
  854. [
  855. 14211,
  856. 14218
  857. ],
  858. [
  859. 14355,
  860. 14362
  861. ],
  862. [
  863. 14528,
  864. 14535
  865. ],
  866. [
  867. 14839,
  868. 14850
  869. ],
  870. [
  871. 15208,
  872. 15213
  873. ],
  874. [
  875. 15401,
  876. 15406
  877. ]
  878. ],
  879. "scope": ""
  880. }
  881. },
  882. "selection":
  883. [
  884. [
  885. 15398,
  886. 15398
  887. ]
  888. ],
  889. "settings":
  890. {
  891. "detect_indentation": false,
  892. "line_numbers": false,
  893. "output_tag": 9,
  894. "result_base_dir": "",
  895. "result_file_regex": "^([A-Za-z\\\\/<].*):$",
  896. "result_line_regex": "^ +([0-9]+):",
  897. "scroll_past_end": true,
  898. "syntax": "Packages/Default/Find Results.hidden-tmLanguage",
  899. "translate_tabs_to_spaces": false
  900. },
  901. "translation.x": 0.0,
  902. "translation.y": 18288.0,
  903. "zoom_level": 1.0
  904. },
  905. "type": "text"
  906. },
  907. {
  908. "buffer": 3,
  909. "file": "src/vendor/angular/angular-strap.js",
  910. "semi_transient": false,
  911. "settings":
  912. {
  913. "buffer_size": 31514,
  914. "regions":
  915. {
  916. },
  917. "selection":
  918. [
  919. [
  920. 15185,
  921. 15185
  922. ]
  923. ],
  924. "settings":
  925. {
  926. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  927. "tab_size": 2,
  928. "translate_tabs_to_spaces": true
  929. },
  930. "translation.x": 0.0,
  931. "translation.y": 14100.0,
  932. "zoom_level": 1.0
  933. },
  934. "type": "text"
  935. },
  936. {
  937. "buffer": 4,
  938. "file": "src/app/panels/timepicker/module.js",
  939. "semi_transient": false,
  940. "settings":
  941. {
  942. "buffer_size": 6147,
  943. "regions":
  944. {
  945. },
  946. "selection":
  947. [
  948. [
  949. 2855,
  950. 2855
  951. ]
  952. ],
  953. "settings":
  954. {
  955. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  956. "tab_size": 2,
  957. "translate_tabs_to_spaces": true
  958. },
  959. "translation.x": 0.0,
  960. "translation.y": 2742.0,
  961. "zoom_level": 1.0
  962. },
  963. "type": "text"
  964. },
  965. {
  966. "buffer": 5,
  967. "file": "src/app/dashboards/guided.json",
  968. "semi_transient": false,
  969. "settings":
  970. {
  971. "buffer_size": 6721,
  972. "regions":
  973. {
  974. },
  975. "selection":
  976. [
  977. [
  978. 289,
  979. 289
  980. ]
  981. ],
  982. "settings":
  983. {
  984. "syntax": "Packages/JavaScript/JSON.tmLanguage",
  985. "tab_size": 2,
  986. "translate_tabs_to_spaces": true
  987. },
  988. "translation.x": 0.0,
  989. "translation.y": 0.0,
  990. "zoom_level": 1.0
  991. },
  992. "type": "text"
  993. },
  994. {
  995. "buffer": 6,
  996. "file": "src/app/panels/filtering/module.html",
  997. "semi_transient": false,
  998. "settings":
  999. {
  1000. "buffer_size": 2866,
  1001. "regions":
  1002. {
  1003. },
  1004. "selection":
  1005. [
  1006. [
  1007. 0,
  1008. 0
  1009. ]
  1010. ],
  1011. "settings":
  1012. {
  1013. "syntax": "Packages/HTML/HTML.tmLanguage",
  1014. "tab_size": 2,
  1015. "translate_tabs_to_spaces": true
  1016. },
  1017. "translation.x": 0.0,
  1018. "translation.y": 1440.0,
  1019. "zoom_level": 1.0
  1020. },
  1021. "type": "text"
  1022. },
  1023. {
  1024. "buffer": 7,
  1025. "file": "src/app/panels/filtering/module.js",
  1026. "semi_transient": false,
  1027. "settings":
  1028. {
  1029. "buffer_size": 2288,
  1030. "regions":
  1031. {
  1032. },
  1033. "selection":
  1034. [
  1035. [
  1036. 0,
  1037. 0
  1038. ]
  1039. ],
  1040. "settings":
  1041. {
  1042. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  1043. "tab_size": 2,
  1044. "translate_tabs_to_spaces": true
  1045. },
  1046. "translation.x": 0.0,
  1047. "translation.y": 1500.0,
  1048. "zoom_level": 1.0
  1049. },
  1050. "type": "text"
  1051. },
  1052. {
  1053. "buffer": 8,
  1054. "file": "src/app/panels/graphite/module.js",
  1055. "semi_transient": false,
  1056. "settings":
  1057. {
  1058. "buffer_size": 23005,
  1059. "regions":
  1060. {
  1061. },
  1062. "selection":
  1063. [
  1064. [
  1065. 22424,
  1066. 22424
  1067. ]
  1068. ],
  1069. "settings":
  1070. {
  1071. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  1072. "tab_size": 2,
  1073. "translate_tabs_to_spaces": true
  1074. },
  1075. "translation.x": 0.0,
  1076. "translation.y": 25998.0,
  1077. "zoom_level": 1.0
  1078. },
  1079. "type": "text"
  1080. },
  1081. {
  1082. "buffer": 9,
  1083. "file": "src/app/services/filterSrv.js",
  1084. "semi_transient": false,
  1085. "settings":
  1086. {
  1087. "buffer_size": 6631,
  1088. "regions":
  1089. {
  1090. },
  1091. "selection":
  1092. [
  1093. [
  1094. 0,
  1095. 0
  1096. ]
  1097. ],
  1098. "settings":
  1099. {
  1100. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  1101. "tab_size": 2,
  1102. "translate_tabs_to_spaces": true
  1103. },
  1104. "translation.x": 0.0,
  1105. "translation.y": 1296.0,
  1106. "zoom_level": 1.0
  1107. },
  1108. "type": "text"
  1109. },
  1110. {
  1111. "buffer": 10,
  1112. "file": "src/app/services/graphite/graphiteSrv.js",
  1113. "semi_transient": false,
  1114. "settings":
  1115. {
  1116. "buffer_size": 2343,
  1117. "regions":
  1118. {
  1119. },
  1120. "selection":
  1121. [
  1122. [
  1123. 1504,
  1124. 1505
  1125. ]
  1126. ],
  1127. "settings":
  1128. {
  1129. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  1130. "tab_size": 2,
  1131. "translate_tabs_to_spaces": true
  1132. },
  1133. "translation.x": 0.0,
  1134. "translation.y": 1554.0,
  1135. "zoom_level": 1.0
  1136. },
  1137. "type": "text"
  1138. },
  1139. {
  1140. "buffer": 11,
  1141. "file": "src/app/controllers/graphiteTarget.js",
  1142. "semi_transient": false,
  1143. "settings":
  1144. {
  1145. "buffer_size": 6702,
  1146. "regions":
  1147. {
  1148. },
  1149. "selection":
  1150. [
  1151. [
  1152. 2673,
  1153. 2673
  1154. ]
  1155. ],
  1156. "settings":
  1157. {
  1158. "syntax": "Packages/JavaScript/JavaScript.tmLanguage",
  1159. "tab_size": 2,
  1160. "translate_tabs_to_spaces": true
  1161. },
  1162. "translation.x": 0.0,
  1163. "translation.y": 3168.0,
  1164. "zoom_level": 1.0
  1165. },
  1166. "type": "text"
  1167. }
  1168. ]
  1169. }
  1170. ],
  1171. "incremental_find":
  1172. {
  1173. "height": 28.0
  1174. },
  1175. "input":
  1176. {
  1177. "height": 40.0
  1178. },
  1179. "layout":
  1180. {
  1181. "cells":
  1182. [
  1183. [
  1184. 0,
  1185. 0,
  1186. 1,
  1187. 1
  1188. ]
  1189. ],
  1190. "cols":
  1191. [
  1192. 0.0,
  1193. 1.0
  1194. ],
  1195. "rows":
  1196. [
  1197. 0.0,
  1198. 1.0
  1199. ]
  1200. },
  1201. "menu_visible": false,
  1202. "output.exec":
  1203. {
  1204. "height": 271.0
  1205. },
  1206. "project": "grafana.sublime-project",
  1207. "replace":
  1208. {
  1209. "height": 52.0
  1210. },
  1211. "save_all_on_build": true,
  1212. "select_file":
  1213. {
  1214. "height": 0.0,
  1215. "selected_items":
  1216. [
  1217. [
  1218. "grapte",
  1219. "src\\app\\controllers\\graphiteTarget.js"
  1220. ],
  1221. [
  1222. "fil",
  1223. "src\\app\\services\\filterSrv.js"
  1224. ],
  1225. [
  1226. "mod",
  1227. "src\\app\\panels\\graphite\\module.js"
  1228. ],
  1229. [
  1230. "filters",
  1231. "src\\app\\services\\filterSrv.js"
  1232. ],
  1233. [
  1234. "dashb",
  1235. "src\\app\\services\\dashboard.js"
  1236. ],
  1237. [
  1238. "graf",
  1239. "src\\vendor\\bootstrap\\less\\grafana.less"
  1240. ],
  1241. [
  1242. "gsrv",
  1243. "src\\app\\panels\\graphite\\graphiteSrv.js"
  1244. ],
  1245. [
  1246. "over",
  1247. "src\\vendor\\bootstrap\\less\\overrides.less"
  1248. ],
  1249. [
  1250. "graphites",
  1251. "src\\app\\panels\\graphite\\graphiteSrv.js"
  1252. ],
  1253. [
  1254. "inspec",
  1255. "src\\app\\partials\\inspector.html"
  1256. ],
  1257. [
  1258. "module",
  1259. "src\\app\\panels\\graph\\module.js"
  1260. ],
  1261. [
  1262. "tagm",
  1263. "src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\layout\\google-tagmanager.js"
  1264. ],
  1265. [
  1266. "cookie.",
  1267. "src\\EbaySweden.TouchWeb\\static\\script\\utils\\cookie.js"
  1268. ],
  1269. [
  1270. "page.js",
  1271. "src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\layout\\page.js"
  1272. ],
  1273. [
  1274. "_main",
  1275. "src\\EbaySweden.TouchWeb\\Areas\\Default\\Views\\Shared\\_MainLayout.cshtml"
  1276. ],
  1277. [
  1278. "",
  1279. "D:\\ebay\\tradera\\Applications\\TouchWeb\\src\\EbaySweden.TouchWeb\\TouchWeb.csproj"
  1280. ],
  1281. [
  1282. "start-",
  1283. "src\\EbaySweden.TouchWeb\\static\\style\\components\\start-page.scss"
  1284. ],
  1285. [
  1286. "bidding",
  1287. "src\\EbaySweden.TouchWeb\\static\\script\\app\\ui\\view-item\\bidding-ui.js"
  1288. ],
  1289. [
  1290. "app.",
  1291. "src\\EbaySweden.TouchWeb\\static\\script\\app.js"
  1292. ]
  1293. ],
  1294. "width": 0.0
  1295. },
  1296. "select_project":
  1297. {
  1298. "height": 0.0,
  1299. "selected_items":
  1300. [
  1301. ],
  1302. "width": 0.0
  1303. },
  1304. "select_symbol":
  1305. {
  1306. "height": 0.0,
  1307. "selected_items":
  1308. [
  1309. ],
  1310. "width": 0.0
  1311. },
  1312. "settings":
  1313. {
  1314. },
  1315. "show_minimap": false,
  1316. "show_open_files": true,
  1317. "show_tabs": true,
  1318. "side_bar_visible": true,
  1319. "side_bar_width": 279.0,
  1320. "status_bar_visible": true,
  1321. "template_settings":
  1322. {
  1323. }
  1324. }