Home
last modified time | relevance | path

Searched refs:PasswordChar (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMaskedTextBox.cs414 …provider.Mask, provider.Culture, value, provider.PromptChar, provider.PasswordChar, provider.Ascii…
426 … provider.Culture, provider.AllowPromptAsInput, provider.PromptChar, provider.PasswordChar, value);
463 …sk, value, provider.AllowPromptAsInput, provider.PromptChar, provider.PasswordChar, provider.Ascii…
619 public char PasswordChar { property in System.Windows.Forms.MaskedTextBox
624 return provider.PasswordChar;
627 provider.PasswordChar = value;
802 PasswordChar = PasswordChar;
804 PasswordChar = '\0';
835 ReCalculatePasswordChar (PasswordChar != '\0'); in ReCalculatePasswordChar()
842 document.PasswordChar = PasswordChar.ToString (); in ReCalculatePasswordChar()
[all …]
H A DTextBox.cs450 document.PasswordChar = PasswordChar.ToString ();
452 document.PasswordChar = string.Empty;
491 public char PasswordChar { property in System.Windows.Forms.TextBox
503 document.PasswordChar = PasswordChar.ToString ();
505 document.PasswordChar = string.Empty;
H A DPropertyGridTextBox.cs193 public char PasswordChar { property in System.Windows.Forms.PropertyGridInternal.PropertyGridTextBox
194 set { textbox.PasswordChar = value; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_passwordedit.cpp23 {XFA_Attribute::PasswordChar, XFA_AttributeType::CData, (void*)L"*"},
50 return JSObject()->GetCData(XFA_Attribute::PasswordChar); in GetPasswordChar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_passwordedit.cpp23 {XFA_Attribute::PasswordChar, XFA_AttributeType::CData, (void*)L"*"},
48 return JSObject()->GetCData(XFA_Attribute::PasswordChar); in GetPasswordChar()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/TestApp_Managed/
H A DTest_EditBox.cs22 uint pass = box.PasswordChar; in Test()
23 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/TestApp_Sharp/
H A DTest_EditBox.cs17 uint pass = box.PasswordChar; in Test()
18 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/TestApp_Sharp/
H A DTest_EditBox.cs17 uint pass = box.PasswordChar; in Test()
18 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/TestApp_Sharp/
H A DTest_EditBox.cs17 uint pass = box.PasswordChar; in Test()
18 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/TestApp_Managed/
H A DTest_EditBox.cs22 uint pass = box.PasswordChar; in Test()
23 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/TestApp_Managed/
H A DTest_EditBox.cs22 uint pass = box.PasswordChar; in Test()
23 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/TestApp_Managed/
H A DTest_EditBox.cs22 uint pass = box.PasswordChar; in Test()
23 box.PasswordChar = pass + 1; in Test()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/TestApp_Sharp/
H A DTest_EditBox.cs17 uint pass = box.PasswordChar; in Test()
18 box.PasswordChar = pass + 1; in Test()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/
H A DSecureEdit.cs40 internal static char PasswordChar { property in KeePassRPC.SecureEdit
187 char chPasswordChar = SecureEdit.PasswordChar; in OnPasswordTextChanged()
223 m_tbPassword.Text = new string(SecureEdit.PasswordChar, in ShowCurrentPassword()
/dports/editors/lazarus-devel/examples/groupedcontrol/
H A Dgroupedctrls.pas145 property PasswordChar: Char read GetPasswordChar write SetPasswordChar default #0; property
215 property PasswordChar;
316 Result:=Edit.PasswordChar;
475 Edit.PasswordChar:=AValue;
/dports/editors/lazarus/examples/groupedcontrol/
H A Dgroupedctrls.pas145 property PasswordChar: Char read GetPasswordChar write SetPasswordChar default #0; property
215 property PasswordChar;
316 Result:=Edit.PasswordChar;
475 Edit.PasswordChar:=AValue;
/dports/editors/lazarus-qt5/examples/groupedcontrol/
H A Dgroupedctrls.pas145 property PasswordChar: Char read GetPasswordChar write SetPasswordChar default #0; property
215 property PasswordChar;
316 Result:=Edit.PasswordChar;
475 Edit.PasswordChar:=AValue;
/dports/editors/lazarus-qt5-devel/examples/groupedcontrol/
H A Dgroupedctrls.pas145 property PasswordChar: Char read GetPasswordChar write SetPasswordChar default #0; property
215 property PasswordChar;
316 Result:=Edit.PasswordChar;
475 Edit.PasswordChar:=AValue;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DMaskedTextBoxTest.cs56 Assert.AreEqual ('\0', mtb.PasswordChar, "#P1"); in InitialProperties()
349 Assert.AreEqual ('\0', mtb.PasswordChar, "#P1"); in PasswordCharTest()
350 mtb.PasswordChar = '*'; in PasswordCharTest()
351 Assert.AreEqual ('*', mtb.PasswordChar, "#P2"); in PasswordCharTest()
673 Assert.AreEqual ('\0', mtb.PasswordChar, "#A_P1"); in ConstructorTest()
710 Assert.AreEqual ('\0', mtb.PasswordChar, "#B_P1"); in ConstructorTest()
747 Assert.AreEqual ('\0', mtb.PasswordChar, "#C_P1"); in ConstructorTest()
784 Assert.AreEqual ('\0', mtb.PasswordChar, "#D_P1"); in ConstructorTest()
823 Assert.AreEqual ('^', mtb.PasswordChar, "#E_P1"); in ConstructorTest()
/dports/editors/lazarus/lazarus/components/plotfunction/demo/expression/
H A Dfrmmain.lfm194 PasswordChar = #0
226 PasswordChar = #0
258 PasswordChar = #0
/dports/editors/lazarus-qt5/lazarus/components/plotfunction/demo/expression/
H A Dfrmmain.lfm194 PasswordChar = #0
226 PasswordChar = #0
258 PasswordChar = #0
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/plotfunction/demo/expression/
H A Dfrmmain.lfm194 PasswordChar = #0
226 PasswordChar = #0
258 PasswordChar = #0
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/plotfunction/demo/expression/
H A Dfrmmain.lfm194 PasswordChar = #0
226 PasswordChar = #0
258 PasswordChar = #0
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DFormControlOutputStyle.java196 public static volatile char PasswordChar='*'; field in FormControlOutputStyle.ConfigDisplayValue
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcustomedit.inc427 PasswordChar := #0;
429 if (PasswordChar=#0) or (PasswordChar=' ')
430 then PasswordChar := '*';
432 PasswordChar := ' ';
760 TWSCustomEditClass(WidgetSetClass).SetPasswordChar(Self, PasswordChar);

1234567891011