Home
last modified time | relevance | path

Searched refs:XDG (Results 1 – 25 of 2928) sorted by relevance

12345678910>>...118

/dports/x11/albert/albert-0.16.1/lib/xdg/src/
H A Dthemefileparser.cpp6 XDG::ThemeFileParser::ThemeFileParser(const QString& iniFilePath) in ThemeFileParser()
12 QString XDG::ThemeFileParser::path() { in path()
18 QString XDG::ThemeFileParser::name() { in name()
24 QString XDG::ThemeFileParser::comment() { in comment()
30 QStringList XDG::ThemeFileParser::inherits() { in inherits()
39 QStringList XDG::ThemeFileParser::directories() { in directories()
45 bool XDG::ThemeFileParser::hidden() { in hidden()
51 int XDG::ThemeFileParser::size(const QString& directory) { in size()
69 QString XDG::ThemeFileParser::type(const QString& directory) { in type()
79 int XDG::ThemeFileParser::maxSize(const QString& directory) { in maxSize()
[all …]
H A Diconlookup.cpp20 QString XDG::IconLookup::iconPath(QString iconName, QString themeName){ in iconPath()
27 QString XDG::IconLookup::iconPath(std::initializer_list<QString> iconNames, QString themeName) { in iconPath()
39 XDG::IconLookup::IconLookup() in IconLookup()
65 XDG::IconLookup *XDG::IconLookup::instance() in instance()
78 QString XDG::IconLookup::themeIconPath(QString iconName, QString themeName){ in themeIconPath()
133 QString XDG::IconLookup::doRecursiveIconLookup(const QString &iconName, const QString &themeName, Q… in doRecursiveIconLookup()
164 QString XDG::IconLookup::doIconLookup(const QString &iconName, const QString &themeFile) { in doIconLookup()
200 QString XDG::IconLookup::lookupThemeFile(const QString &themeName) in lookupThemeFile()
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/OpenPeeDeeP/xdg/
H A Dxdg.go34 type XDG struct { struct
40 func New(vendor, application string) *XDG {
41 return &XDG{
48 func (x *XDG) DataHome() string { argument
53 func (x *XDG) DataDirs() []string { argument
62 func (x *XDG) ConfigHome() string { argument
67 func (x *XDG) ConfigDirs() []string { argument
76 func (x *XDG) CacheHome() string { argument
82 func (x *XDG) QueryData(filename string) string { argument
90 func (x *XDG) QueryConfig(filename string) string { argument
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/OpenPeeDeeP/xdg/xdg-1.0.0/
H A Dxdg.go34 type XDG struct { struct
40 func New(vendor, application string) *XDG {
41 return &XDG{
48 func (x *XDG) DataHome() string { argument
53 func (x *XDG) DataDirs() []string { argument
62 func (x *XDG) ConfigHome() string { argument
67 func (x *XDG) ConfigDirs() []string { argument
76 func (x *XDG) CacheHome() string { argument
82 func (x *XDG) QueryData(filename string) string { argument
90 func (x *XDG) QueryConfig(filename string) string { argument
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/desktop-utils/lumina-fileinfo/
H A DMainUI.cpp180 syncXdgStruct(INFO->XDG()); in SyncFileInfo()
249 syncXdgStruct(INFO->XDG()); in SetupNewFile()
267 if(XDG==0){ XDG = new XDGDesktop(); cleanup = true;} //make sure nothing crashes in syncXdgStruct()
268 if(XDG->type == XDGDesktop::APP){ in syncXdgStruct()
294 if(cleanup){ delete XDG; } in syncXdgStruct()
300 XDGDesktop *XDG = INFO->XDG(); in saveFile() local
301 if(XDG==0){ XDG = new XDGDesktop(); } in saveFile()
302 if(XDG->type == XDGDesktop::BAD){ XDG->type = XDGDesktop::APP; } in saveFile()
304 XDG->filePath = path; in saveFile()
321 XDG->actionList.clear(); in saveFile()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/xdg/
H A DREADME1 The XDG Package contains:
3 - Implementation of the XDG-Base-Directory Standard
6 - Implementation of the XDG-Desktop Standard
9 - Implementation of the XDG-Menu Standard
12 - Implementation of the XDG-Icon-Theme Standard
15 - Implementation of the XDG-Shared MIME-info Database
18 - Implementation of the XDG-Recent File Storage Specification
/dports/devel/py-xdg/pyxdg-0.27/
H A DREADME1 The XDG Package contains:
3 - Implementation of the XDG-Base-Directory Standard
6 - Implementation of the XDG-Desktop Standard
9 - Implementation of the XDG-Menu Standard
12 - Implementation of the XDG-Icon-Theme Standard
15 - Implementation of the XDG-Shared MIME-info Database
18 - Implementation of the XDG-Recent File Storage Specification
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DXDG.cc80 std::string bt::XDG::BaseDir::dataHome() in dataHome()
87 std::string bt::XDG::BaseDir::configHome() in configHome()
94 std::list<std::string> bt::XDG::BaseDir::dataDirs() in dataDirs()
101 std::list<std::string> bt::XDG::BaseDir::configDirs() in configDirs()
108 std::string bt::XDG::BaseDir::cacheHome() in cacheHome()
115 std::string bt::XDG::BaseDir::writeDataFile(const std::string &filename) in writeDataFile()
124 std::string bt::XDG::BaseDir::writeConfigFile(const std::string &filename) in writeConfigFile()
133 std::string bt::XDG::BaseDir::writeCacheFile(const std::string &filename) in writeCacheFile()
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/t/
H A Dmutable_tree_while_iterating.t13 base/Bethlehem/XDG/gift_list.txt
16 base/New_York/XDG/gift_list.txt
33 [ 'base/Bethlehem/XDG/gift_list.txt', 'base/New_York/XDG/gift_list.txt' ],
54 [ 'base/Bethlehem/XDG/gift_list.txt', 'base/New_York/XDG/gift_list.txt' ],
/dports/cad/lepton-eda/lepton-eda-1.9.17/m4/
H A Dlepton-desktop.m422 # Check where XDG data should be installed
32 AC_MSG_CHECKING([where to install XDG desktop files])
35 [install XDG desktop files in DIR [[DIR=DATAROOTDIR]]]))
55 AC_MSG_CHECKING([whether 'make install' should update XDG databases])
58 [do not update XDG database after installation])],
61 # If user didn't disable XDG database update, look for tools
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xdg-basedir-0.2.2/
H A Dxdg-basedir.cabal4 synopsis: A basic implementation of the XDG Base Directory specification.
7 implementation of the XDG Base Directory spec. On Windows,
24 exposed-modules: System.Environment.XDG.BaseDir
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/xdg-basedir-0.2.2/
H A Dxdg-basedir.cabal4 synopsis: A basic implementation of the XDG Base Directory specification.
7 implementation of the XDG Base Directory spec. On Windows,
24 exposed-modules: System.Environment.XDG.BaseDir
/dports/net/evans/evans-0.9.1/vendor/github.com/zchee/go-xdgbasedir/
H A DREADME.md3 [![XDGBaseDirSpecVersion](https://img.shields.io/badge/%20XDG%20Base%20Dir%20-%200.8-blue.svg?style…
5 Package `xdgbasedir` implements a freedesktop XDG Base Directory Specification for Go.
13 ## freedesktop.org XDG Base Directory Specification reference:
35 XDG Base Directory Specification is mainly for GNU/Linux. It does not mention which directory to us…
90 [![XDGBaseDirSpecVersion](https://img.shields.io/badge/%20XDG%20Base%20Dir%20-%200.8-blue.svg?style…
94 [![XDGBaseDirSpecVersion](https://img.shields.io/badge/%20XDG%20Base%20Dir%20-%200.8-blue.svg?style…
/dports/cad/geda/geda-gaf-1.8.2/m4/
H A Dgeda-desktop.m455 # Check where XDG data should be installed
65 AC_MSG_CHECKING([where to install XDG desktop files])
68 [install XDG desktop files in DIR [[DIR=DATAROOTDIR]]]))
88 AC_MSG_CHECKING([whether 'make install' should update XDG databases])
91 [do not update XDG database after installation])],
94 # If user didn't disable XDG database update, look for tools
/dports/x11/bmpanel2/bmpanel2-2.1pre1/
H A DINSTALL31 Please keep in mind, bmpanel2 binary searches for themes in XDG standard
38 env | grep XDG
40 Bmpanel2 also has a config file located in (depends on XDG env vars):
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/manual/src/misc/
H A D02-xdg.md1 # XDG App Dirs Support
3 All files created by Ion can be found in their respective XDG application directories. In example,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/platform-dirs-0.3.0/
H A DREADME.md9 - Linux/*BSD: [XDG Base Directories] and [XDG User Directories]
13 [XDG Base Directories]: https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
14 [XDG user directories]: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
106 - allows for using the XDG spec on macOS for CLI apps

12345678910>>...118