Home
last modified time | relevance | path

Searched refs:showName (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/multimedia/vlc/vlc-3.0.16/share/lua/meta/reader/
H A Dfilename.lua45 _, _, showName, seasonNumber, episodeNumber = string.find(name, "(.+)S(%d+)E(%d+).*")
46 if not showName then
51 showName = trim(string.gsub(showName, "%.", " "))
52 vlc.item:set_meta("title", showName.." S"..seasonNumber.."E"..episodeNumber)
53 vlc.item:set_meta("showName", showName)
/dports/multimedia/py-periscope/py38-periscope-0.2.4_4/periscope/plugins/
H A DBierDopje.py105 showName = guessedData['name'].lower()
106 if exceptions.has_key(showName):
107 show_id = exceptions.get(showName)
108 elif self.cache['showids'].has_key(showName):
109 show_id = self.cache['showids'].get(showName)
111 getShowId_url = "%sGetShowByName/%s" %(self.api, urllib.quote(showName))
119 self.cache['showids'][showName] = show_id
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/shakespeare-2.0.25/Text/Hamlet/
H A DRT.hs138 _ -> fa $ showName n ++ ": expected HDHtml"
145 (False, _) -> fa $ showName n ++ ": expected HDUrl"
146 (True, _) -> fa $ showName n ++ ": expected HDUrlParams"
151 (False, _) -> fa $ showName n ++ ": expected HDTemplate"
153 (True, _) -> fa $ showName n ++ ": expected HDHtml"
161 _ -> fa $ showName n ++ ": expected HDList"
170 _ -> fa $ showName n ++ ": expected HDMaybe"
180 _ -> fa $ showName b ++ ": expected HDBool"
185 Nothing -> fa $ showName orig ++ ": not found"
191 showName :: [String] -> String
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/shakespeare-2.0.25/Text/Hamlet/
H A DRT.hs138 _ -> fa $ showName n ++ ": expected HDHtml"
145 (False, _) -> fa $ showName n ++ ": expected HDUrl"
146 (True, _) -> fa $ showName n ++ ": expected HDUrlParams"
151 (False, _) -> fa $ showName n ++ ": expected HDTemplate"
153 (True, _) -> fa $ showName n ++ ": expected HDHtml"
161 _ -> fa $ showName n ++ ": expected HDList"
170 _ -> fa $ showName n ++ ": expected HDMaybe"
180 _ -> fa $ showName b ++ ": expected HDBool"
185 Nothing -> fa $ showName orig ++ ": not found"
191 showName :: [String] -> String
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/shakespeare-2.0.25/Text/Hamlet/
H A DRT.hs138 _ -> fa $ showName n ++ ": expected HDHtml"
145 (False, _) -> fa $ showName n ++ ": expected HDUrl"
146 (True, _) -> fa $ showName n ++ ": expected HDUrlParams"
151 (False, _) -> fa $ showName n ++ ": expected HDTemplate"
153 (True, _) -> fa $ showName n ++ ": expected HDHtml"
161 _ -> fa $ showName n ++ ": expected HDList"
170 _ -> fa $ showName n ++ ": expected HDMaybe"
180 _ -> fa $ showName b ++ ": expected HDBool"
185 Nothing -> fa $ showName orig ++ ": not found"
191 showName :: [String] -> String
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/shakespeare-2.0.24/Text/Hamlet/
H A DRT.hs138 _ -> fa $ showName n ++ ": expected HDHtml"
145 (False, _) -> fa $ showName n ++ ": expected HDUrl"
146 (True, _) -> fa $ showName n ++ ": expected HDUrlParams"
151 (False, _) -> fa $ showName n ++ ": expected HDTemplate"
153 (True, _) -> fa $ showName n ++ ": expected HDHtml"
161 _ -> fa $ showName n ++ ": expected HDList"
170 _ -> fa $ showName n ++ ": expected HDMaybe"
180 _ -> fa $ showName b ++ ": expected HDBool"
185 Nothing -> fa $ showName orig ++ ": not found"
191 showName :: [String] -> String
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/shakespeare-2.0.24.1/Text/Hamlet/
H A DRT.hs138 _ -> fa $ showName n ++ ": expected HDHtml"
145 (False, _) -> fa $ showName n ++ ": expected HDUrl"
146 (True, _) -> fa $ showName n ++ ": expected HDUrlParams"
151 (False, _) -> fa $ showName n ++ ": expected HDTemplate"
153 (True, _) -> fa $ showName n ++ ": expected HDHtml"
161 _ -> fa $ showName n ++ ": expected HDList"
170 _ -> fa $ showName n ++ ": expected HDMaybe"
180 _ -> fa $ showName b ++ ": expected HDBool"
185 Nothing -> fa $ showName orig ++ ": not found"
191 showName :: [String] -> String
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/DOM/
H A DFormatXmlTree.hs44 = "XTag " ++ showName n ++ showAtts n
46 = "XPi " ++ showName n ++ showAtts n
51 showName :: XNode -> String
52 showName = maybe "" show . getName function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A Dabout.cpp175 QString showName = QString(""); in getCreditsHtml() local
181 showName = tr("%1 (alias %2)").arg(name).arg(nick); in getCreditsHtml()
183 showName = nick; in getCreditsHtml()
185 showName = name; in getCreditsHtml()
188 if(task.isEmpty() && mail.isEmpty() && !showName.isEmpty()) in getCreditsHtml()
191 out = out + "<li>" + showName + "</li>\n"; in getCreditsHtml()
193 else if(showName.isEmpty() && mail.isEmpty() && !task.isEmpty()) in getCreditsHtml()
202 … out = out + "<li>" + tr("%1 &lt;%2&gt;").arg(showName).arg(mailLink) + "</li>\n"; in getCreditsHtml()
210 .arg(showName) in getCreditsHtml()
219 .arg(showName) in getCreditsHtml()
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/widget/
H A Dabout.cpp175 QString showName = QString(""); in getCreditsHtml() local
181 showName = tr("%1 (alias %2)").arg(name).arg(nick); in getCreditsHtml()
183 showName = nick; in getCreditsHtml()
185 showName = name; in getCreditsHtml()
188 if(task.isEmpty() && mail.isEmpty() && !showName.isEmpty()) in getCreditsHtml()
191 out = out + "<li>" + showName + "</li>\n"; in getCreditsHtml()
193 else if(showName.isEmpty() && mail.isEmpty() && !task.isEmpty()) in getCreditsHtml()
202 … out = out + "<li>" + tr("%1 &lt;%2&gt;").arg(showName).arg(mailLink) + "</li>\n"; in getCreditsHtml()
210 .arg(showName) in getCreditsHtml()
219 .arg(showName) in getCreditsHtml()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PlayMovies/
H A DOrder.php38 public $showName; variable in Google_Service_PlayMovies_Order
181 public function setShowName($showName) argument
183 $this->showName = $showName;
187 return $this->showName;
H A DStoreInfo.php39 public $showName; variable in Google_Service_PlayMovies_StoreInfo
191 public function setShowName($showName) argument
193 $this->showName = $showName;
197 return $this->showName;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PlayMovies/
H A DOrder.php38 public $showName; variable in Google_Service_PlayMovies_Order
181 public function setShowName($showName) argument
183 $this->showName = $showName;
187 return $this->showName;
H A DStoreInfo.php39 public $showName; variable in Google_Service_PlayMovies_StoreInfo
191 public function setShowName($showName) argument
193 $this->showName = $showName;
197 return $this->showName;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Playmoviespartner/
H A DOrder.php38 public $showName; variable in Google_Service_Playmoviespartner_Order
181 public function setShowName($showName) argument
183 $this->showName = $showName;
187 return $this->showName;
H A DStoreInfo.php39 public $showName; variable in Google_Service_Playmoviespartner_StoreInfo
191 public function setShowName($showName) argument
193 $this->showName = $showName;
197 return $this->showName;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Playmoviespartner/
H A DOrder.php38 public $showName; variable in Google_Service_Playmoviespartner_Order
181 public function setShowName($showName) argument
183 $this->showName = $showName;
187 return $this->showName;
H A DStoreInfo.php39 public $showName; variable in Google_Service_Playmoviespartner_StoreInfo
191 public function setShowName($showName) argument
193 $this->showName = $showName;
197 return $this->showName;
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/happy-1.19.12/src/
H A DInfo.lhs102 > . showName nt
104 > . interleave " " (map showName toks))
124 > . showName nt
126 > . interleave " " (map showName beforeDot)
128 > . interleave " " (map showName afterDot))
202 > showName = str . nameOf

12345678910>>...14