Lines Matching full:show
21 <em ng-show="!extraColumnHeaders"><!-- show until data is loaded -->
26 <div ng-show="extraColumnHeaders"><!-- everything: hide until data is loaded -->
29 ng-show="header[constants.KEY__HEADER__IS_EDITABLE] && header[constants.KEY__HEADER__IS_EXPORTED]">
34 <div ng-show="header[constants.KEY__HEADER__TIME_UPDATED]">
58 <!-- We only show the filters/settings table on the Unfiled tab. -->
59 <table ng-show="viewingTab == defaultTab" border="1">
98 clear (show all)
126 Show thumbnails
161 <!-- Submission UI that we only show in the Pending Approval tab. -->
162 <div ng-show="'Pending Approval' == viewingTab">
172 ng-show="submitPending">
179 show
180 <ul ng-show="showSubmitAdvancedSettings">
200 <span ng-show="filteredImagePairs.length > limitedImagePairs.length">
203 <span ng-show="filteredImagePairs.length <= limitedImagePairs.length">
206 <span ng-show="renderEndTime > renderStartTime">
228 ng-show="otherTab != viewingTab">
305 <button class="show-only-button"
306 ng-show="viewingTab == defaultTab"
308 title="show only results of type {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__RESULT_TYPE]}}">
309 show only
312 <button class="show-all-button"
313 ng-show="viewingTab == defaultTab"
316 title="show results of all types">
317 show all
323 <button class="show-only-button"
324 ng-show="viewingTab == defaultTab"
327 title="show only results of {{categoryName}} {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][categoryName]}}">
328 show only
331 <button class="show-all-button"
332 ng-show="viewingTab == defaultTab"
335 title="show results of all {{categoryName}}s">
336 show all
342 <button class="show-only-button"
343 ng-show="viewingTab == defaultTab"
345 title="show only results of config {{imagePair[constants.KEY__IMAGEPAIRS__EXTRACOLUMNS][constants.KEY__EXTRACOLUMNS__CONFIG]}}">
346 show only
349 <button class="show-all-button"
350 ng-show="viewingTab == defaultTab"
353 title="show results of all configs">
354 show all
373 <div ng-show="imagePair[constants.KEY__IMAGEPAIRS__IMAGE_A_URL] == null"
387 <div ng-show="imagePair[constants.KEY__IMAGEPAIRS__IMAGE_B_URL] == null"
406 <div ng-show="!imagePair[constants.KEY__IMAGEPAIRS__IS_DIFFERENT]"
426 <div ng-show="!imagePair[constants.KEY__IMAGEPAIRS__IS_DIFFERENT]"