Home
last modified time | relevance | path

Searched refs:source_entry (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/site_scons/site_tools/
H A Dreplicate.py54 for source_entry in env.Flatten(source):
55 if type(source_entry) == str:
57 source_nodes = env.Glob(source_entry)
60 source_nodes = [source_entry]
H A Dpublish.py181 for source_entry in self.Flatten(source):
182 if isinstance(source_entry, str):
187 source_nodes = self.Glob(source_entry)
190 source_nodes = [source_entry]
/dports/devel/p5-PAR-Packer/PAR-Packer-1.052/contrib/gui_pp/
H A Dgpp106 my $source_entry = $fe->HistEntry( -textvariable => \$source_file,
116 $source_entry->Subwidget('slistbox')->configure( -bg => 'white' );
137 $source_entry->xview('end');
138 $source_entry->historyAdd();
227 $source_entry->focus;
344 $source_entry->history($source_hist);
363 $source_hist = [ $source_entry->history() ];
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_network.c27 struct source_entry { struct
29 LIST_ENTRY(source_entry) next; argument
33 static LIST_HEAD(,source_entry) sources_list;
364 struct source_entry *se; in secondary_sources_init()
387 struct source_entry *se; in secondary_sources_foreach()
400 struct source_entry *se; in close_secondary_sources()
467 struct source_entry *se; in iface_by_mac()
/dports/multimedia/vlc/vlc-3.0.16/doc/libvlc/
H A Dlibvlc_DVD_ripper.c21 GtkWidget *source_entry, *dest_entry; variable
61 gtk_entry_set_text(GTK_ENTRY(source_entry), uri); in on_select_source_path()
139 char *source = (char*) gtk_entry_get_text(GTK_ENTRY(source_entry)); in on_run()
243 source_entry = gtk_entry_new(); in main()
244 gtk_entry_set_text(GTK_ENTRY(source_entry), "dvd://"); in main()
250 …gtk_table_attach(GTK_TABLE(choose_table), source_entry, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL, GTK_SHR… in main()
/dports/finance/beancount/beancount-2.3.3/beancount/ingest/
H A Dsimilar.py50 for source_entry in data.filter_txns(
54 if comparator(entry, source_entry):
55 duplicates.append((entry, source_entry))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dinventorytree.py1090 if source_entry is None:
1095 file_id = source_entry.file_id
1096 if source_entry is not None:
1098 source_name = source_entry.name
1099 source_parent = source_entry.parent_id
1249 source_entry = from_data.get(source_path)
1251 source_entry = None
1377 source_entry = None
1385 source_entry = None
1387 source_entry = self._get_entry(
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendgoogle.c1415 GDataEntry *source_entry; in g_vfs_backend_google_copy() local
1470 id = gdata_entry_get_id (source_entry); in g_vfs_backend_google_copy()
1471 title = gdata_entry_get_title (source_entry); in g_vfs_backend_google_copy()
1661 id = gdata_entry_get_id (source_entry); in g_vfs_backend_google_copy()
1662 etag = gdata_entry_get_etag (source_entry); in g_vfs_backend_google_copy()
1830 GDataEntry *source_entry = NULL; in g_vfs_backend_google_move() local
2083 g_object_ref (source_entry); in g_vfs_backend_google_move()
2084 remove_entry (self, source_entry); in g_vfs_backend_google_move()
2096 g_object_unref (source_entry); in g_vfs_backend_google_move()
2130 g_object_unref (source_entry); in g_vfs_backend_google_move()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Daptpkg.py2672 source_entry = SourceEntry(repo)
2683 source_entry = source_list.add(
2684 type=source_entry.type,
2685 uri=source_entry.uri,
2686 dist=source_entry.dist,
2691 sanitized["file"] = source_entry.file
2693 sanitized["disabled"] = source_entry.disabled
2694 sanitized["dist"] = source_entry.dist
2695 sanitized["type"] = source_entry.type
2696 sanitized["uri"] = source_entry.uri
[all …]
/dports/devel/geany-legacy/geany-1.37.1/plugins/
H A Dclassbuilder.c84 GtkWidget *source_entry; member
482 cc_dlg->source_entry = cc_table_attach_option_entry(table, _("Source file:"), row++); in show_dialog_create_class()
657 if (cc_dlg->source_entry != NULL && class_source != NULL) in cc_dlg_update_file_names()
658 gtk_entry_set_text(GTK_ENTRY(cc_dlg->source_entry), class_source); in cc_dlg_update_file_names()
807 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
866 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
924 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
/dports/devel/geany/geany-1.38/plugins/
H A Dclassbuilder.c84 GtkWidget *source_entry; member
482 cc_dlg->source_entry = cc_table_attach_option_entry(table, _("Source file:"), row++); in show_dialog_create_class()
657 if (cc_dlg->source_entry != NULL && class_source != NULL) in cc_dlg_update_file_names()
658 gtk_entry_set_text(GTK_ENTRY(cc_dlg->source_entry), class_source); in cc_dlg_update_file_names()
807 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
866 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
924 class_info->source = g_strdup(gtk_entry_get_text(GTK_ENTRY(cc_dlg->source_entry))); in create_class()
/dports/emulators/mtools/mtools-4.0.26/
H A Dnameclash.h52 int source_entry; /* to account for the space freed up by the original member
H A Dmmove.c137 arg->ch.source_entry = entry->entry; in rename_file()
193 arg->ch.source_entry = entry->entry; in rename_oldsyntax()
H A DmtoolsDirentry.h69 int source_entry,
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-price-editor.c70 GtkWidget * source_entry; member
188 gtk_entry_set_text (GTK_ENTRY (pedit_dialog->source_entry), source); in price_to_gui()
278 source = gtk_entry_get_text (GTK_ENTRY (pedit_dialog->source_entry)); in gui_to_price()
525 pedit_dialog->source_entry = w; in gnc_price_pedit_dialog_create()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/binman/
H A Dbsection.py432 def GetContentsByPhandle(self, phandle, source_entry): argument
448 source_entry.Raise("Cannot find node for phandle %d" % phandle)
452 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/binman/
H A Dbsection.py432 def GetContentsByPhandle(self, phandle, source_entry): argument
448 source_entry.Raise("Cannot find node for phandle %d" % phandle)
452 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/binman/
H A Dbsection.py432 def GetContentsByPhandle(self, phandle, source_entry): argument
448 source_entry.Raise("Cannot find node for phandle %d" % phandle)
452 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/binman/
H A Dbsection.py432 def GetContentsByPhandle(self, phandle, source_entry): argument
448 source_entry.Raise("Cannot find node for phandle %d" % phandle)
452 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/binman/
H A Dbsection.py432 def GetContentsByPhandle(self, phandle, source_entry): argument
448 source_entry.Raise("Cannot find node for phandle %d" % phandle)
452 source_entry.Raise("Cannot find entry for node '%s'" % node.name)
/dports/graphics/cairo/cairo-1.17.4/src/
H A Dcairo-svg-surface.c527 cairo_svg_source_surface_t *source_entry; in _cairo_svg_surface_add_source_surface() local
538 if (source_entry) { in _cairo_svg_surface_add_source_surface()
539 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
557 source_entry = malloc (sizeof (cairo_svg_source_surface_t)); in _cairo_svg_surface_add_source_surface()
558 if (source_entry == NULL) { in _cairo_svg_surface_add_source_surface()
563 source_entry->id = source_key.id; in _cairo_svg_surface_add_source_surface()
564 source_entry->unique_id_length = unique_id_length; in _cairo_svg_surface_add_source_surface()
565 source_entry->unique_id = unique_id; in _cairo_svg_surface_add_source_surface()
566 _cairo_svg_source_surface_init_key (source_entry); in _cairo_svg_surface_add_source_surface()
572 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-svg-surface.c527 cairo_svg_source_surface_t *source_entry; in _cairo_svg_surface_add_source_surface() local
538 if (source_entry) { in _cairo_svg_surface_add_source_surface()
539 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
557 source_entry = malloc (sizeof (cairo_svg_source_surface_t)); in _cairo_svg_surface_add_source_surface()
558 if (source_entry == NULL) { in _cairo_svg_surface_add_source_surface()
563 source_entry->id = source_key.id; in _cairo_svg_surface_add_source_surface()
564 source_entry->unique_id_length = unique_id_length; in _cairo_svg_surface_add_source_surface()
565 source_entry->unique_id = unique_id; in _cairo_svg_surface_add_source_surface()
566 _cairo_svg_source_surface_init_key (source_entry); in _cairo_svg_surface_add_source_surface()
572 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A Dcairo-svg-surface.c527 cairo_svg_source_surface_t *source_entry; in _cairo_svg_surface_add_source_surface() local
538 if (source_entry) { in _cairo_svg_surface_add_source_surface()
539 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
557 source_entry = malloc (sizeof (cairo_svg_source_surface_t)); in _cairo_svg_surface_add_source_surface()
558 if (source_entry == NULL) { in _cairo_svg_surface_add_source_surface()
563 source_entry->id = source_key.id; in _cairo_svg_surface_add_source_surface()
564 source_entry->unique_id_length = unique_id_length; in _cairo_svg_surface_add_source_surface()
565 source_entry->unique_id = unique_id; in _cairo_svg_surface_add_source_surface()
566 _cairo_svg_source_surface_init_key (source_entry); in _cairo_svg_surface_add_source_surface()
572 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A Dcairo-svg-surface.c527 cairo_svg_source_surface_t *source_entry; in _cairo_svg_surface_add_source_surface() local
538 if (source_entry) { in _cairo_svg_surface_add_source_surface()
539 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
557 source_entry = malloc (sizeof (cairo_svg_source_surface_t)); in _cairo_svg_surface_add_source_surface()
558 if (source_entry == NULL) { in _cairo_svg_surface_add_source_surface()
563 source_entry->id = source_key.id; in _cairo_svg_surface_add_source_surface()
564 source_entry->unique_id_length = unique_id_length; in _cairo_svg_surface_add_source_surface()
565 source_entry->unique_id = unique_id; in _cairo_svg_surface_add_source_surface()
566 _cairo_svg_source_surface_init_key (source_entry); in _cairo_svg_surface_add_source_surface()
572 *source_id = source_entry->id; in _cairo_svg_surface_add_source_surface()
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/tools/binman/etype/
H A Dsection.py269 def GetContentsByPhandle(self, phandle, source_entry): argument
285 source_entry.Raise("Cannot find node for phandle %d" % phandle)
289 source_entry.Raise("Cannot find entry for node '%s'" % node.name)

12345678910