Home
last modified time | relevance | path

Searched refs:getPrefsPath (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dink-flow-box.cpp52 Glib::ustring InkFlowBox::getPrefsPath(gint pos) in getPrefsPath() function in Inkscape::UI::Widget::InkFlowBox
60 if (prefs->getBool(getPrefsPath(child->get_index()), true)) { in on_filter()
80 prefs->setBool(getPrefsPath(pos), true); in on_toggle()
84 prefs->setBool(getPrefsPath(pos), tbutton->get_active()); in on_toggle()
118 tbutton->set_active(prefs->getBool(getPrefsPath(pos), active)); in insert()
123 prefs->setBool(getPrefsPath(pos), prefs->getBool(getPrefsPath(pos), active)); in insert()
H A Dink-flow-box.h41 Glib::ustring getPrefsPath(gint pos);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/android/sync/test/
H A DTestUtils.java139 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("product", "foobar@… in testGetPrefsPath()
140 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("org.mozilla.firefo… in testGetPrefsPath()
141 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("org.mozilla.firefo… in testGetPrefsPath()
143 …sync.prefs.product.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.1", Utils.getPrefsPath("product", "foo… in testGetPrefsPath()
144 …_underbars!periods.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.1", Utils.getPrefsPath("with spaces_un… in testGetPrefsPath()
145 …zilla!firefox_beta.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.2", Utils.getPrefsPath("org.mozilla.fi… in testGetPrefsPath()
146 …rg!mozilla!firefox.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.profile.3", Utils.getPrefsPath("org.mozilla.fi… in testGetPrefsPath()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/android/sync/test/
H A DTestUtils.java139 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("product", "foobar@… in testGetPrefsPath()
140 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("org.mozilla.firefo… in testGetPrefsPath()
141 …assertEquals("sync.prefs.ore7dlrwqi6xr7honxdtpvmh6tly4r7k", Utils.getPrefsPath("org.mozilla.firefo… in testGetPrefsPath()
143 …sync.prefs.product.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.1", Utils.getPrefsPath("product", "foo… in testGetPrefsPath()
144 …_underbars!periods.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.1", Utils.getPrefsPath("with spaces_un… in testGetPrefsPath()
145 …zilla!firefox_beta.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.default.2", Utils.getPrefsPath("org.mozilla.fi… in testGetPrefsPath()
146 …rg!mozilla!firefox.ore7dlrwqi6xr7honxdtpvmh6tly4r7k.profile.3", Utils.getPrefsPath("org.mozilla.fi… in testGetPrefsPath()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Deraser-tool.h53 const std::string& getPrefsPath() override;
H A Dzoom-tool.h37 const std::string& getPrefsPath() override;
H A Dstar-tool.h44 const std::string& getPrefsPath() override;
H A Drect-tool.h46 const std::string& getPrefsPath() override;
H A Dgradient-tool.h54 const std::string& getPrefsPath() override;
H A Darc-tool.h52 const std::string& getPrefsPath() override;
H A Dtweak-tool.h87 const std::string& getPrefsPath() override;
H A Dflood-tool.h46 const std::string& getPrefsPath() override;
H A Dspiral-tool.h47 const std::string& getPrefsPath() override;
H A Dmesh-tool.h52 const std::string& getPrefsPath() override;
H A Ddropper-tool.h50 const std::string& getPrefsPath() override;
H A Dcalligraphic-tool.h58 const std::string& getPrefsPath() override;
H A Dbox3d-tool.h61 const std::string& getPrefsPath() override;
H A Dselect-tool.h57 const std::string& getPrefsPath() override;
H A Dspray-tool.h124 const std::string& getPrefsPath() override;
H A Dlpe-tool.h69 const std::string& getPrefsPath() override;
H A Dpencil-tool.h58 const std::string& getPrefsPath() override;
H A Dnode-tool.h64 const std::string& getPrefsPath() override;
H A Dtext-tool.h93 const std::string& getPrefsPath() override;
H A Dconnector-tool.h121 std::string const& getPrefsPath() override;
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddialog-base.h73 gchar const *getPrefsPath() const { return _prefs_path.data(); } in getPrefsPath() function

123