This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Shoould really check for a valid number | |
| // Would be nice to do a preview first | |
| CmdUtils.makeSearchCommand({ | |
| name: "Ubuntu-bug-number", | |
| url: "https://bugs.launchpad.net/bugs/{QUERY}", | |
| icon: "http://launchpad.net/favicon.ico", | |
| description: "Takes you to a bug number" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Note: This command was automatically generated by the create-new-search-command command. | |
| CmdUtils.makeSearchCommand({ | |
| name: "debian-bug-search", | |
| url: "http://merkel.debian.org/~don/cgi/search.cgi?phrase={QUERY}&skip=0", | |
| icon: "http://merkel.debian.org/favicon.ico", | |
| description: "Searches debian bugs for a phrase" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Note: This command was automatically generated by the create-new-search-command command. | |
| CmdUtils.makeSearchCommand({ | |
| name: "debian-bug-by-number", | |
| url: "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug={QUERY}", | |
| icon: "http://www.debian.org/favicon.ico", | |
| description: "Searches Debian bugs buy number" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Note: This command was automatically generated by the create-new-search-command command. | |
| CmdUtils.CreateCommand({ | |
| name: "yorksurnamesearch", | |
| url: "https://www.york.ac.uk/directory/user.yrk/searchaction.cfm", | |
| icon: "http://www.york.ac.uk/favicon.ico", | |
| description: "Searches www.york.ac.uk", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CmdUtils.makeSearchCommand({ | |
| name: "YorkWeb", | |
| url: "http://search.york.ac.uk/search?q={QUERY}&site=yorkweb&client=yorkweb&output=xml_no_dtd&proxystylesheet=yorkweb", | |
| icon: "http://www.york.ac.uk/favicon.ico", | |
| description: "Searches www.york.ac.uk" | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Note: This command was automatically generated by the create-new-search-command command. | |
| CmdUtils.CreateCommand({ | |
| name: "yorkbyusername", | |
| url: "https://www.york.ac.uk/directory/user/searchaction.cfm", | |
| icon: "http://www.york.ac.uk/favicon.ico", | |
| description: "Searches www.york.ac.uk for a username", | |
| takes: {"search term": noun_arb_text}, | |
| execute: function(input){ var query = encodeURIComponent(input.text); |
NewerOlder