Home
last modified time | relevance | path

Searched defs:NewsItem (Results 1 – 13 of 13) sorted by relevance

/dports/irc/anope/anope-2.0.9/include/modules/
H A Dos_news.h26 struct NewsItem : Serializable struct
33 NewsItem() : Serializable("NewsItem") { } in NewsItem() argument
/dports/games/openttd/openttd-12.1/src/
H A Dnews_type.h125 struct NewsItem { struct
126 NewsItem *prev; ///< Previous news item argument
127 NewsItem *next; ///< Next news item argument
142NewsItem(StringID string_id, NewsType type, NewsFlag flags, NewsReferenceType reftype1, uint32 ref… argument
H A Dnews_gui.cpp786 NewsItem::NewsItem(StringID string_id, NewsType type, NewsFlag flags, NewsReferenceType reftype1, u… in NewsItem() function in NewsItem
/dports/games/criticalmass/CriticalMass-1.5/game/
H A DOnlineUpdate.hpp29 struct NewsItem struct in OnlineUpdate
31 std::string title;
32 std::string date;
33 std::string text;
34 float r;
35 float g;
36 float b;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/news/
H A Dtypes.ts1 export interface NewsItem { interface
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dnews_listbox.cpp118 class NewsItem : public LinkLabel { class
120 NewsItem(const std::string& link, in NewsItem() function in app::NewsItem
/dports/textproc/syck/syck-0.70/ext/ruby/lib/okay/
H A Dnews.rb22 class NewsItem < ModuleBase class
/dports/net/quiterss/quiterss-0.19.4_1/src/notifications/
H A Dnotificationsnewsitem.cpp20 NewsItem::NewsItem(int idFeed, int idNews, int width, QWidget * parent) in NewsItem() function in NewsItem
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DMainMenuLogic.cs330 class NewsItem class in OpenRA.Mods.Common.Widgets.Logic.MainMenuLogic
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/commands/
H A DCmdNews.cpp93 NewsItem::NewsItem ( in NewsItem() function in NewsItem
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/intro/contentproviders/
H A DEclipseRSSViewer.java356 static class NewsItem { class in EclipseRSSViewer
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/audio/
H A Daudio.h98 NewsItem, enumerator
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/web/feeds/recipes/
H A Dmodel.py102 class NewsItem(NewsTreeItem): class