Home
last modified time | relevance | path

Searched refs:isHistoryEnabled (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_MemoizeFunction_std.cxx42 …fullprint << "Is history enabled for f? " << (f.isHistoryEnabled() ? "true" : "false") << std::end… in main()
47 …fullprint << "Is history enabled for f? " << (f.isHistoryEnabled() ? "true" : "false") << std::end… in main()
51 …fullprint << "Is history enabled for f? " << (f.isHistoryEnabled() ? "true" : "false") << std::end… in main()
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_MemoizeFunction_std.py17 print("Is history enabled for f? ", f.isHistoryEnabled())
22 print("Is history enabled for f? ", f.isHistoryEnabled())
26 print("Is history enabled for f? ", f.isHistoryEnabled())
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/history/
H A DRepositoryInfo.java116 public boolean isHistoryEnabled() { in isHistoryEnabled() method in RepositoryInfo
294 setHistoryEnabled(proj.isHistoryEnabled()); in fillFromProject()
299 setHistoryEnabled(env.isHistoryEnabled()); in fillFromProject()
H A DHistoryGuru.java254 if (repo != null && repo.isHistoryEnabled() && repo.isWorking() && repo.fileHasHistory(file) in getHistory()
517 if (!repository.isHistoryEnabled()) { in createCache()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/common/
H A DConsoleInputScanner.java39 private boolean isHistoryEnabled = true; field in ConsoleInputScanner
55 isHistoryEnabled = isEnabled; in toggleHistoryEnabled()
296 if (isHistoryEnabled == true) { in printCompletionError()
330 if (isHistoryEnabled == true) { in processData()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DMemoizeFunction.cxx168 Bool MemoizeFunction::isHistoryEnabled() const in isHistoryEnabled() function in MemoizeFunction
171 return p_evaluation->isHistoryEnabled(); in isHistoryEnabled()
H A DMemoizeEvaluation.cxx288 Bool MemoizeEvaluation::isHistoryEnabled() const in isHistoryEnabled() function in MemoizeEvaluation
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/
H A DPanelList.tsx84isHistoryEnabled = () => JSON.parse(localStorage.getItem('enable-query-history') || 'false') as bo…
95 pastQueries: this.isHistoryEnabled() ? this.getHistoryItems() : [],
160 defaultChecked={this.isHistoryEnabled()}
/dports/mail/trojita/trojita-0.7/src/Gui/
H A DLineEdit.h25 bool isHistoryEnabled();
H A DLineEdit.cpp46 bool LineEdit::isHistoryEnabled() in isHistoryEnabled() function in LineEdit
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DSettingsModel.h33 …Q_PROPERTY(bool historyEnabled READ isHistoryEnabled WRITE setHistoryEnabled NOTIFY fireHistoryEna…
89 bool isHistoryEnabled() const;
H A DSettingsModel.cpp174 bool SettingsModel::isHistoryEnabled() const in isHistoryEnabled() function in SettingsModel
183 if (isHistoryEnabled() != pEnabled) in setHistoryEnabled()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/
H A DProject.java250 public boolean isHistoryEnabled() { in isHistoryEnabled() method in Project
318 setHistoryEnabled(env.isHistoryEnabled()); in completeWithDefaults()
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A DMemoizeFunction.hxx115 Bool isHistoryEnabled() const;
H A DMemoizeEvaluation.hxx116 Bool isHistoryEnabled() const;
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/openturns/
H A DWhittleFactory.hxx82 Bool isHistoryEnabled() const;
/dports/math/openturns/openturns-1.18/python/src/
H A DMemoizeFunction_doc.i.in158 %feature("docstring") OT::MemoizeFunction::isHistoryEnabled
163 isHistoryEnabled : bool
H A DWhittleFactory_doc.i.in239 %feature("docstring") OT::WhittleFactory::isHistoryEnabled
251 %feature("docstring") OT::WhittleFactory::isHistoryEnabled
/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dprofile.h65 bool isHistoryEnabled();
H A Dprofile.cpp570 if (!isHistoryEnabled()) { in onRequestSent()
641 bool Profile::isHistoryEnabled() in isHistoryEnabled() function in Profile
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DShell.py308 self.menu.addMenu(self.hmenu).setEnabled(self.isHistoryEnabled())
1659 if self.isHistoryEnabled():
1704 if self.isHistoryEnabled():
1806 if self.isHistoryEnabled():
2095 self.hmenu.menuAction().setEnabled(self.isHistoryEnabled())
2372 def isHistoryEnabled(self): member in Shell
H A DShellWindow.py1183 self.__historyMenu.setEnabled(self.__shell.isHistoryEnabled())
1257 self.__historyToolbar.setEnabled(self.__shell.isHistoryEnabled())
1294 enabled = self.__shell.isHistoryEnabled()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/muc/
H A DMUCRoomHistory.java80 if (!isSubjectChangeRequest && !historyStrategy.isHistoryEnabled()) { in addMessage()
H A DHistoryStrategy.java219 boolean isHistoryEnabled() { in isHistoryEnabled() method in HistoryStrategy
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-web/src/main/webapp/
H A Dminisearch.jspf38 if (cfg.getEnv().isHistoryEnabled()) {

12