Home
last modified time | relevance | path

Searched refs:insert_text (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/tests/
H A Dtest_buffer.py19 _buffer.insert_text('some_text')
25 _buffer.insert_text('some_text')
30 _buffer.insert_text('A')
37 _buffer.insert_text('some_text')
48 _buffer.insert_text('long line1\nline2')
59 _buffer.insert_text('line1\nlong line2')
66 _buffer.insert_text('line1\nline2')
75 _buffer.insert_text('long line1\na\nb')
91 _buffer.insert_text('line1')
99 _buffer.insert_text('hello world')
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/tests/
H A Dtest_buffer.py19 _buffer.insert_text('some_text')
25 _buffer.insert_text('some_text')
30 _buffer.insert_text('A')
37 _buffer.insert_text('some_text')
48 _buffer.insert_text('long line1\nline2')
59 _buffer.insert_text('line1\nlong line2')
66 _buffer.insert_text('line1\nline2')
75 _buffer.insert_text('long line1\na\nb')
91 _buffer.insert_text('line1')
99 _buffer.insert_text('hello world')
[all …]
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/tests/
H A Dtest_buffer.py18 _buffer.insert_text("some_text")
24 _buffer.insert_text("some_text")
29 _buffer.insert_text("A")
36 _buffer.insert_text("some_text")
47 _buffer.insert_text("long line1\nline2")
58 _buffer.insert_text("line1\nlong line2")
65 _buffer.insert_text("line1\nline2")
74 _buffer.insert_text("long line1\na\nb")
90 _buffer.insert_text("line1")
98 _buffer.insert_text("hello world")
[all …]
/dports/math/mathicsscript/mathicsscript-3.1.0/mathicsscript/
H A Dbindkeys.py33 b.insert_text("{")
36 b.insert_text("{")
48 b.insert_text("}")
55 b.insert_text("(")
58 b.insert_text("(")
70 b.insert_text(")")
72 b.insert_text(")")
79 b.insert_text("[")
82 b.insert_text("[")
94 b.insert_text("]")
[all …]
/dports/devel/cquery/cquery-20180718/src/
H A Dlex_utils.cc98 std::string* insert_text, in LexFunctionDeclaration() argument
175 *insert_text = result; in LexFunctionDeclaration()
294 std::string insert_text; variable
299 REQUIRE(insert_text == "void Foo() {\n}");
311 std::string insert_text; variable
316 REQUIRE(insert_text == "Foo::Foo() {\n}");
323 std::string insert_text; variable
328 REQUIRE(insert_text == "Foo::~Foo() {\n}");
335 std::string insert_text; variable
352 std::string insert_text; variable
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/testsuite/
H A Dtest-undo-manager.c182 insert_text (buffer, "foo"); in test_single_action()
203 insert_text (buffer, "foo\n"); in test_lose_redo_actions()
204 insert_text (buffer, "bar\n"); in test_lose_redo_actions()
453 insert_text (buffer, "a"); in test_merge_actions()
461 insert_text (buffer, "b"); in test_merge_actions()
462 insert_text (buffer, "c"); in test_merge_actions()
473 insert_text (buffer, "def"); in test_merge_actions()
485 insert_text (buffer, "g"); in test_merge_actions()
486 insert_text (buffer, "h"); in test_merge_actions()
489 insert_text (buffer, " "); in test_merge_actions()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/testsuite/
H A Dtest-undo-manager.c181 insert_text (buffer, "foo"); in test_single_action()
202 insert_text (buffer, "foo\n"); in test_lose_redo_actions()
203 insert_text (buffer, "bar\n"); in test_lose_redo_actions()
452 insert_text (buffer, "a"); in test_merge_actions()
460 insert_text (buffer, "b"); in test_merge_actions()
461 insert_text (buffer, "c"); in test_merge_actions()
472 insert_text (buffer, "def"); in test_merge_actions()
484 insert_text (buffer, "g"); in test_merge_actions()
485 insert_text (buffer, "h"); in test_merge_actions()
488 insert_text (buffer, " "); in test_merge_actions()
[all …]
/dports/x11-toolkits/p5-Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.18/lib/Gtk2/Ex/PodViewer/
H A DParser.pm180 $parser->insert_text($paragraph, $line_num, $command);
181 $parser->insert_text("\n\n", $line_num);
186 $parser->insert_text("$dot ", $line_num, qw(word_wrap bold indented));
189 $parser->insert_text("$dot ", $line_num, qw(word_wrap bold indented));
190 $parser->insert_text("$paragraph\n\n", $line_num, qw(word_wrap indented));
194 $parser->insert_text("$dot ", $line_num, qw(word_wrap bold indented));
195 $parser->insert_text("$paragraph\n\n", $line_num, qw(word_wrap indented));
199 $parser->insert_text($paragraph, $line_num, qw(word_wrap));
205 $parser->insert_text($paragraph, $line_num, qw(monospace));
212 $parser->insert_text($paragraph, $line_num, qw(word_wrap));
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ptk/
H A Dkey_bindings.py49 b.insert_text(indent, fire_event=False)
214 event.cli.current_buffer.insert_text("(")
223 buffer.insert_text(")")
227 event.cli.current_buffer.insert_text("[")
237 buffer.insert_text("]")
241 event.cli.current_buffer.insert_text("{")
251 buffer.insert_text("}")
262 buffer.insert_text("'")
265 buffer.insert_text("'")
276 buffer.insert_text('"')
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ptk2/
H A Dkey_bindings.py52 b.insert_text(indent, fire_event=False)
227 event.cli.current_buffer.insert_text("(")
236 buffer.insert_text(")")
240 event.cli.current_buffer.insert_text("[")
250 buffer.insert_text("]")
254 event.cli.current_buffer.insert_text("{")
264 buffer.insert_text("}")
273 buffer.insert_text("'")
276 buffer.insert_text("'")
285 buffer.insert_text('"')
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Djacosubdec.c36 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
69 {"\\~", "~", insert_text}, // tilde doesn't need escaping
70 {"~", "{\\h}", insert_text}, // hard space
71 {"\\n", "\\N", insert_text}, // newline
74 {"\\N", "{\\r}", insert_text}, // reset to default style
75 {"\\I", "{\\i1}", insert_text}, // italic on
76 {"\\i", "{\\i0}", insert_text}, // italic off
77 {"\\B", "{\\b1}", insert_text}, // bold on
78 {"\\b", "{\\b0}", insert_text}, // bold off
79 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Djacosubdec.c35 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
72 {"\\~", "~", insert_text}, // tilde doesn't need escaping
73 {"~", "{\\h}", insert_text}, // hard space
74 {"\\n", "\\N", insert_text}, // newline
77 {"\\N", "{\\r}", insert_text}, // reset to default style
78 {"\\I", "{\\i1}", insert_text}, // italic on
79 {"\\i", "{\\i0}", insert_text}, // italic off
80 {"\\B", "{\\b1}", insert_text}, // bold on
81 {"\\b", "{\\b0}", insert_text}, // bold off
82 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Djacosubdec.c36 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
69 {"\\~", "~", insert_text}, // tilde doesn't need escaping
70 {"~", "{\\h}", insert_text}, // hard space
71 {"\\n", "\\N", insert_text}, // newline
74 {"\\N", "{\\r}", insert_text}, // reset to default style
75 {"\\I", "{\\i1}", insert_text}, // italic on
76 {"\\i", "{\\i0}", insert_text}, // italic off
77 {"\\B", "{\\b1}", insert_text}, // bold on
78 {"\\b", "{\\b0}", insert_text}, // bold off
79 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Djacosubdec.c36 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
69 {"\\~", "~", insert_text}, // tilde doesn't need escaping
70 {"~", "{\\h}", insert_text}, // hard space
71 {"\\n", "\\N", insert_text}, // newline
74 {"\\N", "{\\r}", insert_text}, // reset to default style
75 {"\\I", "{\\i1}", insert_text}, // italic on
76 {"\\i", "{\\i0}", insert_text}, // italic off
77 {"\\B", "{\\b1}", insert_text}, // bold on
78 {"\\b", "{\\b0}", insert_text}, // bold off
79 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c36 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
69 {"\\~", "~", insert_text}, // tilde doesn't need escaping
70 {"~", "{\\h}", insert_text}, // hard space
71 {"\\n", "\\N", insert_text}, // newline
74 {"\\N", "{\\r}", insert_text}, // reset to default style
75 {"\\I", "{\\i1}", insert_text}, // italic on
76 {"\\i", "{\\i0}", insert_text}, // italic off
77 {"\\B", "{\\b1}", insert_text}, // bold on
78 {"\\b", "{\\b0}", insert_text}, // bold off
79 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Djacosubdec.c35 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
72 {"\\~", "~", insert_text}, // tilde doesn't need escaping
73 {"~", "{\\h}", insert_text}, // hard space
74 {"\\n", "\\N", insert_text}, // newline
77 {"\\N", "{\\r}", insert_text}, // reset to default style
78 {"\\I", "{\\i1}", insert_text}, // italic on
79 {"\\i", "{\\i0}", insert_text}, // italic off
80 {"\\B", "{\\b1}", insert_text}, // bold on
81 {"\\b", "{\\b0}", insert_text}, // bold off
82 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Djacosubdec.c36 static int insert_text(AVBPrint *dst, const char *in, const char *arg) in insert_text() function
69 {"\\~", "~", insert_text}, // tilde doesn't need escaping
70 {"~", "{\\h}", insert_text}, // hard space
71 {"\\n", "\\N", insert_text}, // newline
74 {"\\N", "{\\r}", insert_text}, // reset to default style
75 {"\\I", "{\\i1}", insert_text}, // italic on
76 {"\\i", "{\\i0}", insert_text}, // italic off
77 {"\\B", "{\\b1}", insert_text}, // bold on
78 {"\\b", "{\\b0}", insert_text}, // bold off
79 {"\\U", "{\\u1}", insert_text}, // underline on
[all …]
/dports/textproc/iksemel/iksemel-978b733/python/test/
H A Dtst_manipulation.py10 a.insert_text("text1")
12 b.insert_text("ab")
13 b.insert_text("cd")
14 b.insert_text("2")
26 t = b.insert_text("t")
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-latex-commands.c869 insert_text (tepl_window, in latex_command_char_style_cb()
897 insert_text (tepl_window, in latex_command_tabular_tabular_cb()
942 insert_text (tepl_window, in latex_command_presentation_frame_cb()
958 insert_text (tepl_window, in latex_command_presentation_block_cb()
1013 insert_text (tepl_window, in latex_command_ams_packages_cb()
1028 insert_text (tepl_window, "$ ", " $", NULL); in math_command_env_normal_cb()
1048 insert_text (tepl_window, in math_command_env_array_cb()
1061 insert_text (tepl_window, "^{", "}", NULL); in math_command_misc_superscript_cb()
1071 insert_text (tepl_window, "_{", "}", NULL); in math_command_misc_subscript_cb()
1101 insert_text (tepl_window, "\\, ", "", NULL); in math_command_spaces_small_cb()
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/src/language_features/
H A Dcompletion.rs122 .or(x.insert_text.as_ref()) in editor_completion()
131 let insert_text = x in editor_completion() localVariable
183 .or(x.insert_text) in editor_completion()
187 insert_text: &str, in editor_completion()
195 escape_tuple_element(insert_text), in editor_completion()
203 escape_tuple_element(insert_text), in editor_completion()
214 let snippet = insert_text; in editor_completion()
215 let insert_text = snippet_prefix_re in editor_completion() localVariable
224 editor_quote(&regex::escape(insert_text)), in editor_completion()
228 completion_entry(insert_text, &maybe_filter_text, &command, &entry) in editor_completion()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/hci/
H A Deditstring.c33 const char *insert_text )
49 const char *insert_text ) { in insert_delete() argument
58 insert_len = ( insert_text ? strlen ( insert_text ) : 0 ); in insert_delete()
74 memcpy ( ( string->buf + string->cursor ), insert_text, insert_len ); in insert_delete()
86 char insert_text[2] = { character, '\0' }; in insert_character() local
87 insert_delete ( string, 0, insert_text ); in insert_character()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/tests/
H A Dfts.py39 def insert_text(self, text): member in TestConn
121 conn.insert_text('two words, and a period. With another.')
122 conn.insert_text('and another re-init')
127 conn.insert_text('coộl')
132 conn.insert_text('coộl')
136 conn.insert_text("你don't叫mess")
154 conn.insert_text('a simplistic connection')
165 conn.insert_text('one two three')
175 conn.insert_text('one two three four five six seven')
180 conn.insert_text('moose cat')
/dports/devel/radian/radian-0.5.4/radian/
H A Dkey_bindings.py168 event.current_buffer.insert_text("\n")
174 event.current_buffer.insert_text("()")
179 event.current_buffer.insert_text("[]")
184 event.current_buffer.insert_text("{}")
189 event.current_buffer.insert_text('""')
194 event.current_buffer.insert_text("''")
221 event.current_buffer.insert_text('""')
226 event.current_buffer.insert_text("''")
291 event.current_buffer.insert_text(data)
294 event.current_buffer.insert_text(data)
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Deditable.hg54 …_WRAP_METHOD(void insert_text(const Glib::ustring& new_text, int new_text_length, int& position), …
65 _IGNORE_SIGNAL(insert_text)
68 dnl // WRAP_SIGNAL "insert_text"
69 dnl // C++ prototype: void insert_text(const Glib::ustring& text, int* position)
70 dnl // C prototype: void insert_text(const gchar* text, gint length, gint* position)
73 insert_text, void, `const gchar* text, gint length, gint* position',
74 insert_text, void, `const Glib::ustring&, int*',dnl // C++ prototype
82 _SIGNAL_H(insert_text, void, `const Glib::ustring& text, int* position')
83 _SIGNAL_PH(insert_text, void, `GtkEditable* self, const gchar* text, gint length, gint* position')
86 insert_text, insert_text, void, void,
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Deditable.hg59 …_WRAP_METHOD(void insert_text(const Glib::ustring& text, int length, int& position), gtk_editable_…
70 _IGNORE_SIGNAL(insert_text)
73 dnl // WRAP_SIGNAL "insert_text"
74 dnl // C++ prototype: void insert_text(const Glib::ustring& text, int* position)
75 dnl // C prototype: void insert_text(const gchar* text, gint length, gint* position)
78 insert_text, void, `const gchar* text, gint length, gint* position',
79 insert_text, void, `const Glib::ustring&, int*',dnl // C++ prototype
87 _SIGNAL_H(insert_text, void, `const Glib::ustring& text, int* position')
88 _SIGNAL_PH(insert_text, void, `GtkEditable* self, const gchar* text, gint length, gint* position')
91 insert_text, insert_text, void, void,
[all …]

12345678910>>...38