Home
last modified time | relevance | path

Searched refs:updateEnabled (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.php20 public $updateEnabled; variable in Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities
22 public function setUpdateEnabled($updateEnabled) argument
24 $this->updateEnabled = $updateEnabled;
28 return $this->updateEnabled;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.php20 public $updateEnabled; variable in Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities
22 public function setUpdateEnabled($updateEnabled) argument
24 $this->updateEnabled = $updateEnabled;
28 return $this->updateEnabled;
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_dlgimageoptions.cpp66 updateEnabled = false; in init()
101 updateEnabled = true; in init()
147 if (updateEnabled) { in sizeChanged()
148 updateEnabled = false; in sizeChanged()
151 updateEnabled = true; in sizeChanged()
156 if (updateEnabled) { in resolutionChanged()
157 updateEnabled = false; in resolutionChanged()
168 updateEnabled = true; in resolutionChanged()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/environment/dataimport/
H A DDataImportOptionsUiSav.java76 updateEnabled(); in initDefaults()
94 updateEnabled(); in setAssembleResponse()
101 updateEnabled(); in clearOptions()
142 updateEnabled(); in makeLocationChooser()
158 updateEnabled(); in initEvents()
168 updateEnabled(); in initEvents()
179 updateEnabled(); in initEvents()
189 void updateEnabled() in updateEnabled() method in DataImportOptionsUiSav
H A DDataImportOptionsUiCsv.java174 updateEnabled(); in initDefaults()
184 updateEnabled(); in initEvents()
194 updateEnabled(); in initEvents()
222 updateEnabled(); in initEvents()
255 updateEnabled(); in initEvents()
264 updateEnabled(); in initEvents()
276 updateEnabled(); in initEvents()
302 updateEnabled(); in initEvents()
312 void updateEnabled() in updateEnabled() method in DataImportOptionsUiCsv
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_straightener/
H A Deditstraightenerdialog.cpp50 updateEnabled(); in EditStraightenerDialog()
58 updateEnabled(); in SetUndo()
66 updateEnabled(); in SetFreeze()
82 updateEnabled(); in endSpecialMode()
90 updateEnabled(); in updateSfn()
111 void EditStraightenerDialog::updateEnabled() in updateEnabled() function in EditStraightenerDialog
139 updateEnabled(); in draw_toggled()
285 updateEnabled(); in on_freehandAxisDraggingPushButton_toggled()
303 updateEnabled(); in on_freehandMeshDraggingPushButton_toggled()
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DLatLon.mm20 - (void)updateEnabled
43 [self updateEnabled];
133 [self updateEnabled];
140 [self updateEnabled];
152 [self updateEnabled];
158 [self updateEnabled];
H A DGroupOptionUI.mm51 [options updateEnabled];
190 [options updateEnabled];
213 [options updateEnabled];
/dports/emulators/stella/stella-6.6/src/emucore/tia/
H A DBall.cxx60 updateEnabled(); in enabl()
101 updateEnabled(); in vdelbl()
115 updateEnabled(); in toggleEnabled()
179 updateEnabled(); in setENABLOld()
191 updateEnabled(); in shuffleStatus()
196 void Ball::updateEnabled() in updateEnabled() function in Ball
H A DMissile.cxx61 updateEnabled(); in enam()
122 updateEnabled(); in resmp()
135 updateEnabled(); in toggleEnabled()
203 void Missile::updateEnabled() in updateEnabled() function in Missile
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/app/
H A DBrowserButton.java35 updateEnabled(); in updateButton()
38 void updateEnabled() { in updateEnabled() method in BrowserButton
44 updateEnabled(); in selectionChanged()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dactivitydetector.cpp34 this, &ActivityDetector::updateEnabled ); in ActivityDetector()
36 this, &ActivityDetector::updateEnabled ); in ActivityDetector()
41 void ActivityDetector::updateEnabled() in updateEnabled() function in ActivityDetector
/dports/cad/ldview/ldview-4.4/
H A DLatLonDialog.cpp60 updateEnabled(); in doInitDialog()
101 void LatLonDialog::updateEnabled(void) in updateEnabled() function in LatLonDialog
121 updateEnabled(); in doTextFieldChange()
129 updateEnabled(); in doDistanceCheck()
H A DLocationDialog.cpp84 void LocationDialog::updateEnabled(void) in updateEnabled() function in LocationDialog
95 updateEnabled(); in doTextFieldChange()
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquickmenuitem.cpp110 …te::disconnect(subMenu, &QQuickPopup::enabledChanged, this, &QQuickMenuItemPrivate::updateEnabled); in setSubMenu()
115 …te::connect(newSubMenu, &QQuickPopup::enabledChanged, this, &QQuickMenuItemPrivate::updateEnabled); in setSubMenu()
120 updateEnabled(); in setSubMenu()
124 void QQuickMenuItemPrivate::updateEnabled() in updateEnabled() function in QQuickMenuItemPrivate
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/ContentDistribution/Type/
H A DDistributionProfile.php69 if(count($xml->updateEnabled))
70 $this->updateEnabled = (int)$xml->updateEnabled;
179 public $updateEnabled = null; variable in Kaltura\\Client\\Plugin\\ContentDistribution\\Type\\DistributionProfile
/dports/cad/ldview/ldview-4.4/Translations/ResourceTrans/ResourceTrans/
H A DMismatchForm.cs22 private void updateEnabled() in updateEnabled() method in ResourceTrans.MismatchForm
47 updateEnabled(); in MismatchForm()
106 updateEnabled(); in listBox_ItemCheck()
H A DMainForm.cs53 private void updateEnabled() in updateEnabled() method in ResourceTrans.MainForm
835 updateEnabled(); in createRadio_CheckedChanged()
840 updateEnabled(); in textBox_TextChanged()
846 updateEnabled(); in origRcFileButton_Click()
852 updateEnabled(); in transRcFileButton_Click()
858 updateEnabled(); in dstTransFileButton_Click()
864 updateEnabled(); in srcTransFileButton_Click()
870 updateEnabled(); in srcRcFileButton_Click()
876 updateEnabled(); in dstRcFileButton_Click()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks.Deployment.ManifestUtilities/
H A DDeployManifest.cs48 bool updateEnabled; field in Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest
140 get { return updateEnabled; }
141 set { updateEnabled = value; }
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A DNotifier.cpp64 return updateEnabled(); in enableUpdate()
75 return !updateEnabled(); in disableUpdate()
79 bool Notifier::updateEnabled() const in updateEnabled() function in Poco::Data::SQLite::Notifier
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/
H A Dqquickmenuitem.cpp202 connect(m_action, SIGNAL(enabledChanged()), this, SLOT(updateEnabled())); in QQuickMenuText1()
269 void QQuickMenuText1::updateEnabled() in updateEnabled() function in QQuickMenuText1
502 connect(m_boundAction, SIGNAL(enabledChanged()), this, SLOT(updateEnabled())); in bindToAction()
514 updateEnabled(); in bindToAction()
538 disconnect(action, SIGNAL(enabledChanged()), this, SLOT(updateEnabled())); in unbindFromAction()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggersourcepathmappingwidget.cpp79 void updateEnabled();
325 updateEnabled(); in DebuggerSourcePathMappingWidget()
349 updateEnabled(); in slotCurrentRowChanged()
357 void DebuggerSourcePathMappingWidget::updateEnabled() in updateEnabled() function in Debugger::Internal::DebuggerSourcePathMappingWidget
428 updateEnabled(); in slotEditSourceFieldChanged()
437 updateEnabled(); in slotEditTargetFieldChanged()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/formats/
H A Dkcmformats.cpp75 updateEnabled(); in load()
79 updateEnabled(); in load()
187 updateEnabled(); in readConfig()
289 updateEnabled(); in defaults()
292 void KCMFormats::updateEnabled() in updateEnabled() function in KCMFormats
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlDbi.cpp446 bool updateEnabled = false; in checkUserPermissions() local
456 while (sq.step() && !(selectEnabled && updateEnabled && deleteEnabled && insertEnabled)) { in checkUserPermissions()
461 updateEnabled |= grantString == updatePrivilegeStr; in checkUserPermissions()
471 while (!(selectEnabled && updateEnabled && deleteEnabled && insertEnabled) && uq.step()) { in checkUserPermissions()
476 updateEnabled |= grantString == updatePrivilegeStr; in checkUserPermissions()
481 if (!updateEnabled || !deleteEnabled || !insertEnabled) { in checkUserPermissions()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DRecentFileMenu.java78 public void updateEnabled() in updateEnabled() method in RecentFileMenu
80 m_menu.updateEnabled(); in updateEnabled()

1234567891011