Home
last modified time | relevance | path

Searched refs:select_last (Results 1 – 25 of 52) sorted by relevance

123

/dports/misc/broot/broot-1.7.0/src/preview/
H A Dpreview.rs217 pub fn select_last(&mut self) { in select_last() method
219 Self::Syntactic(sv) => sv.select_last(), in select_last()
220 Self::Hex(hv) => hv.select_last(), in select_last()
H A Dpreview_state.rs377 Internal::select_last => { in on_internal()
378 self.mut_preview().select_last(); in on_internal()
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/autocomplete/
H A Dautocomplete_viewgtk.py71 self.select_last()
82 def select_last(self): member in DocumentAutocompleteView
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DResultExtensions.h158 struct select_last {
163 using select_last_t = typename select_last<Ts...>::type;
166 struct select_last<> {
/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dfunctions.c247 static bool select_last(struct SidebarWindowData *wdata) in select_last() function
287 changed = select_last(wdata); in sb_change_mailbox()
/dports/math/octave/octave-6.4.0/libgui/graphics/
H A Dgl-select.cc112 if (((flags & select_last) == 0 && (minZ <= current_minZ)) in select()
113 || ((flags & select_last) != 0 && (minZ >= current_minZ))) in select()
H A Dgl-select.h41 select_last = 0x02 enumerator
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dinterface.py203 select_last=False, insert_common_part=False, argument
214 select_last=select_last,
843 def async_completer(select_first=False, select_last=False, argument
914 go_to_last=select_last)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dinterface.py203 select_last=False, insert_common_part=False, argument
214 select_last=select_last,
848 def async_completer(select_first=False, select_last=False, argument
919 go_to_last=select_last)
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DResultExtensions.h172 struct select_last {
177 using select_last_t = typename select_last<Ts...>::type;
180 struct select_last<> {
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DResultExtensions.h172 struct select_last {
177 using select_last_t = typename select_last<Ts...>::type;
180 struct select_last<> {
/dports/databases/py-litecli/litecli-1.6.0/litecli/
H A Dkey_bindings.py49 b.start_completion(select_last=True)
/dports/www/firefox/firefox-99.0/mfbt/
H A DResultExtensions.h184 struct select_last {
189 using select_last_t = typename select_last<Ts...>::type;
192 struct select_last<> {
/dports/misc/broot/broot-1.7.0/src/verb/
H A Dinternal.rs113 select_last: "select the last item" false,
H A Dbuiltin.rs214 internal(select_last).with_key(END), in builtin_verbs()
/dports/www/p5-Scrappy/Scrappy-0.94112090/lib/Scrappy/Scraper/
H A DParser.pm276 sub select_last { method in Scrappy::Scraper::Parser
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dbuffer.py1447 def start_completion(self, select_first=False, select_last=False, argument
1454 assert select_first + select_last + insert_common_part <= 1
1458 select_last=select_last,
1480 def async_completer(select_first=False, select_last=False, argument
1537 elif select_last:
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dbuffer.py1447 def start_completion(self, select_first=False, select_last=False, argument
1454 assert select_first + select_last + insert_common_part <= 1
1458 select_last=select_last,
1480 def async_completer(select_first=False, select_last=False, argument
1537 elif select_last:
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dbuffer.py1674 select_last: bool = False,
1683 assert select_first + select_last + insert_common_part <= 1
1688 select_last=select_last,
1717 select_last: bool = False,
1781 elif select_last:
/dports/misc/broot/broot-1.7.0/src/hex/
H A Dhex_view.rs60 pub fn select_last(&mut self) { in select_last() method
/dports/misc/broot/broot-1.7.0/website/docs/
H A Dconf_verbs.md143 internal: ":select_last"
185 internal = ":select_last"
346 :select_last | - | - | select the last line
/dports/misc/broot/broot-1.7.0/src/syntactic/
H A Dsyntactic_view.rs235 pub fn select_last(&mut self) { in select_last() method
/dports/misc/broot/broot-1.7.0/src/browser/
H A Dbrowser_state.rs459 Internal::select_last => { in on_internal()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/prol-src/
H A Dnatded.prolog551 select_last(Ass1,abs(B,X,N),Ass2),
1475 select_last([X],X,[]).
1476 select_last([X|Xs],Y,[X|Zs]):-
1477 select_last(Xs,Y,Zs).
/dports/editors/emacs/emacs-27.2/test/manual/etags/prol-src/
H A Dnatded.prolog551 select_last(Ass1,abs(B,X,N),Ass2),
1475 select_last([X],X,[]).
1476 select_last([X|Xs],Y,[X|Zs]):-
1477 select_last(Xs,Y,Zs).

123