Home
last modified time | relevance | path

Searched refs:default_path (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/dports/games/minetest_game/minetest_game-5.4.1/mods/default/
H A Dinit.lua56 dofile(default_path.."/functions.lua")
57 dofile(default_path.."/trees.lua")
58 dofile(default_path.."/nodes.lua")
59 dofile(default_path.."/chests.lua")
60 dofile(default_path.."/furnace.lua")
61 dofile(default_path.."/torch.lua")
62 dofile(default_path.."/tools.lua")
65 dofile(default_path.."/crafting.lua")
66 dofile(default_path.."/mapgen.lua")
67 dofile(default_path.."/aliases.lua")
[all …]
/dports/deskutils/phpicalendar/phpicalendar-2.4/rss/
H A Dindex.php13 if (empty($default_path)) {
15 …$default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PH… variable
37 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss.php?cal='.rawurlencode($file).…
38 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss1.0.php?cal='.rawurlencode($fil…
39 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss2.0.php?cal='.rawurlencode($fil…
42 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss.php?cal='.rawurlencode($file).…
44 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss2.0.php?cal='.rawurlencode($fil…
47 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss.php?cal='.rawurlencode($file).…
49 …$rss_list .= '<td><a href='.$phpiCal_config->default_path.'/rss/rss2.0.php?cal='.rawurlencode($fil…
52 …$footer_check = $phpiCal_config->default_path.'/rss/rss.php?cal%3D'.rawurlencode($file.'&amp;cpath…
[all …]
/dports/devel/git-extras/git-extras-6.3.0/bin/
H A Dgit-ignore-io4 default_path="$HOME/.gi_list"
6 default_path="$XDG_CACHE_HOME/git-extras/gi_list"
11 curl -L -s "${gitignore_io_url}/list" > "$default_path"
49 gi_list_date=$(stat -c "%y" "$default_path" 2> /dev/null)
51 gi_list_date=$(stat -f "%t%Sm" "$default_path" 2> /dev/null)
53 gi_list_date=$(date -r "$default_path" +%s 2> /dev/null)
80 … [-t|--show-update-time] Show the last modified time of $default_path (where the list…
81 echo " [-u|--update-list] Update $default_path"
86 if ! [ -f "$default_path" ]; then
89 echo "-----Save to $default_path-----"
[all …]
/dports/audio/sox/sox-14.4.2/src/
H A Dlibsox_i.c79 static char default_path[260] = ""; in startread()
80 if (default_path[0] == 0 in startread()
81 && !check_dir(default_path, sizeof(default_path), getenv("TEMP")) in startread()
82 && !check_dir(default_path, sizeof(default_path), getenv("TMP")) in startread()
84 && !check_dir(default_path, sizeof(default_path), "/tmp") in startread()
88 strcpy(default_path, "."); in startread()
91 path = default_path; in startread()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/shell_dialogs/
H A Dexecute_select_file_win.cc42 const base::FilePath& default_path) { in SetDefaultPath() argument
43 if (default_path.empty()) in SetDefaultPath()
48 if (IsDirectory(default_path)) { in SetDefaultPath()
49 default_folder = default_path; in SetDefaultPath()
51 default_folder = default_path.DirName(); in SetDefaultPath()
52 default_file_name = default_path.BaseName(); in SetDefaultPath()
105 const base::FilePath& default_path, in ConfigureDialog() argument
120 return SetDefaultPath(file_dialog, default_path) && in ConfigureDialog()
137 const base::FilePath& default_path, in RunSaveFileDialog() argument
313 const base::FilePath& default_path, in ExecuteSaveFile() argument
[all …]
H A Dselect_file_dialog_win_unittest.cc245 base::FilePath default_path = scoped_temp_dir.GetPath(); in TEST_F() local
250 base::string16(), default_path, nullptr, 0, L"", in TEST_F()
271 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
331 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
340 base::FilePath default_path = scoped_temp_dir.GetPath().Append(L"foo"); in TEST_F() local
359 EXPECT_EQ(selected_paths()[0], default_path.AddExtension(L"html")); in TEST_F()
364 base::FilePath default_path(L"foobar.html"); in TEST_F() local
383 EXPECT_EQ(selected_paths()[0].BaseName(), default_path); in TEST_F()
408 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
436 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/shell_dialogs/
H A Dexecute_select_file_win.cc42 const base::FilePath& default_path) { in SetDefaultPath() argument
43 if (default_path.empty()) in SetDefaultPath()
48 if (IsDirectory(default_path)) { in SetDefaultPath()
49 default_folder = default_path; in SetDefaultPath()
51 default_folder = default_path.DirName(); in SetDefaultPath()
52 default_file_name = default_path.BaseName(); in SetDefaultPath()
105 const base::FilePath& default_path, in ConfigureDialog() argument
120 return SetDefaultPath(file_dialog, default_path) && in ConfigureDialog()
137 const base::FilePath& default_path, in RunSaveFileDialog() argument
313 const base::FilePath& default_path, in ExecuteSaveFile() argument
[all …]
H A Dselect_file_dialog_win_unittest.cc245 base::FilePath default_path = scoped_temp_dir.GetPath(); in TEST_F() local
271 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
286 ASSERT_TRUE(base::WriteFile(default_path, contents)); in TEST_F()
314 ASSERT_TRUE(base::WriteFile(default_path, contents)); in TEST_F()
329 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
362 base::FilePath default_path(L"foobar.html"); in TEST_F() local
406 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
416 ASSERT_TRUE(base::WriteFile(default_path, contents)); in TEST_F()
433 EXPECT_EQ(selected_paths()[0], default_path); in TEST_F()
441 base::FilePath default_path = in TEST_F() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gtk/
H A Dselect_file_dialog_impl_kde.cc83 default_path(default_path), in KDialogParams()
90 base::FilePath default_path; member
237 const base::FilePath& default_path, in SelectFileImpl() argument
406 const base::FilePath& default_path, in CreateSelectFolderDialog() argument
418 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateSelectFolderDialog()
427 const base::FilePath& default_path, in CreateFileOpenDialog() argument
436 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateFileOpenDialog()
444 const base::FilePath& default_path, in CreateMultiFileOpenDialog() argument
453 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateMultiFileOpenDialog()
461 const base::FilePath& default_path, in CreateSaveAsDialog() argument
[all …]
H A Dselect_file_dialog_impl_gtk.cc134 const base::FilePath& default_path, in SelectFileImpl() argument
313 const base::FilePath& default_path, in CreateFileOpenHelper() argument
321 if (!default_path.empty()) { in CreateFileOpenHelper()
322 if (CallDirectoryExistsOnUIThread(default_path)) { in CreateFileOpenHelper()
341 const base::FilePath& default_path, in CreateSelectFolderDialog() argument
364 if (!default_path.empty()) { in CreateSelectFolderDialog()
386 const base::FilePath& default_path, in CreateFileOpenDialog() argument
401 const base::FilePath& default_path, in CreateMultiFileOpenDialog() argument
416 const base::FilePath& default_path, in CreateSaveAsDialog() argument
428 if (!default_path.empty()) { in CreateSaveAsDialog()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/workspaces/tests/src/Functional/
H A DPathWorkspacesTest.php179 $default_path = $default_node->path->alias;
182 $this->assertAccessiblePaths([$default_path, $translation_path]);
186 $this->assertAccessiblePaths([$default_path, $translation_path]);
198 $this->assertAccessiblePaths([$default_path, $stage_translation_path]);
205 $this->assertAccessiblePaths([$default_path, $translation_path]);
222 $this->assertAccessiblePaths([$default_path, $translation_path]);
239 $this->assertAccessiblePaths([$default_path, $translation_path]);
244 $this->assertAccessiblePaths([$default_path]);
257 $this->assertAccessiblePaths([$default_path, $translation_path]);
261 $this->assertAccessiblePaths([$default_path]);
[all …]
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dkdefault.c103 string default_path = "default"; in main() local
105 test_expand_default (NULL, default_path); in main()
106 test_expand_default ("", default_path); in main()
107 test_expand_default ("none", default_path); in main()
108 test_expand_default (ENV_SEP_STRING, default_path); in main()
109 test_expand_default (ENV_SEP_STRING "first", default_path); in main()
110 test_expand_default ("last" ENV_SEP_STRING, default_path); in main()
112 default_path); in main()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dkdefault.c103 string default_path = "default"; in main() local
105 test_expand_default (NULL, default_path); in main()
106 test_expand_default ("", default_path); in main()
107 test_expand_default ("none", default_path); in main()
108 test_expand_default (ENV_SEP_STRING, default_path); in main()
109 test_expand_default (ENV_SEP_STRING "first", default_path); in main()
110 test_expand_default ("last" ENV_SEP_STRING, default_path); in main()
112 default_path); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/
H A Dselect_file_dialog_impl_kde.cc81 default_path(default_path), in KDialogParams()
88 base::FilePath default_path; member
256 const base::FilePath& default_path, in SelectFileImpl() argument
467 const base::FilePath& default_path, in CreateSelectFolderDialog() argument
479 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateSelectFolderDialog()
488 const base::FilePath& default_path, in CreateFileOpenDialog() argument
497 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateFileOpenDialog()
505 const base::FilePath& default_path, in CreateMultiFileOpenDialog() argument
514 default_path.empty() ? *last_opened_path_ : default_path, parent, in CreateMultiFileOpenDialog()
522 const base::FilePath& default_path, in CreateSaveAsDialog() argument
[all …]
H A Dselect_file_dialog_impl_gtk.cc134 const base::FilePath& default_path, in SelectFileImpl() argument
313 const base::FilePath& default_path, in CreateFileOpenHelper() argument
321 if (!default_path.empty()) { in CreateFileOpenHelper()
322 if (CallDirectoryExistsOnUIThread(default_path)) { in CreateFileOpenHelper()
341 const base::FilePath& default_path, in CreateSelectFolderDialog() argument
364 if (!default_path.empty()) { in CreateSelectFolderDialog()
386 const base::FilePath& default_path, in CreateFileOpenDialog() argument
401 const base::FilePath& default_path, in CreateMultiFileOpenDialog() argument
416 const base::FilePath& default_path, in CreateSaveAsDialog() argument
428 if (!default_path.empty()) { in CreateSaveAsDialog()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/workspaces/tests/src/Functional/
H A DPathWorkspacesTest.php183 $default_path = $default_node->path->alias;
186 $this->assertAccessiblePaths([$default_path, $translation_path]);
190 $this->assertAccessiblePaths([$default_path, $translation_path]);
203 $this->assertAccessiblePaths([$default_path, $stage_translation_path]);
210 $this->assertAccessiblePaths([$default_path, $translation_path]);
228 $this->assertAccessiblePaths([$default_path, $translation_path]);
246 $this->assertAccessiblePaths([$default_path, $translation_path]);
251 $this->assertAccessiblePaths([$default_path]);
265 $this->assertAccessiblePaths([$default_path, $translation_path]);
269 $this->assertAccessiblePaths([$default_path]);
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-icons.c67 gchar *default_path; in gnc_load_app_icons() local
73 default_path = g_build_filename (pkgdatadir, "icons", NULL); in gnc_load_app_icons()
74 gtk_icon_theme_append_search_path (icon_theme, default_path); in gnc_load_app_icons()
75 g_free (default_path); in gnc_load_app_icons()
76 default_path = g_build_filename (datadir, "icons", NULL); in gnc_load_app_icons()
77 gtk_icon_theme_append_search_path (icon_theme, default_path); in gnc_load_app_icons()
78 g_free (default_path); in gnc_load_app_icons()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_captcha_registration/
H A Dinstall.lua5 default_path = "/usr/lib/prosody"
25 os.remove(default_path.."/"..filename)
26 copy_file(filename, default_path.."/"..filename)
27 print("copied: "..default_path.."/"..filename)
31 if not exists(default_path) then
36 copy_files(path or default_path)
/dports/x11/controllermap/SDL2-2.0.18/src/video/vita/
H A DSDL_vitagl_pvr.c43 char* default_path = "app0:module"; in VITA_GL_LoadLibrary() local
50 default_path = override; in VITA_GL_LoadLibrary()
56 SDL_snprintf(target_path, MAX_PATH, "%s/%s", default_path, "libgpu_es4_ext.suprx"); in VITA_GL_LoadLibrary()
59 SDL_snprintf(target_path, MAX_PATH, "%s/%s", default_path, "libIMGEGL.suprx"); in VITA_GL_LoadLibrary()
64 SDL_snprintf(hint.szGLES1, MAX_PATH, "%s/%s", default_path, "libGLESv1_CM.suprx"); in VITA_GL_LoadLibrary()
65 SDL_snprintf(hint.szGLES2, MAX_PATH, "%s/%s", default_path, "libGLESv2.suprx"); in VITA_GL_LoadLibrary()
66 … SDL_snprintf(hint.szWindowSystem, MAX_PATH, "%s/%s", default_path, "libpvrPSP2_WSEGL.suprx"); in VITA_GL_LoadLibrary()
/dports/devel/sdl20/SDL2-2.0.18/src/video/vita/
H A DSDL_vitagl_pvr.c43 char* default_path = "app0:module"; in VITA_GL_LoadLibrary() local
50 default_path = override; in VITA_GL_LoadLibrary()
56 SDL_snprintf(target_path, MAX_PATH, "%s/%s", default_path, "libgpu_es4_ext.suprx"); in VITA_GL_LoadLibrary()
59 SDL_snprintf(target_path, MAX_PATH, "%s/%s", default_path, "libIMGEGL.suprx"); in VITA_GL_LoadLibrary()
64 SDL_snprintf(hint.szGLES1, MAX_PATH, "%s/%s", default_path, "libGLESv1_CM.suprx"); in VITA_GL_LoadLibrary()
65 SDL_snprintf(hint.szGLES2, MAX_PATH, "%s/%s", default_path, "libGLESv2.suprx"); in VITA_GL_LoadLibrary()
66 … SDL_snprintf(hint.szWindowSystem, MAX_PATH, "%s/%s", default_path, "libpvrPSP2_WSEGL.suprx"); in VITA_GL_LoadLibrary()
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/
H A DHelpers.pm29 my $default_path = shift || '';
37 } elsif ($default_path) {
47 if (ref $default_path) {
48 push @prefix, @{$default_path};
50 push @prefix, $default_path;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/
H A DHelpers.pm29 my $default_path = shift || '';
37 } elsif ($default_path) {
47 if (ref $default_path) {
48 push @prefix, @{$default_path};
50 push @prefix, $default_path;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/win/
H A Dchrome_select_file_dialog_factory.cc32 const base::FilePath& default_path,
43 const base::FilePath& default_path,
74 const base::FilePath& default_path, in ExecuteSelectFile() argument
81 new UtilWinHelper(type, title, default_path, filter, file_type_index, in ExecuteSelectFile()
89 const base::FilePath& default_path, in UtilWinHelper() argument
105 type, base::win::HandleToUint32(owner), title, default_path, filter, in UtilWinHelper()
134 const base::FilePath& default_path, in ExecuteSelectFileImpl() argument
140 UtilWinHelper::ExecuteSelectFile(type, title, default_path, filter, in ExecuteSelectFileImpl()
/dports/www/c-icap/c_icap-0.5.10/os/unix/
H A Ddlib.c27 void *ci_module_load(const char *module_file, const char *default_path) in ci_module_load() argument
32 if (module_file[0] != '/' && default_path) { in ci_module_load()
33 len = strlen(default_path) + strlen(module_file) + 1; /*plus the '/' delimiter */ in ci_module_load()
38 default_path, module_file, CI_MAX_PATH); in ci_module_load()
41 strcpy(path, default_path); in ci_module_load()
/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Derror.php15 $default_path = $phpiCal_config->default_path;
16 if (empty($phpiCal_config->default_path)) {
18 …$default_path = 'https://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].substr($_SERVER['PH…
32 'default_path' => $phpiCal_config->default_path.$error_base,

12345678910>>...36