Ejemplo n.º 1
0
 private void sbutton0(string txt)
 {
     if (button1.InvokeRequired)
     {
         text t = new text(sbutton0);
         this.Invoke(t, new object[] { txt });
     }
     else
         button1.Text = txt;
 }
Ejemplo n.º 2
0
 private void stext0(string txt)
 {
     if (this.textBox2.InvokeRequired)
     {
         text t = new text(stext0);
         this.Invoke(t, new object[] { txt });
     }
     else
     {
         textBox2.Text += txt;
         textBox2.SelectionStart = textBox2.Text.Length;
         textBox2.ScrollToCaret();
         textBox2.Refresh();
     }
 }
Ejemplo n.º 3
0
 assertElementHasNamespace(text, "/a/b/d/e", null);
Ejemplo n.º 4
0
 return(FromString(text, ConfigurationItemFactory.Default));
Ejemplo n.º 5
0
 return FromString(text);
Ejemplo n.º 6
0
 System.out.println(text);
Ejemplo n.º 7
0
 private void stext4(string txt)
 {
     if (textBox4.InvokeRequired)
     {
         text t = new text(stext4);
         Invoke(t, new object[] { txt });
     }
     else
     {
         textBox4.Text = txt;
         textBox4.Refresh();
     }
 }
Ejemplo n.º 8
0
this.method_1(text, 128 * num);
Ejemplo n.º 9
0
 summary.Add(new FormattedText(
                 text: Environment.NewLine + L10n.Item.FishSpawnRulesLocationsBySeasonSeasonLocations(season: gameHelper.TranslateSeason(season), locations: locationNames),
Ejemplo n.º 10
0
 @app.chat( text )
 @$composeText.attr( 'value', '' )
Ejemplo n.º 11
0
 public TextValidator(string text) => For(text, PropertyDisplayNames.Text).NotNullOrWhiteSpace();
Ejemplo n.º 12
0
 /// <summary>
 /// Writes a prefix
 /// </summary>
 /// <param name="instruction">Instruction</param>
 /// <param name="text">Prefix text</param>
 /// <param name="prefix">Prefix</param>
 public virtual void WritePrefix(in Instruction instruction, string text, PrefixKind prefix) => Write(text, FormatterTextKind.Prefix);
 summary.Add(new FormattedText(
                 text: Environment.NewLine + I18n.Item_FishSpawnRules_LocationsBySeason_SeasonLocations(season: gameHelper.TranslateSeason(season), locations: string.Join(", ", locationNames)),
Ejemplo n.º 14
0
 private void stext1(string txt)
 {
     if (this.textBox3.InvokeRequired)
     {
         text t = new text(stext1);
         this.Invoke(t, new object[] { txt });
     }
     else
         textBox3.Text = txt;
 }
Ejemplo n.º 15
0
 Class533 class2 = new Class533(text, 14f, vector, 1f, true, Color.get_White());
Ejemplo n.º 16
0
 Class731 class = Class885.Load(text, Enum112.flag_3);
Ejemplo n.º 17
0
 public Svg(float height, float width, text.Rectangle viewBox, IDictionary<String, String> css) : base(css)
 {
     this.height = height;
     this.width = width;
     this.viewBox = viewBox;
 }
Ejemplo n.º 18
0
 assertTrue(text.startsWith("<?xml"));
Ejemplo n.º 19
0
 if(!IsEmpty(text)) {
    return text;
Ejemplo n.º 20
0
 assertTrue(text.indexOf("     ") > 0); // indents
Ejemplo n.º 21
0
 private void stext0(string txt)
 {
     if (this.textBox3.InvokeRequired)
     {
         text t = new text(stext0);
         this.Invoke(t, new object[] { txt });
     }
     else
     {
         textBox3.Text = txt;
         textBox3.Refresh();
     }
 }
Ejemplo n.º 22
0
 assertElementHasNamespace(text, "/a/b/c", "http://domain/a");
Ejemplo n.º 23
0
Archivo: Layout.cs Proyecto: ExM/NLog
 return new SimpleLayout(text);
Ejemplo n.º 24
0
 Class340 class = Class297.smethod_2(text, class296_1.int_17, class296_1.int_15, class296_1.sampleSet_0);
 // Use this for initialization
 void Start()
 {
     touchThe0Floor = GameObject.Find("Floor0").GetComponent <TouchThe0Floor>();
     signalText     = GameObject.Find("Count Hammer").GetComponent <text>();
 }