Home
last modified time | relevance | path

Searched refs:checkbox (Results 1 – 25 of 150) sorted by relevance

123456

/external/autotest/server/cros/ap_configurators/
Dwesterndigitaln600_ap_configurator.py205 checkbox = elements[0]
208 checkbox = elements[3]
213 checkbox.value_of_css_property('background-image')):
232 checkbox = elements[0]
235 checkbox = elements[3]
244 checkbox.value_of_css_property('background-image')):
245 checkbox.click()
249 elif not (image in checkbox.value_of_css_property('background-image')):
250 checkbox.click()
Ddlink_dir655_ap_configurator.py194 checkbox = self.driver.find_element_by_id('w_enable')
/external/fmtlib/doc/bootstrap/
Dforms.less53 input[type="checkbox"] {
76 // Focus for file, radio, and checkbox
79 input[type="checkbox"]:focus {
214 .checkbox {
230 .checkbox input[type="checkbox"],
231 .checkbox-inline input[type="checkbox"] {
238 .checkbox + .checkbox {
244 .checkbox-inline {
254 .checkbox-inline + .checkbox-inline {
264 input[type="checkbox"] {
[all …]
Dinput-groups.less98 input[type="checkbox"] {
Dbutton-groups.less237 input[type="checkbox"] {
Dnormalize.less334 input[type="checkbox"],
/external/autotest/frontend/client/src/autotest/afe/
DCheckBoxPanelDisplay.java18 CheckBoxImpl checkbox = new CheckBoxImpl(); in generateCheckBox() local
22 table.setWidget(row, col, checkbox); in generateCheckBox()
24 return checkbox; in generateCheckBox()
/external/fmtlib/doc/bootstrap/mixins/
Dforms.less11 .checkbox,
13 .checkbox-inline,
15 &.checkbox label,
17 &.checkbox-inline label {
/external/syslinux/com32/cmenu/
Dtest2.menu78 type=checkbox
83 type=checkbox
95 type=checkbox
100 type=checkbox
DMANUAL21 * Space to switch state of a checkbox
70 add_item("checkbox,"Checkbox Info",OPT_CHECKBOX,NULL,CHECKED);
126 checkbox. For a SUBMENU it should be the index of the menu which should
284 the handler can change the value of checkbox if the user selected value
DMENU_FORMAT181 checkbox: this is a checkbox
203 Initial state of a checkbox (for other items this has no meaning)
DREADME35 * Space to switch state of a checkbox
/external/clang/www/demo/
Dindex.cgi196 print $c->checkbox(
202 print $c->checkbox(
207 print $c->checkbox(
215 print $c->checkbox(
220 print $c->checkbox(
/external/selinux/gui/
DbooleansPage.py127 checkbox = gtk.CellRendererToggle()
128 checkbox.connect("toggled", self.boolean_toggled)
129 col = gtk.TreeViewColumn('Active', checkbox, active=ACTIVE)
/external/ImageMagick/www/css/
Dmagick.css5checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:bo…
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js11 function toggleApiLevelSelector(checkbox) { argument
15 if (checkbox.checked) {
Djquery-resizable.min.js12 …his.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type))…
19 …ion(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){retur…
/external/webrtc/tools/python_charts/
DREADME25 3. In the PyDev Project wizard, uncheck the "Use Default" checkbox for Project
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java315 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers() local
316 checkbox.setText(name); in populateProfilers()
317 checkbox.addClickHandler(new ClickHandler() { in populateProfilers()
324 profilersPanel.add(checkbox); in populateProfilers()
/external/okhttp/website/static/
Dbootstrap-combined.min.css9checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:cont…
18 …0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="rad…
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js2435 var checkbox = $(ITEM_STR_.replace(/\{\{name\}\}/g, opts.filterName)
2440 checkbox[0].checked = true;
2444 item.append(checkbox);
2474 this.items_.find(':checked').each(function(i, checkbox) { argument
2479 var expression = $(checkbox).val();
2543 var checkbox = chip.data('item.dac-filter').find(':first-child')[0];
2544 checkbox.checked = false;
2545 this.changeStateForCheckbox(checkbox);
2561 Filter.prototype.changeStateForCheckbox = function(checkbox) { argument
2562 var item = $(checkbox).parent();
[all …]
/external/ImageMagick/
DInstall-windows.txt134 In addition, there is another related checkbox (checked by default) that
138 This the checkbox:
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css1622 .checkbox-group, .article form .radio-group {
1625 .checkbox-group input {
1632 .article form .checkbox-group, .article form .radio-group {
8501 .dac-form-radio, .dac-form-checkbox {
8507 .dac-form-radio-group, .dac-form-checkbox-group {
8511 …dac-form-checkbox-group + .dac-form-radio-group, .dac-form-radio-group + .dac-form-checkbox-group,…
8515 .dac-form-radio-button, .dac-form-checkbox-button {
8526 …tton::after, .dac-form-radio-button::before, .dac-form-checkbox-button::after, .dac-form-checkbox-…
8560 .dac-form-checkbox-button::before {
8569 .dac-form-checkbox-button::after {
[all …]
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch1645 + CheckboxGroup checkbox = new CheckboxGroup();
1646 + accept = new Checkbox(s1, true, checkbox);
1647 + deny = new Checkbox(s2, false, checkbox);
Dultravnc-102-JavaViewer-ssl-etc.patch4217 + CheckboxGroup checkbox = new CheckboxGroup();
4218 + accept = new Checkbox(s1, true, checkbox);
4219 + deny = new Checkbox(s2, false, checkbox);

123456