Home
last modified time | relevance | path

Searched refs:feed_child (Results 1 – 25 of 71) sorted by relevance

123

/dports/x11/guake/Guake-3.4.0/guake/
H A Dterminal.py120 def feed_child(self, resolved_cmdline): member in GuakeTerminal
128 super().feed_child(resolved_cmdline, len(resolved_cmdline))
130 super().feed_child(resolved_cmdline, len(resolved_cmdline))
135 self.feed_child(command)
379 self.feed_child(resolved_cmdline)
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A DREADME20 feed_child() calls have been removed. probably the whole function is defunct.
25 - in VteTerminalPrivate::change_color in vteseq.cc a feed_child() call has been
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A DREADME20 feed_child() calls have been removed. probably the whole function is defunct.
25 - in VteTerminalPrivate::change_color in vteseq.cc a feed_child() call has been
/dports/x11/elementary-terminal/terminal-6.0.1/src/Widgets/
H A DTerminalWidget.vala529 this.feed_child (uris_s.data);
531 this.feed_child (uris_s, uris_s.length);
533 this.feed_child (uris_s.to_utf8 ());
542 this.feed_child (data.data);
544 this.feed_child (data, data.length);
546 this.feed_child (data.to_utf8 ());
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/terminal/
H A Dterminal.py71 …self.feed_child(' '.join(["'" + Gio.file_new_for_uri(item).get_path() + "'" for item in Gedit.util…
296 self._vte.feed_child(('cd "%s"\n' % path).encode('utf-8'))
/dports/editors/pluma-plugins/pluma-plugins-1.26.0/plugins/terminal/
H A Dterminal.py73 …self.feed_child(' '.join(["'" + Gio.file_new_for_uri(item).get_path() + "'" for item in Pluma.util…
297 self._vte.feed_child(('cd "%s"\n' % path).encode('utf-8'))
/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dwidget.hh339 void feed_child(std::string_view const& str) { terminal()->feed_child(str); } in feed_child() function in vte::platform::Widget
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-prj/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-vc/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-pg/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/multiterm/src/
H A Dterminal.vala124 terminal.feed_child("%s\n".printf(command), -1);

123