Home
last modified time | relevance | path

Searched refs:modelMap (Results 1 – 25 of 71) sorted by relevance

123

/dports/net-im/spectral/SortFilterProxyModel-36befddf5d57faad990e72c88c5844794f274145/proxyroles/
H A Dexpressionrole.cpp67 QVariantMap modelMap; in data() local
73 modelMap.insert(name, value); in data()
80 context.setContextProperty("model", modelMap); in data()
99 QVariantMap modelMap; in updateContext() local
103 modelMap.insert(name, value); in updateContext()
111 m_context->setContextProperty("model", modelMap); in updateContext()
/dports/net-im/spectral/SortFilterProxyModel-36befddf5d57faad990e72c88c5844794f274145/filters/
H A Dexpressionfilter.cpp56 QVariantMap modelMap; in filterRow() local
62 modelMap.insert(name, value); in filterRow()
69 context.setContextProperty("model", modelMap); in filterRow()
96 QVariantMap modelMap; in updateContext() local
100 modelMap.insert(name, value); in updateContext()
108 m_context->setContextProperty("model", modelMap); in updateContext()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/cif/
H A DMMCifValidationParser.java40 public String finalizeValidations(Viewer vwr, Map<String, Integer> modelMap) { in finalizeValidations() argument
47 mapAtomResIDs(modelMap); in finalizeValidations()
55 (asResidues ? null : atomMap), modelMap); in finalizeValidations()
63 public String finalizeRna3d(Map<String, Integer> modelMap) { in finalizeRna3d() argument
64 mapAtomResIDs(modelMap); in finalizeRna3d()
68 reader.vwr, svMap, getModelAtomIndices(), resMap, null, modelMap); in finalizeRna3d()
114 private void mapAtomResIDs(Map<String, Integer> modelMap) { in mapAtomResIDs() argument
125 String smodel = "" + modelMap.get("_0"); in mapAtomResIDs()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio_libraw.c48 const model_map_t modelMap[] = { variable
199 for(int i = 0; i < sizeof(modelMap) / sizeof(modelMap[0]); ++i) in dt_libraw_lookup_makermodel()
201 if(!g_strcmp0(maker, modelMap[i].exif_make) && !g_strcmp0(model, modelMap[i].exif_model)) in dt_libraw_lookup_makermodel()
204 g_strlcpy(mk, modelMap[i].clean_make, mk_len); in dt_libraw_lookup_makermodel()
205 g_strlcpy(md, modelMap[i].clean_model, md_len); in dt_libraw_lookup_makermodel()
206 g_strlcpy(al, modelMap[i].clean_alias, al_len); in dt_libraw_lookup_makermodel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/
H A DSaveablesListTest.java416 Map<Object, Set<Saveable>> modelMap = slist.getModelMap(); in assertHasBothSaveables() local
427 assertEquals(partCount, modelMap.size()); in assertHasBothSaveables()
428 assertEquals(partCount, modelMap.size()); in assertHasBothSaveables()
442 Map<Object, Set<Saveable>> modelMap = slist.getModelMap(); in assertHasTwoSaveables() local
449 assertEquals(partCount, modelMap.size()); in assertHasTwoSaveables()
450 assertEquals(partCount, modelMap.size()); in assertHasTwoSaveables()
461 Map<Object, Set<Saveable>> modelMap = slist.getModelMap(); in assertAllEmpty() local
467 assertEquals(0, modelMap.size()); in assertAllEmpty()
468 assertEquals(0, modelMap.size()); in assertAllEmpty()
486 assertEquals(1, modelMap.size()); in assertOnlyOne()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/datatype/
H A DBioStruct3D.cpp41 : moleculeMap(), modelMap(), in BioStruct3D()
51 : moleculeMap(other.moleculeMap), modelMap(other.modelMap), in BioStruct3D()
101 const AtomCoordSet &coordSet = modelMap.begin().value(); in getNumberOfAtoms()
106 const AtomCoordSet &coordSet = modelMap.begin().value(); in getAllAtoms()
151 if (modelMap.contains(modelIndex)) { in getAtomById()
152 const AtomCoordSet &coordSet = modelMap.value(modelIndex); in getAtomById()
249 return modelMap.keys(); in getModelsNames()
253 int index = modelMap.keys().indexOf(name); in getModelByName()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-data-generator/src/main/java/de/lmu/ifi/dbs/elki/application/
H A DGeneratorXMLSpec.java133 Map<Model, IntArrayList> modelMap = new HashMap<>(); in writeClusters() local
137 IntArrayList modelids = modelMap.get(model); in writeClusters()
141 modelMap.put(model, modelids); in writeClusters()
148 for(Entry<Model, IntArrayList> ent : modelMap.entrySet()) { in writeClusters()
158 IntArrayList ids = modelMap.get(model); in writeClusters()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-data-generator/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/trivial/
H A DByModelClustering.java99 HashMap<Model, ModifiableDBIDs> modelMap = new HashMap<>(); in run() local
102 ModifiableDBIDs modelids = modelMap.get(model); in run()
105 modelMap.put(model, modelids); in run()
111 for(Entry<Model, ModifiableDBIDs> entry : modelMap.entrySet()) { in run()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java52 static Map<String, XModel> modelMap = new HashMap<String, XModel>(); field in XStorageHelper
159 modelMap.put(PathUtils.getOidForModel(model), model); in addNewModel()
177 modelMap.remove(PathUtils.getOidForModel(model)); in disposing()
247 return modelMap.get(url); in getModelForURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/java/com/sun/star/script/framework/io/
H A DXStorageHelper.java52 static Map<String, XModel> modelMap = new HashMap<String, XModel>(); field in XStorageHelper
159 modelMap.put(PathUtils.getOidForModel(model), model); in addNewModel()
177 modelMap.remove(PathUtils.getOidForModel(model)); in disposing()
247 return modelMap.get(url); in getModelForURL()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/transform/
H A DModelTransformerFactory.cpp78 QMap<QString, ModelId> modelMap; in getConfigurationForTransform() local
94 while (modelMap.contains(modelName)) { in getConfigurationForTransform()
98 modelMap[modelName] = candidateInputModels[i]; in getConfigurationForTransform()
165 modelMap, in getConfigurationForTransform()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DTransformUserConfigurator.cpp67 const QMap<QString, ModelId> &modelMap, in configure() argument
183 if (modelMap.contains(selectedInput)) { in configure()
184 inputModel = modelMap.value(selectedInput); in configure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dscene-build.cpp39 const ModelMap& modelMap = Model::find_models(); in SceneBuild() local
41 for (ModelMap::const_iterator modelIt = modelMap.begin(); in SceneBuild()
42 modelIt != modelMap.end(); in SceneBuild()
H A Dscene-texture.cpp45 const ModelMap& modelMap = Model::find_models(); in SceneTexture() local
47 for (ModelMap::const_iterator modelIt = modelMap.begin(); in SceneTexture()
48 modelIt != modelMap.end(); in SceneTexture()
H A Dmodel.cpp797 ModelMap modelMap; variable
812 if (!ModelPrivate::modelMap.empty()) in find_models()
814 return ModelPrivate::modelMap; in find_models()
861 ModelPrivate::modelMap.insert(std::make_pair(name, desc)); in find_models()
864 return ModelPrivate::modelMap; in find_models()
881 ModelMap::const_iterator modelIt = ModelPrivate::modelMap.find(modelName); in load()
882 if (modelIt == ModelPrivate::modelMap.end()) in load()
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dscene-build.cpp39 const ModelMap& modelMap = Model::find_models(); in SceneBuild() local
41 for (ModelMap::const_iterator modelIt = modelMap.begin(); in SceneBuild()
42 modelIt != modelMap.end(); in SceneBuild()
H A Dscene-texture.cpp45 const ModelMap& modelMap = Model::find_models(); in SceneTexture() local
47 for (ModelMap::const_iterator modelIt = modelMap.begin(); in SceneTexture()
48 modelIt != modelMap.end(); in SceneTexture()
H A Dmodel.cpp813 ModelMap modelMap; variable
828 if (!ModelPrivate::modelMap.empty()) in find_models()
830 return ModelPrivate::modelMap; in find_models()
877 ModelPrivate::modelMap.insert(std::make_pair(name, desc)); in find_models()
880 return ModelPrivate::modelMap; in find_models()
897 ModelMap::const_iterator modelIt = ModelPrivate::modelMap.find(modelName); in load()
898 if (modelIt == ModelPrivate::modelMap.end()) in load()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolAnnotationParser.java34 Map<String, Integer> map, Map<String, Integer> modelMap); in catalogValidations() argument
44 Map<String, Integer> modelMap); in catalogStructureUnits() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DSaveablesList.java88 private Map<Object, Set<Saveable>> modelMap = new LinkedHashMap<>(); field in SaveablesList
105 Iterator<Set<Saveable>> saveables = modelMap.values().iterator(); in getOpenModels()
120 Set<Saveable> modelsForSource = modelMap.get(source); in addModel()
123 modelMap.put(source, modelsForSource); in addModel()
293 Set<Saveable> modelsForSource = modelMap.get(source); in removeModel()
300 modelMap.remove(source); in removeModel()
877 Set<Saveable> saveables = modelMap.get(part); in postClose()
939 for (Entry<Object, Set<Saveable>> entry : modelMap.entrySet()) { in testGetSourcesForModel()
1014 for (Entry<Object, Set<Saveable>> entry : modelMap.entrySet()) { in getPartsForSaveable()
1034 return modelMap; in getModelMap()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/
H A DModelAndView.java249 public ModelAndView addAllObjects(Map<String, ?> modelMap) { in addAllObjects() argument
250 getModelMap().addAllAttributes(modelMap); in addAllObjects()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/
H A DModelAndView.java248 public ModelAndView addAllObjects(Map<String, ?> modelMap) { in addAllObjects() argument
249 getModelMap().addAllAttributes(modelMap); in addAllObjects()
/dports/games/warzone2100/warzone2100/src/
H A Dwzscriptdebug.h61 const MODELMAP& getModelMap() const { return modelMap; } in getModelMap()
118 MODELMAP modelMap; variable
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ptools/src/
H A DPToolsTests.cpp122 …e(refo, refo->getBioStruct3D().moleculeMap.keys(), refo->getBioStruct3D().modelMap.keys().first()), in run()
123 …(mobo, mobo->getBioStruct3D().moleculeMap.keys(), mobo->getBioStruct3D().modelMap.keys().first())); in run()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/dssx/
H A DAnnotationParser.java252 Map<String, Integer> modelMap) { in catalogStructureUnits() argument
296 null, modelMap); in catalogStructureUnits()
321 Map<String, Integer> modelMap) { in catalogValidations() argument
391 atomMap, modelMap); in catalogValidations()
615 Map<String, Integer> modelMap in catalogUnit() argument
634 int m = (modelMap == null ? PT.parseInt(sm) - 1 : -1); in catalogUnit()
635 Integer im = (m >= 0 ? null : modelMap.get(sm)); in catalogUnit()

123