@@ -20,21 +20,19 @@
"buffers" :
[
{
"contents" : "Searching 131 files for \"google\"\n\n/home/krister/code/toitla/packages/toitla:map/MapCalculations.js:\n 49 chefLocation = chefLocation.geometry.location;\n 50 if (location.radius >= Map.distanceBetweenLatLon(location, {\n 51: // I have no idea why google named these keys like this\n 52 lat: chefLocation.k,\n 53 lng: chefLocation.B\n\n/home/krister/code/toitla/packages/toitla:map/map-api.js:\n 1 Map = {\n 2 createMap : function(elemId) {\n 3: var tallinn = new google.maps.LatLng(59.437222, 24.745278);\n 4 \n 5 var mapOptions = {\n .\n 8 zoom : 12\n 9 };\n 10: return new google.maps.Map(document.getElementById(elemId), mapOptions);\n 11 } \n 12 };\n\n/home/krister/code/toitla/packages/toitla:map/package.js:\n 9 api.versionsFrom('1.0');\n 10 api.use(['mquandalle:jade', 'less', 'templating'], 'client')\n 11: api.use('dburles:google-maps');\n 12 api.imply('toitla:account');\n 13 api.addFiles(['view/map.jade', 'view/map.less', 'view/map.js'], 'client');\n\n/home/krister/code/toitla/packages/toitla:map/view/map.jade:\n 4 input.map-autocomplete(type=\"text\")\n 5 .map-wrapper\n 6: +googleMap(name=name options=mapOptions)\n 7 \n\n/home/krister/code/toitla/packages/toitla:map/view/map.js:\n 1 Meteor.startup(function() {\n 2: GoogleMaps.load({\n 3 key : 'AIzaSyBTF7DCswQz8sZn8WvDnPmFVwz7rjFeQQk',\n 4 libraries : 'places'\n .\n 10 \n 11 var setMarker = function(lat, lng) {\n 12: var loc = new google.maps.LatLng(lat, lng);\n 13 map.setCenter(loc);\n 14 map.setZoom(14);\n ..\n 45 },\n 46 mapOptions: function() {\n 47: if (GoogleMaps.loaded()) {\n 48: var tallinn = new google.maps.LatLng(59.437222, 24.745278);\n 49 \n 50 var initialCenter = tallinn;\n ..\n 53 var user = Meteor.user();\n 54 if (user.profile && user.profile.location) {\n 55: initialCenter = new google.maps.LatLng(user.profile.location.lat, user.profile.location.lng);\n 56 initialAddress = user.profile.location.address;\n 57 }\n 58 \n 59 \n 60: GoogleMaps.ready(this.name, function(m) {\n 61 map = m.instance;\n 62 \n 63: marker = new google.maps.Marker({ map: map, visible: false });\n 64 \n 65 if (isAutocompleteShown(this.type)) {\n ..\n 69 marker.setVisible(true);\n 70 }\n 71: var autocomplete = new google.maps.places.Autocomplete($('.map-autocomplete')[0], {\n 72 types : [ 'geocode' ],\n 73 });\n ..\n 92 var address = placeName + ', ' + placeAddress;\n 93 $(this).val(address);\n 94: var geocoder = new google.maps.Geocoder();\n 95 geocoder.geocode({'address' : address}, function(results, status) {\n 96: if (status == google.maps.GeocoderStatus.OK) {\n 97 changeFunction.bind({\n 98 getPlace : function() {return results[0];}\n ..\n 103 }\n 104 });\n 105: google.maps.event.addListener(autocomplete, 'place_changed', changeFunction);\n 106 } \n 107 }.bind(this));\n\n16 matches across 5 files\n\n\nSearching 131 files for \"googleanalytics\"\n\n0 matches\n\nSearching 131 files for \"analy\"\n\n0 matches" ,
"file" : "/home/krister/code/toitla/client/index.js" ,
"settings" :
{
"buffer_size" : 3250 ,
"line_ending" : "Windows" ,
"name" : "Find Results" ,
"scratch" : true
"buffer_size" : 1488 ,
"line_ending" : "Unix"
}
} ,
{
"file" : "/home/krister/code/toitla/lib/router.js " ,
"file" : "/home/krister/code/toitla/backlog " ,
"settings" :
{
"buffer_size" : 230 ,
"line_ending" : "Unix "
"buffer_size" : 698 ,
"line_ending" : "Windows "
}
}
] ,
@@ -45,10 +43,14 @@
"build_varint" : "" ,
"command_palette" :
{
"height" : 72 .0,
"height" : 393 .0,
"last_filter" : "" ,
"selected_items" :
[
[
"java" ,
"Set Syntax: Java"
] ,
[
"bash" ,
"Set Syntax: Shell Script (Bash)"
@@ -84,12 +86,29 @@
"expanded_folders" :
[
"/home/krister/code/toitla" ,
"/home/krister/code/toitla/client" ,
"/home/krister/code/toitla/lib" ,
"/home/krister/code/toitla/public"
"/home/krister/code/toitla/client"
] ,
"file_history" :
[
"/home/krister/code/toitla/backlog" ,
"/home/krister/code/test/test.html" ,
"/home/krister/code/test/test.js" ,
"/home/krister/Desktop/P" ,
"/home/krister/Desktop/uus tellimus" ,
"/home/krister/Desktop/kiri" ,
"/home/krister/code/toitla/client/index.js" ,
"/home/krister/code/toitla/notes" ,
"/home/krister/code/toitla/client/index.less" ,
"/home/krister/code/toitla/client/index.jade" ,
"/home/krister/code/toitla/lib/collections.js" ,
"/home/krister/code/toitla/server/allow.js" ,
"/home/krister/code/toitla/client/neworder.jade" ,
"/home/krister/code/toitla/client/frontpage.jade" ,
"/home/krister/code/toitla/lib/router.js" ,
"/home/krister/code/toitla/client/frontpage.js" ,
"/home/krister/code/toitla/lib/configuration.js.example" ,
"/home/krister/code/toitla/lib/configuration.js" ,
"/home/krister/toitlaleht" ,
"/home/krister/Downloads/Leaff-v1.4/Site/assets/js/custom.js" ,
"/home/krister/code/toitla/client/icons.html" ,
"/home/krister/code/toitla/client/gallery.html" ,
@@ -119,18 +138,13 @@
"/home/krister/code/toitla/lib/plugin/moment.js" ,
"/home/krister/code/toitla/packages/toitla:common/package.js" ,
"/home/krister/code/toitla/packages/chat-bubble/view/chatBubble.less" ,
"/home/krister/code/toitla/client/index.jade" ,
"/home/krister/code/toitla/packages/chat-bubble/view/chatBubble.jade" ,
"/home/krister/code/toitla/packages/chat-bubble/ChatBubble.js" ,
"/home/krister/code/toitla/packages/chat-bubble/collections.js" ,
"/home/krister/code/toitla/packages/chat-bubble/package.js" ,
"/home/krister/code/toitla/packages/chat-bubble/view/bubble.less" ,
"/home/krister/code/toitla/packages/chat-bubble/view/bubble.jade" ,
"/home/krister/code/toitla/client/index.js" ,
"/home/krister/code/toitla/lib/collections.js" ,
"/home/krister/code/toitla/client/Events.js" ,
"/home/krister/code/toitla/client/index.less" ,
"/home/krister/code/toitla/lib/configuration.js" ,
"/home/krister/code/toitla/client/lib/lightbox/css/lightbox.css"
] ,
"find" :
@@ -151,6 +165,27 @@
"case_sensitive" : false ,
"find_history" :
[
"form" ,
"thank you" ,
"Clientt" ,
"tere" ,
"Client" ,
"tere" ,
"Meteor" ,
"ühenduse" ,
"toitla4" ,
"Toitla4" ,
"courses" ,
"body" ,
"//..." ,
"toitla4" ,
"col-sm-6" ,
"ow\n .col-sm-6" ,
"w\n .col-sm-6" ,
"//..." ,
"\n Meteor.publish('toitla4', function() {\n return Toitla4.find()\n })" ,
"bottom" ,
"main" ,
"analy" ,
"googleanalytics" ,
"google" ,
@@ -257,28 +292,7 @@
".;" ,
" a=" ,
"a=" ,
"aatriks2.v1" ,
"ihtnemassiiv.v3" ,
".kymnelised.v1" ,
"./i200.maatriks2.v1" ,
"./i200.lihtnemassiiv.v3" ,
"./i200.kymnelised.v1" ,
"dtickets" ,
"\\n" ,
"<br>" ,
"e.l" ,
"answersCorrect" ,
":" ,
"answersCorrect" ,
"maxpo" ,
"macpoi" ,
"name=\"skip\"" ,
"le.lo" ,
"set('ques" ,
"Session.get('question')" ,
"session.get" ,
"answer_limit_reached" ,
"max"
"aatriks2.v1"
] ,
"highlight" : true ,
"in_selection" : false ,
@@ -306,118 +320,41 @@
[
{
"buffer" : 0 ,
"file" : "/home/krister/code/toitla/client/index.js" ,
"semi_transient" : false ,
"settings" :
{
"buffer_size" : 3250 ,
"buffer_size" : 1488 ,
"regions" :
{
"match" :
{
"flags" : 112 ,
"regions" :
[
[
268 ,
274
] ,
[
511 ,
517
] ,
[
647 ,
653
] ,
[
916 ,
922
] ,
[
1192 ,
1198
] ,
[
1343 ,
1349
] ,
[
1529 ,
1535
] ,
[
1675 ,
1681
] ,
[
1726 ,
1732
] ,
[
1946 ,
1952
] ,
[
2123 ,
2129
] ,
[
2230 ,
2236
] ,
[
2434 ,
2440
] ,
[
2686 ,
2692
] ,
[
2823 ,
2829
] ,
[
3005 ,
3011
]
] ,
"scope" : ""
}
} ,
"selection" :
[
[
3250 ,
3250
1310 ,
1310
]
] ,
"settings" :
{
"default_dir" : "/home/krister/code/toitla" ,
"detect_indentation" : false ,
"line_numbers" : false ,
"output_tag" : 3 ,
"result_base_dir" : "" ,
"result_file_regex" : "^([A-Za-z\\\\/<].*):$" ,
"result_line_regex" : "^ +([0-9]+):" ,
"scroll_past_end" : true ,
"syntax" : "Packages/Default/Find Results.hidden-tmLanguage"
"auto_complete" : false ,
"syntax" : "Packages/JavaScript/JavaScript.tmLanguage" ,
"translate_tabs_to_spaces" : false
} ,
"translation.x" : 0.0 ,
"translation.y" : 1410 .0,
"translation.y" : 168 .0,
"zoom_level" : 1.0
} ,
"stack_index" : 1 ,
"type" : "text"
} ,
{
"buffer" : 1 ,
"file" : "/home/krister/code/toitla/lib/router.js " ,
"file" : "/home/krister/code/toitla/backlog " ,
"semi_transient" : true ,
"settings" :
{
"buffer_size" : 230 ,
"buffer_size" : 698 ,
"regions" :
{
} ,
@@ -430,7 +367,8 @@
] ,
"settings" :
{
"syntax" : "Packages/JavaScript/JavaScript.tmLanguage"
"syntax" : "Packages/Text/Plain text.tmLanguage" ,
"translate_tabs_to_spaces" : false
} ,
"translation.x" : 0.0 ,
"translation.y" : 0.0 ,
@@ -490,6 +428,10 @@
"last_filter" : "" ,
"selected_items" :
[
[
"indeless" ,
"client/index.less"
] ,
[
"index2" ,
"client/index-2.html"
@@ -510,10 +452,6 @@
"indexless" ,
"client/index.less"
] ,
[
"indeless" ,
"client/index.less"
] ,
[
"adminjade" ,
"client/admin.jade"
@@ -596,25 +534,41 @@
"select_project" :
{
"height" : 501.0 ,
"last_filter" : "koo " ,
"last_filter" : "toa " ,
"selected_items" :
[
[
"koo" ,
"~/code/myLinux/config/sublime/projects/koodikool.sublime-project"
"toa" ,
"~/code/myLinux/config/sublime/projects/toitla-app.sublime-project"
] ,
[
"" ,
"~/code/myLinux/config/sublime/projects/draka.sublime-project"
] ,
[
"linu" ,
"~/code/myLinux/config/sublime/projects/myLinux.sublime-project"
] ,
[
"java" ,
"~/code/myLinux/config/sublime/projects/javaCheatsheet.sublime-project"
] ,
[
"" ,
"~/code/myLinux/config/sublime/projects/chat-bubble .sublime-project"
"app " ,
"~/code/myLinux/config/sublime/projects/toitla-app .sublime-project"
] ,
[
"lin" ,
"~/code/myLinux/config/sublime/projects/myLinux.sublime-project"
] ,
[
"toi" ,
"~/code/myLinux/config/sublime/projects/toitla.sublime-project"
] ,
[
"koo" ,
"~/code/myLinux/config/sublime/projects/koodikool.sublime-project"
] ,
[
"kris" ,
"~/Templates/krister.sublime-project"