Home
last modified time | relevance | path

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

123

/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgutlbeos.cpp106 char *clip_text = NUL; in g_get_clip_text() local
115 clip_text = (char *)throw_malloc(textLen * 2 + 1); in g_get_clip_text()
116 *clip_text = NUL; in g_get_clip_text()
119 clip_text, &destLen, &state); in g_get_clip_text()
120 clip_text[destLen] = NUL; in g_get_clip_text()
125 return clip_text; in g_get_clip_text()
139 char *clip_text = (char *)throw_malloc(destLen); in g_put_clip_text() local
140 *clip_text = NUL; in g_put_clip_text()
142 convert_to_utf8(B_ISO5_CONVERSION, buf, &textLen, clip_text, &destLen, &state); in g_put_clip_text()
143 clip->AddData("text/plain", B_MIME_TYPE, clip_text, destLen); in g_put_clip_text()
/dports/editors/vim/vim-8.2.3745/src/
H A Dos_qnx.c67 char_u *clip_text = NULL; in clip_mch_request_selection() local
90 clip_text = clip_header->data; in clip_mch_request_selection()
93 if (clip_text != NULL && is_type_set == FALSE) in clip_mch_request_selection()
97 if ((clip_text != NULL) && (clip_length > 0)) in clip_mch_request_selection()
98 clip_yank_selection(type, clip_text, clip_length, cbd); in clip_mch_request_selection()
/dports/deskutils/clipit/clipit-1.4.2/src/
H A Dutils.c212 gchar *clip_text = gtk_clipboard_wait_for_text(clip); in parse_options() local
213 if (clip_text) in parse_options()
214 g_print("%s", clip_text); in parse_options()
215 g_free(clip_text); in parse_options()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dbutton.cpp38 if (clip_text) in get_minimum_size()
135 font->draw(ci, text_ofs.floor(), text, color, clip_text ? text_clip : -1); in _notification()
188 clip_text = p_clip_text; in set_clip_text()
195 return clip_text; in get_clip_text()
236 clip_text = false; in Button()
H A Dbutton.h52 bool clip_text; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dbutton.cpp38 if (clip_text) in get_minimum_size()
135 font->draw(ci, text_ofs.floor(), text, color, clip_text ? text_clip : -1); in _notification()
188 clip_text = p_clip_text; in set_clip_text()
195 return clip_text; in get_clip_text()
236 clip_text = false; in Button()
H A Dbutton.h52 bool clip_text; variable
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dbutton.cpp39 if (clip_text) in get_minimum_size()
175 if (!clip_text) in _notification()
228 font->draw(ci, text_ofs.floor(), xl_text, color, clip_text ? text_clip : -1); in _notification()
293 clip_text = p_clip_text; in set_clip_text()
300 return clip_text; in get_clip_text()
344 clip_text = false; in Button()
H A Dbutton.h53 bool clip_text; variable
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dbutton.cpp39 if (clip_text) in get_minimum_size()
175 if (!clip_text) in _notification()
228 font->draw(ci, text_ofs.floor(), xl_text, color, clip_text ? text_clip : -1); in _notification()
293 clip_text = p_clip_text; in set_clip_text()
300 return clip_text; in get_clip_text()
344 clip_text = false; in Button()
H A Dbutton.h53 bool clip_text; variable
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dpscr.c34 static char *clip_text = 0; variable
592 char *t = clip_text; in clip_free()
600 clip_text = 0; in clip_free()
612 char *tedious = clip_text; in p_scopy()
614 clip_text = p_strncat(0, string, n); in p_scopy()
618 for (i=0 ; clip_text[i] ; i++) string[i] = clip_text[i]; in p_scopy()
640 clip_text = p_strcpy(string); in p_spaste()
645 return clip_text; in p_spaste()
/dports/games/neverball/neverball-1.6.0/share/
H A Dgeom.c575 static GLuint clip_text; variable
591 glGenTextures(1, &clip_text); in shad_init()
592 glBindTexture(GL_TEXTURE_2D, clip_text); in shad_init()
608 glDeleteTextures(1, &clip_text); in shad_free()
625 glBindTexture(GL_TEXTURE_2D, clip_text); in shad_draw_set()
/dports/devel/allegro5/allegro5-5.2.7.0/android/gradle_project/allegro/src/main/java/org/liballeg/android/
H A DAllegroActivity.java565 private String clip_text; field in AllegroActivity
574 clip_text = clipboard.getText(); in getClipboardText()
581 clip_text = ""; in getClipboardText()
585 return clip_text; in getClipboardText()
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dmain_app.c243 gchar* clip_text = NULL; in on_download_new() local
250 clip_text = gtk_clipboard_wait_for_text (app->clipboard); in on_download_new()
252 url_part (&urlp, clip_text); in on_download_new()
254 g_free (clip_text); in on_download_new()
255 clip_text = NULL; in on_download_new()
259 main_app_add_download_from_url (app, clip_text); in on_download_new()
261 g_free (clip_text); in on_download_new()
H A Dmain_app_clipboard.c34 gchar* clip_text = NULL; in main_app_on_timer() local
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/2d/role_playing_game/theme/labels/
H A DTitle.tscn15 clip_text = true
/dports/graphics/cairo/cairo-1.17.4/test/
H A Dclip-text.c83 CAIRO_TEST (clip_text,
/dports/devel/R-cran-clipr/clipr/man/
H A Dread_clip.Rd28 clip_text <- read_clip()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Ddevice.c23 dev->clip_text = NULL; in fz_disable_device()
245 if (dev->clip_text) in fz_clip_text()
248 dev->clip_text(ctx, dev, text, ctm, scissor); in fz_clip_text()
/dports/deskutils/parcellite/parcellite-1.2.1/src/
H A Dmain.c2396 gchar* clip_text = gtk_clipboard_wait_for_text(clip); in main() local
2397 if (clip_text) in main()
2398 g_print("%s", clip_text); in main()
2399 g_free(clip_text); in main()
2414 gchar* clip_text = gtk_clipboard_wait_for_text(clip); in main() local
2415 if (clip_text) in main()
2416 g_print("%s", clip_text); in main()
2417 g_free(clip_text); in main()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx714 char *clip_text = new char[fl_selection_length[clipboard]+1]; local
715 char *o = clip_text;
721 Fl::e_text = clip_text;
725 delete [] clip_text;
734 char *clip_text = new char[utf16_len * 4 + 1]; local
735 …unsigned utf8_len = fl_utf8fromwc(clip_text, (unsigned) (utf16_len * 4), memLock, (unsigned) utf16…
736 *(clip_text + utf8_len) = 0;
739 a = b = clip_text;
745 Fl::e_text = clip_text;
749 delete[] clip_text;
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/plugins/addons/material_creator/
H A Dmaterial_dock.tscn106 clip_text = true
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/misc/2.5d/addons/node25d/main_screen/
H A Dmain_screen_25d.tscn114 clip_text = true
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/mono/2.5d/addons/node25d-cs/main_screen/
H A Dmain_screen_25d.tscn114 clip_text = true

123