Home
last modified time | relevance | path

Searched refs:basepath (Results 1 – 25 of 1642) sorted by relevance

12345678910>>...66

/dports/databases/puppetdb6/puppetdb-6.19.1/
H A Dcontroller.sh17 basepath=$3
19 if [ ! -d "$basepath" ]; then
20 mkdir -p $basepath
26 cp -r "$basepath/base" "$basepath/systemd_el"
30 cp -r "$basepath/base" "$basepath/old_el"
34 cp -r "$basepath/base" "$basepath/old_sles"
46 cp -r "$basepath/base_deb" "$basepath/systemd_deb"
54 cp -r "$basepath/base_deb" "$basepath/sysvinit_deb"
60 cp -r "$basepath/base" "$basepath/systemd_deb"
64 cp -r "$basepath/base" "$basepath/systemd_notasksmax_deb"
[all …]
/dports/databases/puppetdb7/puppetdb-7.8.0/
H A Dcontroller.sh17 basepath=$3
19 if [ ! -d "$basepath" ]; then
20 mkdir -p $basepath
26 cp -r "$basepath/base" "$basepath/systemd_el"
30 cp -r "$basepath/base" "$basepath/old_el"
34 cp -r "$basepath/base" "$basepath/old_sles"
46 cp -r "$basepath/base_deb" "$basepath/systemd_deb"
54 cp -r "$basepath/base_deb" "$basepath/sysvinit_deb"
60 cp -r "$basepath/base" "$basepath/systemd_deb"
64 cp -r "$basepath/base" "$basepath/systemd_notasksmax_deb"
[all …]
/dports/devel/p5-Module-ScanDeps/Module-ScanDeps-1.31/t/
H A D9-check_path_to_inc_name.t15 my $basepath;
19 $basepath = cwd().'/t/data/check_path_to_inc_name/';
21 is(path_to_inc_name($basepath.$name, $warn), $name, "$name correctly returned by path_to_inc_name($
23 is(path_to_inc_name($basepath.$name, $warn), $name, "$name correctly returned by path_to_inc_name($
26 $basepath = 't/data/check_path_to_inc_name/';
28 is(path_to_inc_name($basepath.$name, $warn), $name, "$name correctly returned by path_to_inc_name($
30 is(path_to_inc_name($basepath.$name, $warn), $name, "$name correctly returned by path_to_inc_name($
33 $basepath = 't/data/check_path_to_inc_name/';
35 is(path_to_inc_name($basepath.$name, $warn), $name, "$name correctly returned by path_to_inc_name($
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/_assets/patches/
H A Dpatcher29 basepath="."
33 basepath=$2
37 if [ $basepath == "." ]; then
43 if [ $basepath == "." ]; then
53 basepath=$2
55 if [ $basepath == "." ]; then
68 basepath=$OPTARG
104 gitApplyReverse "$f" "$basepath"
114 gitApply "$f" "$basepath" 0
155 gitApplyReverse "$f" "$basepath"
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Profile/
H A DBase.pm70 my @basepath = split /\./, $profile_path;
75 push @basepath, 'extensions', $ext;
81 if (!$config->exists(\@basepath)) {
83 $basepath[1] = 'default';
84 if ($config->exists(\@basepath)) {
166 if ($config->get([ @basepath, 'hash']))
189 if ($config->get([ @basepath, 'copy' ]) )
242 pop @basepath;
250 push @basepath, "policy_identifier";
254 @oids = $config->get_keys(\@basepath);
[all …]
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Crypto/Profile/
H A DBase.pm70 my @basepath = split /\./, $profile_path;
75 push @basepath, 'extensions', $ext;
81 if (!$config->exists(\@basepath)) {
83 $basepath[1] = 'default';
84 if ($config->exists(\@basepath)) {
166 if ($config->get([ @basepath, 'hash']))
189 if ($config->get([ @basepath, 'copy' ]) )
242 pop @basepath;
250 push @basepath, "policy_identifier";
254 @oids = $config->get_keys(\@basepath);
[all …]
/dports/devel/gitlist/gitlist/vendor/phpunit/php-file-iterator/src/
H A DIterator.php40 protected $basepath; variable in File_Iterator
47 * @param string $basepath
49 …, array $suffixes = array(), array $prefixes = array(), array $exclude = array(), $basepath = NULL) argument
53 if ($basepath !== NULL) {
54 $basepath = realpath($basepath);
57 if ($basepath === FALSE) {
58 $basepath = NULL;
61 $_exclude = str_replace($basepath, '', $_exclude);
68 $this->basepath = $basepath;
82 if ($this->basepath !== NULL) {
[all …]
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/php-file-iterator/File/
H A DIterator.php78 protected $basepath; variable in File_Iterator
85 * @param string $basepath
87 …, array $suffixes = array(), array $prefixes = array(), array $exclude = array(), $basepath = NULL) argument
91 if ($basepath !== NULL) {
92 $basepath = realpath($basepath);
95 if ($basepath === FALSE) {
96 $basepath = NULL;
99 $_exclude = str_replace($basepath, '', $_exclude);
106 $this->basepath = $basepath;
120 if ($this->basepath !== NULL) {
[all …]
/dports/www/moodle310/moodle/backup/converter/imscc11/
H A Dbackuplib.php62 $basepath = $this->get_basepath();
65 $zipfile = $basepath . '/backup.imscc';
112 $basepath = $this->get_basepath();
115 $filestemp = get_directory_list($basepath, '', false, true, true);
119 $files[$file] = $basepath . '/' . $file;
123 $zipfile = $basepath . '/backup.imscc';
138 $basepath = $this->get_basepath();
146 cc_convert_moodle2::convert($basepath, $tempdir);
149 fulldelete($basepath);
151 if (!rename($basepath, $basepath . '_moodle2_source')) {
[all …]
/dports/www/moodle311/moodle/backup/converter/imscc11/
H A Dbackuplib.php62 $basepath = $this->get_basepath();
65 $zipfile = $basepath . '/backup.imscc';
112 $basepath = $this->get_basepath();
115 $filestemp = get_directory_list($basepath, '', false, true, true);
119 $files[$file] = $basepath . '/' . $file;
123 $zipfile = $basepath . '/backup.imscc';
138 $basepath = $this->get_basepath();
146 cc_convert_moodle2::convert($basepath, $tempdir);
149 fulldelete($basepath);
151 if (!rename($basepath, $basepath . '_moodle2_source')) {
[all …]
/dports/www/moodle39/moodle/backup/converter/imscc11/
H A Dbackuplib.php62 $basepath = $this->get_basepath();
65 $zipfile = $basepath . '/backup.imscc';
112 $basepath = $this->get_basepath();
115 $filestemp = get_directory_list($basepath, '', false, true, true);
119 $files[$file] = $basepath . '/' . $file;
123 $zipfile = $basepath . '/backup.imscc';
138 $basepath = $this->get_basepath();
146 cc_convert_moodle2::convert($basepath, $tempdir);
149 fulldelete($basepath);
151 if (!rename($basepath, $basepath . '_moodle2_source')) {
[all …]
/dports/textproc/p5-LaTeX-Driver/LaTeX-Driver-1.2.0/t/
H A D10-simpledoc.t51 ok(-f ($drv->basepath . '.pdf'), "PDF file exists");
52 ok(! -f ($drv->basepath . '.dvi'), "but DVI file doesn't");
53 ok(! -f ($drv->basepath . '.ps'), "but PS file doesn't");
64 ok(-f ($drv->basepath . '.ps'), "PostScript file exists");
65 ok(-f ($drv->basepath . '.dvi'), "as does DVI file");
66 ok(! -f ($drv->basepath . '.pdf'), "but PS file doesn't");
77 ok(-f ($drv->basepath . '.pdf'), "PDF file exists");
78 ok(-f ($drv->basepath . '.ps'), "PostScript file exists");
79 ok(-f ($drv->basepath . '.dvi'), "DVI file exists");
89 ok(-f ($drv->basepath . '.pdf'), "PDF file exists");
[all …]
/dports/textproc/p5-LaTeX-Driver/LaTeX-Driver-1.2.0/lib/LaTeX/
H A DDriver.pm225 basepath => $basepath,
258 unless -f $self->basepath . '.tex';
450 my $basepath = $self->basepath;
451 copy("$basepath.cit", "$basepath.cbk");
535 my $basepath = $self->basepath;
536 copy("$basepath.idx", "$basepath.ibk");
553 my $basepath = $self->basepath;
554 my $raw_index_file = "$basepath.idx";
555 my $backup_file = "$basepath.ibk";
756 unlink $self->basepath . ".$_"
[all …]
/dports/www/gohugo/hugo-0.91.2/commands/
H A Dnew_site.go64 archeTypePath := filepath.Join(basepath, "archetypes")
66 filepath.Join(basepath, "layouts"),
67 filepath.Join(basepath, "content"),
69 filepath.Join(basepath, "static"),
70 filepath.Join(basepath, "data"),
71 filepath.Join(basepath, "themes"),
74 if exists, _ := helpers.Exists(basepath, fs.Source); exists {
75 if isDir, _ := helpers.IsDir(basepath, fs.Source); !isDir {
76 return errors.New(basepath + " already exists but not a directory")
79 isEmpty, _ := helpers.IsEmpty(basepath, fs.Source)
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Djtrconf.pm8 my $basepath = dirname(__FILE__).'/';
22 $basepath = $_[0];
23 if (!defined $basepath || length($basepath) == 0) {
24 $basepath = './';
26 if (substr($basepath, length($basepath)-1) ne '/') {
27 $basepath .= '/';
48 $dirname = $basepath;
72 open (FILE, $basepath.$confname) or die "cant open $basepath$confname\n";
/dports/lang/fpc-utils/fpc-3.2.2/utils/fpcmkcfg/
H A Dfpinc.cfg7 -Fu%basepath%\units\$fpctarget
8 -Fu%basepath%\units\$fpctarget\*
9 -Fu%basepath%\units\$fpctarget\rtl
23 -Fu%basepath%\units\$fpctarget
24 -Fu%basepath%\units\$fpctarget\*
25 -Fu%basepath%\units\$fpctarget\rtl
37 -Fu%basepath%\units\$fpctarget
38 -Fu%basepath%\units\$fpctarget\*
39 -Fu%basepath%\units\$fpctarget\rtl
H A Dfpcfg.inc12 ' -Fu%basepath%\units\$fpctarget'#010+
13 ' -Fu%basepath%\units\$fpctarget\*'#010+
14 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
28 ' -Fu%basepath%\units\$fpctarget'#010+
29 ' -Fu%basepath%\units\$fpctarget\*'#010+
30 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
42 ' -Fu%basepath%\units\$fpctarget'#010+
43 ' -Fu%basepath%\units','\$fpctarget\*'#010+
44 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
/dports/lang/fpc-source/fpc-3.2.2/utils/fpcmkcfg/
H A Dfpinc.cfg7 -Fu%basepath%\units\$fpctarget
8 -Fu%basepath%\units\$fpctarget\*
9 -Fu%basepath%\units\$fpctarget\rtl
23 -Fu%basepath%\units\$fpctarget
24 -Fu%basepath%\units\$fpctarget\*
25 -Fu%basepath%\units\$fpctarget\rtl
37 -Fu%basepath%\units\$fpctarget
38 -Fu%basepath%\units\$fpctarget\*
39 -Fu%basepath%\units\$fpctarget\rtl
H A Dfpcfg.inc12 ' -Fu%basepath%\units\$fpctarget'#010+
13 ' -Fu%basepath%\units\$fpctarget\*'#010+
14 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
28 ' -Fu%basepath%\units\$fpctarget'#010+
29 ' -Fu%basepath%\units\$fpctarget\*'#010+
30 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
42 ' -Fu%basepath%\units\$fpctarget'#010+
43 ' -Fu%basepath%\units','\$fpctarget\*'#010+
44 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
/dports/lang/fpc/fpc-3.2.2/utils/fpcmkcfg/
H A Dfpinc.cfg7 -Fu%basepath%\units\$fpctarget
8 -Fu%basepath%\units\$fpctarget\*
9 -Fu%basepath%\units\$fpctarget\rtl
23 -Fu%basepath%\units\$fpctarget
24 -Fu%basepath%\units\$fpctarget\*
25 -Fu%basepath%\units\$fpctarget\rtl
37 -Fu%basepath%\units\$fpctarget
38 -Fu%basepath%\units\$fpctarget\*
39 -Fu%basepath%\units\$fpctarget\rtl
H A Dfpcfg.inc12 ' -Fu%basepath%\units\$fpctarget'#010+
13 ' -Fu%basepath%\units\$fpctarget\*'#010+
14 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
28 ' -Fu%basepath%\units\$fpctarget'#010+
29 ' -Fu%basepath%\units\$fpctarget\*'#010+
30 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
42 ' -Fu%basepath%\units\$fpctarget'#010+
43 ' -Fu%basepath%\units','\$fpctarget\*'#010+
44 ' -Fu%basepath%\units\$fpctarget\rtl'#010+
/dports/security/john/john-1.9.0-jumbo-1/.circleci/
H A Dcircle-ci.sh7 basepath="/usr/$TARGET_ARCH-w64-mingw32/sys-root/mingw/bin"
9 cp "$basepath/libgomp-1.dll" ../run
10 cp "$basepath/libgmp-10.dll" ../run
11 cp "$basepath/libbz2-1.dll" ../run
12 cp "$basepath/libwinpthread-1.dll" ../run
13 cp "$basepath/zlib1.dll" ../run
14 cp "$basepath/libcrypto-10.dll" ../run
15 cp "$basepath/libssl-10.dll" ../run
18 cp "$basepath/libgcc_s_seh-1.dll" ../run
22 cp "$basepath/libgcc_s_sjlj-1.dll" ../run
/dports/www/mediawiki135/mediawiki-1.35.5/includes/utils/
H A DAutoloadGenerator.php41 protected $basepath; variable in AutoloadGenerator
84 public function __construct( $basepath, $flags = [] ) { argument
88 $this->basepath = self::normalizePathSeparator( realpath( $basepath ) );
152 $len = strlen( $this->basepath );
153 if ( substr( $path, 0, $len ) !== $this->basepath ) {
169 $len = strlen( $this->basepath );
344 'filename' => $this->basepath . '/extension.json',
348 if ( file_exists( $this->basepath . '/skin.json' ) ) {
350 'filename' => $this->basepath . '/skin.json',
356 'filename' => $this->basepath . '/autoload.php',
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/utils/
H A DAutoloadGenerator.php41 protected $basepath; variable in AutoloadGenerator
84 public function __construct( $basepath, $flags = [] ) { argument
88 $this->basepath = self::normalizePathSeparator( realpath( $basepath ) );
150 $len = strlen( $this->basepath );
151 if ( substr( $path, 0, $len ) !== $this->basepath ) {
167 $len = strlen( $this->basepath );
352 'filename' => $this->basepath . '/extension.json',
356 if ( file_exists( $this->basepath . '/skin.json' ) ) {
358 'filename' => $this->basepath . '/skin.json',
364 'filename' => $this->basepath . '/autoload.php',
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/utils/
H A DAutoloadGenerator.php41 protected $basepath; variable in AutoloadGenerator
84 public function __construct( $basepath, $flags = [] ) { argument
88 $this->basepath = self::normalizePathSeparator( realpath( $basepath ) );
150 $len = strlen( $this->basepath );
151 if ( substr( $path, 0, $len ) !== $this->basepath ) {
167 $len = strlen( $this->basepath );
352 'filename' => $this->basepath . '/extension.json',
356 if ( file_exists( $this->basepath . '/skin.json' ) ) {
358 'filename' => $this->basepath . '/skin.json',
364 'filename' => $this->basepath . '/autoload.php',
[all …]

12345678910>>...66