Home
last modified time | relevance | path

Searched refs:mltId (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/apache-solr/solr-8.11.1/server/solr/configsets/sample_techproducts_configs/conf/velocity/
H A Dproduct_doc.vm21 #set($mltId = $mltHit.getFieldValue('id'))
22 …<li><div><a href="#url_for_home?q=id:$mltId">$mltId</a></div><div><span class="field-name">Name:</…
H A Drichtext_doc.vm122 #set($mltId = $mltHit.getFieldValue('id'))
125 <a href="#url_for_home?q=id:$mltId">
126 $mltId</a>
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/
H A Dabstractassetsrepository.ipp85 if (emptyMetaAssets.contains(custom.second.mltId)) {
87 emptyMetaAssets.removeAll(custom.second.mltId);
157 res.id = res.mltId = assetId;
273 res.id = res.mltId = assetId;
353 res.mltId = tag;
358 res.description = i18n(description.toUtf8().constData()) + QString(" (%1)").arg(res.mltId);
H A Dabstractassetsrepository.hpp53 QString mltId; //"tag" of the asset, that is the name of the mlt service member
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/effects/
H A Deffectsrepository.cpp200 QString service_name = m_assets.at(effectId).mltId; in getEffect()
238 result.second = custom.second.mltId; in reloadCustom()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/transitions/
H A Dtransitionsrepository.cpp149 QString service_name = m_assets.at(transitionId).mltId; in getTransition()