Home
last modified time | relevance | path

Searched refs:PromptChar (Results 1 – 25 of 33) sorted by relevance

12

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DOrtho.cpp336 I->CurChar = I->PromptChar; in OrthoSpecial()
353 I->CurChar = I->PromptChar; in OrthoSpecial()
366 I->CursorChar = I->PromptChar; in OrthoSpecial()
751 I->PromptChar = I->SavedPC; in OrthoRestorePrompt()
948 if(I->PromptChar) { in OrthoKey()
959 if(I->PromptChar) { in OrthoKey()
962 if(PComplete(G, buffer + I->PromptChar, sizeof(OrthoLineType) - I->PromptChar)) { in OrthoKey()
1083 I->SavedPC = I->PromptChar; in OrthoAddOutput()
1085 I->PromptChar = 0; in OrthoAddOutput()
1194 I->PromptChar = 0; in OrthoNewLine()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMaskedTextBox.cs414 …provider = new MaskedTextProvider (provider.Mask, provider.Culture, value, provider.PromptChar, pr…
426 …provider.Mask, provider.Culture, provider.AllowPromptAsInput, provider.PromptChar, provider.Passwo…
463 …tProvider (provider.Mask, value, provider.AllowPromptAsInput, provider.PromptChar, provider.Passwo…
562 …ovider (value, provider.Culture, provider.AllowPromptAsInput, provider.PromptChar, provider.Passwo…
644 public char PromptChar { property in System.Windows.Forms.MaskedTextBox
646 return provider.PromptChar;
649 provider.PromptChar = value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DMaskedTextBoxTest.cs57 Assert.AreEqual ('_', mtb.PromptChar, "#P2"); in InitialProperties()
336 Assert.AreEqual ('_', mtb.PromptChar, "#P1"); in PromptCharTest()
337 mtb.PromptChar = '*'; in PromptCharTest()
338 Assert.AreEqual ('*', mtb.PromptChar, "#P2"); in PromptCharTest()
674 Assert.AreEqual ('_', mtb.PromptChar, "#A_P2"); in ConstructorTest()
711 Assert.AreEqual ('_', mtb.PromptChar, "#B_P2"); in ConstructorTest()
748 Assert.AreEqual ('_', mtb.PromptChar, "#C_P2"); in ConstructorTest()
785 Assert.AreEqual ('_', mtb.PromptChar, "#D_P2"); in ConstructorTest()
824 Assert.AreEqual ('>', mtb.PromptChar, "#E_P2"); in ConstructorTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DMaskedTextProvider.cs509 this.PromptChar, in Clone()
520 this.PromptChar, in Clone()
775 public char PromptChar property in System.ComponentModel.MaskedTextProvider
1723 if (srcCh != this.PromptChar || chDex.IsAssigned) in RemoveAtInt()
1763 if (srcCh == this.PromptChar && !chDex.IsAssigned) in RemoveAtInt()
2285 if (mtp.PromptChar == ' ') in SynchronizeInputOptions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DMaskedTextProvider.cs485 PromptChar, in Clone()
496 PromptChar, in Clone()
705 public char PromptChar property in System.ComponentModel.MaskedTextProvider
1653 if (srcCh != PromptChar || chDex.IsAssigned) in RemoveAtInt()
1693 if (srcCh == PromptChar && !chDex.IsAssigned) in RemoveAtInt()
2215 if (mtp.PromptChar == ' ') in SynchronizeInputOptions()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs592 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DMaskedTextProviderTest.cs128 …ngth, mtp.Mask, mtp.MaskCompleted, mtp.MaskFull, mtp.PasswordChar, mtp.PromptChar, mtp.ResetOnProm… in CloneTest()
5506 …Assert.AreEqual (prompt_char, mtp.PromptChar, string.Format ("{0}-#{1} (PromptChar)", test_name + … in AssertProperties()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2439 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2442 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2437 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs2438 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs4041 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs3796 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs3883 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs3904 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
H A DSystem.Windows.Forms.cs10303 public char PromptChar { get { throw null; } set { } } property in System.Windows.Forms.MaskedTextBox
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs3904 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
H A DSystem.Windows.Forms.cs10303 public char PromptChar { get { throw null; } set { } } property in System.Windows.Forms.MaskedTextBox
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs3883 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs3883 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs3902 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs4174 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs3904 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
H A DSystem.Windows.Forms.cs10303 public char PromptChar { get { throw null; } set { } } property in System.Windows.Forms.MaskedTextBox
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs4165 public char PromptChar { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider

12