Home
last modified time | relevance | path

Searched refs:historyEnabled (Results 1 – 25 of 41) sorted by relevance

12

/dports/sysutils/istatserver/istatserver-3.02/src/
H A DStats.cpp62 if(historyEnabled == true) in finalize()
80 if(historyEnabled == true) in close()
124 if(historyEnabled == true) in startStats()
137 cpuStats.historyEnabled = historyEnabled; in startStats()
138 loadStats.historyEnabled = historyEnabled; in startStats()
139 memoryStats.historyEnabled = historyEnabled; in startStats()
140 activityStats.historyEnabled = historyEnabled; in startStats()
141 sensorStats.historyEnabled = historyEnabled; in startStats()
142 networkStats.historyEnabled = historyEnabled; in startStats()
143 diskStats.historyEnabled = historyEnabled; in startStats()
[all …]
H A DStats.h78 bool historyEnabled; variable
H A Dmain.cpp164 stats.historyEnabled = true; in main()
166 stats.historyEnabled = false; in main()
H A DResponses.h49 std::string isr_serverinfo(int session, int auth, std::string uuid, bool historyEnabled);
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DProject.java84 private Boolean historyEnabled = null; field in Project
251 return historyEnabled != null && historyEnabled; in isHistoryEnabled()
258 this.historyEnabled = flag; in setHistoryEnabled()
317 if (historyEnabled == null) { in completeWithDefaults()
H A DConfiguration.java137 private boolean historyEnabled; field in Configuration
709 return historyEnabled; in isHistoryEnabled()
718 this.historyEnabled = flag; in setHistoryEnabled()
/dports/x11/kf5-krunner/krunner-5.89.0/src/
H A Drunnermanager.h45 Q_PROPERTY(bool historyEnabled READ historyEnabled NOTIFY historyEnabledChanged)
241 bool historyEnabled();
H A Drunnermanager.cpp120 if (historyEnabled != _historyEnabled) { in loadConfiguration()
121 historyEnabled = _historyEnabled; in loadConfiguration()
422 if (!historyEnabled || term.isEmpty() || untrimmedTerm.startsWith(QLatin1Char(' '))) { in addToHistory()
491 bool historyEnabled = false; member in Plasma::RunnerManagerPrivate
1069 bool RunnerManager::historyEnabled() in historyEnabled() function in Plasma::RunnerManager
1071 return d->historyEnabled; in historyEnabled()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DRepositoryInfo.java79 private boolean historyEnabled; field in RepositoryInfo
117 return this.historyEnabled; in isHistoryEnabled()
121 this.historyEnabled = flag; in setHistoryEnabled()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkcharselect.cpp83 bool historyEnabled = false; member in KCharSelectPrivate
570 d->historyEnabled = true; in initWidget()
652 bool oldHistoryEnabled = d->historyEnabled; in setCurrentCodePoint()
653 d->historyEnabled = false; in setCurrentCodePoint()
661 d->historyEnabled = oldHistoryEnabled; in setCurrentCodePoint()
669 if (!historyEnabled) { in historyAdd()
710 bool oldHistoryEnabled = historyEnabled; in showFromHistory()
711 historyEnabled = false; in showFromHistory()
722 historyEnabled = oldHistoryEnabled; in showFromHistory()
1036 historyEnabled = false; in searchEditChanged()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/app/
H A Dstartmainpage.cpp101 mHistoryWidget->setVisible(GwenviewConfig::historyEnabled()); in updateHistoryTab()
102 mHistoryDisabledLabel->setVisible(!GwenviewConfig::historyEnabled()); in updateHistoryTab()
261 if (GwenviewConfig::historyEnabled()) { in showEvent()
H A Dgvcore.cpp367 if (!GwenviewConfig::historyEnabled()) { in addUrlToRecentFolders()
385 if (!GwenviewConfig::historyEnabled()) { in addUrlToRecentFiles()
554 if (!GwenviewConfig::historyEnabled()) { in slotConfigChanged()
/dports/sysutils/istatserver/istatserver-3.02/src/stats/
H A DStatBase.h286 bool historyEnabled; variable
H A DStatsSensors.cpp447 if(historyEnabled == true) in update()
488 if(historyEnabled == true) in createSensor()
579 if(historyEnabled == true) in _init()
H A DStatsDisks.cpp397 if(historyEnabled == true) in loadHistoryForDisk()
434 if(historyEnabled == true) in init()
H A DStatsLoad.cpp107 if(historyEnabled == true) in init()
H A DStatsActivity.cpp384 if(historyEnabled == true)
494 if(historyEnabled == true)
H A DStatsNetwork.cpp550 if(historyEnabled == true) in createInterface()
648 if(historyEnabled == true) in _init()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/SettingsView/+desktop/
H A DSecurityAndPrivacySettings.qml38 checked: SettingsModel.historyEnabled
39 onCheckedChanged: SettingsModel.historyEnabled = checked
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TutorialView/+desktop/
H A DSetupAssistantView.qml91 SettingsModel.historyEnabled = true
96 SettingsModel.historyEnabled = false
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dincidencechanger.h346 Q_REQUIRED_RESULT bool historyEnabled() const;
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/SettingsView/+mobile/
H A DSettingsView.qml176 checked: SettingsModel.historyEnabled
177 onCheckedChanged: SettingsModel.historyEnabled = checked
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/lookandfeel/contents/runcommand/
H A DRunCommand.qml149 if (allowCompletion && length > 0 && runnerManager.historyEnabled) {
202 visible: queryField.length === 0 && runnerManager.historyEnabled
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DSettingsModel.h33 …Q_PROPERTY(bool historyEnabled READ isHistoryEnabled WRITE setHistoryEnabled NOTIFY fireHistoryEna…
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dcontextmanager.cpp325 d->mTargetDirUrl = GwenviewConfig::historyEnabled() ? url : QUrl(); in setTargetDirUrl()

12