Home
last modified time | relevance | path

Searched refs:entry_text (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/astro/nightfall/nightfall-1.92/
H A DLightGtkEnter.c45 const gchar *entry_text; in enter_name() local
711 const gchar *entry_text; in enter_massratio() local
736 const gchar *entry_text; in enter_inclination() local
763 const gchar *entry_text; in enter_rochefill1() local
798 const gchar *entry_text; in enter_rochefill2() local
833 const gchar *entry_text; in enter_temp1() local
854 const gchar *entry_text; in enter_temp2() local
876 const gchar *entry_text; in enter_odiskrad() local
897 const gchar *entry_text; in enter_idiskrad() local
918 const gchar *entry_text; in enter_disktilt() local
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dmarkerbox.c98 G_CONST_RETURN gchar *entry_text; in str_change_callback() local
111 if(entry_text && strlen(entry_text)) in str_change_callback()
132 G_CONST_RETURN gchar *entry_text; in str_enter_callback() local
145 if(entry_text && strlen(entry_text)) in str_enter_callback()
174 G_CONST_RETURN gchar *entry_text; in change_callback() local
190 entry_text = entry_text ? entry_text : ""; in change_callback()
191 if(!strlen(entry_text)) goto failure; in change_callback()
192 if(entry_text[0] != '-') in change_callback()
229 G_CONST_RETURN gchar *entry_text; in enter_callback() local
245 entry_text = entry_text ? entry_text : ""; in enter_callback()
[all …]
H A Dtimeentry.c52 G_CONST_RETURN gchar *entry_text; in from_entry_callback() local
56 entry_text=gtk_entry_get_text(GTK_ENTRY(entry)); in from_entry_callback()
57 entry_text = entry_text ? entry_text : ""; in from_entry_callback()
58 DEBUG(printf("From Entry contents: %s\n",entry_text)); in from_entry_callback()
60 newlo=unformat_time(entry_text, GLOBALS->time_dimension); in from_entry_callback()
92 G_CONST_RETURN gchar *entry_text; in to_entry_callback() local
96 entry_text=gtk_entry_get_text(GTK_ENTRY(entry)); in to_entry_callback()
97 entry_text = entry_text ? entry_text : ""; in to_entry_callback()
98 DEBUG(printf("To Entry contents: %s\n",entry_text)); in to_entry_callback()
100 newhi=unformat_time(entry_text, GLOBALS->time_dimension); in to_entry_callback()
[all …]
H A Dentry.c46 G_CONST_RETURN gchar *entry_text; in enter_callback() local
48 entry_text = gtk_entry_get_text(GTK_ENTRY(GLOBALS->entry_entry_c_1)); in enter_callback()
49 entry_text = entry_text ? entry_text : ""; in enter_callback()
50 DEBUG(printf("Entry contents: %s\n", entry_text)); in enter_callback()
51 if(!(len=strlen(entry_text))) GLOBALS->entrybox_text=NULL; in enter_callback()
52 else strcpy((GLOBALS->entrybox_text=(char *)malloc_2(len+1)),entry_text); in enter_callback()
/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmEntryClip.c104 char **entry_text ) in xtmEcRetrieveEntry() argument
117 *entry_text = SysNewString( clipboard_text ); in xtmEcRetrieveEntry()
119 *entry_text = NULL; in xtmEcRetrieveEntry()
130 char *entry_text ) in xtmEcSaveEntry() argument
146 if( entry_text != NULL ) in xtmEcSaveEntry()
147 clipboard_text = SysNewString( entry_text ); in xtmEcSaveEntry()
/dports/chinese/libtabe/libtabe-0.2.6.orig/src/supports/bims/examples/GTK/
H A Dgtkentry_glue.c148 gchar *entry_text, *itext, *zstring; local
181 entry_text = (gchar *)malloc(sizeof(gchar)*(len+1));
182 memset(entry_text, 0, len+1);
183 strncpy(entry_text, itext, sizeof(gchar)*yinpos*2);
184 entry_text[yinpos*2] = (gchar)NULL;
185 strcat(entry_text, zstring);
186 strncpy(entry_text+sizeof(gchar)*(yinpos*2+strlen(zstring)),
189 entry_text[len] = (gchar)NULL;
191 gtk_entry_set_text(GTK_ENTRY(widget), entry_text);
195 free(entry_text);
/dports/net/samba412/samba-4.12.15/source3/lib/netapi/examples/netdomjoin-gui/
H A Dnetdomjoin-gui.c339 const gchar *entry_text; in callback_return_username() local
346 if (!entry_text) { in callback_return_username()
363 if (!entry_text) { in callback_return_username_and_enter()
382 if (!entry_text) { in callback_return_password()
403 if (!entry_text) { in callback_return_password_and_enter()
878 if (!entry_text || entry_text[0] == 0) { in callback_enter_hostname_and_unlock()
904 if (state->hostname_changed && entry_text && entry_text[0] != 0 && entry_text[0] != '.') { in callback_enter_hostname_and_unlock()
918 entry_text); in callback_enter_computer_description_and_unlock()
920 if (!entry_text || entry_text[0] == 0) { in callback_enter_computer_description_and_unlock()
949 if (!entry_text || entry_text[0] == 0) { in callback_enter_workgroup_and_unlock()
[all …]
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Publish/
H A DPalmDoc.pm53 my $entry_text = $self->templatize('palmdoc.tt', {
58 $entry_text;
74 my $entry_text = $self->makeEntryText($entry, $context);
75 $lines = ($entry_text =~ tr/\n/\n/);
77 $body .= $entry_text;
89 my $entry_text = $self->makeEntryText($entry, $context);
90 $text .= '[BM]' . $entry_text;
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-proxy-editor.c676 const gchar *entry_text; in e_proxy_editor_save() local
697 entry_text = gtk_entry_get_text ( in e_proxy_editor_save()
699 if (entry_text != NULL && *entry_text == '\0') in e_proxy_editor_save()
700 entry_text = NULL; in e_proxy_editor_save()
703 entry_text = gtk_entry_get_text ( in e_proxy_editor_save()
722 if (entry_text != NULL && *entry_text == '\0') in e_proxy_editor_save()
723 entry_text = NULL; in e_proxy_editor_save()
732 if (entry_text != NULL && *entry_text == '\0') in e_proxy_editor_save()
733 entry_text = NULL; in e_proxy_editor_save()
742 if (entry_text != NULL && *entry_text == '\0') in e_proxy_editor_save()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdnotify/
H A DxtmNotify.c641 *entry_text = NULL; in fetchChangedEntries()
750 if( *entry_text == NULL ) { in fetchChangedEntries()
755 **entry_text = '\0'; in fetchChangedEntries()
761 *entry_text = SysRealloc( *entry_text, length + 50 ); in fetchChangedEntries()
765 strcat( *entry_text, intro_text ); in fetchChangedEntries()
767 strcat( *entry_text, "\n" ); in fetchChangedEntries()
768 strcat( *entry_text, text ); in fetchChangedEntries()
769 strcat( *entry_text, "\n\n" ); in fetchChangedEntries()
1015 char *entry_text; in startCheck() local
1023 if( ok && entry_text != NULL ) { in startCheck()
[all …]
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/popovers/
H A Droomwall.py50 entry_text = self.message_entry.get_text()
62 return entry_text
66 entry_text = self.clear_room_wall_message(update_list=False)
67 self.frame.np.queue.append(slskmessages.RoomTickerSet(self.room.room, entry_text))
69 if entry_text:
71 …self.room_wall_textview.append_line("[%s] %s" % (login, entry_text), showstamp=False, scroll=False)
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdrestore/
H A DxtmRestore.c114 char **entry_text,
153 char *entry_text; in main() local
253 &entry, &entry_text, in main()
260 &entry, entry_text ); in main()
263 if( entry_text != NULL ) in main()
264 SysFree( entry_text ); in main()
273 &entry, &entry_text, in main()
416 *entry_text = NULL; in fetchEntry()
435 **entry_text = '\0'; in fetchEntry()
904 *entry_text = SysRealloc( *entry_text, text_buffer_size ); in fetchEntry()
[all …]
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dapplications.py165 for entry in (entry_text, entry_html, entry_url):
194 manager.set_default_application('text/plain', entry_text) # update
206 self.assertEqual(manager.get_default_application('text/plain'), entry_text)
217 self.assertNotEqual(manager.get_default_application('text/plain'), entry_text)
223 self.assertIn(entry_text, applications)
244 manager.set_default_application('text/plain', entry_text)
245 self.assertEqual(manager.get_default_application('text/plain'), entry_text)
247 self.assertEqual(manager.get_default_application('text/plain'), entry_text)
261 manager.set_default_application('text/plain', entry_text)
385 for entry in (entry_text, entry_url):
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Tk/Testing/Tcl/
H A DTestTextActor3D.tcl97 set entry_text [entry .controls.text]
99 $entry_text insert 0 "$base_text"
101 pack $entry_text -padx 4 -pady 4 -side top -fill x -expand n
103 bind $entry_text <Return> {update_text_actors 0}
104 bind $entry_text <FocusOut> {update_text_actors 0}
157 global scale_orientation scale_font_size scale_scale entry_text scale_opacity
161 set text [$entry_text get]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dprefs_customheader.c499 const gchar *entry_text; in prefs_custom_header_list_view_set_row() local
503 if (entry_text[0] == '\0') { in prefs_custom_header_list_view_set_row()
508 while (*entry_text && in prefs_custom_header_list_view_set_row()
509 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
510 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
511 entry_text++; in prefs_custom_header_list_view_set_row()
528 while (*entry_text && in prefs_custom_header_list_view_set_row()
529 (*entry_text == '\n' || *entry_text == '\r' || in prefs_custom_header_list_view_set_row()
530 *entry_text == '\t' || *entry_text == ' ')) in prefs_custom_header_list_view_set_row()
531 entry_text++; in prefs_custom_header_list_view_set_row()
[all …]

12345678910>>...15