Home
last modified time | relevance | path

Searched defs:productionCode (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/lib/Tmdb/Model/Tv/
H A DEpisode.php58 private $productionCode; variable in Tmdb\\Model\\Tv\\Episode
248 public function setProductionCode($productionCode)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/xml/lib/Model/Tv/
H A DEpisode.php58 private $productionCode; variable in Tmdb\\Model\\Tv\\Episode
248 public function setProductionCode($productionCode)
/dports/devel/cpputest/cpputest-4.0/examples/AllTests/
H A DMockDocumentationTest.cpp52 static void productionCode() in productionCode() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoTag.cpp1639 void CVideoInfoTag::SetProductionCode(std::string productionCode) in SetProductionCode()