Home
last modified time | relevance | path

Searched defs:modelName (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/test/web/
H A DModelAndViewAssert.java57 …public static <T> T assertAndReturnModelAttributeOfType(ModelAndView mav, String modelName, Class<… in assertAndReturnModelAttributeOfType()
76 …public static void assertCompareListModelAttribute(ModelAndView mav, String modelName, List expect… in assertCompareListModelAttribute()
81 assertCondition(expectedList.equals(modelList), "List in model under name '" + modelName in assertCompareListModelAttribute() local
92 public static void assertModelAttributeAvailable(ModelAndView mav, String modelName) { in assertModelAttributeAvailable()
95 assertCondition(mav.getModel().containsKey(modelName), "Model attribute with name '" + modelName in assertModelAttributeAvailable() local
108 …public static void assertModelAttributeValue(ModelAndView mav, String modelName, Object expectedVa… in assertModelAttributeValue()
161 …public static void assertSortAndCompareListModelAttribute(ModelAndView mav, String modelName, List… in assertSortAndCompareListModelAttribute()
179 assertCondition(expectedList.equals(modelList), "List in model under name '" + modelName in assertSortAndCompareListModelAttribute() local
H A DAbstractModelAndViewTests.java59 …protected <T> T assertAndReturnModelAttributeOfType(ModelAndView mav, String modelName, Class<T> e… in assertAndReturnModelAttributeOfType()
76 …protected void assertCompareListModelAttribute(ModelAndView mav, String modelName, List expectedLi… in assertCompareListModelAttribute()
91 protected void assertModelAttributeAvailable(ModelAndView mav, String modelName) { in assertModelAttributeAvailable()
108 …protected void assertModelAttributeValue(ModelAndView mav, String modelName, Object expectedValue)… in assertModelAttributeValue()
145 ModelAndView mav, String modelName, List expectedList, Comparator comparator) { in assertSortAndCompareListModelAttribute()
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/model/
H A Dmanagerinterface.zep106 public function load(string modelName, boolean newInstance = false) -> <ModelInterface>;
151 public function existsBelongsTo(string! modelName, string! modelRelation);
160 public function existsHasMany(string! modelName, string! modelRelation);
169 public function existsHasOne(string! modelName, string! modelRelation);
181 …(string! method, string! modelName, var modelRelation, <ModelInterface> record, parameters = null);
193 …(string! method, string! modelName, var modelRelation, <ModelInterface> record, parameters = null);
205 …(string! method, string! modelName, var modelRelation, <ModelInterface> record, parameters = null);
245 public function getRelations(string! modelName);
322 public function getRelationByAlias(string modelName, string alias);
H A Dmanager.zep262 public function isInitialized(string! modelName) -> boolean
278 public function load(string! modelName, boolean newInstance = false) -> <ModelInterface>
1061 public function existsBelongsTo(string! modelName, string! modelRelation) -> boolean
1085 public function existsHasMany(string! modelName, string! modelRelation) -> boolean
1109 public function existsHasOne(string! modelName, string! modelRelation) -> boolean
1133 public function existsHasManyToMany(string! modelName, string! modelRelation) -> boolean
1157 public function getRelationByAlias(string! modelName, string! alias) -> <Relation> | boolean
1424 public function getReusableRecords(string! modelName, string! key)
1436 public function setReusableRecords(string! modelName, string! key, var records)
1498 …s(string! method, string! modelName, var modelRelation, <ModelInterface> record, parameters = null)
[all …]
/dports/misc/mnn/MNN-1.2.0/tools/script/
H A DmodelTestForAndroid.py28 modelName = os.path.join(root_dir, name, 'temp.bin') variable
47 modelName = os.path.join(root_dir, name, 'temp.bin') variable
67 modelName = os.path.join(root_dir, name, 'temp.bin') variable
H A DfastTestTorch.py20 def __copy_to_here(self, modelName): argument
27 def __init__(self, modelName): argument
85 modelName = sys.argv[1] variable
H A DfastTestTf.py20 def __copy_to_here(self, modelName): argument
28 def __init__(self, modelName): argument
112 modelName = sys.argv[1] variable
H A DmodelTest.py42 modelName = os.path.join(root_dir, name, 'temp.bin') variable
70 modelName = os.path.join(root_dir, name, 'temp.bin') variable
98 modelName = os.path.join(root_dir, name, 'temp.bin') variable
H A DfastTestTflite.py42 def __copy_to_here(self, modelName): argument
50 def __init__(self, modelName): argument
142 modelName = sys.argv[1] variable
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Mvc/Model/
H A DManagerInterface.zep105 public function existsBelongsTo(string! modelName, string! modelRelation) -> bool;
110 public function existsHasMany(string! modelName, string! modelRelation) -> bool;
115 public function existsHasOne(string! modelName, string! modelRelation) -> bool;
120 public function existsHasOneThrough(string! modelName, string! modelRelation) -> bool;
125 public function existsHasManyToMany(string! modelName, string! modelRelation) -> bool;
141 …, <ModelInterface> record, parameters = null, string method = null) -> <ResultsetInterface> | bool;
157 …, <ModelInterface> record, parameters = null, string method = null) -> <ResultsetInterface> | bool;
188 …tion, <ModelInterface> record, parameters = null, string method = null) -> <ModelInterface> | bool;
223 public function getRelationByAlias(string! modelName, string! alias) -> <Relation> | bool;
255 public function load(string modelName) -> <ModelInterface>;
H A DManager.zep272 public function load(string! modelName) -> <ModelInterface>
1218 public function existsBelongsTo(string! modelName, string! modelRelation) -> bool
1243 public function existsHasMany(string! modelName, string! modelRelation) -> bool
1268 public function existsHasOne(string! modelName, string! modelRelation) -> bool
1293 public function existsHasOneThrough(string! modelName, string! modelRelation) -> bool
1318 public function existsHasManyToMany(string! modelName, string! modelRelation) -> bool
1343 … public function getRelationByAlias(string! modelName, string! alias) -> <RelationInterface> | bool
1636 public function getReusableRecords(string! modelName, string! key)
1650 public function setReusableRecords(string! modelName, string! key, var records) -> void
1726 …modelName, string! modelRelation, <ModelInterface> record, parameters = null, string method = null)
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Plugin/Crud/Controller/Crud/Listener/
H A DRelatedModelsListener.php148 protected function _getModelInstance($modelName, $associationType = null) {
173 protected function _getAssociationType($modelName) {
206 protected function _classRegistryInit($modelName) {
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Html/
H A DValidationExtensions.cs25 … ApplyFieldValidationMetadata(HtmlHelper htmlHelper, ModelMetadata modelMetadata, string modelName) in ApplyFieldValidationMetadata()
71 public static void Validate(this HtmlHelper htmlHelper, string modelName) in Validate()
105 public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName) in ValidationMessage()
110 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, object… in ValidationMessage()
116 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage()
122 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage()
127 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, IDicti… in ValidationMessage() argument
133 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Html/
H A DValidationExtensions.cs26 …pplyFieldValidationMetadata(HtmlHelper htmlHelper, ModelMetadata modelMetadata, string modelName) { in ApplyFieldValidationMetadata()
65 public static void Validate(this HtmlHelper htmlHelper, string modelName) { in Validate()
94 … public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName) { in ValidationMessage()
98 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, object… in ValidationMessage()
103 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage()
108 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage()
112 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, IDicti… in ValidationMessage() argument
117 …public static MvcHtmlString ValidationMessage(this HtmlHelper htmlHelper, string modelName, string… in ValidationMessage() argument
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/
H A DClassNamingUtility.php32 public static function translateModelNameToRepositoryName($modelName)
49 public static function translateModelNameToValidatorName($modelName)
/dports/games/scorched3d/scorched/src/common/tank/
H A DTankModelContainer.cpp56 void TankModelContainer::setTankModelName(const char *modelName) in setTankModelName()
81 std::string modelName; in readMessage() local
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/eos/mocked_data/test_get_environment/issue810_7010t/
H A Dshow_environment_power.json5 "modelName": "PWR-00194-01", string
14 "modelName": "PWR-00194-01", string
/dports/math/cudd/cudd-3.0.0/dddmp/
H A DdddmpStoreMisc.c96 char *modelName /* IN: Model Name */, in Dddmp_cuddBddStorePrefix()
136 char *modelName /* IN: Model Name */, in Dddmp_cuddBddArrayStorePrefix()
223 char *modelName /* IN: Model Name */, in Dddmp_cuddBddStoreBlif()
263 char *modelName /* IN: Model Name */, in Dddmp_cuddBddArrayStoreBlif()
350 char *modelName /* IN: Model Name */, in Dddmp_cuddBddStoreSmv()
390 char *modelName /* IN: Model Name */, in Dddmp_cuddBddArrayStoreSmv()
496 char *modelName /* IN: Model name (or NULL) */, in DddmpCuddDdArrayStorePrefix()
865 char *modelName /* IN: Model name (or NULL) */, in DddmpCuddDdArrayStoreBlif()
1203 char *modelName /* IN: Model name (or NULL) */, in DddmpCuddDdArrayStoreSmv()
/dports/games/pioneer/pioneer-20210723/src/
H A Dmodelcompiler.cpp114 void RunCompiler(const std::string &modelName, const std::string &filepath, const bool bInPlace) in RunCompiler()
214 std::string modelName; in main() local
280 for (auto &modelName : list_model) { in main() local
285 for (auto &modelName : list_model) { in main() local
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/
H A Dcommon.hpp14 const std::string& modelName, const std::string& zooFile, in genArgument()
76 std::string genPreprocArguments(const std::string& modelName, const std::string& zooFile) in genPreprocArguments()
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/eos/mocked_data/test_get_environment/issue80_stacktrace_for_get_environment/
H A Dshow_environment_power.json11 "modelName": "PWR-2900AC", string
36 "modelName": "PWR-2900AC", string
61 "modelName": "PWR-2900AC", string
86 "modelName": "PWR-2900AC", string
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/eos/mocked_data/test_get_environment/normal/
H A Dshow_environment_power.json11 "modelName": "PWR-2900AC", string
36 "modelName": "PWR-2900AC", string
61 "modelName": "PWR-2900AC", string
86 "modelName": "PWR-2900AC", string
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/ModelBinding/
H A DFormDataCollectionExtensions.cs131 …public static T ReadAs<T>(this FormDataCollection formData, string modelName, IRequiredMemberSelec… in ReadAs()
146 …public static object ReadAs(this FormDataCollection formData, Type type, string modelName, IRequir… in ReadAs()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/testbed/parallelperformancetests/
H A Dmain.cpp26 explicit CollectingWriterPerfTest(const std::string& modelName) : in CollectingWriterPerfTest()
84 std::string modelName; member in CollectingWriterPerfTest
102 explicit PatchLinkPerfTest(const std::string& modelName) : in PatchLinkPerfTest()
173 std::string modelName; member in PatchLinkPerfTest
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Model/
H A DBehaviorCollection.php38 public $modelName = null; variable in BehaviorCollection
61 public function init($modelName, $behaviors = array()) {

12345678910>>...28