Home
last modified time | relevance | path

Searched refs:SkipLiterals (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_xml_parser.cpp287 void CXML_Parser::SkipLiterals(const CFX_ByteStringC& str) { in SkipLiterals() function in CXML_Parser
468 SkipLiterals("?>"); in GetTagName()
474 SkipLiterals("-->"); in GetTagName()
582 SkipLiterals("?>"); in ParseElement()
616 SkipLiterals("]]>"); in ParseElement()
619 SkipLiterals("-->"); in ParseElement()
621 SkipLiterals(">"); in ParseElement()
H A Dxml_int.h35 void SkipLiterals(const CFX_ByteStringC& str);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_xml_parser.cpp261 void CXML_Parser::SkipLiterals(const CFX_ByteStringC& str) { in SkipLiterals() function in CXML_Parser
444 SkipLiterals("?>"); in GetTagName()
449 SkipLiterals("-->"); in GetTagName()
558 SkipLiterals("?>"); in ParseElement()
591 SkipLiterals("]]>"); in ParseElement()
594 SkipLiterals("-->"); in ParseElement()
596 SkipLiterals(">"); in ParseElement()
H A Dxml_int.h80 void SkipLiterals(const CFX_ByteStringC& str);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DMaskedTextBoxTest.cs63 Assert.AreEqual (true, mtb.SkipLiterals, "#S2"); in InitialProperties()
256 Assert.AreEqual (true, mtb.SkipLiterals, "#S1"); in SkipLiteralsTest()
257 mtb.SkipLiterals = false; in SkipLiteralsTest()
258 Assert.AreEqual (false, mtb.SkipLiterals, "#S2"); in SkipLiteralsTest()
680 Assert.AreEqual (true, mtb.SkipLiterals, "#A_S2"); in ConstructorTest()
717 Assert.AreEqual (true, mtb.SkipLiterals, "#B_S2"); in ConstructorTest()
754 Assert.AreEqual (true, mtb.SkipLiterals, "#C_S2"); in ConstructorTest()
791 Assert.AreEqual (true, mtb.SkipLiterals, "#D_S2"); in ConstructorTest()
830 Assert.AreEqual (true, mtb.SkipLiterals, "#E_S2"); in ConstructorTest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DMaskedTextProvider.cs530 clonedProvider.SkipLiterals = false; in Clone()
544 clonedProvider.SkipLiterals = this.SkipLiterals; in Clone()
861 public bool SkipLiterals property in System.ComponentModel.MaskedTextProvider
2277 mtp.SkipLiterals = includeLiterals; in SynchronizeInputOptions()
2329 if (this.SkipLiterals && (input == this.testString[position])) in TestChar()
2510 return this.SkipLiterals && input == this.testString[position]; in TestEscapeChar()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DMaskedTextProvider.cs506 clonedProvider.SkipLiterals = false; in Clone()
520 clonedProvider.SkipLiterals = SkipLiterals; in Clone()
791 public bool SkipLiterals property in System.ComponentModel.MaskedTextProvider
2207 mtp.SkipLiterals = includeLiterals; in SynchronizeInputOptions()
2259 if (SkipLiterals && (input == _testString[position])) in TestChar()
2439 return SkipLiterals && input == _testString[position]; in TestEscapeChar()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMaskedTextBox.cs704 public bool SkipLiterals { property in System.Windows.Forms.MaskedTextBox
706 return provider.SkipLiterals;
709 provider.SkipLiterals = value;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs595 public bool SkipLiterals { 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 …asswordChar, mtp.PromptChar, mtp.ResetOnPrompt, mtp.ResetOnSpace, mtp.SkipLiterals, mtp.ToString (… in CloneTest()
5521 …Assert.AreEqual (skip_literals, mtp.SkipLiterals, string.Format ("{0}-#{1} (SkipLiterals)", test_n… in AssertProperties()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2442 public bool SkipLiterals { 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.cs2445 public bool SkipLiterals { 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.cs2440 public bool SkipLiterals { 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.cs2441 public bool SkipLiterals { 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.cs4044 public bool SkipLiterals { 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.cs3799 public bool SkipLiterals { 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.cs3886 public bool SkipLiterals { 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.cs3907 public bool SkipLiterals { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs3907 public bool SkipLiterals { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs3886 public bool SkipLiterals { 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.cs3886 public bool SkipLiterals { 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.cs3905 public bool SkipLiterals { 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.cs4177 public bool SkipLiterals { 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.cs3907 public bool SkipLiterals { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs4168 public bool SkipLiterals { get { throw null; } set { } } property in System.ComponentModel.MaskedTextProvider

12