Home
last modified time | relevance | path

Searched refs:ShowAction (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/
H A Dservice_definition.php41 Album\ShowAction::class => autowire(Album\ShowAction::class),
44 Artist\ShowAction::class => autowire(Artist\ShowAction::class),
57 Stats\ShowAction::class => autowire(Stats\ShowAction::class),
59 Rss\ShowAction::class => autowire(Rss\ShowAction::class),
62 Shout\ShowAction::class => autowire(Shout\ShowAction::class),
68 Search\ShowAction::class => autowire(Search\ShowAction::class),
78 Index\ShowAction::class => autowire(Index\ShowAction::class),
92 Label\ShowAction::class => autowire(Label\ShowAction::class),
104 Radio\ShowAction::class => autowire(Radio\ShowAction::class),
105 Image\ShowAction::class => autowire(Image\ShowAction::class),
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dbasic_actions.h76 class ShowAction:public FunctionProto
79 ShowAction();
80 virtual ~ShowAction();
81 ShowAction( const ShowAction &other );
82 ShowAction &operator=( const ShowAction &other );
84 ShowAction *duplicate() const override;
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/javascript/
H A Dsearch-data.php27 use Ampache\Module\Application\SearchData\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
/dports/audio/ampache/ampache-php74-5.0.0/public/
H A Dmashup.php27 use Ampache\Module\Application\Mashup\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dphpinfo.php27 use Ampache\Module\Application\PhpInfo\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dshow_get.php27 use Ampache\Module\Application\ShowGet\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dcookie_disclaimer.php27 use Ampache\Module\Application\CookieDisclaimer\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dutil.php27 use Ampache\Module\Application\Utility\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dindex.php27 use Ampache\Module\Application\Index\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dwaveform.php27 use Ampache\Module\Application\Waveform\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dweb_player.php27 use Ampache\Module\Application\WebPlayer\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Drss.php29 use Ampache\Module\Application\Rss\ShowAction; alias
39 ShowAction::REQUEST_KEY => ShowAction::class,
41 ShowAction::REQUEST_KEY
H A Dgraph.php27 use Ampache\Module\Application\StatisticGraph\ShowAction; alias
41 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
H A Dnow_playing.php29 use Ampache\Module\Application\NowPlaying\ShowAction; alias
39 ShowAction::REQUEST_KEY => ShowAction::class,
41 ShowAction::REQUEST_KEY
H A Dimage.php27 use Ampache\Module\Application\Image\ShowAction; alias
42 ShowAction::REQUEST_ACTION => ShowAction::class,
44 ShowAction::REQUEST_ACTION
H A Dtest.php28 use Ampache\Module\Application\Test\ShowAction; alias
36 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dlostpassword.php30 use Ampache\Module\Application\LostPassword\ShowAction; alias
40 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
H A Dupdate.php27 use Ampache\Module\Application\Update\ShowAction; alias
44 ShowAction::REQUEST_KEY => ShowAction::class,
47 ShowAction::REQUEST_KEY
H A Dtvshow_seasons.php29 use Ampache\Module\Application\TvShowSeason\ShowAction; alias
41 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
H A Dtvshows.php29 use Ampache\Module\Application\TvShow\ShowAction; alias
39 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
H A Dradio.php28 use Ampache\Module\Application\Radio\ShowAction; alias
41 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
H A Dshout.php28 use Ampache\Module\Application\Shout\ShowAction; alias
41 ShowAction::REQUEST_KEY => ShowAction::class,
43 ShowAction::REQUEST_KEY
/dports/audio/ampache/ampache-php74-5.0.0/public/admin/
H A Dindex.php26 use Ampache\Module\Application\Admin\Index\ShowAction; alias
37 ShowAction::REQUEST_KEY => ShowAction::class,
39 ShowAction::REQUEST_KEY
H A Dmail.php27 use Ampache\Module\Application\Admin\Mail\ShowAction; alias
38 ShowAction::REQUEST_KEY => ShowAction::class,
41 ShowAction::REQUEST_KEY
H A Dexport.php27 use Ampache\Module\Application\Admin\Export\ShowAction; alias
38 ShowAction::REQUEST_KEY => ShowAction::class,
41 ShowAction::REQUEST_KEY

12345678910>>...13