Home
last modified time | relevance | path

Searched refs:_textbox (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/sahi/sahi/userdata/scripts/demo/
H A Dkeypress.sah4 _keyPress(_textbox("t2"), 'a')
6 _assertEqual("a", _textbox("t2").value);
8 _keyPress(_textbox("t2"), 97)
10 _assertEqual("aa", _textbox("t2").value);
12 _keyPress(_textbox("t2"), 'A', "SHIFT")
16 _keyPress(_textbox("t2"), 'a', "ALT")
20 _keyPress(_textbox("t2"), 'a', "CTRL")
27 _keyPress(_textbox("t2"), 'a')
31 _keyPress(_textbox("t2"), 97)
49 _keyPress(_textbox("t2"), 'a')
[all …]
H A Dopener.sah4 _assertEqual("null", _textbox("tx").value);
7 _assertEqual("null", _textbox("tx").value);
10 _assertEqual("null", _textbox("tx").value);
13 _assertEqual("null", _textbox("tx").value);
16 _assertEqual("null", _textbox("tx").value);
17 _assertExists(_textbox("tx[1]"));
18 _assertEqual("null", _textbox("tx[1]").value);
22 _assertEqual("null", _textbox("tx").value);
25 _popup("another")._assertExists(_textbox("tx"));
26 _popup("another")._assert(_isVisible(_textbox("tx")));
[all …]
H A Dgoogle_search_dd.sah7 _setValue(_textbox("q"), "sahi dow");
14 _setValue(_textbox("q"), "sahi dow");
16 _keyDown(_textbox("q"), [40,0]);
17 _keyUp(_textbox("q"), [40,0]);
24 _keyDown(_textbox("q"), 40);
25 _keyUp(_textbox("q"), 40);
32 _keyDown(_textbox("q"), [40,0]);
33 _keyUp(_textbox("q"), [40,0]);
34 _keyDown(_textbox("q"), [13,0]);
35 _keyPress(_textbox("q"), [13,0]);
[all …]
H A Dstrict_visible.sah4 _assertExists(_textbox("q"));
5 _assertExists(_textbox("q[1]"));
6 _assert(!_isVisible(_textbox("q[1]")));
7 _assertExists(_textbox("q[2]"));
10 _assertExists(_textbox("q"));
11 _assertExists(_textbox("q[1]"));
12 _assertNotExists(_textbox("q[2]"));
15 _assertExists(_textbox("q"));
16 _assertExists(_textbox("q[1]"));
17 _assert(!_isVisible(_textbox("q[1]")));
[all …]
H A Dwhile.sah5 _assertNotNull(_textbox("t1"));
12 // _setValue(_textbox("t1"), _textbox("t1") + "a");
13 // _setValue(_textbox(1), "There");
14 // _setValue(_textbox("name"), "EveryWhere");
25 _assertNotNull(_textbox("t1"));
33 _setValue(_textbox("t1"), _textbox("t1") + "a");
34 _setValue(_textbox(1), "There");
35 _setValue(_textbox("name"), "EveryWhere");
H A Dwait_for.sah4 _assertNotNull(_textbox("t1"));
7 _assertEqual("populated", _textbox("t1").value);
13 _assertNotNull(_textbox("t1"));
15 _assertEqual("", _textbox("t1").value);
20 _assertNotNull(_textbox("t1"));
21 _wait(5000, _textbox("t1").value == "populated");
22 _assertEqual("populated", _textbox("t1").value);
H A Dzk_speed.sah11 _assertExists(_textbox(1));
12 _assert(_isVisible(_textbox(1)));
13 _assertEqual("Pattern Driven", _textbox(1).value);
16 _domain("www.google.co.in")._setValue(_textbox("q"), "hi there");
20 _setValue(_textbox(1), "DarthOuthside");
23 _setValue(_textbox(2), "22");
24 _setValue(_textbox(3), "21212");
H A Dlink_test.sah17 _setValue(_textbox("t1"), "");
28 _assertExists(_textbox("t1"));
29 _assertEqual("formTest link with return false", _textbox("t1").value);
36 _assertExists(_textbox("t1"));
37 _assertEqual("formTest link with returnValue=false", _textbox("t1").value);
42 _assertExists(_textbox("t1"));
43 _assertEqual("myFn called", _textbox("t1").value);
53 _assertExists(_textbox("t1"));
54 _assertEqual("myFn called", _textbox("t1").value);
H A Dreset.sah3 _setValue(_textbox("resetTest"), "gibberish");
4 _assertNotNull(_textbox("resetTest"));
5 _assertEqual("gibberish", _textbox("resetTest").value);
7 _assertNotNull(_textbox("resetTest"));
8 _assertEqual("", _textbox("resetTest").value);
H A Dintegration.sah8 _setValue(_textbox("user"), $user);
11 _setValue(_textbox("q"), "2");
12 _setValue(_textbox("q[1]"), "1");
13 _setValue(_textbox("q[2]"), "1");
16 _assertExists(_textbox("total"));
17 _assert(_isVisible(_textbox("total")));
18 _assertEqual("1150", _textbox("total").value);
H A Dtestuff.sah2 _setValue(_textbox("user"), "test");
5 _setValue(_textbox("q"), "2");
6 _setValue(_textbox("q[1]"), "1");
7 _setValue(_textbox("q[2]"), "1");
9 _assertExists(_textbox("total"));
10 _assert(_isVisible(_textbox("total")));
11 _assertEqual("1150", _textbox("total").value);
H A Dconfirm.sah5 _assertNotNull(_textbox("t1"));
6 _assertEqual("oked", _textbox("t1").value);
17 _assertNotNull(_textbox("t1"));
18 _assertEqual(_textbox("t1").value, "canceled");
25 _assertNotNull(_textbox("t1"));
26 _assertEqual("oked", _textbox("t1").value);
H A DfetchAPIs.sah8 _assertEqual("", _textbox("t1").value);
9 _setValue(_textbox("t1"), "abcd");
10 var $text = _getValue(_textbox("t1"));
47 _assertEqual("", _textbox("t1").value);
48 _setValue(_textbox("t1"), "abcd");
49 var $text = _fetch(_textbox("t1").value);
H A Dverify_shorthands_inc.sah1 _assertEqual('_textbox("t1")', getAccessorString(top.document.getElementsByTagName('input')[0]));
2 _assertEqual('_textbox(1)', getAccessorString(top.document.getElementsByTagName('input')[1]));
3 _assertEqual('_textbox("name")', getAccessorString(top.document.getElementsByTagName('input')[2]));
4 _assertEqual('_textbox("\$a_dollar")', getAccessorString(top.document.getElementsByTagName('input')…
5 _assertEqual('_textbox("textdisabled")', getAccessorString(top.document.getElementsByTagName('input…
6 _assertEqual('_textbox("textreadonly")', getAccessorString(top.document.getElementsByTagName('input…
25 _assertEqual('_textbox("resetTest")', getAccessorString(top.document.getElementsByTagName('input')[…
41 _assertEqual('_textbox("q")', getAccessorString(top.document.getElementById('q')));
H A Dif_include.sah3 if (_condition('' == _textbox("t1").value)) {
5 _setValue(_textbox("t1"), "Here");
6 _setValue(_textbox(1), "There");
7 _setValue(_textbox("name"), "EveryWhere");
H A Dwindow_opener_close.sah2 _setValue(_textbox("t1"), "dda");
4 _popup("abcd")._setValue(_textbox("t1"), "dad");
11 _setValue(_textbox("t1"), "ddadd");
12 _setValue(_textbox("t1"), "");
H A Dif.sah6 _assertNotNull(_textbox("t1"));
10 _setValue(_textbox("t1"), "not blank anymore");
13 _setValue(_textbox("t1"), "");
H A Din.sah12 _assertEqual(_textbox("tb"), _textbox("tb", _in(_parentRow(_cell("a1")))));
13 _assertEqual(_textbox("tb"), _textbox(0, _in(_parentRow(_cell("a1")))));
14 _assertEqual(_textbox("tb[1]"), _textbox("tb", _in(_parentRow(_cell("a2")))));
15 _assertEqual(_textbox("tb[1]"), _textbox(0, _in(_parentRow(_cell("a2")))));
H A Dpopup_title.sah5 _popup("With Title")._setValue(_textbox("t1"), "a");
6 _popup("With Title")._setValue(_textbox(1), "f");
7 _popup("With Title")._setValue(_textbox("name"), "v");
H A Dlocal_stack.sah9 _assertNotNull(_textbox("t1"));
10 _assertEqual('', _textbox("t1").value);
11 _assertNotNull(_textbox(1));
12 _assertEqual('', _textbox(1).value);
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwScrolledText.py115 command=self._textbox.xview
123 command=self._textbox.yview
163 self._textbox.insert(where, file.read())
175 self._textbox.delete('0.0', 'end')
176 self._textbox.insert('end', text)
200 self._textbox.insert('end', text)
269 self._textbox.configure(
274 self._textbox.configure(
333 xview = self._textbox.xview()
334 yview = self._textbox.yview()
[all …]
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwScrolledText.py115 command=self._textbox.xview
123 command=self._textbox.yview
175 self._textbox.delete('0.0', 'end')
176 self._textbox.insert('end', text)
200 self._textbox.insert('end', text)
205 self._textbox.yview('moveto', 1.0)
269 self._textbox.configure(
274 self._textbox.configure(
333 xview = self._textbox.xview()
334 yview = self._textbox.yview()
[all …]
/dports/security/nyx/nyx-2.1.0/test/
H A Dsubwindow.py83 def _textbox(x = 0, text = ''): function
161 textbox = _textbox()
166 textbox = _textbox()
172 textbox = _textbox()
182 textbox = _textbox(x = 10)
199 textbox = _textbox(text = 'GETINF')
206 textbox = _textbox(text = 'GETINF')
214 textbox = _textbox(text = 'GETINF')
223 textbox = _textbox()
230 textbox = _textbox()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/
H A Dmessage_window.cpp30 _textbox.SetDisplayText(message); in MessageWindow()
48 _textbox.SetPosition(15.0f, -10.0f); in CreateMessageWindow()
49 _textbox.SetDimensions(w - 30.0f, h - 20.0f); in CreateMessageWindow()
50 _textbox.SetTextStyle(vt_video::TextStyle("text22")); in CreateMessageWindow()
51 _textbox.SetDisplayMode(vt_gui::VIDEO_TEXT_CHAR); in CreateMessageWindow()
52 _textbox.SetTextAlignment(vt_video::VIDEO_X_LEFT, vt_video::VIDEO_Y_CENTER); in CreateMessageWindow()
53 _textbox.SetOwner(this); in CreateMessageWindow()
59 _textbox.Draw(); in Draw()
H A Dmessage_window.h50 _textbox.SetDisplayText(message); in SetText()
55 _textbox.SetDisplaySpeed(display_speed); in SetDisplaySpeed()
60 _textbox.Update(); in Update()
68 vt_gui::TextBox _textbox;

123