/external/autotest/server/cros/ap_configurators/ |
D | westerndigitaln600_ap_configurator.py | 205 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()
|
D | dlink_dir655_ap_configurator.py | 194 checkbox = self.driver.find_element_by_id('w_enable')
|
/external/fmtlib/doc/bootstrap/ |
D | forms.less | 53 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 …]
|
D | input-groups.less | 98 input[type="checkbox"] {
|
D | button-groups.less | 237 input[type="checkbox"] {
|
D | normalize.less | 334 input[type="checkbox"],
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | CheckBoxPanelDisplay.java | 18 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/ |
D | forms.less | 11 .checkbox, 13 .checkbox-inline, 15 &.checkbox label, 17 &.checkbox-inline label {
|
/external/syslinux/com32/cmenu/ |
D | test2.menu | 78 type=checkbox 83 type=checkbox 95 type=checkbox 100 type=checkbox
|
D | MANUAL | 21 * 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
|
D | MENU_FORMAT | 181 checkbox: this is a checkbox 203 Initial state of a checkbox (for other items this has no meaning)
|
D | README | 35 * Space to switch state of a checkbox
|
/external/clang/www/demo/ |
D | index.cgi | 196 print $c->checkbox( 202 print $c->checkbox( 207 print $c->checkbox( 215 print $c->checkbox( 220 print $c->checkbox(
|
/external/selinux/gui/ |
D | booleansPage.py | 127 checkbox = gtk.CellRendererToggle() 128 checkbox.connect("toggled", self.boolean_toggled) 129 col = gtk.TreeViewColumn('Active', checkbox, active=ACTIVE)
|
/external/ImageMagick/www/css/ |
D | magick.css | 5 …checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:bo…
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 11 function toggleApiLevelSelector(checkbox) { argument 15 if (checkbox.checked) {
|
D | jquery-resizable.min.js | 12 …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/ |
D | README | 25 3. In the PyDev Project wizard, uncheck the "Use Default" checkbox for Project
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewPresenter.java | 315 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/ |
D | bootstrap-combined.min.css | 9 …checkbox"]{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/ |
D | docs.js | 2435 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/ |
D | Install-windows.txt | 134 In addition, there is another related checkbox (checked by default) that 138 This the checkbox:
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 1622 .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/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 1645 + CheckboxGroup checkbox = new CheckboxGroup(); 1646 + accept = new Checkbox(s1, true, checkbox); 1647 + deny = new Checkbox(s2, false, checkbox);
|
D | ultravnc-102-JavaViewer-ssl-etc.patch | 4217 + CheckboxGroup checkbox = new CheckboxGroup(); 4218 + accept = new Checkbox(s1, true, checkbox); 4219 + deny = new Checkbox(s2, false, checkbox);
|