Home
last modified time | relevance | path

Searched refs:onFileUpdated (Results 1 – 25 of 119) sorted by relevance

12345

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/configuration/
H A DReaderConfiguration.cpp45 void ReaderConfiguration::onFileUpdated() in onFileUpdated() function in ReaderConfiguration
64 …ect(mUpdatableFile.data(), &UpdatableFile::fireUpdated, this, &ReaderConfiguration::onFileUpdated); in ReaderConfiguration()
H A DProviderConfiguration.cpp55 void ProviderConfiguration::onFileUpdated() in onFileUpdated() function in ProviderConfiguration
75 …t(mUpdatableFile.data(), &UpdatableFile::fireUpdated, this, &ProviderConfiguration::onFileUpdated); in ProviderConfiguration()
H A DProviderConfiguration.h41 void onFileUpdated();
H A DReaderConfiguration.h42 void onFileUpdated();
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/clients/clangd-vscode/src/
H A Dextension.ts25 onFileUpdated(fileStatus: any) {
125 (fileStatus) => { status.onFileUpdated(fileStatus); });
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/clients/clangd-vscode/src/
H A Dextension.ts26 onFileUpdated(fileStatus: any) {
118 (fileStatus) => { status.onFileUpdated(fileStatus); });
/dports/net/wangle/wangle-2021.12.27.00/wangle/util/
H A DMultiFilePoller.cpp73 poller_.addFileToTrack(path, [this, path] { onFileUpdated(path); }); in registerFiles()
114 void MultiFilePoller::onFileUpdated(const std::string& triggeredPath) { in onFileUpdated() function in wangle::MultiFilePoller
H A DMultiFilePoller.h107 void onFileUpdated(const std::string& triggeredPath);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/clients/clangd-vscode/src/
H A Dextension.ts26 onFileUpdated(fileStatus: any) {
143 (fileStatus) => { status.onFileUpdated(fileStatus); });
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/clients/clangd-vscode/src/
H A Dextension.ts26 onFileUpdated(fileStatus: any) {
143 (fileStatus) => { status.onFileUpdated(fileStatus); });
/dports/net-im/qTox/qTox-1.17.4/src/model/
H A Dsessionchatlog.cpp416 void SessionChatLog::onFileUpdated(const ToxPk& sender, const ToxFile& file) in onFileUpdated() function in SessionChatLog
453 onFileUpdated(sender, file); in onFileTransferRemotePausedUnpaused()
459 onFileUpdated(sender, file); in onFileTransferBrokenUnbroken()
H A Dchathistory.h47 void onFileUpdated(const ToxPk& sender, const ToxFile& file);
H A Dsessionchatlog.h62 void onFileUpdated(const ToxPk& sender, const ToxFile& file);
H A Dchathistory.cpp207 void ChatHistory::onFileUpdated(const ToxPk& sender, const ToxFile& file) in onFileUpdated() function in ChatHistory
236 sessionChatLog.onFileUpdated(sender, file); in onFileUpdated()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/environment/dataimport/
H A DDataImport.java152 onFileUpdated(); in DataImport()
217 void onFileUpdated() in onFileUpdated() method in DataImport
245 onFileUpdated(); in makeFileOrUrlChooserTextBox()
/dports/net-im/qTox/qTox-1.17.4/test/model/
H A Dsessionchatlog_test.cpp92 /* ChatLogIdx(3) */ chatLog->onFileUpdated(ToxPk(), ToxFile()); in testSanity()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.h137 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DTUScheduler.h137 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DTUScheduler.h117 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
H A DClangdLSPServer.h57 void onFileUpdated(PathRef File, const TUStatus &Status) override;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/
H A DClangdLSPServer.h55 void onFileUpdated(PathRef File, const TUStatus &Status) override;
H A DTUScheduler.h112 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DTUScheduler.h168 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DTUScheduler.h167 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DTUScheduler.h167 virtual void onFileUpdated(PathRef File, const TUStatus &Status) {} in onFileUpdated() function

12345