Home
last modified time | relevance | path

Searched refs:selection_file (Results 1 – 7 of 7) sorted by relevance

/dports/devel/gitui/gitui-0.10.1/src/components/
H A Dinspect_commit.rs220 if let Some(f) = self.details.files().selection_file() in update_diff()
256 self.details.files().selection_file().is_some() in can_focus_diff()
H A Dfiletree.rs77 pub fn selection_file(&self) -> Option<StatusItem> { in selection_file() method
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-tree-view.c316 CajaFile *file, *tmp_file, *selection_file; in row_loaded_callback() local
337 selection_file = caja_file_get_by_uri (view->details->selection_location); in row_loaded_callback()
338 while (selection_file != NULL) in row_loaded_callback()
340 if (file == selection_file) in row_loaded_callback()
343 caja_file_unref (selection_file); in row_loaded_callback()
348 tmp_file = caja_file_get_parent (selection_file); in row_loaded_callback()
349 caja_file_unref (selection_file); in row_loaded_callback()
350 selection_file = tmp_file; in row_loaded_callback()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-tree-sidebar.c297 NemoFile *file, *tmp_file, *selection_file; in row_loaded_callback() local
315 selection_file = nemo_file_get_by_uri (view->details->selection_location); in row_loaded_callback()
316 while (selection_file != NULL) { in row_loaded_callback()
317 if (file == selection_file) { in row_loaded_callback()
319 nemo_file_unref (selection_file); in row_loaded_callback()
324 tmp_file = nemo_file_get_parent (selection_file); in row_loaded_callback()
325 nemo_file_unref (selection_file); in row_loaded_callback()
326 selection_file = tmp_file; in row_loaded_callback()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dpackage_dialog.cpp81 ui->selection_file->setText(save_path); in set_save_path()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-batch-rename-utilities.c553 NautilusFile *selection_file; in file_name_conflicts_with_results() local
561 selection_file = NAUTILUS_FILE (l1->data); in file_name_conflicts_with_results()
562 name1 = nautilus_file_get_name (selection_file); in file_name_conflicts_with_results()
564 selection_parent_uri = nautilus_file_get_parent_uri (selection_file); in file_name_conflicts_with_results()
/dports/benchmarks/netperf/netperf-d566775bf/src/
H A Dnettest_omni.c1578 parse_output_selection_file(char *selection_file) { in parse_output_selection_file() argument
1586 selections = fopen(selection_file,"r"); in parse_output_selection_file()
1590 selection_file, in parse_output_selection_file()