Home
last modified time | relevance | path

Searched refs:onclick (Results 1 – 25 of 35) sorted by relevance

12

/external/libvncserver/webclients/novnc/include/
Dui.js169 $D("noVNC_view_drag_button").onclick = UI.setViewDrag;
170 $D("noVNC_mouse_button0").onclick = function () { UI.setMouseButton(1); }; function
171 $D("noVNC_mouse_button1").onclick = function () { UI.setMouseButton(2); };
172 $D("noVNC_mouse_button2").onclick = function () { UI.setMouseButton(4); };
173 $D("noVNC_mouse_button4").onclick = function () { UI.setMouseButton(0); };
174 $D("showKeyboard").onclick = UI.showKeyboard;
179 $D("showExtraKeysButton").onclick = UI.showExtraKeys;
180 $D("toggleCtrlButton").onclick = UI.toggleCtrl;
181 $D("toggleAltButton").onclick = UI.toggleAlt;
182 $D("sendTabButton").onclick = UI.sendTab;
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
Dhtmllexergolden1.txt56 ATTRNAME [onclick] : 648-655
59 ATTRVALUE [this.onclick(event);return(false)] : 690-723
83 TEXT [<div id=notarealtag onclick=notcode()>] : 839-883
231 ATTRNAME [onclick] : 2008-2015
/external/autotest/client/cros/
Dsemiauto_framework.py69 onclick = 'submit_button(%d)' % index
71 cgi.escape(title), onclick))
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py103 onclick = 'submit_button(%d)' % index
106 cgi.escape(onclick)))
/external/adhd/scripts/mic_testing/frontend/
Danalysis.js138 checkbox.onclick = function() { function
147 checkLeft.onclick = function() { function
157 checkRight.onclick = function() { function
167 btnRemove.onclick = function() { removeCurve(curve_id); } function
/external/libxml2/test/
Datt31 <select onclick="aaaa&#10; bbbb&#160;">f&#160;oo</select>
/external/doclava/res/assets/templates-sdk/
Dsampleindex.cs19 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
38 <a href="#" onclick="return toggleContent(this)">
Dsample.cs16 onclick="ga('send', 'event', 'Samples', 'Download', <?cs var:projectDir ?>);"
/external/libxml2/result/
Datt3.sax3 SAX.startElement(select, onclick='aaaa
Datt3.sax23 SAX.startElementNs(select, NULL, NULL, 0, 1, 0, onclick='aaaa...', 17)
/external/libxml2/result/noent/
Datt3.sax23 SAX.startElementNs(select, NULL, NULL, 0, 1, 0, onclick='aaaa...', 17)
/external/doclava/res/assets/templates/components/
Dapi_filter.cs4 <input type="checkbox" id="apiLevelCheckbox" onclick="toggleApiLevelSelector(this)" />
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js124 node.expand_toggle.onclick = function() { function
154 a.onclick = node.expand_toggle.onclick;
/external/libxml2/result/HTML/
Dscript.html.sax22 SAX.startElement(input, onclick='if(window.open&lt;max);')
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dselectable.js17 Inputs[i].onclick();
/external/autotest/server/cros/ap_configurators/
DbelkinF9K1103_ap_configurator.py260 @onclick="Gen64bitkey(0)"]'
264 @onclick="Gen64bitkey(1)"]'
DbelkinF9K1105_ap_configurator.py278 @onclick="return Gen64bitkey(0)"]'
282 @onclick="return Gen64bitkey(1)"]'
/external/abi-compliance-checker/modules/Internals/Scripts/
DTabs.js35 links[j].onclick = function() function
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js198 var onclick = depth
204 '"', onclick, '>',
/external/clang/www/analyzer/scripts/
Dexpandcollapse.js81 expander.onclick = function() { function
/external/python/cpython2/Doc/library/
Dturtle.rst157 | :func:`onclick`
195 | :func:`onclick` | :func:`onscreenclick`
1228 .. function:: onclick(fun, btn=1, add=None)
1245 >>> onclick(turn) # Now clicking into the turtle will turn it.
1246 >>> onclick(None) # event-binding will be removed
1269 >>> turtle.onclick(turtle.glow) # clicking on turtle turns fillcolor red,
1632 are provided in order to be able to pass :func:`listen` to the onclick method.
1654 .. function:: onclick(fun, btn=1, add=None)
1671 >>> screen.onclick(turtle.goto) # Subsequently clicking into the TurtleScreen will
1673 >>> screen.onclick(None) # remove event binding again
[all …]
/external/python/cpython3/Doc/library/
Dturtle.rst175 | :func:`onclick`
210 | :func:`onclick` | :func:`onscreenclick`
1309 .. function:: onclick(fun, btn=1, add=None)
1326 >>> onclick(turn) # Now clicking into the turtle will turn it.
1327 >>> onclick(None) # event-binding will be removed
1350 >>> turtle.onclick(turtle.glow) # clicking on turtle turns fillcolor red,
1692 are provided in order to be able to pass :func:`listen` to the onclick method.
1734 .. function:: onclick(fun, btn=1, add=None)
1751 >>> screen.onclick(turtle.goto) # Subsequently clicking into the TurtleScreen will
1753 >>> screen.onclick(None) # remove event binding again
[all …]
/external/eigen/doc/
Deigen_navtree_hacks.js167 node.expandToggle.onclick = function() { function
/external/skia/docs/
DcatalogTrailer.txt214 onclick="handleMouseClick()"
/external/skqp/docs/
DcatalogTrailer.txt214 onclick="handleMouseClick()"

12