Home
last modified time | relevance | path

Searched refs:hasDocument (Results 1 – 25 of 102) sorted by relevance

12345

/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/file/
H A Dmetadatamovertest.cpp88 if (!tr.hasDocument(id)) { in documentInfo()
110 QVERIFY(tr.hasDocument(fid)); in testRemoveFile()
119 QVERIFY(!tr.hasDocument(fid)); in testRemoveFile()
223 QVERIFY(tr.hasDocument(did)); in testMoveFolder()
224 QVERIFY(tr.hasDocument(fid)); in testMoveFolder()
234 QVERIFY(tr.hasDocument(did)); in testMoveFolder()
235 QVERIFY(tr.hasDocument(fid)); in testMoveFolder()
255 QVERIFY(tr.hasDocument(did)); in testMoveTwiceSequential()
256 QVERIFY(tr.hasDocument(fid)); in testMoveTwiceSequential()
275 QVERIFY(tr.hasDocument(did)); in testMoveTwiceSequential()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangjobcontext.cpp55 const bool hasDocument = documents->hasDocument(jobRequest.filePath); in isDocumentOpen() local
56 if (!hasDocument) in isDocumentOpen()
59 return hasDocument; in isDocumentOpen()
H A Dclangdocuments.cpp248 bool Documents::hasDocument(const Utf8String &filePath) const in hasDocument() function in ClangBackEnd::Documents
262 if (hasDocument(fileContainer.filePath)) in checkIfDocumentsDoNotExist()
270 if (!hasDocument(fileContainer.filePath)) in checkIfDocumentsForFilePathsExist()
H A Dclangjobqueue.cpp105 if (!m_documents.hasDocument(jobRequest.filePath)) { in isJobRequestAddable()
133 if (!m_documents.hasDocument(jobRequest.filePath)) { in isJobRequestExpired()
/dports/deskutils/korganizer/korganizer-21.12.3/src/interfaces/korganizer/
H A Dmainwindow.cpp21 void MainWindow::init(bool hasDocument) in init() argument
23 Q_UNUSED(hasDocument) in init()
31 bool MainWindow::hasDocument() const in hasDocument() function in KOrg::MainWindow
H A Dmainwindow.h36 virtual void init(bool hasDocument);
86 bool hasDocument() const;
/dports/www/ilias/ILIAS-5.4.25/Services/TermsOfService/test/evaluation/
H A DilTermsOfServiceDocumentEvaluationTest.php26 $this->assertFalse($evaluation->hasDocument());
76 $this->assertTrue($evaluation->hasDocument());
122 $this->assertTrue($evaluation->hasDocument());
168 $this->assertTrue($evaluation->hasDocument());
/dports/www/ilias6/ILIAS-6.14/Services/TermsOfService/test/evaluation/
H A DilTermsOfServiceDocumentEvaluationTest.php26 $this->assertFalse($evaluation->hasDocument());
78 $this->assertTrue($evaluation->hasDocument());
125 $this->assertTrue($evaluation->hasDocument());
172 $this->assertTrue($evaluation->hasDocument());
/dports/deskutils/korganizer/korganizer-21.12.3/src/
H A Dkoapp.cpp121 bool hasDocument = !url.isEmpty(); in processCalendar() local
123 korg->init(hasDocument); in processCalendar()
130 if (hasDocument) { in processCalendar()
H A Dkowindowlist.cpp25 if (!korg->hasDocument()) { in addWindow()
H A Dkorganizer.h41 void init(bool hasDocument) override;
/dports/devel/okteta/okteta-0.26.6/libs/kasten/controllers/documentsystem/close/
H A Dclosecontroller.cpp68 const bool hasDocument = (mDocument != nullptr); in setTargetModel() local
70 mCloseAction->setEnabled(hasDocument); in setTargetModel()
/dports/deskutils/itinerary/itinerary-21.12.3/autotests/
H A Ddocumentmanagertest.cpp78 QVERIFY(mgr.hasDocument(QStringLiteral("docId2"))); in testAddRemove()
79 QVERIFY(!mgr.hasDocument(QStringLiteral("docId3"))); in testAddRemove()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/document/info/
H A Ddocumentinfotool.cpp89 const bool hasDocument = (mDocument != nullptr); in setTargetModel() local
93 if (hasDocument) { in setTargetModel()
/dports/www/ilias/ILIAS-5.4.25/Services/TermsOfService/interfaces/
H A Dinterface.ilTermsOfServiceDocumentEvaluation.php19 public function hasDocument() : bool; function
/dports/www/ilias6/ILIAS-6.14/Services/Accessibility/interfaces/
H A Dinterface.ilAccessibilityDocumentEvaluation.php18 public function hasDocument() : bool; function
/dports/www/ilias6/ILIAS-6.14/Services/TermsOfService/interfaces/
H A Dinterface.ilTermsOfServiceDocumentEvaluation.php19 public function hasDocument() : bool; function
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Ddocumentmanager.h23 bool hasDocument(const QString &id) const;
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_ItemDocument.hxx54 bool hasDocument() const { return !getDocument().IsNull(); } in hasDocument() function in DFBrowser_ItemDocument
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/tools/balooctl/
H A Dindexer.cpp41 if (m_tr->hasDocument(doc.id())) { in index()
/dports/www/ilias/ILIAS-5.4.25/Services/TermsOfService/classes/Document/
H A Dclass.ilTermsOfServiceSequentialDocumentEvaluation.php93 public function hasDocument() : bool function in ilTermsOfServiceSequentialDocumentEvaluation
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cpptools/
H A Dcppoverviewmodel.h61 bool hasDocument() const;
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/file/
H A Dfirstrunindexer.cpp57 if (tr.hasDocument(job.document().id())) { in run()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dpreview_editor.h54 bool hasDocument() const;
/dports/www/ilias6/ILIAS-6.14/Services/Accessibility/classes/Document/
H A Dclass.ilAccessibilitySequentialDocumentEvaluation.php92 public function hasDocument() : bool function in ilAccessibilitySequentialDocumentEvaluation

12345