Home
last modified time | relevance | path

Searched refs:factories (Results 226 – 250 of 5865) sorted by relevance

12345678910>>...235

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DDataBaseRegistry.cpp31 foreach (const DataBaseFactory *dbf, factories) { in ~DataBaseRegistry()
38 factories[id] = f; in registerDataBase()
46 if (factories.contains(id)) { in isRegistered()
55 return factories[id]; in getFactoryById()
H A DProjectFilterTaskRegistry.cpp34 qDeleteAll(factories); in ~ProjectFilterTaskRegistry()
42 foreach (ProjectFilterTaskFactory *factory, factories) { in createFilterTasks()
50 SAFE_POINT(!factories.contains(factory), "Attempting to register a factory twice", ); in registerTaskFactory()
53 factories.append(factory); in registerTaskFactory()
/dports/x11/mate-panel/mate-panel-1.26.1/libmate-panel-applet/
H A Dmate-panel-applet-factory.c56 static GHashTable *factories = NULL;
74 g_hash_table_remove (factories, factory->factory_id); in mate_panel_applet_factory_finalize()
76 if (g_hash_table_size (factories) == 0) { in mate_panel_applet_factory_finalize()
77 g_hash_table_unref (factories); in mate_panel_applet_factory_finalize()
78 factories = NULL; in mate_panel_applet_factory_finalize()
144 if (factories == NULL) in mate_panel_applet_factory_new()
145 factories = g_hash_table_new (g_str_hash, g_str_equal); in mate_panel_applet_factory_new()
147 g_hash_table_insert (factories, factory->factory_id, factory); in mate_panel_applet_factory_new()
351 if (!factories) in mate_panel_applet_factory_get_applet_widget()
354 factory = g_hash_table_lookup (factories, id); in mate_panel_applet_factory_get_applet_widget()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/filterprocessor/
H A Dconfig_test.go44 factories, err := componenttest.NopFactories()
48 factories.Processors[typeStr] = factory
49 …rr := configtest.LoadConfigAndValidate(path.Join(".", "testdata", "config_strict.yaml"), factories)
126 factories, err := componenttest.NopFactories()
130 factories.Processors[typeStr] = factory
131 …rr := configtest.LoadConfigAndValidate(path.Join(".", "testdata", "config_regexp.yaml"), factories)
192 factories, err := componenttest.NopFactories()
195 factories.Processors[typeStr] = factory
196 … err := configtest.LoadConfigAndValidate(path.Join(".", "testdata", "config_expr.yaml"), factories)
/dports/science/InsightToolkit/ITK-5.0.1/Examples/IO/
H A DIOFactoryRegistration.cxx26 const std::list<itk::ObjectFactoryBase *> & factories = in main() local
28 const std::size_t numFactories = factories.size(); in main()
32 if (!factories.empty() ) in main()
34 for (const auto & factory : factories) in main()
/dports/security/py-pyscard/pyscard-2.0.0/smartcard/reader/
H A DReaderFactory.py40 factories = {} variable in ReaderFactory
50 if not clazz in ReaderFactory.factories:
51 ReaderFactory.factories[clazz] = get_class(clazz).Factory()
52 return ReaderFactory.factories[clazz].create(readername)
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/statistical_tests/
H A Dplot_fitted_distribution_ranking.py34 factories = [ot.BetaFactory(), ot.TriangularFactory()] variable
39 sample, factories)
44 ot.FittingTest.BestModelBIC(sample, factories)
48 ot.FittingTest.BestModelAIC(sample, factories)
52 ot.FittingTest.BestModelAICC(sample, factories)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/
H A DFetchTaskFactoriesRegistry.java28 private final Map<String, IConfigurationElement> factories; field in FetchTaskFactoriesRegistry
32 factories = new HashMap<>(); in FetchTaskFactoriesRegistry()
69 IConfigurationElement extension = factories.get(id); in newFactory()
87 return factories.keySet(); in getFactoryIds()
100 factories.put(id, extension); in initializeRegistry()
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-stream-factory-builder.c214 GList *factories = NULL; in build() local
226 factories = g_list_prepend(factories, factory); in build()
228 return g_list_reverse(factories); in build()
234 GList *factories = NULL, *node; in build_all() local
248 factories = g_list_prepend(factories, module_factory); in build_all()
254 return g_list_reverse(factories); in build_all()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Algorithm/MetaModel/
H A DMetaModelAlgorithm.cxx123 …Collection< DistributionFactory > factories(DistributionFactory::GetContinuousUniVariateFactories(… in BuildDistribution() local
125 for (UnsignedInteger i = 0; i < factories.getSize(); ++i) in BuildDistribution()
127 if (factories[i].getImplementation()->getClassName() == "HistogramFactory") in BuildDistribution()
129 factories.erase(factories.begin() + i); in BuildDistribution()
149 for (UnsignedInteger j = 0; j < factories.getSize(); ++j) in BuildDistribution()
151 LOGINFO(OSS() << "BuildDistribution: trying " << factories[j]); in BuildDistribution()
154 const Distribution candidateDistribution(factories[j].build(marginalSample)); in BuildDistribution()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DManifestSchemaFactory.java123 private MessageInfoFactory[] factories; field in ManifestSchemaFactory.CompositeMessageInfoFactory
125 CompositeMessageInfoFactory(MessageInfoFactory... factories) { in CompositeMessageInfoFactory() argument
126 this.factories = factories; in CompositeMessageInfoFactory()
131 for (MessageInfoFactory factory : factories) { in isSupported()
141 for (MessageInfoFactory factory : factories) { in messageInfoFor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DManifestSchemaFactory.java123 private MessageInfoFactory[] factories; field in ManifestSchemaFactory.CompositeMessageInfoFactory
125 CompositeMessageInfoFactory(MessageInfoFactory... factories) { in CompositeMessageInfoFactory() argument
126 this.factories = factories; in CompositeMessageInfoFactory()
131 for (MessageInfoFactory factory : factories) { in isSupported()
141 for (MessageInfoFactory factory : factories) { in messageInfoFor()
/dports/www/mod_webkit/w4py-1.2.3/WebKit/Admin/
H A DServletCache.py24 factories = [factory for factory in ServletFactoryManager._factories
26 if not factories:
31 if len(factories) > 1:
32 factories.sort()
35 for factory in factories:
41 for factory in factories:
/dports/www/moodle310/moodle/mod/forum/classes/local/factories/
H A Dbuilder.php25 namespace mod_forum\local\factories;
32 use mod_forum\local\factories\vault as vault_factory;
33 use mod_forum\local\factories\legacy_data_mapper as legacy_data_mapper_factory;
34 use mod_forum\local\factories\exporter as exporter_factory;
35 use mod_forum\local\factories\manager as manager_factory;
/dports/www/moodle311/moodle/mod/forum/classes/local/factories/
H A Dbuilder.php25 namespace mod_forum\local\factories;
32 use mod_forum\local\factories\vault as vault_factory;
33 use mod_forum\local\factories\legacy_data_mapper as legacy_data_mapper_factory;
34 use mod_forum\local\factories\exporter as exporter_factory;
35 use mod_forum\local\factories\manager as manager_factory;
/dports/www/moodle39/moodle/mod/forum/classes/local/factories/
H A Dbuilder.php25 namespace mod_forum\local\factories;
32 use mod_forum\local\factories\vault as vault_factory;
33 use mod_forum\local\factories\legacy_data_mapper as legacy_data_mapper_factory;
34 use mod_forum\local\factories\exporter as exporter_factory;
35 use mod_forum\local\factories\manager as manager_factory;
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/
H A Dobject_factory.hpp37 Factories factories; member in ObjectFactory
48 assert(factories.find(name) == factories.end()); in add_factory()
49 factories[name] = func; in add_factory()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing/
H A DRoutingService.cs81 …Dictionary<ServiceEndpoint,ChannelFactory> factories = new Dictionary<ServiceEndpoint,ChannelFacto… field in System.ServiceModel.Routing.RoutingService
101 if (!factories.TryGetValue (se, out cf)) { in ProcessMessageDuplexSession()
103 factories [se] = cf; in ProcessMessageDuplexSession()
116 if (!factories.TryGetValue (se, out cf)) { in ProcessMessageSimplexDatagram()
118 factories [se] = cf; in ProcessMessageSimplexDatagram()
130 if (!factories.TryGetValue (se, out cf)) { in ProcessMessageSimplexSession()
132 factories [se] = cf; in ProcessMessageSimplexSession()
/dports/www/tikiwiki/tiki-21.2/lib/core/
H A DPerms.php108 private $factories = []; variable in Perms
319 function setResolverFactories(array $factories) argument
321 $this->factories = $factories;
334 foreach ($this->factories as $factory) {
368 foreach ($this->factories as $factory) {
376 foreach ($this->factories as $factory) {
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/
H A DBackends.cpp27 FactoryRegistry<std::string, Backend>::factories()) { in createBackend()
38 const auto &factories = FactoryRegistry<std::string, Backend>::factories(); in getAvailableBackends() local
39 for (auto &factory : factories) { in getAvailableBackends()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DPluginManagerI.cpp23 map<string, PluginFactory>* factories = 0; variable
32 delete factories; in ~PluginFactoryDestroy()
33 factories = 0; in ~PluginFactoryDestroy()
46 if(factories == 0) in registerPluginFactory()
48 factories = new map<string, PluginFactory>(); in registerPluginFactory()
51 map<string, PluginFactory>::const_iterator p = factories->find(name); in registerPluginFactory()
52 if(p == factories->end()) in registerPluginFactory()
54 factories->insert(make_pair(name, factory)); in registerPluginFactory()
433 if(factories) in loadPlugin()
435 map<string, PluginFactory>::const_iterator p = factories->find(name); in loadPlugin()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DPluginManagerI.cpp23 map<string, PluginFactory>* factories = 0; variable
32 delete factories; in ~PluginFactoryDestroy()
33 factories = 0; in ~PluginFactoryDestroy()
46 if(factories == 0) in registerPluginFactory()
48 factories = new map<string, PluginFactory>(); in registerPluginFactory()
51 map<string, PluginFactory>::const_iterator p = factories->find(name); in registerPluginFactory()
52 if(p == factories->end()) in registerPluginFactory()
54 factories->insert(make_pair(name, factory)); in registerPluginFactory()
433 if(factories) in loadPlugin()
435 map<string, PluginFactory>::const_iterator p = factories->find(name); in loadPlugin()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DPluginManagerI.cpp23 map<string, PluginFactory>* factories = 0; variable
32 delete factories; in ~PluginFactoryDestroy()
33 factories = 0; in ~PluginFactoryDestroy()
46 if(factories == 0) in registerPluginFactory()
48 factories = new map<string, PluginFactory>(); in registerPluginFactory()
51 map<string, PluginFactory>::const_iterator p = factories->find(name); in registerPluginFactory()
52 if(p == factories->end()) in registerPluginFactory()
54 factories->insert(make_pair(name, factory)); in registerPluginFactory()
433 if(factories) in loadPlugin()
435 map<string, PluginFactory>::const_iterator p = factories->find(name); in loadPlugin()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dserv.cpp341 , factories(NULL) in ICUService()
351 , factories(NULL) in ICUService()
363 delete factories; in ~ICUService()
364 factories = NULL; in ~ICUService()
471 int32_t limit = factories->size(); in getKey()
668 } else if (factories != NULL) { in getVisibleIDMap()
854 if (factories == NULL) { in registerFactory()
857 delete factories; in registerFactory()
913 if (factories != NULL) { in reInitializeFactories()
914 factories->removeAllElements(); in reInitializeFactories()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dserv.cpp342 , factories(NULL) in ICUService()
352 , factories(NULL) in ICUService()
364 delete factories; in ~ICUService()
365 factories = NULL; in ~ICUService()
467 int32_t limit = factories->size(); in getKey()
667 } else if (factories != NULL) { in getVisibleIDMap()
853 if (factories == NULL) { in registerFactory()
856 delete factories; in registerFactory()
912 if (factories != NULL) { in reInitializeFactories()
913 factories->removeAllElements(); in reInitializeFactories()
[all …]

12345678910>>...235