Home
last modified time | relevance | path

Searched refs:target_directory (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/py-bandit/bandit-1.7.1/tests/functional/
H A Dtest_baseline.py82 baseline_results = os.path.join(target_directory,
86 os.path.join(target_directory, key_file))
88 target_directory]
97 return (target_directory, return_code)
111 baseline_report = os.path.join(target_directory,
133 baseline_report = os.path.join(target_directory,
156 baseline_report = os.path.join(target_directory,
187 baseline_report = os.path.join(target_directory,
217 baseline_report = os.path.join(target_directory,
242 baseline_report = os.path.join(target_directory,
[all …]
/dports/editors/poke/poke-1.0/jitter/example-build-systems/
H A Dbootstrap80 for target_directory in $subs; do
100 mkdir ${target_directory}/examples 2> /dev/null || true
106 cp_or_fail ${file} ${target_directory}/examples/
111 cp_or_fail ${file} ${target_directory}/
116 cp_or_fail ../${file} ${target_directory}/
121 mkdir ${target_directory}/build-aux 2> /dev/null || true
122 cp_or_fail ../autoconf/jitter.m4 ${target_directory}/build-aux/
127 cd ${target_directory}/
139 for target_directory in $subs; do
140 cd ${target_directory}/
[all …]
/dports/sysutils/highlnk/highlnk-0.2/
H A Dhighlnk.c44 strncpy( target_directory, argv[1], PATH_MAX); in main()
45 if( target_directory[strlen( target_directory)-1] == '/') in main()
46 target_directory[strlen( target_directory)-1] = '\0'; in main()
50 if( 0 != stat( target_directory, &s[1])) in main()
52 if( 0 != mkdir( target_directory, 0755)) in main()
54 fprintf( stderr, "%s cannot be created.\n", target_directory); in main()
60 fprintf( stderr, "Created directory: %s\n", target_directory); in main()
62 stat( target_directory, &s[1]); in main()
81 strcpy( target_path, target_directory); in main()
107 fprintf( stdout, "Writing file structure to %s\n", target_directory); in main()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/scripts/
H A DcreateDevPackage.py91 def copy_regexp(regexp, source_directory, target_directory, verbose): argument
94 file_target_dir = os.path.join(target_directory, relative_dir)
107 common.copytree(source_directory, target_directory, symlinks=True, ignore=ignore)
110 if os.path.exists(arguments.target_directory) and (os.path.isfile(arguments.target_directory)
111 … or len(os.listdir(arguments.target_directory)) > 0):
112 … print('error: target directory "{0}" exists and is not empty'.format(arguments.target_directory))
124 …copy_regexp(source_include_regexp, arguments.source, arguments.target_directory, arguments.verbose)
125 … copy_regexp(build_include_regexp, arguments.build, arguments.target_directory, arguments.verbose)
129 os.path.join(arguments.target_directory, '*')])
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A D__main__.py154 if args.target_directory and args.system_directory:
156 target_directory = args.target_directory
158 target_directory = get_data_dir().split(os.path.sep)[0]
159 elif not target_directory:
160 target_directory = get_user_data_dir(True)
169 target_directory=target_directory,
189 directory=target_directory,
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-grab.c136 t_uchar * target_directory = NULL; in arch_grab() local
226 else if (str_cmp (name, "Target-Directory") == 0 && !target_directory) in arch_grab()
227 target_directory = value; in arch_grab()
249 if (target_directory) in arch_grab()
259 lim_free (0, target_directory); in arch_grab()
266 target_directory = target_directory_tail; in arch_grab()
269 if (target_directory == NULL) in arch_grab()
271 target_directory = str_save (0, target_revision); in arch_grab()
276 tmp_tail = str_alloc_cat_many (0, ",,grab.", target_directory, str_end); in arch_grab()
284 safe_printfmt(1, "Source: %s, Dest: %s\n", archive_location, target_directory); in arch_grab()
[all …]
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/src/
H A Dtogl.py42 target_directory = os.path.join(
47 log.info( 'Target directory: %s', target_directory )
54 if os.path.exists( target_directory ):
61 if not os.path.isdir( target_directory ):
62 log.warning( 'Creating directory: %s', target_directory )
64 os.makedirs( target_directory )
66 log.error( "Unable to create directory: %s", target_directory )
91 target_directory,
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/win32/setup/src/
H A DChangeAutorun.c181 TCHAR *target_directory; variable
315 if( target_directory ) in free_global_variables()
317 free( target_directory ); in free_global_variables()
318 target_directory = NULL; in free_global_variables()
373 target_directory = temp; in init_global_variables()
379 target_directory, in init_global_variables()
401 target_directory in init_global_variables()
414 target_directory in init_global_variables()
514 free( target_directory ); in init_global_variables()
515 target_directory = NULL; in init_global_variables()
[all …]
/dports/devel/cask/cask-0.8.3/
H A Dgo59 def bootstrap_cask(target_directory):
60 cask = os.path.join(target_directory, 'bin', 'cask')
68 def install_cask(target_directory):
69 if os.path.isdir(target_directory):
72 target_directory))
75 check_call(['git', 'clone', REPOSITORY, target_directory])
/dports/devel/pear-PHP_CompatInfo/PHP_CompatInfo-1.9.0/scripts/
H A Dconfigure.php110 $target_directory = $o; variable
116 $target_directory = '@php_dir@' . $ds . 'PHP' .$ds . 'CompatInfo' . $ds; variable
186 file_put_contents($target_directory . $extName . '_const_array.php',
255 file_put_contents($target_directory . $extName . '_const_array.php',
300 file_put_contents($target_directory . $extName . '_class_array.php',
346 file_put_contents($target_directory . $extName . '_func_array.php',
387 file_put_contents($target_directory . $sapi . '_sapi_array.php',
424 file_put_contents($target_directory . 'const_array.php',
471 file_put_contents($target_directory . 'class_array.php',
534 file_put_contents($target_directory . 'func_array.php',
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dln.c474 char const *target_directory = NULL; in main() local
530 if (target_directory) in main()
542 target_directory = optarg; in main()
582 if (target_directory) in main()
597 else if (n_files < 2 && !target_directory) in main()
599 target_directory = "."; in main()
604 if (n_files == 2 && !target_directory) in main()
610 = target_directory ? target_directory : file[n_files - 1]; in main()
628 n_files -= !target_directory; in main()
629 target_directory = d; in main()
[all …]
H A Dmv.c345 char *target_directory = NULL; in main() local
387 if (target_directory) in main()
399 target_directory = optarg; in main()
433 if (n_files <= !target_directory) in main()
445 if (target_directory) in main()
455 else if (!target_directory) in main()
465 target_directory = file[--n_files]; in main()
490 if (target_directory) in main()
502 ok &= movefile (file[i], target_directory, true, &x); in main()
/dports/graphics/krita/krita-4.4.8/plugins/python/krita_script_starter/
H A Dkrita_script_starter.py196 target_directory = QStandardPaths.writableLocation(app_data_location)
198 target_directory = os.path.join(target_directory, "krita")
199 target_directory = os.path.join(target_directory, "pykrita")
200 self.target_directory = target_directory
227 return os.path.join(self.target_directory, path)
299 % self.target_directory)
307 script_path = os.path.join(self.target_directory, self.package_file)
310 script_path = os.path.join(self.target_directory, self.manual_file)
387 target_file = os.path.join(self.target_directory, path)
/dports/deskutils/py-autokey/autokey-0.95.10/
H A Dsetup.py78 target_directory = Path(self.build_lib) / "autokey" / "qtui"
79 self.mkpath(str(target_directory))
80 … with open(str(target_directory / "compiled_resources.py"), "w") as compiled_qt_resources_file:
101 target_directory = resource_dir / "icons"
102 self.mkpath(str(target_directory))
111 shutil.copy(str(icon), str(target_directory))
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-cache-reaper.c183 GFile *target_directory) in cache_reaper_move_directory() argument
197 target_directory, in cache_reaper_move_directory()
207 target_directory, in cache_reaper_move_directory()
293 GFile *target_directory; in cache_reaper_scan_directory() local
297 target_directory = g_file_get_child ( in cache_reaper_scan_directory()
301 source_directory, target_directory); in cache_reaper_scan_directory()
304 g_object_unref (target_directory); in cache_reaper_scan_directory()
375 GFile *target_directory; in cache_reaper_move_to_trash() local
387 g_object_unref (target_directory); in cache_reaper_move_to_trash()
397 GFile *target_directory; in cache_reaper_recover_from_trash() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file_win_unittest.cc48 base::ScopedTempDir target_directory; in TEST() local
49 ASSERT_TRUE(target_directory.CreateUniqueTempDir()); in TEST()
60 target_directory.GetPath().Append(relative_path)); in TEST()
69 base_file.Initialize(base::FilePath(), target_directory.GetPath(), in TEST()
76 target_directory.GetPath().AppendASCII("test_file.doc"))); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dbase_file_win_unittest.cc48 base::ScopedTempDir target_directory; in TEST() local
49 ASSERT_TRUE(target_directory.CreateUniqueTempDir()); in TEST()
60 target_directory.GetPath().Append(relative_path)); in TEST()
69 base_file.Initialize(base::FilePath(), target_directory.GetPath(), in TEST()
76 target_directory.GetPath().AppendASCII("test_file.doc"))); in TEST()
/dports/lang/v8/v8-9.6.180.12/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py67 target_directory = os.path.join(
70 if options.generate and not os.path.exists(target_directory):
71 os.makedirs(target_directory)
83 yield os.path.join(target_directory, header_filename)
85 with open(os.path.join(target_directory, header_filename), 'w') as f:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py67 target_directory = os.path.join(
70 if options.generate and not os.path.exists(target_directory):
71 os.makedirs(target_directory)
83 yield os.path.join(target_directory, header_filename)
85 with open(os.path.join(target_directory, header_filename), 'w') as f:
/dports/www/node10/node-v10.24.1/deps/v8/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py67 target_directory = os.path.join(
70 if options.generate and not os.path.exists(target_directory):
71 os.makedirs(target_directory)
83 yield os.path.join(target_directory, header_filename)
85 with open(os.path.join(target_directory, header_filename), 'w') as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py67 target_directory = os.path.join(
70 if options.generate and not os.path.exists(target_directory):
71 os.makedirs(target_directory)
83 yield os.path.join(target_directory, header_filename)
85 with open(os.path.join(target_directory, header_filename), 'w') as f:
/dports/misc/gnuls/coreutils-8.30/src/
H A Dmv.c345 char *target_directory = NULL; in main() local
387 if (target_directory) in main()
399 target_directory = optarg; in main()
433 if (n_files <= !target_directory) in main()
445 if (target_directory) in main()
455 else if (!target_directory) in main()
465 target_directory = file[--n_files]; in main()
490 if (target_directory) in main()
502 ok &= movefile (file[i], target_directory, true, &x); in main()
/dports/www/serendipity/Serendipity-2.3.5/include/admin/
H A Dimages.inc.php245 …$serendipity['POST']['target_directory'][$tindex] = serendipity_uploadSecure($serendipity['POST'][…
246 …endipityPath'] . $serendipity['uploadPath'] . $serendipity['POST']['target_directory'][$tindex] . …
248 if (!serendipity_checkDirUpload($serendipity['POST']['target_directory'][$tindex])) {
256 …erendipityPath'] . $serendipity['uploadPath'] . $serendipity['POST']['target_directory'][$tindex]);
310 …thumbnail = serendipity_makeThumbnail($tfile, $serendipity['POST']['target_directory'][$tindex], $…
316 …d = serendipity_insertImageInDatabase($tfile, $serendipity['POST']['target_directory'][$tindex], $…
366 …$serendipity['POST']['target_directory'][$idx] = serendipity_uploadSecure($serendipity['POST']['ta…
368 … if (!serendipity_checkDirUpload($serendipity['POST']['target_directory'][$idx])) {
373 …endipityPath'] . $serendipity['uploadPath'] . $serendipity['POST']['target_directory'][$idx] . $tf…
395 …thumbnail = serendipity_makeThumbnail($tfile, $serendipity['POST']['target_directory'][$idx], $thu…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py50 target_directory = os.path.join(
53 if options.generate and not os.path.exists(target_directory):
54 os.makedirs(target_directory)
66 yield os.path.join(target_directory, header_filename)
68 header_path = os.path.join(target_directory, header_filename)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py50 target_directory = os.path.join(
53 if options.generate and not os.path.exists(target_directory):
54 os.makedirs(target_directory)
66 yield os.path.join(target_directory, header_filename)
68 header_path = os.path.join(target_directory, header_filename)

12345678910