Home | History | Annotate | Download | only in src

Lines Matching full:show

23  * user select a limited number of elements to show.
82 // (showing X of Y - show none - show less - show more - show all)
90 menu.appendLink(mQuery.with(mId, 0), DocString.text("show none"));
92 menu.appendLink(mQuery.with(mId, less), DocString.text("show less"));
95 menu.append("show none - show less - ");
99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more"));
101 menu.appendLink(mQuery.with(mId, all), DocString.text("show all"));
104 menu.append("show more - show all)");