Home
last modified time | relevance | path

Searched refs:autoRefresh (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemantitlebarcolorgrabber.cpp14 bool autoRefresh; member in AsemanTitleBarColorGrabberPrivate
26 p->autoRefresh = false; in AsemanTitleBarColorGrabber()
67 if(p->autoRefresh == stt) in setAutoRefresh()
70 p->autoRefresh = stt; in setAutoRefresh()
71 if(p->autoRefresh) in setAutoRefresh()
79 bool AsemanTitleBarColorGrabber::autoRefresh() const in autoRefresh() function in AsemanTitleBarColorGrabber
81 return p->autoRefresh; in autoRefresh()
H A Dasemantitlebarcolorgrabber.h12 Q_PROPERTY(bool autoRefresh READ autoRefresh WRITE setAutoRefresh NOTIFY autoRefreshChanged)
23 bool autoRefresh() const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/refresh/
H A DRefreshManager.java78 final boolean autoRefresh = preferences.getBoolean(ResourcesPlugin.PREF_AUTO_REFRESH); in propertyChange()
79 …String jobName = autoRefresh ? Messages.refresh_installMonitorsOnWorkspace : Messages.refresh_unin… in propertyChange()
80 …getWorkspace().getRoot(), (ICoreRunnable) monitor -> manageAutoRefresh(autoRefresh, monitor)).sche… in propertyChange()
120 boolean autoRefresh = preferences.getBoolean(ResourcesPlugin.PREF_AUTO_REFRESH); in startup()
121 if (autoRefresh) in startup()
122 manageAutoRefresh(autoRefresh, subMonitor.split(1)); in startup()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/tools/settingseditor/
H A Dsettingstree.cpp59 autoRefresh = false; in SettingsTree()
79 if (autoRefresh) in setSettingsObject()
91 void SettingsTree::setAutoRefresh(bool autoRefresh) in setAutoRefresh() argument
93 this->autoRefresh = autoRefresh; in setAutoRefresh()
95 if (autoRefresh) { in setAutoRefresh()
136 if (isActiveWindow() && autoRefresh) in event()
152 if (autoRefresh) in updateSetting()
H A Dsettingstree.h63 void setAutoRefresh(bool autoRefresh);
85 bool autoRefresh; variable
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/tools/settingseditor/
H A Dsettingstree.cpp92 if (autoRefresh) in setSettingsObject()
103 void SettingsTree::setAutoRefresh(bool autoRefresh) in setAutoRefresh() argument
105 this->autoRefresh = autoRefresh; in setAutoRefresh()
107 if (autoRefresh) { in setAutoRefresh()
148 if (isActiveWindow() && autoRefresh) in event()
164 if (autoRefresh) in updateSetting()
H A Dsettingstree.h80 void setAutoRefresh(bool autoRefresh);
105 bool autoRefresh = false; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/subscribers/
H A DSubscriberResourceMappingContext.java53 private boolean autoRefresh; field in SubscriberResourceMappingContext
72 public SubscriberResourceMappingContext(Subscriber subscriber, boolean autoRefresh) { in SubscriberResourceMappingContext() argument
74 this.autoRefresh = autoRefresh; in SubscriberResourceMappingContext()
198 if (autoRefresh) { in ensureRefreshed()
280 public void setAutoRefresh(boolean autoRefresh) { in setAutoRefresh() argument
281 this.autoRefresh = autoRefresh; in setAutoRefresh()
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_dataloadable.c91 gboolean autoRefresh; member
182 obj->priv->autoRefresh = FALSE; in visu_data_loadable_init()
212 g_value_set_boolean(value, self->priv->autoRefresh); in visu_data_loadable_get_property()
235 if (g_value_get_boolean(value) == self->priv->autoRefresh) in visu_data_loadable_set_property()
237 self->priv->autoRefresh = g_value_get_boolean(value); in visu_data_loadable_set_property()
238 if (self->priv->refreshId && !self->priv->autoRefresh) in visu_data_loadable_set_property()
243 if (!self->priv->refreshId && self->priv->autoRefresh) in visu_data_loadable_set_property()
256 if (self->priv->autoRefresh) in visu_data_loadable_set_property()
336 return loadable->priv->autoRefresh && res; in _reload()
339 return loadable->priv->autoRefresh; in _reload()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy/internal/artifact/config/
H A Dconfig.go22 autoRefresh bool member
40 autoRefresh: c.Bool("auto-refresh"),
48 if c.onlyUpdate != "" || c.refresh || c.autoRefresh {
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_axis.cpp139 autoRefresh(); in setAxisScaleEngine()
407 autoRefresh(); in setAxisAutoScale()
433 autoRefresh(); in setAxisScale()
452 autoRefresh(); in setAxisScaleDiv()
476 autoRefresh(); in setAxisScaleDraw()
531 autoRefresh(); in setAxisMaxMinor()
557 autoRefresh(); in setAxisMaxMajor()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_axis.cpp139 autoRefresh(); in setAxisScaleEngine()
407 autoRefresh(); in setAxisAutoScale()
433 autoRefresh(); in setAxisScale()
452 autoRefresh(); in setAxisScaleDiv()
476 autoRefresh(); in setAxisScaleDraw()
531 autoRefresh(); in setAxisMaxMinor()
557 autoRefresh(); in setAxisMaxMajor()
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dtoken.go174 autoRefresh bool member
188 autoRefresh: true,
326 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
327 spt.autoRefresh = autoRefresh
352 if spt.autoRefresh {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dtoken.go174 autoRefresh bool member
188 autoRefresh: true,
326 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
327 spt.autoRefresh = autoRefresh
352 if spt.autoRefresh {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dtoken.go174 autoRefresh bool member
188 autoRefresh: true,
326 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
327 spt.autoRefresh = autoRefresh
352 if spt.autoRefresh {
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_axis.cpp155 autoRefresh(); in setAxisScaleEngine()
428 autoRefresh(); in setAxisAutoScale()
460 autoRefresh(); in setAxisScale()
486 autoRefresh(); in setAxisScaleDiv()
511 autoRefresh(); in setAxisScaleDraw()
563 autoRefresh(); in setAxisMaxMinor()
587 autoRefresh(); in setAxisMaxMajor()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_axis.cpp155 autoRefresh(); in setAxisScaleEngine()
428 autoRefresh(); in setAxisAutoScale()
460 autoRefresh(); in setAxisScale()
486 autoRefresh(); in setAxisScaleDiv()
511 autoRefresh(); in setAxisScaleDraw()
563 autoRefresh(); in setAxisMaxMinor()
587 autoRefresh(); in setAxisMaxMajor()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/azure/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dtoken.go174 autoRefresh bool member
188 autoRefresh: true,
326 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
327 spt.autoRefresh = autoRefresh
352 if spt.autoRefresh {
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/scopes/colorscopes/
H A Dabstractgfxscopewidget.cpp47 void AbstractGfxScopeWidget::slotAutoRefreshToggled(bool autoRefresh) in slotAutoRefreshToggled() argument
49 if (autoRefresh) { in slotAutoRefreshToggled()
/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_plot.cpp310 autoRefresh(); in setPlotBackground()
373 autoRefresh(); in setAutoScale()
410 autoRefresh(); in setScaleMaxMinor()
446 autoRefresh(); in setScaleMaxMajor()
486 autoRefresh(); in setScaleEngine()
541 autoRefresh(); in setScale()
561 autoRefresh(); in setScaleDiv()
617 autoRefresh(); in setAzimuthOrigin()
656 autoRefresh(); in zoom()
670 autoRefresh(); in unzoom()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_plot.cpp310 autoRefresh(); in setPlotBackground()
373 autoRefresh(); in setAutoScale()
410 autoRefresh(); in setScaleMaxMinor()
446 autoRefresh(); in setScaleMaxMajor()
486 autoRefresh(); in setScaleEngine()
541 autoRefresh(); in setScale()
561 autoRefresh(); in setScaleDiv()
617 autoRefresh(); in setAzimuthOrigin()
656 autoRefresh(); in zoom()
670 autoRefresh(); in unzoom()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/
H A DBrowserViewer.java120 protected MenuItem autoRefresh; field in BrowserViewer
476 autoRefresh.setEnabled(true); in addBrowserListeners()
477 if (autoRefresh.getSelection()) { in addBrowserListeners()
481 autoRefresh.setSelection(false); in addBrowserListeners()
483 autoRefresh.setEnabled(false); in addBrowserListeners()
684 if (temp != null && temp.exists() && autoRefresh.getSelection()) { in toggleAutoRefresh()
825 autoRefresh = new MenuItem(refreshMenu, SWT.CHECK); in createToolbar()
826 autoRefresh.setText(Messages.actionWebBrowserAutoRefresh); in createToolbar()
827 autoRefresh.setEnabled(false); in createToolbar()
835autoRefresh.addSelectionListener(SelectionListener.widgetSelectedAdapter(e -> toggleAutoRefresh())… in createToolbar()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/azure/vendor/github.com/Azure/go-autorest/autorest/adal/
H A Dtoken.go262 autoRefresh bool member
296 autoRefresh: true,
502 autoRefresh: true,
545 if spt.autoRefresh && spt.token.WillExpireIn(spt.refreshWithin) {
755 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
756 spt.autoRefresh = autoRefresh
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/azure/vendor/github.com/Azure/go-autorest/autorest/adal/
H A Dtoken.go262 autoRefresh bool member
296 autoRefresh: true,
502 autoRefresh: true,
545 if spt.autoRefresh && spt.token.WillExpireIn(spt.refreshWithin) {
755 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
756 spt.autoRefresh = autoRefresh
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/azure/vendor/github.com/Azure/go-autorest/autorest/adal/
H A Dtoken.go262 autoRefresh bool member
296 autoRefresh: true,
502 autoRefresh: true,
545 if spt.autoRefresh && spt.token.WillExpireIn(spt.refreshWithin) {
755 func (spt *ServicePrincipalToken) SetAutoRefresh(autoRefresh bool) {
756 spt.autoRefresh = autoRefresh

12345678910>>...14