Home
last modified time | relevance | path

Searched refs:getModels (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicySourceModelContext.java47 private Map<URI,PolicySourceModel> getModels() { in getModels() method in PolicySourceModelContext
55 getModels().put(modelUri,model); in addModel()
63 return getModels().containsKey(modelUri); in containsModel()
67 return getModels().get(modelUri); in retrieveModel()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicySourceModelContext.java47 private Map<URI,PolicySourceModel> getModels() { in getModels() method in PolicySourceModelContext
55 getModels().put(modelUri,model); in addModel()
63 return getModels().containsKey(modelUri); in containsModel()
67 return getModels().get(modelUri); in retrieveModel()
/dports/cad/opencascade/opencascade-7.6.0/src/TObj/
H A DTObj_Assistant.cxx32 TColStd_SequenceOfTransient& TObj_Assistant::getModels() in getModels() function in TObj_Assistant
80 Standard_Integer i = getModels().Length(); in Handle()
84 aModel = Handle(TObj_Model)::DownCast(getModels().Value( i )); in Handle()
101 getModels().Append(theModel); in BindModel()
111 getModels().Clear(); in ClearModelMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tabmodel/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelSelectorTabModelObserver.java36 List<TabModel> tabModels = selector.getModels(); in TabModelSelectorTabModelObserver()
59 List<TabModel> tabModels = mTabModelSelector.getModels(); in registerModelObservers()
82 List<TabModel> tabModels = mTabModelSelector.getModels(); in destroy()
H A DTabModelSelectorTabObserver.java88 List<TabModel> tabModels = mTabModelSelector.getModels(); in TabModelSelectorTabObserver()
131 List<TabModel> tabModels = mTabModelSelector.getModels(); in destroy()
/dports/www/phalcon4/cphalcon-4.1.1/tests/tocheck-database/Mvc/Model/Query/Builder/
H A DGetModelsCest.php52 $builder->getModels()
74 $actual = $builder->getModels();
100 $actual = $builder->getModels();
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelSelectorBase.java180 public List<TabModel> getModels() { in getModels() method in TabModelSelectorBase
193 for (int i = 0; i < getModels().size(); i++) { in closeTab()
212 for (int i = 0; i < getModels().size(); i++) { in getTabById()
226 for (int i = 0; i < getModels().size(); i++) { in closeAllTabs()
234 for (int i = 0; i < getModels().size(); i++) { in getTotalTabCount()
278 for (int i = 0; i < getModels().size(); i++) mTabModels.get(i).destroy(); in destroy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/features/support/
H A DFeaturesViewInput.java42 public IModel[] getModels() { in getModels() method in FeaturesViewInput
55 return fFeatureSupport.getManager().getModels(); in getFeatures()
60 return fProductSupport.getManager().getModels(); in getProducts()
H A DFeatureIndex.java71 for (IFeatureModel parentModel : fFeatureModelManager.getModels()) { in reIndex()
80 for (IProductModel productModel : fProductModelManager.getModels()) { in reIndex()
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/pmml/export/
H A DGeneralizedLinearPMMLModelExportSuite.scala42 val pmmlRegressionModel = pmml.getModels.get(0).asInstanceOf[RegressionModel]
61 val pmmlRegressionModel = pmml.getModels.get(0).asInstanceOf[RegressionModel]
79 val pmmlRegressionModel = pmml.getModels.get(0).asInstanceOf[RegressionModel]
H A DBinaryClassificationPMMLModelExportSuite.scala46 val pmmlRegressionModel = pmml.getModels.get(0).asInstanceOf[RegressionModel]
73 val pmmlRegressionModel = pmml.getModels.get(0).asInstanceOf[RegressionModel]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/ui/tablet/emptybackground/incognitotoggle/
H A DIncognitoToggleButtonTablet.java88 for (TabModel model : mTabModelSelector.getModels()) { in setTabModelSelector()
113 for (TabModel model : mTabModelSelector.getModels()) { in onAttachedToWindow()
124 for (TabModel model : mTabModelSelector.getModels()) { in onDetachedFromWindow()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/
H A DImportFeatureProjectsTestCase.java106 IFeatureModel[] model = PDECore.getDefault().getFeatureModelManager().getModels(); in testImportFeature()
118 IFeatureModel[] model = PDECore.getDefault().getFeatureModelManager().getModels(); in testImportBinaryFeature()
130 IFeatureModel[] models = PDECore.getDefault().getFeatureModelManager().getModels(); in testImportMulitpleFeatures()
144 IFeatureModel[] model = PDECore.getDefault().getFeatureModelManager().getModels(); in testFeaturePlugins()
/dports/security/xca/xca-2.4.0/lib/
H A Ddatabase_model.h63 QList<db_base*> getModels() const in getModels() function
136 QList<db_base*> getModels() const in getModels() function
138 return db ? db->getModels() : QList<db_base*>(); in getModels()
/dports/sysutils/lineakd/lineakd-0.9/lineak/
H A Dldef.h46 vector<string> getModels() const;
48 map<string,LKbd*> getModels(string brand);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/
H A DValidationStatusProviderModelsProperty.java38 return source.getModels(); in doGetList()
53 return source.getModels(); in observe()
/dports/math/clingo/clingo-5.5.1/app/clingo/tests/python/
H A Dshow.lp9 def getModels():
38 res(X) :- X = @getModels().
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/
H A DModule.php355 $records = $this->getModels();
470 $models=$this->getModels();
492 $models=$this->getModels();
568 public function getModels(){ function in GO\\Base\\Module
/dports/math/clingo/clingo-5.5.1/app/clingo/tests/lua/
H A Dshow.lp5 function getModels()
54 res(X) :- X = @getModels().
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/engines/solver/
H A DsolverEngine.cpp87 …std::vector<std::unordered_map<triton::usize, SolverModel>> SolverEngine::getModels(const triton::… in getModels() function in triton::engines::solver::SolverEngine
90 return this->solver->getModels(node, limit); in getModels()
/dports/biology/jalview/jalview/test/jalview/analysis/scoremodels/
H A DScoreModelsTest.java23 Iterator<ScoreModelI> models = ScoreModels.getInstance().getModels() in testConstructor()
97 for (ScoreModelI sm : ScoreModels.getInstance().getModels()) in printAllMatrices()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/form/
H A DCForm.php194 foreach($this->getModels() as $model)
289 public function getModels() function in CForm
297 $models=array_merge($models,$element->getModels());
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DChromeTabUtils.java556 for (TabModel tabModel : selector.getModels()) {
573 for (TabModel tabModel : selector.getModels()) {
598 for (TabModel tabModel : selector.getModels()) {
616 for (TabModel tabModel : selector.getModels()) {
640 for (TabModel tabModel : selector.getModels()) {
657 for (TabModel tabModel : selector.getModels()) {
/dports/editors/kate/kate-21.12.3/addons/replicode/
H A Dreplicodesettings.cpp75 getModels = settings.value(QStringLiteral("Get Models"), false).toBool(); in load()
140 settings.setValue(QStringLiteral("Get Models"), getModels); in save()
193 getModels = false; in setDefaults()
/dports/www/limesurvey/limesurvey/framework/web/form/
H A DCForm.php233 foreach($this->getModels() as $model)
328 public function getModels() function in CForm
336 $models=array_merge($models,$element->getModels());

123456789