Lines Matching full:channel
127 viewFromChannelName (const string &channel,
131 // Given the name of a channel, return the name of the view to
139 StringVector s = parseString (channel, '.');
157 // size >= 2 - the last part is the channel name,
189 // Get view name for this channel
196 // Insert channel into q if it's a member of view viewName
200 q.insert (i.name(), i.channel());
227 // channel in two different views.
242 // if either channel is in no view.
265 // channel1 is a default channel - the channels will only be
275 // channel2 is a default channel - the channels will only be
283 // Neither channel is a default channel. To be counterparts both
284 // channel names must have the same number of components, and
307 // Given the name of a channel, return a
308 // list of the same channel in all views.
320 q.insert (i.name(), i.channel());
335 // Given the name of a channel in one view, return the
336 // corresponding channel name for view otherViewName.
355 insertViewName (const string &channel,
360 // Insert multiView[i] into the channel name if appropriate.
363 StringVector s = parseString (channel, '.');
371 // Channel in the default view, with no periods in its name.
375 return channel;
379 // View name becomes penultimate section of new channel name.