Home
last modified time | relevance | path

Searched refs:fInfos (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkBatchInfo.cpp140 QVector<QSharedPointer<DkBatchInfo> > fInfos; in filter() local
145 fInfos << cInfo; in filter()
148 return fInfos; in filter()
H A DDkProcess.cpp527 QVector<QSharedPointer<DkBatchInfo> > fInfos = DkBatchInfo::filter(batchInfo, runID); in postLoad() local
531 plugin->postLoadPlugin(fInfos); in postLoad()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/feature/
H A DFeature.java195 if (infoType < 0 || infoType > (fInfos.length - 1)) { in getFeatureInfo()
198 return fInfos[infoType]; in getFeatureInfo()
238 fInfos[IFeature.INFO_DESCRIPTION] = info; in parse()
243 fInfos[IFeature.INFO_LICENSE] = info; in parse()
248 fInfos[IFeature.INFO_COPYRIGHT] = info; in parse()
629 Object oldValue = fInfos[index]; in setFeatureInfo()
633 fInfos[index] = info; in setFeatureInfo()
718 fInfos[0] = null; in reset()
719 fInfos[1] = null; in reset()
720 fInfos[2] = null; in reset()
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/demo/treelist/
H A DDirList.hs27 fInfos <- (flip mapM) files $ \f -> do
43 store <- New.listStoreNew fInfos
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/demo/treelist/
H A DDirList.hs27 fInfos <- (flip mapM) files $ \f -> do
43 store <- New.listStoreNew fInfos
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DSegmentMerger.h94 …void addIndexed(const IndexReaderPtr& reader, const FieldInfosPtr& fInfos, HashSet<String> names, …
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/code/flow/
H A DFlowAnalyzer.java128 private List<FlowInfo> fInfos= new ArrayList<>(4); field in FlowAnalyzer.SwitchData
137 fInfos.add(info); in add()
143 return fInfos.toArray(new FlowInfo[fInfos.size()]); in getInfos()
146 return fInfos.get(index); in getInfo()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DSegmentMerger.cs289 …private void AddIndexed(IndexReader reader, FieldInfos fInfos, ICollection<string> names, bool sto… in AddIndexed() argument
293fInfos.Add(field, true, storeTermVectors, storePositionWithTermVector, storeOffsetWithTermVector, in AddIndexed()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DSegmentMerger.cpp163 void SegmentMerger::addIndexed(const IndexReaderPtr& reader, const FieldInfosPtr& fInfos, HashSet<S… in addIndexed() argument
167fInfos->add(*field, true, storeTermVectors, storePositionWithTermVector, storeOffsetWithTermVector, in addIndexed()