Lines Matching refs:description
204 * Returns a description for this source log stream, which will be displayed
222 var description = '';
227 description = e.params.url;
230 description = e.params.group_name;
234 description = e.params.host;
238 description = e.params.key;
242 description = e.params.host + ' (' + e.params.proxy + ')';
249 description = connectJobSourceEntry.getDescription();
254 if (description == undefined)
256 return description;