I hereby claim:
- I am cthrax on github.
- I am cthrax (https://keybase.io/cthrax) on keybase.
- I have a public key ASBO5Vxo1XJ2P9OyjeVpeqRhGgQCz9uIj1Ke1LX6FkzYxwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <html xmlns:v="urn:schemas-microsoft-com:vml" | |
| xmlns:o="urn:schemas-microsoft-com:office:office" | |
| xmlns:x="urn:schemas-microsoft-com:office:excel" | |
| xmlns="http://www.w3.org/TR/REC-html40"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="ProgId" content="Excel.Sheet" /> | |
| <meta name="isi:reportVersion" content="1.0" /> | |
| <meta name="isi:reportId" content="93aef679-8e9d-4fb6-865c-4ad11ae8dd75" /> |
| var LocationQuery = function() { | |
| this.projects = null; | |
| this.parameters = null; | |
| this.labels = null; | |
| this.gpsBounds = null; | |
| this.pageObject = null; | |
| this.query = {}; | |
| }; | |
| LocationQuery.prototype._addToQuery = function(prop) { |
| angular.module("smartadmin.init.activity", []) | |
| .run(function() { | |
| // ACTIVITY | |
| // ajax drop | |
| $('#activity').click(function(e) { | |
| var $this = $(this); | |
| if ($this.find('.badge').hasClass('bg-color-red')) { | |
| $this.find('.badge').removeClassPrefix('bg-color-'); | |
| $this.find('.badge').text("0"); |
| /* command "define" */ | |
| CmdUtils.makeSearchCommand({ | |
| names: ["define"], | |
| icon: "http://dictionary1.classic.reference.com/favicon.ico", | |
| homepage: "http://dictionary.com", | |
| author: { name: "Myles Bostwick", email: "ubiquity@zithora.com"}, | |
| license: "GPL", | |
| description: "Search Dictionary.com", | |
| help: "define: your word", | |
| url: "http://dictionary.reference.com/browse/{QUERY}", |
| /* command "define" */ | |
| CmdUtils.CreateCommand({ | |
| name: "define", | |
| icon: "http://dictionary1.classic.reference.com/favicon.ico", | |
| homepage: "http://dictionary.com", | |
| author: { name: "Myles Bostwick", email: "ubiquity@zithora.com"}, | |
| license: "GPL", | |
| description: "Search Dictionary.com", | |
| help: "define: your word", | |
| takes: {"input": noun_arb_text}, |
| /* command "define" */ | |
| CmdUtils.makeSearchCommand({ | |
| names: ["define"], | |
| icon: "http://dictionary1.classic.reference.com/favicon.ico", | |
| homepage: "http://dictionary.com", | |
| author: { name: "Myles Bostwick", email: "ubiquity@zithora.com"}, | |
| license: "GPL", | |
| description: "Search Dictionary.com", | |
| help: "define: your word", | |
| url: "http://dictionary.reference.com/browse/{QUERY}", |