Searched refs:subscribed (Results 1 – 5 of 5) sorted by relevance
34 SubscribedNewsgroups subscribed = new SubscribedNewsgroups(); in main() local36 NewsGroup allGroups[] = subscribed.getNewsGroups(); in main()122 Vector subscribed = new Vector(); in getNewsGroups() local132 if( !listed( newsgroup[j], subscribed ) ) in getNewsGroups()134 subscribed.addElement( newsgroup[j] ); in getNewsGroups()140 allSubscribed = new NewsGroup[ subscribed.size() ]; in getNewsGroups()141 subscribed.copyInto( allSubscribed ); in getNewsGroups()
44 /** Get a list of subscribed folders.
49 /** The foler is subscribed.
63 subscribed folders).
694 <td>indicates whether a content is subscribed.</td>827 <td>contains the count of subscribed contents of a folder.</td>
Completed in 29 milliseconds