Home
last modified time | relevance | path

Searched refs:Nepomuk (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nfo/
H A Dnfo.ontology.in3 Name=Nepomuk File Ontology
6 Name[csb]=Ontologijo lopka Nepomuk
7 Name[de]=Nepomuk Datei-Ontologie
8 Name[el]=Οντολογία αρχείων Nepomuk
11 Name[fa]=هستی‌شناسی پرونده Nepomuk
14 Name[hu]=Nepomuk fájlontológia
15 Name[kk]=Nepomuk файл онтологиясы
18 Name[ko]=Nepomuk 파일 온톨로지
19 Name[nds]=Dateiweeswark Nepomuk
22 Name[nn]=Nepomuk-filontologi
[all …]
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nao/
H A Dnao.ontology.in3 Name=Nepomuk Annotation Ontology
5 Name[ca]=Ontologia de notes del Nepomuk
7 Name[de]=Nepomuk Vermerk-Ontologie
8 Name[el]=Οντολογία σημείωσης Nepomuk
13 Name[he]=אונטולוגיית הערות של Nepomuk
14 Name[hu]=Nepomuk leíró ontológia
16 Name[km]=ប្រាណ​វិទ្យា​ចំណារ Nepomuk
18 Name[ko]=Nepomuk 어노테이션 온톨로지
19 Name[nds]=Anmarkenweeswark Nepomuk
22 Name[nn]=Nepomuk kommentarontologi
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dkfilemetadatareaderprocess.cpp83 QHash<QUrl, Nepomuk::Variant> metaData; in readAndSendMetaData()
100 QHashIterator<QUrl, Nepomuk::Variant> it(data); in sendMetaData()
124 QHash<QUrl, Nepomuk::Variant> data; in readFileMetaData()
137 Nepomuk::Utils::formatPropertyValue(Nepomuk::Types::Property(), value)); in readFileMetaData()
146 QHash<QUrl, Nepomuk::Variant> metaData; in readFileAndContextMetaData()
159 QList<Nepomuk::Tag> tags; in readFileAndContextMetaData()
166 Nepomuk::Resource file(urls.first()); in readFileAndContextMetaData()
193 Nepomuk::Resource file(url); in readFileAndContextMetaData()
223 QList<Nepomuk::Variant> tagVariants; in readFileAndContextMetaData()
224 foreach (const Nepomuk::Tag &tag, tags) { in readFileAndContextMetaData()
[all …]
H A Dkfilemetadataprovider.cpp37 namespace Nepomuk namespace
149 QHash<QUrl, Nepomuk::Variant> m_data;
155 QPointer<Nepomuk::TagWidget> m_tagWidget;
273 Nepomuk::MassUpdateJob *job = Nepomuk::MassUpdateJob::rateResources(resourceList(), rating); in slotRatingChanged()
286 Nepomuk::MassUpdateJob *job = Nepomuk::MassUpdateJob::tagResources(resourceList(), tags); in slotTagsChanged()
297 Nepomuk::MassUpdateJob *job = Nepomuk::MassUpdateJob::commentResources(resourceList(), comment); in slotCommentChanged()
329 QList<Nepomuk::Resource> list; in resourceList()
359 Nepomuk::TagWidget *tagWidget = new Nepomuk::TagWidget(parent); in createTagWidget()
361 ? Nepomuk::TagWidget::MiniMode | Nepomuk::TagWidget::ReadOnly in createTagWidget()
515 const Nepomuk::Variant &value, in createValueWidget()
[all …]
H A Dkfilemetadataprovider_p.h102 virtual QHash<QUrl, Nepomuk::Variant> data() const;
112 const Nepomuk::Variant &value,
134 Q_PRIVATE_SLOT(d, void slotTagsChanged(const QList<Nepomuk::Tag> &tags))
136 Q_PRIVATE_SLOT(d, void slotTagClicked(const Nepomuk::Tag &tag))
H A Dkfilemetadatareader.cpp37 QHash<QUrl, Nepomuk::Variant> m_metaData;
64 Nepomuk::Variant value; in slotLoadingFinished()
92 value = Nepomuk::Variant(variant); in slotLoadingFinished()
140 QHash<QUrl, Nepomuk::Variant> KFileMetaDataReader::metaData() const in metaData()
H A Dkfilemetadatawidget.cpp78 QList<QUrl> sortedKeys(const QHash<QUrl, Nepomuk::Variant> &data) const;
203 QHash<QUrl, Nepomuk::Variant> data = m_provider->data(); in slotLoadingFinished()
208 QHash<QUrl, Nepomuk::Variant>::iterator it = data.begin(); in slotLoadingFinished()
212 !Nepomuk::Types::Property(it.key()).userVisible()) { in slotLoadingFinished()
224 const Nepomuk::Variant value = data[key]; in slotLoadingFinished()
280 QList<QUrl> KFileMetaDataWidget::Private::sortedKeys(const QHash<QUrl, Nepomuk::Variant> &data) con… in sortedKeys()
287 QHash<QUrl, Nepomuk::Variant>::const_iterator hashIt = data.constBegin(); in sortedKeys()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dnepomuk.py6 class Nepomuk(): class
16 return Nepomuk.Variant()
19 return Nepomuk.Variant()
22 return Nepomuk.Variant()
121 return Nepomuk.File()
210 return [Nepomuk.Tag()]
254 return Nepomuk.Thing()
365 return [Nepomuk.Tag()]
631 class File(Nepomuk.Resource):
639 return Nepomuk.File()
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/cmake/modules/
H A DFindNepomuk.cmake3 # NEPOMUK_FOUND - system has Nepomuk
4 # NEPOMUK_INCLUDE_DIRS - all include directories needed to compile Nepomuk
5 # NEPOMUK_INCLUDE_DIR - the Nepomuk include directory (do not use. only for compatibility)
6 # NEPOMUK_LIBRARIES - Link these to use Nepomuk
7 # NEPOMUK_QUERY_LIBRARIES - Link these to use Nepomuk query
8 # NEPOMUK_UTILS_LIBRARIES - Link these to use Nepomuk utils
9 # NEPOMUK_DEFINITIONS - Compiler switches required for using Nepomuk
11 # Nepomuk requires Soprano, so this module checks for Soprano too.
80 find_package_handle_standard_args(Nepomuk DEFAULT_MSG
87 find_package_handle_standard_args(Nepomuk DEFAULT_MSG
/dports/graphics/digikam/digikam-7.4.0/core/libs/tags/manager/
H A DTODO.TAGMNGR27 1. Port Nepomuk
41 Nepomuk implementation:
42 1. Sync Tags, Comments Ratings from digikam to Nepomuk one time at start-up
43 2. Sync Tags, Comments, Ratings digiKam -> Nepomuk when:
48 3. Sync Tags, Comments, Ratings Nepomuk -> digiKam when:
52 Nepomuk-TODO:
53 1. Wrap Nepomuk Api code
54 2. Implement Nepomuk -> digiKam manual sync
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnepomukintegration.cpp68 if (!Nepomuk::ResourceManager::instance()->initialized()) { in nepomukIntegration()
69 … int err = Nepomuk::ResourceManager::instance()->init(); //should be done before moving to thread in nepomukIntegration()
235 Nepomuk::Resource noteRes(indexedFile); in cleanupRequestedIndexes()
292 if (Nepomuk::ResourceManager::instance()->initialized()) { in doUpdate()
295 Nepomuk::Resource basketRes(basketUri); in doUpdate()
309 Nepomuk::Tag basketTag; in doUpdate()
310 QList<Nepomuk::Tag> tagList; in doUpdate()
312 basketTag = Nepomuk::Tag( tmpTag->name() ); in doUpdate()
341 Nepomuk::Resource noteRes(noteUrl); in doUpdate()
408 if (Nepomuk::ResourceManager::instance()->initialized()) { in doDelete()
[all …]
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nrl/
H A Dnrl.ontology.in3 Name=Nepomuk Representation Language
10 Name[fa]=زبان بازنمایی Nepomuk
11 Name[ga]=Teanga Léirithe Nepomuk
12 Name[he]=שפת ייצוג של Nepomuk
13 Name[hu]=Nepomuk ábrázolási nyelv
14 Name[kk]=Nepomuk көрсетілім тілі
15 Name[km]=ភាសា​តំណាង Nepomuk
17 Name[ko]=Nepomuk 표현 언어
27 Name[th]=ภาษาตัวแทน Nepomuk
32 Name[zh_CN]=Nepomuk 呈现语言
[all …]
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nmo/
H A Dnmo.ontology.in3 Name=Nepomuk Message Ontology
4 Comment=The Nepomuk Message Ontology extends the Nepomuk Information Element framework into the dom…
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nso/
H A Dnso.ontology.in3 Name=Nepomuk Share Ontology
4 Comment=The Nepomuk Share Ontology defines basic resource sharing properties.
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/ndo/
H A Dndo.ontology.in3 Name=Nepomuk Download Ontology
4 Comment=The Nepomuk Download Ontology provides classes and properties to describe file downloads.
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nmm/
H A Dnmm.ontology.in3 Name=Nepomuk Multimedia Ontology
4 Comment=The Nepomuk Multimedia Ontology defines metadata properties and classes for multimedia file…
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/
H A DAUTHORS1 The Nepomuk ontologies were originally designed by the
2 Nepomuk consortium and are now maintained by:
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nuao/
H A Dnuao.ontology.in3 Name=Nepomuk User Action Ontology
4 Comment=The Nepomuk User Action Ontology provides basic classes and properties for desktop events.
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nid3/
H A Dnid3.ontology.in3 Name=Nepomuk ID3 Ontology
4 Comment=The Nepomuk ID3 ontology (NID3) makes it possible to express ID3 information in RDF.
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nco/
H A Dnco.ontology.in3 Name=Nepomuk Contact Ontology
4 Comment=The Nepomuk Contact Ontology describes contact information, common in many places on the de…
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/ncal/
H A Dncal.ontology.in3 Name=Nepomuk Calendar Ontology
4 Comment=The Nepomuk Calendaring Ontology intends to provide vocabulary for describing calendaring d…
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nexif/
H A Dnexif.ontology.in3 Name=Nepomuk EXIF Ontology
4 Comment=The Nepomuk EXIF Ontology describes basic image metadata used in digital cameras and in ima…
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nie/
H A Dnie.ontology.in3 Name=Nepomuk Information Element Core Ontology
4 Comment=Core ontology for the Nepomuk Information Element framework which provides a unified vocabu…
/dports/sysutils/tracker3/tracker-3.1.2/src/ontologies/
H A D12-nrl.description4 dsc:title "Nepomuk Resource Language (NRL)" ;
6 dsc:author "Nepomuk People" ;
/dports/sysutils/tracker/tracker-2.3.4/src/ontologies/
H A D12-nrl.description4 dsc:title "Nepomuk Resource Language (NRL)" ;
6 dsc:author "Nepomuk People" ;

12345678910>>...28