Home
last modified time | relevance | path

Searched defs:showFolder (Results 1 – 15 of 15) sorted by relevance

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-app-static-3.1.7.2/WaiAppStatic/
H A DListing.hs67showFolder' hasTrailingSlash pieces' = showFolder hasTrailingSlash (unsafeToPiece "root" : pieces') function
70 showFolder _ [] = "/" -- won't happen function
71 showFolder _ [x] = H.toHtml $ showName $ fromPiece x function
72 showFolder hasTrailingSlash (x:xs) = do function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/WaiAppStatic/
H A DListing.hs67showFolder' hasTrailingSlash pieces' = showFolder hasTrailingSlash (unsafeToPiece "root" : pieces') function
70 showFolder _ [] = "/" -- won't happen function
71 showFolder _ [x] = H.toHtml $ showName $ fromPiece x function
72 showFolder hasTrailingSlash (x:xs) = do function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-app-static-3.1.7.1/WaiAppStatic/
H A DListing.hs67showFolder' hasTrailingSlash pieces = showFolder hasTrailingSlash (unsafeToPiece "root" : pieces) function
70 showFolder _ [] = "/" -- won't happen function
71 showFolder _ [x] = H.toHtml $ showName $ fromPiece x function
72 showFolder hasTrailingSlash (x:xs) = do function
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/test/src/com/lightcrafts/ui/browser/view/test/
H A DBrowserTest.java92 private void showFolder(File folder) { in showFolder() method in BrowserTest
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/tasks/
H A Dvoidelementtasks.cpp110 void VoidElementTasks::showFolder(const MElement *) in showFolder() function in qmt::VoidElementTasks
114 void VoidElementTasks::showFolder(const DElement *, const MDiagram *) in showFolder() function in qmt::VoidElementTasks
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/modeleditor/
H A Delementtasks.cpp258 void ElementTasks::showFolder(const qmt::MElement *element) in showFolder() function in ModelEditor::Internal::ElementTasks
264 void ElementTasks::showFolder(const qmt::DElement *element, const qmt::MDiagram *diagram) in showFolder() function in ModelEditor::Internal::ElementTasks
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailFolderGUI.php235 protected function showFolder(bool $oneConfirmationDialogueRendered = false) function in ilMailFolderGUI
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailFolderGUI.php236 protected function showFolder(bool $oneConfirmationDialogueRendered = false) : void function in ilMailFolderGUI
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/
H A DComboFrame.java352 void showFolder(File folder, boolean useCache) { in showFolder() method in ComboFrame
1309 void showFolder(File folder) { in showFolder() method in ComboFrame
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dreamweb/
H A Dkeypad.cpp404 void DreamWebEngine::showFolder() { in showFolder() function in DreamWeb::DreamWebEngine
/dports/games/scummvm/scummvm-2.5.1/engines/dreamweb/
H A Dkeypad.cpp404 void DreamWebEngine::showFolder() { in showFolder() function in DreamWeb::DreamWebEngine
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/
H A DDesktopFrame.java77 void showFolder(String path); in showFolder() method
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopGwtCallback.cpp535 void GwtCallback::showFolder(QString path) in showFolder() function in rstudio::desktop::GwtCallback
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmkernel.cpp2007 void KMKernel::showFolder(const QString &collectionId) in showFolder() function in KMKernel
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/commands/
H A DCommands.java267 public abstract AppCommand showFolder(); in showFolder() method in Commands