Home
last modified time | relevance | path

Searched refs:typeahead (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/website/static/
Dbootstrap.min.js6typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sor… function
Dbootstrap-combined.min.css9 …opdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;mar…
/external/python/cpython2/Lib/test/
Dtest_curses.py234 curses.typeahead(sys.__stdin__.fileno())
/external/python/cpython2/Doc/library/
Dcurses.rst202 Flush all input buffers. This throws away any typeahead that has been typed
577 .. function:: typeahead(fd)
579 Specify that the file descriptor *fd* be used for typeahead checking. If *fd*
580 is ``-1``, then no typeahead checking is done.
582 The curses library does "line-breakout optimization" by looking for typeahead
586 allows specifying a different file descriptor for typeahead checking.
/external/syslinux/gpxe/src/include/
Dcurses.h398 extern int typeahead ( int );
/external/python/cpython2/Modules/
D_cursesmodule.c2566 return PyCursesCheckERR(typeahead( fd ), "typeahead"); in PyCurses_TypeAhead()