Home
last modified time | relevance | path

Searched refs:IsNullable (Results 1 – 25 of 1719) sorted by relevance

12345678910>>...69

/dports/net/storj/storj-1.45.3/storagenode/storagenodedb/
H A Dschema.go19 IsNullable: false,
24 IsNullable: false,
29 IsNullable: false,
34 IsNullable: false,
45 IsNullable: false,
50 IsNullable: false,
55 IsNullable: false,
60 IsNullable: false,
94 IsNullable: true,
99 IsNullable: true,
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.Web.Http.Data.Test/Models/
H A DNorthwind.Designer.cs387 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
438 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
462 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
541 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
592 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
616 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
640 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
664 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
688 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
712 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=true)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.Serialization/
H A DXmlSerializerTestClasses.cs150 [XmlElement (IsNullable=true)]
153 [XmlElement (IsNullable=true)]
156 [XmlElement (IsNullable=true)]
541 [XmlArray (IsNullable = true)]
548 [XmlArray (IsNullable = false)]
555 [XmlArray (IsNullable = true)]
562 [XmlArray (IsNullable = false)]
578 [XmlArray (IsNullable = true)]
585 [XmlArray (IsNullable = false)]
592 [XmlArray (IsNullable = true)]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Tds/Mono.Data.Tds/
H A DTdsMetaParameter.cs79 IsNullable = false; in TdsMetaParameter()
493 if (IsNullable) in GetMetaType()
497 if (IsNullable) in GetMetaType()
503 if (IsNullable) in GetMetaType()
507 if (IsNullable) in GetMetaType()
513 if (IsNullable) in GetMetaType()
517 if (IsNullable) in GetMetaType()
525 if (IsNullable) in GetMetaType()
531 if (IsNullable) in GetMetaType()
544 if (IsNullable) in GetMetaType()
[all …]
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/dbutil/sqliteutil/
H A Dquery_test.go62 {Name: "a", Type: "integer", IsNullable: false, Reference: nil},
63 {Name: "b", Type: "integer", IsNullable: false, Reference: nil},
64 {Name: "c", Type: "text", IsNullable: true, Reference: nil},
74 {Name: "users_a", Type: "integer", IsNullable: true,
80 {Name: "a", Type: "text", IsNullable: false, Reference: nil},
81 {Name: "x", Type: "text", IsNullable: false, Reference: nil}, // not null, because primary key
82 {Name: "b", Type: "text", IsNullable: true, Reference: nil},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/generator/
H A Dtypes.go194 result.IsNullable = false
354 result.IsNullable = t.IsNullable(ref)
397 result.IsNullable = t.IsNullable(schema)
435 result.IsNullable = false
465 rt.IsNullable = t.IsNullable(schema.Items.Schema) && !rt.HasDiscriminator
510 if t.IsNullable(&p) {
523 result.IsNullable = t.IsNullable(schema)
541 if et.IsNullable {
555 result.IsNullable = false
730 IsNullable bool member
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/generator/
H A Dtypes.go120 result.IsNullable = false
434 result.IsNullable = false
481 rt.IsNullable = nullable
587 if et.IsNullable {
641 result.IsNullable = false
772 result.IsNullable = false
900 result.IsNullable = false
967 result.IsNullable = false
1066 IsNullable bool member
1132 if rt.IsNullable {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Description/
H A DBugX41.cs48 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
60 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
72 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
84 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=3)]
120 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
132 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
144 …on.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
172 …rialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
190 …rialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
208 …rialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
[all …]
/dports/net/storj/storj-1.45.3/vendor/storj.io/private/dbutil/pgutil/
H A Dquery_test.go89 {Name: "a", Type: "bigint", IsNullable: false, Reference: nil},
90 {Name: "b", Type: "bigint", IsNullable: false, Reference: nil},
91 {Name: "c", Type: "text", IsNullable: true, Reference: nil},
102 Name: "users_a", Type: "bigint", IsNullable: true,
109 {Name: "a", Type: "text", IsNullable: false, Reference: nil},
110 {Name: "x", Type: "text", IsNullable: false, Reference: nil}, // not null, because primary key
111 {Name: "b", Type: "text", IsNullable: true, Reference: nil},
112 {Name: "c", Type: "bigint", IsNullable: true, Reference: nil},
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Description/
H A DMetadataSection.cs101 …"http://schemas.xmlsoap.org/ws/2004/09/mex", Type = typeof (MetadataLocation), IsNullable = false)]
102 …ce = "http://schemas.xmlsoap.org/ws/2004/09/mex", Type = typeof (MetadataSet), IsNullable = false)]
103 …a", Namespace = "http://www.w3.org/2001/XMLSchema", Type = typeof (XmlSchema), IsNullable = false)]
104 …rg/wsdl/", Type = typeof (System.Web.Services.Description.ServiceDescription), IsNullable = false)]
105 …http://schemas.xmlsoap.org/ws/2004/09/mex", Type = typeof (MetadataReference), IsNullable = false)]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DDataObjectFieldAttribute.cs33 IsNullable = isNullable; in DataObjectFieldAttribute()
39 public bool IsNullable { get; } property in System.ComponentModel.DataObjectFieldAttribute
55 (other.IsNullable == IsNullable) && in Equals()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DDataMember.cs88 internal bool IsNullable property in System.Runtime.Serialization.DataMember
91 get { return helper.IsNullable; }
93 set { helper.IsNullable = value; }
171 this.IsNullable = isNullable; in CriticalHelper()
206 internal bool IsNullable property in System.Runtime.Serialization.DataMember.CriticalHelper
336 … && (IsNullable || thisIsNullable) == (dataMember.IsNullable || dataMemberIsNullable) in Equals()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/
H A DFileSystemEntityModel.Designer.cs163 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
190 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
214 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
238 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
337 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
364 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
388 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
412 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/
H A DFileSystemEntityModel.Designer.cs168 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
195 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
219 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
243 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
345 [EdmScalarPropertyAttribute(EntityKeyProperty=true, IsNullable=false)]
372 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
396 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
420 [EdmScalarPropertyAttribute(EntityKeyProperty=false, IsNullable=false)]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Expressions/
H A DIfExpression.vb106 …If Condition.ExpressionType.IsValueType AndAlso CecilHelper.IsNullable(Condition.ExpressionType) =…
126 …If CecilHelper.IsNullable(Condition.ExpressionType) AndAlso Not CecilHelper.IsNullable(SecondPart.…
184 If CecilHelper.IsNullable(Condition.ExpressionType) Then
201 …If CecilHelper.IsNullable(Condition.ExpressionType) AndAlso CecilHelper.IsNullable(m_ExpressionTyp…
221 …If CecilHelper.IsNullable(SecondPart.ExpressionType) AndAlso CecilHelper.IsNullable(m_ExpressionTy…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS/ColMetadata/
H A DTDSColumnDataFlags.cs20 public bool IsNullable { get; set; } property in Microsoft.SqlServer.TDS.ColMetadata.TDSColumnDataFlags
86 IsNullable = ((flags & 0x1) != 0); in TDSColumnDataFlags()
105 return (ushort)(((ushort)(IsNullable ? 0x1 : 0x0)) in ToUShort()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDataObjectFieldAttribute.cs45 public bool IsNullable { property in System.ComponentModel.DataObjectFieldAttribute
71 (other.IsNullable == IsNullable) && in Equals()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs58 internal bool IsNullable; field in Newtonsoft.Json.Serialization.JsonContract
180 IsNullable = ReflectionUtils.IsNullable(underlyingType); in JsonContract()
181 …NonNullableUnderlyingType = (IsNullable && ReflectionUtils.IsNullableType(underlyingType)) ? Nulla… in JsonContract()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Serialization/
H A DJsonContract.cs58 internal bool IsNullable; field in Newtonsoft.Json.Serialization.JsonContract
180 IsNullable = ReflectionUtils.IsNullable(underlyingType); in JsonContract()
181 …NonNullableUnderlyingType = (IsNullable && ReflectionUtils.IsNullableType(underlyingType)) ? Nulla… in JsonContract()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/samples/JsonOutputDemo/
H A DRichSiteSummary.cs15 [ XmlRoot("rss", Namespace = "", IsNullable = false) ]
41 [ XmlArrayItem("hour", IsNullable = false) ]
43 [ XmlArrayItem("day", IsNullable = false) ]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/db/
H A Dcolumn.cc72 if (IsNullable()) { in FilterIntoSlow()
80 if (IsNullable()) { in FilterIntoSlow()
88 if (IsNullable()) { in FilterIntoSlow()
96 if (IsNullable()) { in FilterIntoSlow()
118 PERFETTO_DCHECK(IsNullable() == is_nullable); in FilterIntoNumericSlow()
380 if (IsNullable()) { in StableSort()
388 if (IsNullable()) { in StableSort()
396 if (IsNullable()) { in StableSort()
404 if (IsNullable()) { in StableSort()
431 PERFETTO_DCHECK(IsNullable() == is_nullable); in StableSortNumeric()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/binjs_meta-0.5.2/src/
H A Dexport.rs259 | Some(IsNullable { in import_typespec()
262 | Some(IsNullable { in import_typespec()
266 Some(IsNullable { in import_typespec()
270 Some(IsNullable { in import_typespec()
274 Some(IsNullable { in import_typespec()
278 Some(IsNullable { in import_typespec()
282 Some(IsNullable { in import_typespec()
286 Some(IsNullable { in import_typespec()
290 Some(IsNullable { in import_typespec()
294 Some(IsNullable { in import_typespec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/db/
H A Dcolumn.cc92 if (IsNullable()) { in FilterIntoSlow()
100 if (IsNullable()) { in FilterIntoSlow()
108 if (IsNullable()) { in FilterIntoSlow()
116 if (IsNullable()) { in FilterIntoSlow()
138 PERFETTO_DCHECK(IsNullable() == is_nullable); in FilterIntoNumericSlow()
400 if (IsNullable()) { in StableSort()
408 if (IsNullable()) { in StableSort()
416 if (IsNullable()) { in StableSort()
424 if (IsNullable()) { in StableSort()
451 PERFETTO_DCHECK(IsNullable() == is_nullable); in StableSortNumeric()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/binjs_meta/src/
H A Dexport.rs259 | Some(IsNullable { in import_typespec()
262 | Some(IsNullable { in import_typespec()
266 Some(IsNullable { in import_typespec()
270 Some(IsNullable { in import_typespec()
274 Some(IsNullable { in import_typespec()
278 Some(IsNullable { in import_typespec()
282 Some(IsNullable { in import_typespec()
286 Some(IsNullable { in import_typespec()
290 Some(IsNullable { in import_typespec()
294 Some(IsNullable { in import_typespec()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/DATA-DOG/go-sqlmock/
H A Dcolumn_test.go25 nullable, ok := column1.IsNullable()
29 nullable, ok = column2.IsNullable()
33 nullable, ok = column3.IsNullable()

12345678910>>...69