Home
last modified time | relevance | path

Searched refs:history_forward (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/elinks/elinks-0.11.7/src/ecmascript/spidermonkey/
H A Dlocation.c49 static JSBool history_forward(JSContext *ctx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
62 { "forward", history_forward, 0 },
86 history_forward(JSContext *ctx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) in history_forward() function
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/
H A Dbuffer.py75 def history_forward(self, count=1): member in ModalBuffer
81 super(ModalBuffer, self).history_forward(count)
201 self.history_forward()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/browsers/history/the-history-interface/
H A Dhistory_forward.html.ini1 [history_forward.html]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/html/browsers/history/the-history-interface/
H A Dhistory_forward.html.ini1 [history_forward.html]
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dhistory.h25 void history_forward();
H A Dshortcutfunc.c314 history_forward(); in go_forward()
H A Dhistory.c62 void history_forward() in history_forward() function
/dports/x11/py-xdot/xdot-1.2/xdot/ui/
H A Dwindow.py95 self.history_forward = []
168 del self.history_back[:], self.history_forward[:]
457 del self.history_forward[:]
470 bool(self.history_forward))
477 self.history_forward.append(self.get_current_pos())
483 item = self.history_forward.pop()
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/
H A Dkey_bindings.py125 event.current_buffer.history_forward(count=event.arg)
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.h65 void history_forward();
H A Dhelpdlg.cpp158 &help_dialog::history_forward); in help_dialog()
360 void help_dialog::history_forward() in history_forward() function in help_dialog
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dhelpdlg.h65 void history_forward();
H A Dhelpdlg.cpp158 &help_dialog::history_forward); in help_dialog()
360 void help_dialog::history_forward() in history_forward() function in help_dialog
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py144 event.current_buffer.history_forward(count=event.arg)
158 event.current_buffer.history_forward(count=10**100)
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py149 event.current_buffer.history_forward(count=event.arg)
163 event.current_buffer.history_forward(count=10**100)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py144 event.current_buffer.history_forward(count=event.arg)
158 event.current_buffer.history_forward(count=10**100)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py149 event.current_buffer.history_forward(count=event.arg)
163 event.current_buffer.history_forward(count=10**100)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dnamed_commands.py192 event.current_buffer.history_forward(count=event.arg)
208 event.current_buffer.history_forward(count=10 ** 100)
/dports/editors/gedit/gedit-40.1/plugins/filebrowser/
H A Dgedit-file-browser-messages.c756 BUS_CONNECT (bus, history_forward, data); in register_methods()
1058 BUS_DISCONNECT (bus, history_forward, data); in gedit_file_browser_messages_unregister()
/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/Pod/
H A DText.pm1187 sub history_forward { subroutine
1252 my $hist_entry = ($inc == -1 ? $w->history_back : $w->history_forward);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dbuffer.py617 self.history_forward(count=count)
863 def history_forward(self, count=1): member in Buffer
/dports/sysutils/gdmap/gdmap-0.8.1/src/
H A Dgui_main.c193 static void history_forward()
502 history_forward();
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dbuffer.py618 self.history_forward(count=count)
864 def history_forward(self, count=1): member in Buffer
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dbuffer.py662 self.history_forward(count=count)
899 def history_forward(self, count=1): member in Buffer
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dbuffer.py662 self.history_forward(count=count)
899 def history_forward(self, count=1): member in Buffer

12