Home
last modified time | relevance | path

Searched defs:Episode (Results 1 – 25 of 94) sorted by relevance

1234

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/live/
H A Dstruct_episode.go19 type Episode struct { struct
20 EpisodeId string `json:"EpisodeId" xml:"EpisodeId"`
21 EpisodeType string `json:"EpisodeType" xml:"EpisodeType"`
22 EpisodeName string `json:"EpisodeName" xml:"EpisodeName"`
23 ResourceId string `json:"ResourceId" xml:"ResourceId"`
24 StartTime string `json:"StartTime" xml:"StartTime"`
25 EndTime string `json:"EndTime" xml:"EndTime"`
26 SwitchType string `json:"SwitchType" xml:"SwitchType"`
27 Status int `json:"Status" xml:"Status"`
28 ComponentIds ComponentIdsInDescribeCasterProgram `json:"ComponentIds" xml:"ComponentIds"`
H A Dstruct_episodes.go20 Episode []Episode `json:"Episode" xml:"Episode"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/live/
H A Dstruct_episode.go19 type Episode struct { struct
20 EpisodeId string `json:"EpisodeId" xml:"EpisodeId"`
21 EpisodeType string `json:"EpisodeType" xml:"EpisodeType"`
22 EpisodeName string `json:"EpisodeName" xml:"EpisodeName"`
23 ResourceId string `json:"ResourceId" xml:"ResourceId"`
24 StartTime string `json:"StartTime" xml:"StartTime"`
25 EndTime string `json:"EndTime" xml:"EndTime"`
26 SwitchType string `json:"SwitchType" xml:"SwitchType"`
27 Status int `json:"Status" xml:"Status"`
28 ComponentIds ComponentIdsInDescribeCasterProgram `json:"ComponentIds" xml:"ComponentIds"`
H A Dstruct_episodes.go20 Episode []Episode `json:"Episode" xml:"Episode"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/live/
H A Dstruct_episode.go19 type Episode struct { struct
20 EpisodeId string `json:"EpisodeId" xml:"EpisodeId"`
21 EpisodeType string `json:"EpisodeType" xml:"EpisodeType"`
22 EpisodeName string `json:"EpisodeName" xml:"EpisodeName"`
23 ResourceId string `json:"ResourceId" xml:"ResourceId"`
24 StartTime string `json:"StartTime" xml:"StartTime"`
25 EndTime string `json:"EndTime" xml:"EndTime"`
26 SwitchType string `json:"SwitchType" xml:"SwitchType"`
27 Status int `json:"Status" xml:"Status"`
28 ComponentIds ComponentIdsInDescribeCasterProgram `json:"ComponentIds" xml:"ComponentIds"`
H A Dstruct_episodes.go20 Episode []Episode `json:"Episode" xml:"Episode"` member
/dports/audio/ncspot/ncspot-0.9.3/src/model/
H A Depisode.rs12 pub struct Episode { struct
24 impl Episode { argument
32 impl From<&SimplifiedEpisode> for Episode { implementation
48 impl From<&FullEpisode> for Episode { implementation
64 impl fmt::Display for Episode { implementation
70 impl ListItem for Episode { implementation
/dports/audio/cantata/cantata-2.4.2/online/
H A Drssparser.h38 struct Episode struct
40 Episode() : duration(0), video(false) { } in Episode() function
54 QList<Episode> episodes; argument
H A Dpodcastservice.h56 struct Episode : public Item struct
63Episode(const QDateTime &d=QDateTime(), const QString &n=QString(), const QUrl &u=QUrl(), Podcast … argument
65 ~Episode() override { } in ~Episode() argument
82 void add(Episode *ep); argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/defs/
H A Depisode.h33 Episode() : Definition() {} in Episode() function
34 Episode(Episode const &other) : Definition(other) {} in Episode() function
35 Episode(de::Record &d) : Definition(d) {} in Episode() function
36 Episode(de::Record const &d) : Definition(d) {} in Episode() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/src/models/
H A Depisode.rs37 pub struct Episode { struct
52 impl Save<Episode> for Episode { argument
57 fn save(&self) -> Result<Episode, Self::Error> { in save()
65 impl Episode { implementation
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/snowball/stopwords/
H A Dnorwegian.stop41 sin
42 dem
49 eller
50 hva
51 skal
59 blei
60 blitt
76 skulle
/dports/multimedia/librespot/librespot-0.1.3/metadata/src/
H A Dlib.rs112 impl AudioFiles for Episode { implementation
172 pub struct Episode { struct
173 pub id: SpotifyId,
174 pub name: String,
176 pub duration: i32,
177 pub language: String,
178 pub show: SpotifyId,
180 pub covers: Vec<FileId>,
181 pub available: bool,
182 pub explicit: bool,
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-metadata-0.1.2/src/
H A Dlib.rs112 impl AudioFiles for Episode { implementation
172 pub struct Episode { struct
173 pub id: SpotifyId,
174 pub name: String,
176 pub duration: i32,
177 pub language: String,
178 pub show: SpotifyId,
180 pub covers: Vec<FileId>,
181 pub available: bool,
182 pub explicit: bool,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-metadata-0.3.1/src/
H A Dlib.rs100 impl AudioFiles for Episode { implementation
155 pub struct Episode { struct
156 pub id: SpotifyId,
157 pub name: String,
159 pub duration: i32,
160 pub language: String,
161 pub show: SpotifyId,
163 pub covers: Vec<FileId>,
164 pub available: bool,
165 pub explicit: bool,
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-metadata-0.1.1/src/
H A Dlib.rs110 impl AudioFiles for Episode { implementation
169 pub struct Episode { struct
170 pub id: SpotifyId,
171 pub name: String,
173 pub duration: i32,
174 pub language: String,
175 pub show: SpotifyId,
177 pub covers: Vec<FileId>,
178 pub available: bool,
179 pub explicit: bool,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/widgets/
H A Depisode_menu.rs59 pub fn new(sender: &Sender<Action>, ep: Arc<Episode>, show: Arc<Show>) -> Self { in new()
65 fn init(&self, sender: &Sender<Action>, ep: Arc<Episode>, show: Arc<Show>) { in init()
87 fn connect_copy_episode_url(&self, sender: &Sender<Action>, ep: Arc<Episode>) { in connect_copy_episode_url()
H A Depisode_description.rs79 ep: Arc<Episode>, in new()
100 fn init(&mut self, ep: &Episode, show: &Show) { in init()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/generic-lens-2.1.0.0/examples/
H A DStarWars.hs15 data Episode = NEWHOPE | EMPIRE | JEDI function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/generic-lens-2.1.0.0/examples/
H A DStarWars.hs15 data Episode = NEWHOPE | EMPIRE | JEDI type
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Model/Tv/
H A DEpisodeTest.php16 use Tmdb\Model\Tv\Episode; alias
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Model/Tv/
H A DEpisodeTest.php16 use Tmdb\Model\Tv\Episode; alias
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libmygpo-qt5/src/
H A DEpisode.cpp199 Episode::Episode ( QNetworkReply* reply, QObject* parent ) : QObject ( parent ), d ( new EpisodePri… in Episode() function in Episode
204 Episode::Episode ( const QVariant& variant, QObject* parent ) : QObject ( parent ), d ( new Episode… in Episode() function in Episode
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Factory/
H A DTvEpisodeFactoryTest.php16 use Tmdb\Model\Tv\Episode; alias
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Factory/
H A DTvEpisodeFactoryTest.php16 use Tmdb\Model\Tv\Episode; alias

1234