Home
last modified time | relevance | path

Searched refs:current_directory (Results 1 – 25 of 804) sorted by relevance

12345678910>>...33

/dports/games/construo/construo-0.2.3/src/
H A Dgui_file_manager.cpp61 directories["/"] = current_directory; in GUIFileManager()
71 add(current_directory); in GUIFileManager()
85 GUIDirectory* old_directory = current_directory; in open_directory()
102 current_directory = directories[pathname]; in open_directory()
106 replace (old_directory, current_directory); in open_directory()
112 std::string pathname = current_directory->get_path (); in directory_up()
147 current_directory->move_up(); in scroll_up()
153 current_directory->move_down(); in scroll_down()
160 std::string pathname = current_directory->get_path(); in update_current_directory()
162 GUIDirectory* old_directory = current_directory; in update_current_directory()
[all …]
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DX_JFileChooser.java51 public X_JFileChooser(String current_directory) in X_JFileChooser() argument
53 super(current_directory); in X_JFileChooser()
70 public void setCurrentDirectory(String current_directory) in setCurrentDirectory() argument
72 if (current_directory.startsWith("?")) in setCurrentDirectory()
73 super.setCurrentDirectory(new File(current_directory.substring(1))); in setCurrentDirectory()
76 else if (!current_directory.equals("")) in setCurrentDirectory()
77 super.setCurrentDirectory(new File(current_directory)); in setCurrentDirectory()
85 String current_directory = Common.getSettings().getProperty(Keys.KEY_StartPath_Value); in rescanCurrentDirectory() local
87 setCurrentDirectory(current_directory); in rescanCurrentDirectory()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-history.c80 ThunarFile *current_directory; member
242 if (G_UNLIKELY (current_directory == history->current_directory)) in thunar_history_set_current_directory()
248 if (current_directory != NULL in thunar_history_set_current_directory()
270 history->current_directory = current_directory; in thunar_history_set_current_directory()
273 if (G_LIKELY (current_directory != NULL)) in thunar_history_set_current_directory()
278 if (current_directory != NULL) in thunar_history_set_current_directory()
350 g_object_unref (history->current_directory); in thunar_history_go_back()
351 history->current_directory = NULL; in thunar_history_go_back()
424 g_object_unref (history->current_directory); in thunar_history_go_forward()
425 history->current_directory = NULL; in thunar_history_go_forward()
[all …]
H A Dthunar-location-bar.c45 ThunarFile *current_directory; member
72 … ThunarFile *current_directory);
148 bar->current_directory = NULL; in thunar_location_bar_init()
230 return THUNAR_LOCATION_BAR (navigator)->current_directory; in thunar_location_bar_get_current_directory()
237 ThunarFile *current_directory) in thunar_location_bar_set_current_directory() argument
242 if (bar->current_directory) g_object_unref (bar->current_directory); in thunar_location_bar_set_current_directory()
243 bar->current_directory = current_directory; in thunar_location_bar_set_current_directory()
245 if (current_directory) g_object_ref (current_directory); in thunar_location_bar_set_current_directory()
248 thunar_navigator_set_current_directory (THUNAR_NAVIGATOR (child), current_directory); in thunar_location_bar_set_current_directory()
298 …hunar_navigator_set_current_directory (THUNAR_NAVIGATOR (installedWidget), bar->current_directory); in thunar_location_bar_install_widget()
H A Dthunar-tree-pane.c54 … ThunarFile *current_directory);
70 ThunarFile *current_directory; member
226 return THUNAR_TREE_PANE (navigator)->current_directory; in thunar_tree_pane_get_current_directory()
233 ThunarFile *current_directory) in thunar_tree_pane_set_current_directory() argument
238 if (G_LIKELY (tree_pane->current_directory != NULL)) in thunar_tree_pane_set_current_directory()
239 g_object_unref (G_OBJECT (tree_pane->current_directory)); in thunar_tree_pane_set_current_directory()
242 tree_pane->current_directory = current_directory; in thunar_tree_pane_set_current_directory()
245 if (G_LIKELY (current_directory != NULL)) in thunar_tree_pane_set_current_directory()
246 g_object_ref (G_OBJECT (current_directory)); in thunar_tree_pane_set_current_directory()
H A Dthunar-location-entry.c93 ThunarFile *current_directory; member
259 entry->current_directory); in thunar_location_entry_set_property()
273 return THUNAR_LOCATION_ENTRY (navigator)->current_directory; in thunar_location_entry_get_current_directory()
280 ThunarFile *current_directory) in thunar_location_entry_set_current_directory() argument
285 if (G_LIKELY (location_entry->current_directory != NULL)) in thunar_location_entry_set_current_directory()
286 g_object_unref (G_OBJECT (location_entry->current_directory)); in thunar_location_entry_set_current_directory()
289 location_entry->current_directory = current_directory; in thunar_location_entry_set_current_directory()
292 if (G_LIKELY (current_directory != NULL)) in thunar_location_entry_set_current_directory()
293 g_object_ref (G_OBJECT (current_directory)); in thunar_location_entry_set_current_directory()
350 if (G_LIKELY (location_entry->current_directory != NULL)) in thunar_location_entry_open_or_launch()
[all …]
H A Dthunar-shortcuts-pane.c58 … ThunarFile *current_directory);
76 ThunarFile *current_directory; member
257 return THUNAR_SHORTCUTS_PANE (navigator)->current_directory; in thunar_shortcuts_pane_get_current_directory()
267 if (shortcuts_pane->current_directory != NULL) in thunar_shortcuts_pane_set_current_directory_idle()
270 shortcuts_pane->current_directory); in thunar_shortcuts_pane_set_current_directory_idle()
283 ThunarFile *current_directory) in thunar_shortcuts_pane_set_current_directory() argument
288 if (G_LIKELY (shortcuts_pane->current_directory != NULL)) in thunar_shortcuts_pane_set_current_directory()
289 g_object_unref (G_OBJECT (shortcuts_pane->current_directory)); in thunar_shortcuts_pane_set_current_directory()
299 shortcuts_pane->current_directory = current_directory; in thunar_shortcuts_pane_set_current_directory()
302 if (G_LIKELY (current_directory != NULL)) in thunar_shortcuts_pane_set_current_directory()
[all …]
H A Dthunar-standard-view.c273 ThunarFile *current_directory; member
849 ThunarFile *current_directory; in thunar_standard_view_get_property() local
864 if (current_directory != NULL) in thunar_standard_view_get_property()
870 if (current_directory != NULL) in thunar_standard_view_get_property()
1235 _thunar_return_if_fail (current_directory == NULL || THUNAR_IS_FILE (current_directory)); in thunar_standard_view_set_current_directory()
1238 if (standard_view->priv->current_directory == current_directory) in thunar_standard_view_set_current_directory()
1249 if (current_directory != NULL) in thunar_standard_view_set_current_directory()
1283 standard_view->priv->current_directory = g_object_ref (current_directory); in thunar_standard_view_set_current_directory()
1351 ThunarFile *current_directory; in thunar_standard_view_set_loading() local
1993 _thunar_return_if_fail (standard_view->priv->current_directory == current_directory); in thunar_standard_view_current_directory_destroy()
[all …]
H A Dthunar-location-buttons.c144 ThunarFile *current_directory; member
383 _thunar_return_if_fail (current_directory == NULL || THUNAR_IS_FILE (current_directory)); in thunar_location_buttons_set_current_directory()
386 if (G_UNLIKELY (buttons->current_directory == current_directory)) in thunar_location_buttons_set_current_directory()
400 if (G_LIKELY (buttons->current_directory != NULL)) in thunar_location_buttons_set_current_directory()
414 buttons->current_directory = current_directory; in thunar_location_buttons_set_current_directory()
417 if (G_LIKELY (current_directory != NULL)) in thunar_location_buttons_set_current_directory()
419 g_object_ref (G_OBJECT (current_directory)); in thunar_location_buttons_set_current_directory()
436 if (G_LIKELY (file != current_directory)) in thunar_location_buttons_set_current_directory()
1128 if (G_LIKELY (buttons->current_directory != NULL)) in thunar_location_buttons_clicked()
1129 g_object_unref (G_OBJECT (buttons->current_directory)); in thunar_location_buttons_clicked()
[all …]
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Ddirn.c370 … if(strlen(dir_data->current_directory)+1+strlen(tmp->name)+1<=sizeof(dir_data->current_directory)) in dir_aff_ncurses()
372 if(strcmp(dir_data->current_directory,"/")) in dir_aff_ncurses()
373 strcat(dir_data->current_directory,"/"); in dir_aff_ncurses()
404 if(strcmp(dir_data->current_directory,"/")) in dir_aff_ncurses()
405 strcat(dir_data->current_directory,"/"); in dir_aff_ncurses()
413 dir_data->current_directory, local_dir); in dir_aff_ncurses()
416 dir_data->current_directory, local_dir); in dir_aff_ncurses()
667 strcat(dir_data->current_directory,"/"); in copy_dir()
722 sizeof(dir_data->current_directory)-1) in copy_selection()
726 strcat(dir_data->current_directory,"/"); in copy_selection()
[all …]
H A Ddir.c192 log_info("Directory %s\n",dir_data->current_directory); in dir_aff_log()
214 if(dir_data->current_directory[1]!='\0') in dir_aff_log()
215 log_info("%s/", dir_data->current_directory); in dir_aff_log()
230 log_info("Directory %s\n",dir_data->current_directory); in log_list_file()
303 …strlen(dir_data->current_directory)+1+strlen(current_file->name)<sizeof(dir_data->current_director… in dir_whole_partition_log_aux()
305 if(strcmp(dir_data->current_directory,"/")) in dir_whole_partition_log_aux()
306 strcat(dir_data->current_directory,"/"); in dir_whole_partition_log_aux()
307 strcat(dir_data->current_directory,current_file->name); in dir_whole_partition_log_aux()
341 sizeof(dir_data->current_directory)-1) in dir_whole_partition_copy_aux()
343 if(strcmp(dir_data->current_directory,"/")) in dir_whole_partition_copy_aux()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/3rdparty/dmlc-core/test/unittest/
H A Dunittest_tempdir.cc58 const std::string current_directory = e.second; in TEST() local
61 std::ofstream of(current_directory + "/foobar.txt"); in TEST()
64 MakeDirectory(current_directory + "/1"); in TEST()
65 MakeDirectory(current_directory + "/2"); in TEST()
66 Q.emplace(current_depth + 1, current_directory + "/1"); in TEST()
67 Q.emplace(current_depth + 1, current_directory + "/2"); in TEST()
69 std::ofstream of(current_directory + "/foobar.txt"); in TEST()
/dports/devel/dmlc-core/dmlc-core-0.3-123-gb3a4c71/test/unittest/
H A Dunittest_tempdir.cc58 const std::string current_directory = e.second; in TEST() local
61 std::ofstream of(current_directory + "/foobar.txt"); in TEST()
64 MakeDirectory(current_directory + "/1"); in TEST()
65 MakeDirectory(current_directory + "/2"); in TEST()
66 Q.emplace(current_depth + 1, current_directory + "/1"); in TEST()
67 Q.emplace(current_depth + 1, current_directory + "/2"); in TEST()
69 std::ofstream of(current_directory + "/foobar.txt"); in TEST()
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmlinuxfiledialog.cc58 string current_directory; member in __anon1c475fa70111::FileDialogWindow
104 read_directory (current_directory + "/" + items[i].filename); in FileDialogWindow()
164 char *dir_name = g_path_get_dirname (current_directory.c_str()); in FileDialogWindow()
214 string path = current_directory + "/" + filename; in handle_ok()
219 last_start_directory = current_directory; in handle_ok()
248 last_start_directory = current_directory; in handle_ok()
255 last_start_directory = current_directory; in handle_ok()
263 read_directory (current_directory); in on_filter_changed()
287 dir_edit->set_text (current_directory); in read_directory()
290 current_directory = dir; in read_directory()
[all …]
/dports/graphics/geomorph/geomorph-0.60.1/scenes/
H A Dgeomorph.inc37 #ifdef (current_directory)
41 #declare main_terrain=concat(current_directory,hf_to_render);
43 #declare water_map=concat(current_directory,"hf_water.png");
44 #declare background_map=concat(current_directory,"hf_background.png");
45 #declare ground_map=concat(current_directory,"ground_map.png");
46 #declare crater_map=concat(current_directory,"craters.png");
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-token-stream.c81 GFile *current_directory; member
285 return stream->current_directory; in anjuta_token_stream_get_current_directory()
347 …child->current_directory = parent == NULL ? NULL : (parent->current_directory == NULL ? NULL : g_o… in anjuta_token_stream_push()
352 child->current_directory = g_file_get_parent (file); in anjuta_token_stream_push()
374 if (stream->current_directory) g_object_unref (stream->current_directory); in anjuta_token_stream_pop()
/dports/ftp/wput/wput-0.6.2/src/
H A Dftp.c42 if(fsession->ftp->current_directory) { in long_do_cwd()
64 if(fsession->ftp->current_directory) in long_do_cwd()
65 free(fsession->ftp->current_directory); in long_do_cwd()
69 fsession->ftp->current_directory = cpy(ptr); in long_do_cwd()
151 if(fsession->ftp->current_directory) clear_path(fsession->ftp->current_directory); in do_cwd()
154 if(fsession->ftp->current_directory) { in do_cwd()
510 if(fsession->ftp->current_directory) in do_delete()
511 free(fsession->ftp->current_directory); in do_delete()
541 if(fsession->ftp->current_directory) in do_delete()
694 if(fsession->ftp->current_directory) in fsession_process_file()
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Doption.h96 char main_disk, *current_directory[128]; variable
106 assert(current_directory[d]); in ResetCurrentDirectoryOnDisk()
107 SetCurrentDirectory(current_directory[d]); in ResetCurrentDirectoryOnDisk()
112 SetCurrentDirectory(current_directory[main_disk]); in SetMainCurrentDirectory()
117 return current_directory[main_disk]; in GetMainCurrentDirectory()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_interception.cc276 LPVOID environment, LPCWSTR current_directory, in TargetCreateProcessW() argument
282 environment, current_directory, startup_info, in TargetCreateProcessW()
308 wchar_t current_directory[MAX_PATH]; in TargetCreateProcessW() local
309 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory); in TargetCreateProcessW()
311 cur_dir = current_directory; in TargetCreateProcessW()
341 LPVOID environment, LPCSTR current_directory, in TargetCreateProcessA() argument
346 environment, current_directory, startup_info, in TargetCreateProcessA()
391 wchar_t current_directory[MAX_PATH]; in TargetCreateProcessA() local
392 DWORD result = ::GetCurrentDirectory(MAX_PATH, current_directory); in TargetCreateProcessA()
394 cur_dir = current_directory; in TargetCreateProcessA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/platform_apps/
H A Dplatform_app_launch.cc70 const base::FilePath& current_directory) { in OpenExtensionApplicationWindow() argument
85 params.current_directory = current_directory; in OpenExtensionApplicationWindow()
120 const base::FilePath& current_directory) { in OpenExtensionApplicationWithReenablePrompt() argument
130 params.current_directory = current_directory; in OpenExtensionApplicationWithReenablePrompt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_service/
H A Dbrowser_app_launcher.cc43 const base::FilePath& current_directory, in LaunchAppWithCallback() argument
48 ::LaunchAppWithCallback(profile_, app_id, command_line, current_directory, in LaunchAppWithCallback()
58 app_id, command_line, current_directory, std::move(callback)); in LaunchAppWithCallback()
62 ::LaunchAppWithCallback(profile_, app_id, command_line, current_directory, in LaunchAppWithCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/apps/
H A Dlauncher.cc75 bool DoMakePathAbsolute(const base::FilePath& current_directory, in DoMakePathAbsolute() argument
81 if (current_directory.empty()) { in DoMakePathAbsolute()
89 if (!current_directory.IsAbsolute()) in DoMakePathAbsolute()
92 *file_path = current_directory.Append(*file_path); in DoMakePathAbsolute()
161 void LaunchWithRelativePath(const base::FilePath& current_directory) { in LaunchWithRelativePath() argument
167 current_directory)); in LaunchWithRelativePath()
175 void MakePathAbsolute(const base::FilePath& current_directory) { in MakePathAbsolute() argument
178 if (!DoMakePathAbsolute(current_directory, &*it)) { in MakePathAbsolute()
374 current_directory, source); in LaunchPlatformAppWithCommandLine()
382 const base::FilePath& current_directory, in LaunchPlatformAppWithCommandLineAndLaunchId() argument
[all …]
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dgraphicseditor.c66 gchar * current_directory = newname? in create_editable_file() local
70 if (!g_file_test (current_directory, G_FILE_TEST_EXISTS)) in create_editable_file()
71 g_mkdir_with_parents (current_directory, 0770); in create_editable_file()
72 outname = g_build_filename (current_directory, temp, NULL); in create_editable_file()
86 if(newname) g_free(current_directory); in create_editable_file()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/isort_container/isort/
H A Dsettings.py149 current_directory = path
150 while current_directory and tries < MAX_CONFIG_SEARCH_DEPTH:
151 potential_path = os.path.join(current_directory, native_str(name))
156 new_directory = os.path.split(current_directory)[0]
157 if current_directory == new_directory:
159 current_directory = new_directory
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/src/script/
H A Dcheck_xml_dir.pl164 my $current_directory;
175 $current_directory = getcwd();
179 get_xml_list($current_directory.'/'.$list_dir);
187 $xmllist{$current_directory.'/'.$list_dir} = 1;

12345678910>>...33