Home
last modified time | relevance | path

Searched refs:dirs_to_create (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/addon-sdk/source/python-lib/cuddlefish/
H A Dxpi.py32 dirs_to_create = set() # zipfile paths, no trailing slash
53 dirs_to_create.add(folder)
62 dirs_to_create.add(arcpath)
85 dirs_to_create.add(arcpath)
100 dirs_to_create.add(base_arcpath)
106 dirs_to_create.add(base_arcpath)
147 dirs_to_create.add(parentpath)
151 for name in sorted(dirs_to_create.union(set(files_to_copy))):
152 if name in dirs_to_create:
/dports/math/libflame/libflame-5.2.0/windows/build/
H A Dgather-src-for-windows.py110 dirs_to_create = []
114 dirs_to_create.append( flat_config_base_dirpath )
124 dirs_to_create.append( os.path.join( flat_header_base_dirpath, leaf_name ) )
125 dirs_to_create.append( os.path.join( flat_source_base_dirpath, leaf_name ) )
128 for dirpath in dirs_to_create:
/dports/lang/parrot/parrot-8.1.0/lib/Parrot/
H A DInstall.pm180 my @dirs_to_create = grep { ! -d } map { $destdir . $_ } sort keys %{$directories};
186 my @dirs_created = mkpath( \@dirs_to_create, $print_the_dirs, $mode );
/dports/devel/svn_load_dirs/svn_load_dirs-1.8.4/
H A Dsvn_load_dirs.pl.in422 my @dirs_to_create;
454 push(@dirs_to_create, $d);
461 if (@dirs_to_create)
464 foreach my $dir (@dirs_to_create)
473 foreach my $dir (@dirs_to_create)
/dports/graphics/py-pyglet/pyglet-1.5.21/tools/ffmpeg/
H A Dfs.py121 for path in pathserv.dirs_to_create():
246 def dirs_to_create(self): member in PathServices
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/www/zola/zola-0.15.2/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in append_file()
765 dirs_to_create.push(ancestor); in append_file()
772 for ancestor in dirs_to_create.into_iter().rev() { in append_file()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/lang/rust/rustc-1.58.1-src/vendor/tar/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tar-0.4.37/src/
H A Dentry.rs763 let mut dirs_to_create = Vec::new(); in ensure_dir_created() localVariable
765 dirs_to_create.push(ancestor); in ensure_dir_created()
772 for ancestor in dirs_to_create.into_iter().rev() { in ensure_dir_created()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-functions.php2992 $dirs_to_create = array();
3001 $dirs_to_create[$dirs] = $dirs;
3006 foreach ($dirs_to_create as $dir) {