Home
last modified time | relevance | path

Searched refs:disabled (Results 1 – 13 of 13) sorted by relevance

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Ddashboard_main.jsp30 if ($(this).hasClass('disabled')) {
37 $('#add-button').addClass('disabled');
75 $('#add-button').removeClass('disabled');
81 if (self.hasClass('disabled')) {
84 self.addClass('disabled');
109 element.removeClass('disabled');
115 if (self.hasClass('disabled')) {
122 self.addClass('disabled');
127 self.removeClass('disabled');
Dshow_plan_release.jsp34 $('#newer-button').toggleClass('disabled');
37 $('#older-button').toggleClass('disabled');
67 if($(this).hasClass('disabled')) return;
80 if($(this).hasClass('disabled')) return;
Dshow_table.jsp64 $('#newer-button').toggleClass('disabled');
67 $('#older-button').toggleClass('disabled');
109 if($(this).hasClass('disabled')) return;
120 if($(this).hasClass('disabled')) return;
133 if($(this).hasClass('disabled')) return;
Dshow_tree.jsp60 $('#newer-button').toggleClass('disabled');
63 $('#older-button').toggleClass('disabled');
134 if($(this).hasClass('disabled')) return;
145 if($(this).hasClass('disabled')) return;
158 if($(this).hasClass('disabled')) return;
Dshow_coverage_overview.jsp47 if($(this).hasClass('disabled')) return;
205 header.removeClass('disabled');
355 …<option value="" <c:if test="${empty branch}">disabled selected</c:if> >Choose your branch</option>
365 …<option value="" <c:if test="${empty device}">disabled selected</c:if> >Choose your device</option>
Dshow_performance_digest.jsp68 <option value='' disabled>Select device</option>
Dshow_profiling_overview.jsp159 if($(this).hasClass('disabled')) return;
Dshow_graph.jsp266 <option value='' disabled>Select device</option>
/test/vti/test_serving/gae/frontend/src/app/shared/filter/
Dfilter.component.ts43 @Input() disabled: boolean; property in FilterComponent
/test/app_compat/csuite/
Dpylintrc88 locally-disabled,
275 # List of optional constructs for which whitespace checking is disabled. `dict-
374 # given file (report RP0402 must not be disabled)
378 # not be disabled)
382 # not be disabled)
/test/vts-testcase/fuzz/iface_fuzzer/
DAndroid.bp65 // only present on the device. These are disabled for until Haiku has
/test/vti/dashboard/src/main/webapp/css/
Dtest_results.css21 .collapsible-header.disabled {
Dtest_acknowledgments.css124 .acknowledgments-modal.modal .modal-content .input-field textarea.note-field:disabled {