Lines Matching refs:description
49 * description: 'description',
60 * description: 'My crappy plugin',
62 * { description: 'Foo Media',
65 * { description: 'Bar Stuff',
75 * description: 'My first plugin',
77 * { description: 'New Guy Media',
87 * description: 'Your great plugin',
89 * { description: 'Baz Stuff',
99 * description: 'His great plugin',
101 * { description: 'More baz Stuff',
165 // Make sure the left column (with "Description:", "Location:", etc.) is the
241 * @return {boolean} Whether the plugin's description should be displayed.
244 // Only display the description if it's not blank and if it's not just the
246 return plugin.description &&
247 plugin.description != plugin.name &&
248 plugin.description != plugin.version &&
249 plugin.description != 'Version ' + plugin.version &&
250 plugin.description != plugin.name + ' ' + plugin.version;