Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 32) sorted by relevance

12

/test/vti/dashboard/src/main/webapp/css/
Dshow_table.css23 transition: max-width 1s;
24 max-width: 150px;
28 max-width: 1000px;
31 max-width: none;
39 max-width: inherit;
40 width: 100%;
55 width: 100%;
97 width: 15px;
108 min-width: 50px;
113 width: 20px;
[all …]
Dshow_test_runs_common.css28 width: 100%;
32 width: 100%;
94 width: 15px;
105 min-width: 50px;
110 width: 20px;
120 width: 10px;
130 width: 100%;
132 .test-case-status.width-1 {
133 width: calc(100% - 18px);
Dcommon.css16 @media only screen and (min-width: 993px) {
18 width: 80%;
19 max-width: 1600px;
Dshow_coverage.css23 width: 100%;
66 width: 99%;
71 width: 50px;
Dtest_acknowledgments.css39 width: 100%;
73 width: 80%;
Dshow_gcs_log.css21 width: 100%;
Dplan_runs.css28 width: 100%;
Dshow_graph.css60 width: auto;
Dshow_performance_digest.css50 width: 100%;
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.scss2 width: 50%;
8 min-width: 28px;
9 width: 28px;
13 width: 24px;
/test/vti/test_serving/gae/frontend/src/app/
Dapp.component.scss2 width: 400px;
20 min-width: 28px;
21 width: 28px;
25 width: 24px;
/test/vti/test_serving/gae/frontend/src/
Dstyles.scss13 width: 100%;
21 width: 100%;
33 width: 100%;
/test/vti/dashboard/src/main/webapp/js/
Dsearch_header.js34 var width = config.options.width || 's4';
36 div.addClass(width);
193 this.menu.element.outerWidth($('.search-bar .filter-input').width());
Dcommon.js75 var width = 's' + (12 / nCol);
82 var classes = 'col test-col grey lighten-5 ' + width;
Dtest_results.js103 var width = 's' + (12 / nCol);
110 var classes = 'col test-col grey lighten-5 ' + width;
/test/mlts/benchmark/results/
DChart.bundle.min.js10width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:f… property
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp63 width: '75%',
105 … + '<h2 class="center-align" style="width: 100%;">' + no_data_msg + '</h2>'
122 width: '100%',
183 width: '95%',
269 chartArea: {height: '80%', width: '90%'},
302 chartArea: {height: '80%', width: '90%'},
314 chartArea: {height: '80%', width: '90%'},
474 <div id="coverageModalGraph" class="modal modal-fixed-footer" style="width: 75%;">
Dshow_tree.jsp49 width: 's2'
53 width: 's2'
73 width: '75%',
196 chartArea: {height: '80%', width: '90%'},
285 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
Dshow_plan_release.jsp54 width: 's2'
58 width: 's2'
Dshow_plan_run.jsp37 width: '75%',
129 chartArea: {height: '80%', width: '90%'},
198 <div id="apiCoverageModal" class="modal modal-fixed-footer" style="width: 75%;">
Dshow_table.jsp53 width: 's2'
57 width: 's2'
171 chartArea: {height: '80%', width: '90%'},
Ddashboard_main.jsp176 this.menu.element.outerWidth($('#input-box').width());
288 <c:set var='width' value='${showAll ? 11 : 11}' />
304 <div class='col s${width} card hoverable option valign-wrapper waves-effect'>
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.scss15 max-width: 40px;
/test/vti/test_serving/gae/frontend/src/app/shared/filter/
Dfilter.component.scss29 min-width: 80px;
/test/mlts/benchmark/tools/
Dtensor_utils.py33 width = math.ceil(len(array)**0.5)
34 height = math.ceil(len(array)/ width)
36 pad_width=(0, width * height - len(array)),
39 padded = padded.reshape(width, -1)

12