Home
last modified time | relevance | path

Searched refs:getOrSet (Results 1 – 25 of 35) sorted by relevance

12

/dports/net-im/licq-osd/licq-f271d55/aosd/src/
H A Dconf.cpp54 getOrSet(conf, "Font", font, ""); in loadConfig()
59 getOrSet(conf, "Background", backColor, ""); in loadConfig()
60 getOrSet(conf, "Message", textColor, "yellow"); in loadConfig()
75 getOrSet(conf, "VOffset", offsetVertical, 0); in loadConfig()
78 getOrSet(conf, "VMargin", marginVertical, 0); in loadConfig()
81 getOrSet(conf, "Width", wrapWidth, 0); in loadConfig()
82 getOrSet(conf, "Lines", maxLines, 0); in loadConfig()
86 getOrSet(conf, "FadeIn", fadeIn, 150); in loadConfig()
87 getOrSet(conf, "FadeFull", fadeFull, 3000); in loadConfig()
88 getOrSet(conf, "FadeOut", fadeOut, 150); in loadConfig()
[all …]
/dports/net-im/licq-jabber/licq-f271d55/aosd/src/
H A Dconf.cpp54 getOrSet(conf, "Font", font, ""); in loadConfig()
59 getOrSet(conf, "Background", backColor, ""); in loadConfig()
60 getOrSet(conf, "Message", textColor, "yellow"); in loadConfig()
75 getOrSet(conf, "VOffset", offsetVertical, 0); in loadConfig()
78 getOrSet(conf, "VMargin", marginVertical, 0); in loadConfig()
81 getOrSet(conf, "Width", wrapWidth, 0); in loadConfig()
82 getOrSet(conf, "Lines", maxLines, 0); in loadConfig()
86 getOrSet(conf, "FadeIn", fadeIn, 150); in loadConfig()
87 getOrSet(conf, "FadeFull", fadeFull, 3000); in loadConfig()
88 getOrSet(conf, "FadeOut", fadeOut, 150); in loadConfig()
[all …]
/dports/net-im/licq-qt-gui/licq-f271d55/aosd/src/
H A Dconf.cpp54 getOrSet(conf, "Font", font, ""); in loadConfig()
59 getOrSet(conf, "Background", backColor, ""); in loadConfig()
60 getOrSet(conf, "Message", textColor, "yellow"); in loadConfig()
75 getOrSet(conf, "VOffset", offsetVertical, 0); in loadConfig()
78 getOrSet(conf, "VMargin", marginVertical, 0); in loadConfig()
81 getOrSet(conf, "Width", wrapWidth, 0); in loadConfig()
82 getOrSet(conf, "Lines", maxLines, 0); in loadConfig()
86 getOrSet(conf, "FadeIn", fadeIn, 150); in loadConfig()
87 getOrSet(conf, "FadeFull", fadeFull, 3000); in loadConfig()
88 getOrSet(conf, "FadeOut", fadeOut, 150); in loadConfig()
[all …]
/dports/net-im/licq-icq/licq-f271d55/aosd/src/
H A Dconf.cpp54 getOrSet(conf, "Font", font, ""); in loadConfig()
59 getOrSet(conf, "Background", backColor, ""); in loadConfig()
60 getOrSet(conf, "Message", textColor, "yellow"); in loadConfig()
75 getOrSet(conf, "VOffset", offsetVertical, 0); in loadConfig()
78 getOrSet(conf, "VMargin", marginVertical, 0); in loadConfig()
81 getOrSet(conf, "Width", wrapWidth, 0); in loadConfig()
82 getOrSet(conf, "Lines", maxLines, 0); in loadConfig()
86 getOrSet(conf, "FadeIn", fadeIn, 150); in loadConfig()
87 getOrSet(conf, "FadeFull", fadeFull, 3000); in loadConfig()
88 getOrSet(conf, "FadeOut", fadeOut, 150); in loadConfig()
[all …]
/dports/net-im/licq/licq-f271d55/aosd/src/
H A Dconf.cpp54 getOrSet(conf, "Font", font, ""); in loadConfig()
59 getOrSet(conf, "Background", backColor, ""); in loadConfig()
60 getOrSet(conf, "Message", textColor, "yellow"); in loadConfig()
75 getOrSet(conf, "VOffset", offsetVertical, 0); in loadConfig()
78 getOrSet(conf, "VMargin", marginVertical, 0); in loadConfig()
81 getOrSet(conf, "Width", wrapWidth, 0); in loadConfig()
82 getOrSet(conf, "Lines", maxLines, 0); in loadConfig()
86 getOrSet(conf, "FadeIn", fadeIn, 150); in loadConfig()
87 getOrSet(conf, "FadeFull", fadeFull, 3000); in loadConfig()
88 getOrSet(conf, "FadeOut", fadeOut, 150); in loadConfig()
[all …]
/dports/devel/pear-Horde_Support/Horde_Support-2.2.0/test/Horde/Support/
H A DArrayTest.php82 $this->assertEquals('bar', $o->getOrSet('foo'));
88 $this->assertNull($o->getOrSet('foo'));
96 $this->assertEquals('bar', $o->getOrSet('foo', 'bar'));
104 $this->assertEquals('bar', $o->getOrSet('foo', 'bar'));
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dmakenodes.h101 static bool makeGetterOrSetterPropertyNode(PropertyNode *&result, Identifier &getOrSet, Identifier … in makeGetterOrSetterPropertyNode() argument
105 if (getOrSet == "get") { in makeGetterOrSetterPropertyNode()
107 } else if (getOrSet == "set") { in makeGetterOrSetterPropertyNode()
/dports/lang/ghc/ghc-8.8.4-boot/includes/rts/
H A DGlobals.h21 getOrSet##name(StgStablePtr ptr);
/dports/lang/ghc/ghc-8.10.7/includes/rts/
H A DGlobals.h21 getOrSet##name(StgStablePtr ptr);
/dports/lang/ghc/ghc-8.10.7/rts/
H A DGlobals.c97 getOrSet##name(StgStablePtr ptr) \
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/devel/pear-Horde_Support/Horde_Support-2.2.0/lib/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Support/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Support/
H A DArray.php44 public function getOrSet($offset, $default = null) function in Horde_Support_Array
/dports/net-mgmt/prometheus2/prometheus-2.30.3/tsdb/
H A Dhead.go1217 s, created, err := h.series.getOrSet(hash, lset, func() *memSeries {
1400 func (s *stripeSeries) getOrSet(hash uint64, lset labels.Labels, createSeries func() *memSeries) (*… func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/tsdb/
H A Dhead.go1226 s, created, err := h.series.getOrSet(hash, lset, func() *memSeries {
1409 func (s *stripeSeries) getOrSet(hash uint64, lset labels.Labels, createSeries func() *memSeries) (*… func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/tsdb/
H A Dhead.go1226 s, created, err := h.series.getOrSet(hash, lset, func() *memSeries {
1409 func (s *stripeSeries) getOrSet(hash uint64, lset labels.Labels, createSeries func() *memSeries) (*… func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/tsdb/
H A Dhead.go1226 s, created, err := h.series.getOrSet(hash, lset, func() *memSeries {
1409 func (s *stripeSeries) getOrSet(hash uint64, lset labels.Labels, createSeries func() *memSeries) (*… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/prometheus/tsdb/
H A Dhead.go1284 s, created := h.series.getOrSet(hash, s)
1456 func (s *stripeSeries) getOrSet(hash uint64, series *memSeries) (*memSeries, bool) { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/tsdb/
H A Dhead.go1171 s, created := h.series.getOrSet(hash, s)
1343 func (s *stripeSeries) getOrSet(hash uint64, series *memSeries) (*memSeries, bool) { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/
H A Dhead.go1171 s, created := h.series.getOrSet(hash, s)
1343 func (s *stripeSeries) getOrSet(hash uint64, series *memSeries) (*memSeries, bool) { func

12