Home
last modified time | relevance | path

Searched refs:find_control (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/py-mechanize/mechanize-0.4.7/examples/forms/
H A Dexample.py47 control = form.find_control("comments")
83 control = form.find_control("cheeses", type="select")
94 control = form.find_control(label="select a cheese")
100 form.find_control(name="cheeses", kind="list").value = ["gouda"]
121 form.find_control(kind="list", predicate=control_has_caerphilly)
129 for item in form.find_control("cheeses").items:
133 cheeses = form.find_control("cheeses")
161 item.name for item in form.find_control("cheeses").items])
166 form.find_control("cheeses").get("gorgonzola").selected = True
177 form.find_control("smelly").items[0].selected = True # check
[all …]
/dports/www/py-mechanize/mechanize-0.4.7/test/
H A Dtest_form.py86 def find_control(self, name, type): member in DummyForm
149 control = form.find_control(nr=0)
628 cow = form.find_control("cow")
631 moo = form.find_control("moo")
634 moo = form.find_control("nnn")
2191 fc = form.find_control
2225 form.find_control,
2468 fc = form.find_control
3121 a = form.find_control("a")
3128 c = form.find_control("c")
[all …]
H A Dtest_browser.py480 self.assertEqual([i.name for i in b.find_control("cheeses").items],
1063 self.assertEqual(str(br.global_form().find_control(nr=0).name), 'a')
1065 self.assertEqual(str(next(iter(br.forms())).find_control(nr=0).name), 'b')
1078 form.find_control(name="a")
1084 self.assertEqual(str(br.form.find_control(name="a").value), 'b')
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py96 def find_control(line): function
166 index = find_control(line)
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py96 def find_control(line): function
166 index = find_control(line)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py96 def find_control(line): function
166 index = find_control(line)
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dfind-control-statements.py96 def find_control(line): function
166 index = find_control(line)
/dports/security/snort3/snort3-3.1.19.0/src/control/
H A Dcontrol_mgmt.h44 static ControlConn* find_control(const lua_State*);
H A Dcontrol.cc41 return ( L ? ControlMgmt::find_control(L) : nullptr ); in query_from_lua()
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1widget_control.cpp227 pResetButton->setEnabled(m_pControls->find_control(key) >= 0);
285 const int iIndex = m_pControls->find_control(m_key);
317 int iIndex = m_pControls->find_control(m_key);
325 iIndex = m_pControls->find_control(m_key);
H A Dpadthv1_controls.h115 int find_control(const Key& key) const in find_control() function
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1widget_control.cpp227 pResetButton->setEnabled(m_pControls->find_control(key) >= 0); in setControlKey()
285 const int iIndex = m_pControls->find_control(m_key); in reset()
317 int iIndex = m_pControls->find_control(m_key); in accept()
325 iIndex = m_pControls->find_control(m_key); in accept()
H A Dsamplv1_controls.h115 int find_control(const Key& key) const in find_control() function
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1widget_control.cpp227 pResetButton->setEnabled(m_pControls->find_control(key) >= 0); in setControlKey()
285 const int iIndex = m_pControls->find_control(m_key); in reset()
317 int iIndex = m_pControls->find_control(m_key); in accept()
325 iIndex = m_pControls->find_control(m_key); in accept()
H A Dsynthv1_controls.h115 int find_control(const Key& key) const in find_control() function
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_form_controls.py1957 return self.find_control(name).value
1960 return bool(self.find_control(name))
1963 control = self.find_control(name)
1989 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2022 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2046 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2062 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2091 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2225 self.find_control(
2307 def find_control(self, member in HTMLForm
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Despn.recipe75 br.form.find_control(
H A Dinc.recipe43 form.find_control(name="email")
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/asihpi/
H A Dhpicmn.c269 static short find_control(u16 control_index, in find_control() function
534 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache()
622 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/asihpi/
H A Dhpicmn.c269 static short find_control(u16 control_index, in find_control() function
534 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache()
622 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/asihpi/
H A Dhpicmn.c269 static short find_control(u16 control_index, in find_control() function
534 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache()
622 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/clientform/
H A Dclientform.py2908 return self.find_control(name).value
2910 return bool(self.find_control(name))
2912 control = self.find_control(name)
2931 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2955 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2973 c = self.find_control(name, type, kind, id, label=label, nr=nr)
2984 c = self.find_control(name, type, kind, id, label=label, nr=nr)
3008 c = self.find_control(name, type, kind, id, label=label, nr=nr)
3100 self.find_control(name, "file", id=id, label=label, nr=nr).add_file(
3194 def find_control(self, member in HTMLForm
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dglui.cpp761 control = find_control( x, y ); in mouse()
829 control = find_control(x,y); in motion()
853 control = find_control( x, y ); in passive_motion()
927 GLUI_Control *GLUI_Main::find_control( int x, int y ) in find_control() function in GLUI_Main
/dports/devel/glui/glui-2.36/src/
H A Dglui.cpp763 control = find_control( x, y ); in mouse()
831 control = find_control(x,y); in motion()
855 control = find_control( x, y ); in passive_motion()
929 GLUI_Control *GLUI_Main::find_control( int x, int y ) in find_control() function in GLUI_Main
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Dglui.cpp761 control = find_control( x, y ); in mouse()
829 control = find_control(x,y); in motion()
853 control = find_control( x, y ); in passive_motion()
927 GLUI_Control *GLUI_Main::find_control( int x, int y ) in find_control() function in GLUI_Main

12