Home
last modified time | relevance | path

Searched refs:ProcessChannels (Results 1 – 8 of 8) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/go-pkg-rss/
H A DdatabaseHandler.go21 func (d *databaseHandler) ProcessChannels(f *Feed, ch []*Channel) { func
29 d.chanhandler.ProcessChannels(f, newchannels)
H A Dfeed.go49 func (h ChannelHandlerFunc) ProcessChannels(f *Feed, newchannels []*Channel) { func
64 ProcessChannels(f *Feed, newchannels []*Channel) methodSpec
242 this.channelHandler.ProcessChannels(this, this.Channels)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/go-pkg-rss/testdata/handlers/
H A Dhandlerexample.go44 func (m *MyHandlers) ProcessChannels(feed *rss.Feed, newchannels []*rss.Channel) { func
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DGUIEPGGridContainer.h164 void ProcessChannels(unsigned int currentTime, CDirtyRegionList& dirtyregions);
H A DGUIEPGGridContainer.cpp218 ProcessChannels(currentTime, dirtyregions); in Process()
248 void CGUIEPGGridContainer::ProcessChannels(unsigned int currentTime, CDirtyRegionList& dirtyregions) in ProcessChannels() function in CGUIEPGGridContainer
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXImportLinking.cpp131 linked |= FArchiveXML::ProcessChannels(animated, channels); in LinkAnimated()
190 linked |= FArchiveXML::ProcessChannels(animatedCustom, channels); in LinkAnimatedCustom()
H A DFAXAnimationImport.cpp504 bool FArchiveXML::ProcessChannels(FCDAnimated* animated, FCDAnimationChannelList& channels) in ProcessChannels() function in FArchiveXML
H A DFArchiveXML.h349 static bool ProcessChannels(FCDAnimated* animated, FCDAnimationChannelList& channels);