Home
last modified time | relevance | path

Searched refs:productionCode (Results 1 – 5 of 5) 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
245 * @param string $productionCode
248 public function setProductionCode($productionCode) argument
250 $this->productionCode = $productionCode;
260 return $this->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
245 * @param string $productionCode
248 public function setProductionCode($productionCode) argument
250 $this->productionCode = $productionCode;
260 return $this->productionCode;
/dports/devel/cpputest/cpputest-4.0/examples/AllTests/
H A DMockDocumentationTest.cpp52 static void productionCode() in productionCode() function
60 productionCode(); in TEST()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoTag.h155 void SetProductionCode(std::string productionCode);
H A DVideoInfoTag.cpp1639 void CVideoInfoTag::SetProductionCode(std::string productionCode) in SetProductionCode() argument
1641 m_strProductionCode = Trim(std::move(productionCode)); in SetProductionCode()