Home
last modified time | relevance | path

Searched refs:res_text (Results 1 – 18 of 18) sorted by relevance

/dports/x11/editres/editres-1.0.7/
H A Dsvpopup.c84 XtSetValues(global_screen_data.res_text, args, ONE); in PopupSetValues()
87 _SetField(global_screen_data.res_text, global_screen_data.val_text); in PopupSetValues()
121 new = global_screen_data.res_text; in ModifySVEntry()
127 old = global_screen_data.res_text; in ModifySVEntry()
220 scr_data->res_text = XtCreateManagedWidget("resourceText", in CreateSetValuesPopup()
225 XtSetArg(args[num_args], XtNfromVert, scr_data->res_text); num_args++; in CreateSetValuesPopup()
231 XtSetArg(args[num_args], XtNfromVert, scr_data->res_text); num_args++; in CreateSetValuesPopup()
265 XtSetKeyboardFocus(form, scr_data->res_text); in CreateSetValuesPopup()
292 XtGetValues(global_screen_data.res_text, args, ONE); in DoSetValues()
H A DeditresP.h175 Widget res_text; /* SetValues resource text widget. */ member
/dports/net/p5-Net-Whois-Raw/Net-Whois-Raw-2.99032/lib/Net/Whois/
H A DRaw.pm67 my ($res_text, $res_srv, $res_text2);
71 $res_text = $res->[0]->{text};
74 $res_text = $res->[-1]->{text};
81 ($res_text, $res_srv) = get_whois($dom, $server, $which_whois);
86 if ( defined $res_text && $which_whois ne 'QRY_ALL' ) {
87 utf8::decode( $res_text ); # Perl whyly loss utf8 flag
89 $res_text = encode( $SET_CODEPAGE, $res_text ) if $SET_CODEPAGE;
92 return wantarray ? ($res_text, $res_srv) : $res_text;
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/kf5/
H A Dresolve_kuit.py970 res_text = "".join(segs)
972 res_text = escape_c(res_text, quote)
973 return res_text
1006 res_text = "".join(segs)
1008 res_text = escape_c(res_text, quote)
1009 return res_text
1469 res_text = _top_tag_rx.sub(r"\2", res_text)
1470 if top_tag_res == 0 or ("<" in res_text or "&" in res_text):
1477 % (res_text[:p1], res_text[p1:p2], res_text[p2:]))
1608 res_text = "".join(segs)
[all …]
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dresource_lexer.cpp54 #define yytext res_text
423 extern char *res_text;
424 #define yytext_ptr res_text
562 char *res_text; variable
628 return res_text; in res_get_text()
910 if ( res_text[yyl] == '\n' )
942 res_lval.sval = strdup(res_text);
975 res_lval.sval = strdup(res_text);
1029 return res_text[0];
1816 res_text[res_leng] = (yy_hold_char); \
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/ams/operations/
H A Dmru.py90 res_text = json.loads(media_service_res.text)
91 if res_text is not None and res_text.get('error') is not None:
92 err_info = res_text.get('error').get('message')
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/tools/
H A Dtest_reports.py47 res_text = False
55 res_text = ustr(stdout)
60 if res_text is not False:
61 for line in res_text.split('\n'):
/dports/devel/sccache/sccache-0.2.15/src/bin/sccache-dist/
H A Dtoken_check.rs154 let res_text = res in check_mozilla() localVariable
162 res_text in check_mozilla()
167 let () = check_mozilla_profile(&user, &self.required_groups, &res_text) in check_mozilla()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/wizard/
H A Dnucmutagenesis.py134 self.res_text
268 self.res_text = self._space['stored'].name
H A Dmutagenesis.py409 self.prompt = [ 'Select a rotamer for %s or pick a new residue...'%self.res_text ]
430 self.res_text = pymol.stored.name
/dports/www/netsurf/netsurf-3.10/test/
H A Dnsoption.c214 const char *res_text; member
283 ck_assert_str_eq(buffer, tst->res_text); in START_TEST()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dvariant_parser.cpp1978 String res_text; in write() local
1982 res_text = p_encode_res_func(p_encode_res_ud, res); in write()
1985 if (res_text == String() && res->get_path().is_resource_file()) { in write()
1989 res_text = "Resource( \"" + path + "\")"; in write()
1992 if (res_text == String()) in write()
1993 res_text = "null"; in write()
1995 p_store_string_func(p_store_string_ud, res_text); in write()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dvariant_parser.cpp1978 String res_text; in write() local
1982 res_text = p_encode_res_func(p_encode_res_ud, res); in write()
1985 if (res_text == String() && res->get_path().is_resource_file()) { in write()
1989 res_text = "Resource( \"" + path + "\")"; in write()
1992 if (res_text == String()) in write()
1993 res_text = "null"; in write()
1995 p_store_string_func(p_store_string_ud, res_text); in write()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvariant_parser.cpp1685 String res_text; in write() local
1690 res_text = p_encode_res_func(p_encode_res_ud, res); in write()
1694 if (res_text == String() && res->get_path().is_resource_file()) { in write()
1698 res_text = "Resource( \"" + path + "\")"; in write()
1702 if (res_text != String()) { in write()
1703 p_store_string_func(p_store_string_ud, res_text); in write()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvariant_parser.cpp1685 String res_text; in write() local
1690 res_text = p_encode_res_func(p_encode_res_ud, res); in write()
1694 if (res_text == String() && res->get_path().is_resource_file()) { in write()
1698 res_text = "Resource( \"" + path + "\")"; in write()
1702 if (res_text != String()) { in write()
1703 p_store_string_func(p_store_string_ud, res_text); in write()
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-screen.c1808 char *res_text; in terminal_screen_paste_unsafe_text() local
1811 res_text = gtk_text_buffer_get_text (buffer, &start, &end, FALSE); in terminal_screen_paste_unsafe_text()
1813 if (res_text != NULL) in terminal_screen_paste_unsafe_text()
1819 gtk_clipboard_set_text (clipboard, res_text, strlen (res_text)); in terminal_screen_paste_unsafe_text()
1820 g_free (res_text); in terminal_screen_paste_unsafe_text()
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dprint-dyesub.c10548 char res_text[24]; in dyesub_parameters() local
10554 sprintf(res_text, "%s DPI", r->item[i].name); in dyesub_parameters()
10556 r->item[i].name, gettext(res_text)); in dyesub_parameters()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dprint-dyesub.c10548 char res_text[24]; in dyesub_parameters() local
10554 sprintf(res_text, "%s DPI", r->item[i].name); in dyesub_parameters()
10556 r->item[i].name, gettext(res_text)); in dyesub_parameters()