Home
last modified time | relevance | path

Searched refs:renderDuration (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/webapp/js/
Dtime.js54 moment.prototype.renderDuration = function (durationTimestamp) { method in moment
Dplan_runs.js45 moment().renderDuration(endTime - startTime) + ')');
Dtest_results.js263 moment().renderDuration(endTime - startTime) + ')');
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp150 … details.append('<b>Duration: </b>' + moment().renderDuration(endTime - startTime) + '<br>');
Dshow_table.jsp209 return moment().renderDuration(cell);