Home
last modified time | relevance | path

Searched refs:boundValue (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/tags/form/
H A DSelectedValueComparator.java74 Object boundValue = bindStatus.getValue(); in isSelected() local
79 if (actualValue != null && actualValue != boundValue && in isSelected()
84 boundValue = actualValue; in isSelected()
86 else if (boundValue == null) { in isSelected()
93 if (boundValue.getClass().isArray()) { in isSelected()
96 else if (boundValue instanceof Collection) { in isSelected()
99 else if (boundValue instanceof Map) { in isSelected()
156 if (boundValue instanceof LabeledEnum) { in exhaustiveCompare()
157 LabeledEnum labeledEnum = (LabeledEnum) boundValue; in exhaustiveCompare()
167 else if (boundValue.getClass().isEnum()) { in exhaustiveCompare()
[all …]
H A DCheckboxTag.java71 Object boundValue = getBoundValue(); in writeTagDetails() local
76 if (boundValue instanceof String) { in writeTagDetails()
77 boundValue = Boolean.valueOf((String) boundValue); in writeTagDetails()
79 Boolean booleanValue = (boundValue != null ? (Boolean) boundValue : Boolean.FALSE); in writeTagDetails()
H A DAbstractCheckedElementTag.java68 protected void renderFromBoolean(Boolean boundValue, TagWriter tagWriter) throws JspException { in renderFromBoolean() argument
70 if (boundValue) { in renderFromBoolean()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/Printing/
H A DMarginsTests.cs106 public void Bounds_Values_ReturnsExpected(int boundValue) in Bounds_Values_ReturnsExpected() argument
109 m.Bottom = boundValue; in Bounds_Values_ReturnsExpected()
110 m.Left = boundValue; in Bounds_Values_ReturnsExpected()
111 m.Right = boundValue; in Bounds_Values_ReturnsExpected()
112 m.Top = boundValue; in Bounds_Values_ReturnsExpected()
114 Assert.Equal(boundValue, m.Bottom); in Bounds_Values_ReturnsExpected()
115 Assert.Equal(boundValue, m.Left); in Bounds_Values_ReturnsExpected()
116 Assert.Equal(boundValue, m.Right); in Bounds_Values_ReturnsExpected()
117 Assert.Equal(boundValue, m.Top); in Bounds_Values_ReturnsExpected()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/ModelBinding/
H A DCollectionModelBinder`1.cs34 object boundValue = null; in BindComplexCollectionFromIndexes()
38 boundValue = childBindingContext.Model; in BindComplexCollectionFromIndexes()
51 boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue)); in BindComplexCollectionFromIndexes()
89 object boundValue = null; in BindSimpleCollection()
93 boundValue = innerBindingContext.Model; in BindSimpleCollection()
97 boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue)); in BindSimpleCollection()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/ModelBinding/
H A DCollectionModelBinder`1.cs43 object boundValue = null; in BindComplexCollectionFromIndexes()
49 boundValue = childBindingContext.Model; in BindComplexCollectionFromIndexes()
64 boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue)); in BindComplexCollectionFromIndexes()
109 object boundValue = null; in BindSimpleCollection()
115 boundValue = innerBindingContext.Model; in BindSimpleCollection()
119 boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue)); in BindSimpleCollection()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/ModelBinding/Binders/
H A DCollectionModelBinder.cs47 object boundValue = null; in BindComplexCollectionFromIndexes()
54 boundValue = childBindingContext.Model; in BindComplexCollectionFromIndexes()
67 boundCollection.Add(ModelBindingHelper.CastOrDefault<TElement>(boundValue)); in BindComplexCollectionFromIndexes()
111 object boundValue = null; in BindSimpleCollection()
117 boundValue = innerBindingContext.Model; in BindSimpleCollection()
121 boundCollection.Add(ModelBindingHelper.CastOrDefault<TElement>(boundValue)); in BindSimpleCollection()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DByteArrayModelBinderTest.cs92 byte[] boundValue = binder.BindModel(null, bindingContext) as byte[]; in BindModelWithBase64QuotedValueReturnsByteArray()
95 Assert.Equal(Base64TestBytes, boundValue); in BindModelWithBase64QuotedValueReturnsByteArray()
117 byte[] boundValue = binder.BindModel(null, bindingContext) as byte[]; in BindModelWithBase64UnquotedValueReturnsByteArray()
120 Assert.Equal(Base64TestBytes, boundValue); in BindModelWithBase64UnquotedValueReturnsByteArray()
H A DLinqBinaryModelBinderTest.cs91 Binary boundValue = binder.BindModel(null, bindingContext) as Binary; in BindModelWithBase64QuotedValueReturnsBinary()
94 Assert.Equal(ByteArrayModelBinderTest.Base64TestBytes, boundValue); in BindModelWithBase64QuotedValueReturnsBinary()
116 Binary boundValue = binder.BindModel(null, bindingContext) as Binary; in BindModelWithBase64UnquotedValueReturnsBinary()
119 Assert.Equal(ByteArrayModelBinderTest.Base64TestBytes, boundValue); in BindModelWithBase64UnquotedValueReturnsBinary()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/qtbindings/
H A DSqlSqlQuery.cpp66 QVariant SqlQuery::boundValue(const QString &placeholder) const in boundValue() function in SqlQuery
68 return QSqlQuery::boundValue(placeholder); in boundValue()
71 QVariant SqlQuery::boundValue(int pos) const in boundValue() function in SqlQuery
73 return QSqlQuery::boundValue(pos); in boundValue()
H A DSqlSqlQuery.h48 QVariant boundValue(const QString& placeholder) const;
49 QVariant boundValue(int pos) const;
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Private/
H A DScrollBar.qml202 value = boundValue(value + getSteps(pageStep, stepCount))
206 value = boundValue(value - getSteps(pageStep, stepCount))
210 value = boundValue(value + getSteps(singleStep, stepCount))
214 value = boundValue(value - getSteps(singleStep, stepCount))
217 function boundValue(val) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/sql/kernel/
H A Dqsqlquery.h114 QVariant boundValue(const QString& placeholder) const;
115 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqlquery.h108 QVariant boundValue(const QString& placeholder) const;
109 QVariant boundValue(int pos) const;

123456789