Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 25 of 2381) sorted by relevance

12345678910>>...96

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Collections/
H A DIList.NonGeneric.Tests.cs183 #region IsReadOnly
190 Assert.Equal(IsReadOnly, collection.IsReadOnly); in IList_NonGeneric_IsReadOnly_Validity()
232 if (!IsReadOnly) in IList_NonGeneric_ItemSet_NegativeIndex_ThrowsException()
246 if (!IsReadOnly) in IList_NonGeneric_ItemSet_IndexGreaterThanListCount_ThrowsException()
260 if (IsReadOnly) in IList_NonGeneric_ItemSet_OnReadOnlyList()
272 if (count > 0 && !IsReadOnly) in IList_NonGeneric_ItemSet_FirstItemToNonNull()
298 if (count > 0 && !IsReadOnly) in IList_NonGeneric_ItemSet_LastItemToNonNull()
341 if (!IsReadOnly) in IList_NonGeneric_ItemSet_InvalidValue()
490 if (IsReadOnly || ExpectedFixedSize) in IList_NonGeneric_Add_ToReadOnlyCollection()
524 if (IsReadOnly || ExpectedFixedSize) in IList_NonGeneric_Clear()
[all …]
H A DIList.Generic.Tests.cs139 if (!IsReadOnly) in IList_Generic_ItemSet_NegativeIndex_ThrowsException()
153 if (!IsReadOnly) in IList_Generic_ItemSet_IndexGreaterThanListCount_ThrowsException()
167 if (IsReadOnly && count > 0) in IList_Generic_ItemSet_OnReadOnlyList()
180 if (count > 0 && !IsReadOnly) in IList_Generic_ItemSet_FirstItemToNonDefaultValue()
193 if (count > 0 && !IsReadOnly) in IList_Generic_ItemSet_FirstItemToDefaultValue()
213 if (count > 0 && !IsReadOnly) in IList_Generic_ItemSet_LastItemToNonDefaultValue()
227 if (count > 0 && !IsReadOnly && DefaultValueAllowed) in IList_Generic_ItemSet_LastItemToDefaultValue()
263 if (count > 0&& !IsReadOnly) in IList_Generic_ItemSet_InvalidValue()
287 if (IsReadOnly) in IList_Generic_IndexOf_DefaultValueNotContainedInList()
310 if (IsReadOnly) in IList_Generic_IndexOf_DefaultValueContainedInList()
[all …]
H A DICollection.Generic.Tests.cs39 protected virtual bool IsReadOnly => false; field in System.Collections.Tests.ICollection_Generic_Tests
40 protected virtual bool IsReadOnly_ValidityValue => IsReadOnly;
116 #region IsReadOnly
158 if (!IsReadOnly && !AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Add_InvalidValueToMiddleOfCollection()
175 if (!IsReadOnly && !AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Add_InvalidValueToBeginningOfCollection()
192 if (!IsReadOnly && !AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Add_InvalidValueToEndOfCollection()
274 if (IsReadOnly || AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Add_ToReadOnlyCollection()
308 if (IsReadOnly || AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Clear()
325 if (IsReadOnly || AddRemoveClear_ThrowsNotSupported) in ICollection_Generic_Clear_Repeatedly()
415 if (!DefaultValueAllowed && !IsReadOnly) in ICollection_Generic_Contains_DefaultValueWhenNotAllowed()
[all …]
H A DIDictionary.Generic.Tests.cs302 if (IsReadOnly) in IDictionary_Generic_ItemSet_OnReadOnlyDictionary_ThrowsNotSupportedException()
515 if (IsReadOnly) in IDictionary_Generic_Add_OnReadOnlyDictionary_ThrowsNotSupportedException()
564 if (!IsReadOnly) in IDictionary_Generic_Add_NonDefaultKey_DefaultValue()
579 if (!IsReadOnly) in IDictionary_Generic_Add_NonDefaultKey_NonDefaultValue()
594 if (!IsReadOnly) in IDictionary_Generic_Add_DuplicateValue()
611 if (!IsReadOnly) in IDictionary_Generic_Add_DuplicateKey()
628 if (!IsReadOnly) in IDictionary_Generic_ContainsKey_ValidKeyNotContainedInDictionary()
640 if (!IsReadOnly) in IDictionary_Generic_ContainsKey_ValidKeyContainedInDictionary()
691 if (IsReadOnly) in IDictionary_Generic_RemoveKey_OnReadOnlyDictionary_ThrowsNotSupportedException()
702 if (!IsReadOnly) in IDictionary_Generic_RemoveKey_EveryKey()
[all …]
H A DIGenericSharedAPI.Tests.cs24 protected virtual bool IsReadOnly => false; field in System.Collections.Tests.IGenericSharedAPI_Tests
121 if (DefaultValueAllowed && !IsReadOnly) in IGenericSharedAPI_Add_DefaultValue()
133 if (!IsReadOnly) in IGenericSharedAPI_Add_InvalidValueToMiddleOfCollection()
150 if (!IsReadOnly) in IGenericSharedAPI_Add_InvalidValueToBeginningOfCollection()
167 if (!IsReadOnly) in IGenericSharedAPI_Add_InvalidValueToEndOfCollection()
182 if (!IsReadOnly) in IGenericSharedAPI_Add_DuplicateValue()
199 if (!IsReadOnly) in IGenericSharedAPI_Add_AfterCallingClear()
212 if (!IsReadOnly) in IGenericSharedAPI_Add_AfterRemovingAnyValue()
235 if (!IsReadOnly) in IGenericSharedAPI_Add_AfterRemovingAllItems()
255 if (IsReadOnly) in IGenericSharedAPI_Clear()
[all …]
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DTool.cpp21 bar.Add(!IsReadOnly(), style, width); in StyleTool()
26 bar.Add(!IsReadOnly(), face, width); in FaceTool()
31 bar.Add(!IsReadOnly(), height, width); in HeightTool()
36 bar.Add(!IsReadOnly(), t_("Bold"), in BoldTool()
45 bar.Add(!IsReadOnly(), t_("Italic"), in ItalicTool()
54 bar.Add(!IsReadOnly(), t_("Underline"), in UnderlineTool()
64 bar.Add(!IsReadOnly(), t_("Strikeout"), in StrikeoutTool()
74 bar.Add(!IsReadOnly(), t_("Capitals"), in CapitalsTool()
118 bar.Add(!IsReadOnly(), ink); in InkTool()
123 bar.Add(!IsReadOnly(), paper); in PaperTool()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Globalization/
H A DCultureInfoTest.cs42 Assert.IsFalse (ci.IsReadOnly, "#1"); in Constructor0()
67 Assert.IsFalse (ci.IsReadOnly, "#1"); in Constructor1()
92 Assert.IsFalse (ci.IsReadOnly, "#A1"); in Constructor2()
98 Assert.IsFalse (ci.IsReadOnly, "#B1"); in Constructor2()
123 Assert.IsFalse (ci.IsReadOnly, "#A1"); in Constructor3()
129 Assert.IsFalse (ci.IsReadOnly, "#B1"); in Constructor3()
286 public void IsReadOnly () in IsReadOnly() method in MonoTests.System.Globalization.CultureInfoTest
291 Assert.IsFalse (ci.IsReadOnly, "#A1"); in IsReadOnly()
326 Assert.IsTrue (ci.IsReadOnly, "#D1"); in IsReadOnly()
339 Assert.IsTrue (ci.IsReadOnly, "#F1"); in IsReadOnly()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/config/
H A Dlanguageoptions.cxx115 bool SvtLanguageOptions::IsReadOnly(SvtLanguageOptions::EOption eOption) const in IsReadOnly() function in SvtLanguageOptions
121 …case SvtLanguageOptions::E_CJKFONT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
122 …case SvtLanguageOptions::E_VERTICALTEXT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
123 …case SvtLanguageOptions::E_ASIANTYPOGRAPHY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
124 …case SvtLanguageOptions::E_JAPANESEFIND : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
125 …case SvtLanguageOptions::E_RUBY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
126 …case SvtLanguageOptions::E_CHANGECASEMAP : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
127 …case SvtLanguageOptions::E_DOUBLELINES : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
128 …case SvtLanguageOptions::E_EMPHASISMARKS : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
129 …case SvtLanguageOptions::E_VERTICALCALLOUT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/config/
H A Dlanguageoptions.cxx115 bool SvtLanguageOptions::IsReadOnly(SvtLanguageOptions::EOption eOption) const in IsReadOnly() function in SvtLanguageOptions
121 …case SvtLanguageOptions::E_CJKFONT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
122 …case SvtLanguageOptions::E_VERTICALTEXT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
123 …case SvtLanguageOptions::E_ASIANTYPOGRAPHY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
124 …case SvtLanguageOptions::E_JAPANESEFIND : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
125 …case SvtLanguageOptions::E_RUBY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
126 …case SvtLanguageOptions::E_CHANGECASEMAP : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
127 …case SvtLanguageOptions::E_DOUBLELINES : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
128 …case SvtLanguageOptions::E_EMPHASISMARKS : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
129 …case SvtLanguageOptions::E_VERTICALCALLOUT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Collections/ObjectModel/
H A DCollection.cs49 if (items.IsReadOnly)
65 if (items.IsReadOnly) in Add()
76 if (items.IsReadOnly) in Clear()
106 if (items.IsReadOnly) in Insert()
121 if (items.IsReadOnly) in Remove()
134 if (items.IsReadOnly) in RemoveAt()
167 bool ICollection<T>.IsReadOnly property in System.Collections.ObjectModel.Collection
295 bool IList.IsReadOnly
322 if (items.IsReadOnly) in IList.Add()
360 if (items.IsReadOnly) in IList.Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Collections/ObjectModel/
H A DCollection.cs49 if (items.IsReadOnly)
65 if (items.IsReadOnly) in Add()
76 if (items.IsReadOnly) in Clear()
106 if (items.IsReadOnly) in Insert()
121 if (items.IsReadOnly) in Remove()
134 if (items.IsReadOnly) in RemoveAt()
167 bool ICollection<T>.IsReadOnly property in System.Collections.ObjectModel.Collection
295 bool IList.IsReadOnly
322 if (items.IsReadOnly) in IList.Add()
360 if (items.IsReadOnly) in IList.Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DReadOnlyAttribute.cs44 public ReadOnlyAttribute(bool isReadOnly) => IsReadOnly = isReadOnly;
52 public bool IsReadOnly { get; } property in System.ComponentModel.ReadOnlyAttribute
62 return other?.IsReadOnly == IsReadOnly; in Equals()
67 public override bool IsDefaultAttribute() => IsReadOnly == Default.IsReadOnly; in IsDefaultAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/collections/objectmodel/
H A Dcollection.cs49 if( items.IsReadOnly) {
62 if( items.IsReadOnly) { in Add()
71 if( items.IsReadOnly) { in Clear()
95 if (items.IsReadOnly) { in Insert()
107 if( items.IsReadOnly) { in Remove()
118 if( items.IsReadOnly) { in RemoveAt()
145 bool ICollection<T>.IsReadOnly { property in System.Collections.ObjectModel.Collection
248 bool IList.IsReadOnly {
270 if( items.IsReadOnly) { in IList.Add()
300 if( items.IsReadOnly) { in IList.Insert()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem/tests/FileInfo/
H A DIsReadOnly.cs9 public class IsReadOnly : FileSystemTest class
22 Assert.False(info.IsReadOnly); in NotReadOnly()
38 Assert.True(info.IsReadOnly); in ReadOnly()
45 Assert.True(info.IsReadOnly); in ReadOnly()
48 Assert.False(info.IsReadOnly); in ReadOnly()
59 Assert.True(info.IsReadOnly); in MissingFile()
67 Assert.True(info.IsReadOnly); in MissingDirectory()
H A DGetSetAttributes.cs22 test.IsReadOnly = true; in IsReadOnly_SetAndGet()
24 Assert.Equal(true, test.IsReadOnly); in IsReadOnly_SetAndGet()
27 test.IsReadOnly = false; in IsReadOnly_SetAndGet()
29 Assert.Equal(false, test.IsReadOnly); in IsReadOnly_SetAndGet()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DStringAttributeCollection.cs17 IsReadOnly = false; in CommaDelimitedStringCollection()
24 public new bool IsReadOnly { get; private set; } property in System.Configuration.CommaDelimitedStringCollection
51 IsReadOnly = false; in FromString()
76 if (IsReadOnly) throw new ConfigurationErrorsException(SR.Config_base_read_only); in ThrowIfReadOnly()
87 IsReadOnly = true; in SetReadOnly()
141 copy.IsReadOnly = IsReadOnly; in Clone()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DReadOnlyAttribute.cs63 public bool IsReadOnly { property in System.ComponentModel.ReadOnlyAttribute
80 return other != null && other.IsReadOnly == IsReadOnly; in Equals()
99 return (this.IsReadOnly == Default.IsReadOnly); in IsDefaultAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/history/
H A Dmedia_history_store_unittest.cc341 if (IsReadOnly()) { in TEST_P()
365 if (IsReadOnly()) { in TEST_P()
428 if (IsReadOnly()) { in TEST_P()
487 if (IsReadOnly()) { in TEST_P()
513 if (IsReadOnly()) { in TEST_P()
592 if (IsReadOnly()) { in TEST_P()
611 if (IsReadOnly()) { in TEST_P()
732 if (IsReadOnly()) { in TEST_P()
1394 if (!IsReadOnly()) { in TEST_P()
1427 if (!IsReadOnly()) { in TEST_P()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DRequestSecurityToken.cs190 if (this.IsReadOnly)
204 if (this.IsReadOnly)
218 if (this.IsReadOnly)
226 public bool IsReadOnly property in System.ServiceModel.Security.RequestSecurityToken
243 if (this.IsReadOnly)
265 if (this.IsReadOnly)
425 if (this.IsReadOnly) in SetBinaryNegotiation()
460 if (this.IsReadOnly) in SetRequestorEntropy()
467 if (this.IsReadOnly) in SetRequestorEntropy()
474 if (this.IsReadOnly) in SetAppliesTo()
[all …]
H A DRequestSecurityTokenResponse.cs185 if (this.IsReadOnly)
199 if (this.IsReadOnly)
213 if (this.IsReadOnly)
293 public bool IsReadOnly property in System.ServiceModel.Security.RequestSecurityTokenResponse
465 if (this.IsReadOnly) in SetIssuerEntropy()
472 if (this.IsReadOnly) in SetIssuerEntropy()
494 if (this.IsReadOnly) in SetLifetime()
507 if (this.IsReadOnly) in SetAppliesTo()
550 if (this.IsReadOnly) in SetBinaryNegotiation()
567 if (this.IsReadOnly) in SetAuthenticator()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DFileState.cs68 public readonly bool IsReadOnly; field in Microsoft.Build.Tasks.FileState.FileDirInfo
137 IsReadOnly = !IsDirectory in FileDirInfo()
159 IsReadOnly = false; in FileDirInfo()
166 IsReadOnly = fileInfo.IsReadOnly; in FileDirInfo()
262 internal bool IsReadOnly => !DirectoryExists && _data.Value.IsReadOnly; field in Microsoft.Build.Tasks.FileState
/dports/sysutils/lnav/lnav-0.10.1/src/safe/
H A Daccessmode.h30 static constexpr bool IsReadOnly = false; member
35 static constexpr bool IsReadOnly = false;
40 static constexpr bool IsReadOnly = false;
46 static constexpr bool IsReadOnly = true;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripItemCollection.cs74 public override bool IsReadOnly { get { return base.IsReadOnly; } } property in System.Windows.Forms.ToolStripItemCollection
143 if (this.IsReadOnly) in AddRange()
158 if (this.IsReadOnly) in AddRange()
171 if (this.IsReadOnly) in Clear()
266 if (this.IsReadOnly) in Remove()
285 if (this.IsReadOnly) in RemoveAt()
294 if (this.IsReadOnly) in RemoveByKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedDictionary/
H A DSortedDictionary.Tests.cs57 if (!IsReadOnly) in IDictionary_NonGeneric_ItemSet_KeyOfWrongType()
69 if (!IsReadOnly) in IDictionary_NonGeneric_ItemSet_ValueOfWrongType()
82 if (!IsReadOnly) in IDictionary_NonGeneric_Add_KeyOfWrongType()
95 if (!IsReadOnly) in IDictionary_NonGeneric_Add_ValueOfWrongType()
108 if (!IsReadOnly) in IDictionary_NonGeneric_Add_NullValueWhenDefaultTValueIsNonNull()
121 if (!IsReadOnly) in IDictionary_NonGeneric_Contains_KeyOfWrongType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/SortedList/
H A DSortedList.Tests.cs48 if (!IsReadOnly) in IDictionary_NonGeneric_ItemSet_KeyOfWrongType()
60 if (!IsReadOnly) in IDictionary_NonGeneric_ItemSet_ValueOfWrongType()
73 if (!IsReadOnly) in IDictionary_NonGeneric_Add_KeyOfWrongType()
86 if (!IsReadOnly) in IDictionary_NonGeneric_Add_ValueOfWrongType()
99 if (!IsReadOnly) in IDictionary_NonGeneric_Add_NullValueWhenDefaultTValueIsNonNull()
112 if (!IsReadOnly) in IDictionary_NonGeneric_Contains_KeyOfWrongType()

12345678910>>...96