Home
last modified time | relevance | path

Searched defs:showID (Results 1 – 8 of 8) sorted by relevance

/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/
H A DHelpBroker.java214 public void showID(ID id, String presentation, String presentationName) in showID() method
228 public void showID(String id, String presentation, String presentationName) in showID() method
H A DServletHelpBroker.java374 public void showID(String id, String presentation, in showID() method in ServletHelpBroker
377 public void showID(ID id, String presentation, String presentationName) in showID() method in ServletHelpBroker
H A DDefaultHelpBroker.java267 public void showID(String id, String presentation, in showID() method in DefaultHelpBroker
289 public void showID(ID id, String presentation, String presentationName) in showID() method in DefaultHelpBroker
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/UI/Commands/
H A DShowDependencies.hs172 showID = quoted . showAsHex . sha1short . makePatchname function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dstyle_dialog.cpp259 int showID, int renderID, int colorID, int userID) in GetBackboneStyle()
283 int showID, int renderID, int colorID, int userID) in GetGeneralStyle()
403 int showID, int renderID, int colorID, int userID) in SetBackboneStyle()
431 int showID, int renderID, int colorID, int userID) in SetGeneralStyle()
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Deaxedit.cpp196 LRESULT AddEnvToDropDown (HWND hCtl, bool showID, const ReverbContainer *env) in AddEnvToDropDown()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoInfoScanner.cpp785 long showID, in RetrieveInfoForEpisodes()
H A DVideoDatabase.cpp2930 int CVideoDatabase::GetSeasonId(int showID, int season) in GetSeasonId()
2939 int CVideoDatabase::AddSeason(int showID, int season, const std::string& name /* = "" */) in AddSeason()
10453 int showID = scanner.AddVideo(&showItem, CONTENT_TVSHOWS, useFolders, true, NULL, true); in ImportFromXML() local