Home
last modified time | relevance | path

Searched defs:Settings (Results 251 – 275 of 8387) sorted by relevance

1...<<11121314151617181920>>...336

/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks Rainyday/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-primary-button-warps-slider = false
3 gtk-enable-mnemonics = 1
4 gtk-auto-mnemonics = 1
5 gtk-visible-focus = always
/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks Graphite/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-primary-button-warps-slider = false
3 gtk-enable-mnemonics = 1
4 gtk-auto-mnemonics = 1
5 gtk-visible-focus = always
/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks Icelake/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-primary-button-warps-slider = false
3 gtk-enable-mnemonics = 1
4 gtk-auto-mnemonics = 1
5 gtk-visible-focus = always
/dports/x11-themes/mate-themes/mate-themes-3.22.23/desktop-themes/BlueMenta/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#6699CC\ntext_color:#2c2c2c\nfg_color:#2c2c2c;\ntooltip_fg_color:#2c2c2c\nselected_fg_color:#…
4 gtk-print-preview-command = /usr/bin/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
H A Dsettings.ini.in1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#6699CC\ntext_color:#2c2c2c\nfg_color:#2c2c2c;\ntooltip_fg_color:#2c2c2c\nselected_fg_color:#…
4 gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
/dports/x11-themes/mate-themes/mate-themes-3.22.23/desktop-themes/GreenLaguna/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#6F816A\ntext_color:#000000\nfg_color:#101010;\ntooltip_fg_color:#ffffff\nselected_fg_color:#…
4 gtk-print-preview-command = /usr/bin/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
H A Dsettings.ini.in1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#6F816A\ntext_color:#000000\nfg_color:#101010;\ntooltip_fg_color:#ffffff\nselected_fg_color:#…
4 gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
/dports/x11-themes/mate-themes/mate-themes-3.22.23/desktop-themes/Menta/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#accd8a\ntext_color:#2c2c2c\nfg_color:#2c2c2c;\ntooltip_fg_color:#000000\nselected_fg_color:#…
4 gtk-print-preview-command = /usr/bin/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
H A Dsettings.ini.in1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#accd8a\ntext_color:#2c2c2c\nfg_color:#2c2c2c;\ntooltip_fg_color:#000000\nselected_fg_color:#…
4 gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
/dports/x11-themes/mate-themes/mate-themes-3.22.23/desktop-themes/BlackMATE/gtk-3.0/
H A Dsettings.ini1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#666669\ntext_color:#ffffff\nfg_color:#ffffff;\ntooltip_fg_color:#eeeeee\nselected_fg_color:#…
4 gtk-print-preview-command = /usr/bin/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
H A Dsettings.ini.in1 [Settings] section
2 gtk-auto-mnemonics = 1
3 …olor:#666669\ntext_color:#ffffff\nfg_color:#ffffff;\ntooltip_fg_color:#eeeeee\nselected_fg_color:#…
4 gtk-print-preview-command = @bindir@/atril-previewer --unlink-tempfile --print-settings %s %f
5 gtk-visible-focus = automatic
/dports/biology/sra-tools/sra-tools-2.11.0/tools/ngs-pileup/
H A Dngs-pileup.hpp43 struct Settings struct in NGS_Pileup
45 struct ReferenceSlice
70 void AddInput ( const std::string& accession ) { inputs . push_back ( accession ); } in AddInput()
77 typedef std::vector < std::string > Inputs;
78 typedef std::vector < ReferenceSlice > References;
80 Inputs inputs;
81 std::ostream* output;
82 References references;
/dports/sysutils/daggy/daggy-2.0.2/src/Daggy/
H A DCConsoleDaggy.h64 struct Settings { struct
71 Settings parse() const; argument
/dports/sysutils/go-wtf/wtf-0.21.0/modules/gitter/
H A Dclient.go13 func GetMessages(roomId string, numberOfMessages int, apiToken string) ([]Message, error) {
16 … err := apiRequest("rooms/"+roomId+"/chatMessages?limit="+strconv.Itoa(numberOfMessages), apiToken)
26 func GetRoom(roomUri, apiToken string) (*Room, error) {
29 resp, err := apiRequest("rooms?q="+roomUri, apiToken)
/dports/sysutils/go-wtf/wtf-0.21.0/modules/textfile/
H A Dsettings.go11 type Settings struct { struct
12 common *cfg.Common
14 filePaths []interface{}
15 format bool
16 formatStyle string
17 wrapText bool
/dports/sysutils/go-wtf/wtf-0.21.0/modules/weatherservices/weather/
H A Ddisplay.go11 func (widget *Widget) display() {
15 func (widget *Widget) content() (string, string, bool) {
16 var err string
/dports/sysutils/go-wtf/wtf-0.21.0/modules/kubernetes/
H A Dsettings.go11 type Settings struct { struct
12 common *cfg.Common
14 objects []string `help:"Kubernetes objects to show. Options are: [nodes, pods, deployments]."`
15 title string `help:"Override the title of widget."`
16 kubeconfig string `help:"Location of a kubeconfig file."`
17 namespaces []string `help:"List of namespaces to watch. If blank, defaults to all namespaces."`
/dports/sysutils/go-wtf/wtf-0.21.0/modules/zendesk/
H A Dsettings.go12 type Settings struct { struct
13 common *cfg.Common
15 apiKey string
16 status string
17 subdomain string
18 username string
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogVideo.hpp91 struct Settings struct in Nestopia::Window::Video
98 struct Rects
106 enum TexMem
113 TexMem texMem;
117 Rects rects;
118 Path palette;
120 int screenCurvature;
122 bool autoPalette;
123 bool autoHz;
124 bool tvAspect;
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/render_pipeline/
H A Drender_pipeline_stage.h39 struct Settings { struct
54 static Settings ShiftX(size_t shift, size_t border) { in ShiftX() argument
61 static Settings ShiftY(size_t shift, size_t border) { in ShiftY() argument
70 Settings settings; argument
76 static Settings SymmetricBorderOnly(size_t border) { in SymmetricBorderOnly() argument
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/fzf/
H A DREADME.md12 ## Settings section in fzf
16 ### `FZF_BASE`
24 ### `FZF_DEFAULT_COMMAND`
38 ### `DISABLE_FZF_AUTO_COMPLETION`
46 ### `DISABLE_FZF_KEY_BINDINGS`
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelSettings.go6 type Settings struct { struct
8 Object
10 HasLicense *bool `json:"hasLicense,omitempty"`
12 HasOptedOut *bool `json:"hasOptedOut,omitempty"`
14 HasGraphMailbox *bool `json:"hasGraphMailbox,omitempty"`
/dports/devel/py-dateparser/dateparser-0.7.2/docs/
H A Dusage.rst36 Settings section in Using DateDataParser
44 Date Order
71 Timezone Related Configurations
96 Handling Incomplete Dates
150 Language Detection
/dports/sysutils/go-wtf/wtf-0.21.0/modules/cryptoexchanges/cryptolive/
H A Dsettings.go34 type Settings struct { struct
35 colors
36 common *cfg.Common
38 currencies map[string]interface{}
39 top map[string]interface{}
41 priceSettings *price.Settings
42 toplistSettings *toplist.Settings
/dports/audio/string-machine-lv2/string-machine-0.1.0/sources/
H A DStringFilters.h6 struct Settings { struct
15 void init(const Settings *settings, double sampleRate); argument

1...<<11121314151617181920>>...336