Home
last modified time | relevance | path

Searched defs:libitem (Results 1 – 25 of 36) sorted by relevance

12

/dports/audio/ampache/ampache-php74-5.0.0/src/Module/WebDav/
H A DWebDavFile.php37 private $libitem; variable in Ampache\\Module\\WebDav\\WebDavFile
42 public function __construct(Media $libitem)
H A DWebDavDirectory.php38 private $libitem; variable in Ampache\\Module\\WebDav\\WebDavDirectory
43 public function __construct(library_item $libitem)
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_videos.inc.php75 $libitem = new $className($video_id); variable
77 $libitem = new Video($video_id); variable
H A Dshow_catalogs.inc.php44 $libitem = Catalog::create_from_id($catalog_id); variable
H A Dshow_broadcasts.inc.php45 $libitem = new Broadcast($broadcast_id); variable
H A Dshow_channels.inc.php54 $libitem = new Channel($channel_id); variable
H A Dshow_wanted_albums.inc.php41 $libitem = new Wanted($wanted_id); variable
H A Dshow_shared_objects.inc.php48 $libitem = new Share($share_id); ?> variable
H A Dshow_manage_license.inc.php46 $libitem = new License($license_id); variable
H A Dshow_pvmsgs.inc.php65 $libitem = new PrivateMsg($pvmg_id); ?> variable
H A Dshow_searches.inc.php61 $libitem = new Search($playlist_id, 'song'); variable
H A Dshow_edit_video_row.inc.php30 $libitem = Video::create_from_id($libitem->id); variable
H A Dshow_manage_shoutbox.inc.php43 $libitem = new Shoutbox($shout_id); variable
H A Dshow_live_streams.inc.php67 $libitem = new Live_Stream($radio_id); variable
H A Dshow_labels.inc.php68 $libitem = new Label($label_id); variable
H A Dshow_users.inc.php78 $libitem = new User($user_id); variable
H A Dshow_playlists.inc.php65 $libitem = new Playlist($playlist_id); variable
H A Dshow_tvshow_seasons.inc.php70 $libitem = new TVShow_season($season_id); variable
H A Dshow_podcast_episodes.inc.php81 $libitem = new Podcast_Episode($episode_id); variable
H A Dshow_tvshows.inc.php81 $libitem = new TVShow($tvshow_id); variable
H A Dshow_recommended_artists.inc.php81 $libitem = new Artist($artist_id); variable
H A Dshow_podcasts.inc.php93 $libitem = new Podcast($podcast_id); variable
H A Dshow_video_row.inc.php45 $libitem = Video::create_from_id($libitem->id); variable
H A Dshow_playlist_medias.inc.php73 $libitem = new $class_name($object['object_id']); variable
/dports/audio/ampache/ampache-php74-5.0.0/src/Plugin/
H A DAmpacheFlattr.php99 public function display_user_field(library_item $libitem = null)

12