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
| .count { | |
| border: 1px solid #D4D4D4; | |
| font-size: 11px; | |
| font-weight: bold; | |
| padding: 0px 8px; | |
| line-height: 20px; | |
| margin-left: 10px; | |
| border-radius: 2px; | |
| color: #333; | |
| background-color: white; |
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
| Abingdon Road | |
| Adam Drive | |
| Adam Park | |
| Adam Road | |
| Adis Road | |
| Admiralty Drive | |
| Admiralty Lane | |
| Admiralty Link | |
| Admiralty Road | |
| Admiralty Road East |
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.CreateCommand({ | |
| names: ["rails"], | |
| icon: "http://rubyonrails.org/favicon.ico", | |
| description: "Search rails documentation", | |
| help: "Type a rails class or method.", | |
| author: {name: "Jason Ong", email: "[email protected]"}, | |
| license: "GPL", | |
| homepage: "", | |
| arguments: [{role: "object", nountype: noun_arb_text, label: "class or method"}], | |
| preview: function preview(pblock, args) { |
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
| default: -r features/support/env.rb -r features/support/plain.rb -r features/step_definitions features/plain | |
| selenium: -r features/support/env.rb -r features/support/enhanced.rb -r features/step_definitions features/enhanced |
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
| default: -r features/support/env.rb -r features/support/plain.rb -r features/step_definitions features/plain | |
| selenium: -r features/support/env.rb -r features/support/enhanced.rb -r features/step_definitions features/enhanced |