Home
last modified time | relevance | path

Searched refs:TempDir (Results 1 – 25 of 8949) sorted by relevance

12345678910>>...358

/dports/misc/openhab/openhab-3.2.0/runtime/bin/
H A Dbackup.ps191 $TempDir = "$(GetOpenHABTempDirectory)\backup" in Backup-openHAB() variable
95 CreateDirectory $TempDir in Backup-openHAB() variable
108 $BackupProperites = "$TempDir\backup.properties" in Backup-openHAB()
122 Copy-Item $OHUserData $TempDir -Recurse -ErrorAction Stop in Backup-openHAB()
123 Copy-Item $OHConf $TempDir -Recurse -ErrorAction Stop in Backup-openHAB()
132 DeleteIfExists "$TempDir\userdata\etc\$sysFile" in Backup-openHAB() variable
134 DeleteIfExists "$TempDir\userdata\cache" $True in Backup-openHAB() variable
135 DeleteIfExists "$TempDir\userdata\tmp" $True in Backup-openHAB() variable
138 DeleteIfExists "$TempDir\userdata\backups" $True in Backup-openHAB() variable
188 $parent = (Get-Item $TempDir).Parent.FullName in Backup-openHAB()
[all …]
H A Drestore97 TempDir="/tmp/openhab/restore"
101 mkdir -p "$TempDir" || {
102 echo "Failed to make temporary directory: $TempDir" >&2
118 unzip -oq "$InputFile" -d "$TempDir" || {
124 if [ ! -f "$TempDir/backup.properties" ]; then
130 str="$(awk '/version=/{print $1}' "$TempDir/backup.properties")"
134 str="$(awk '/user=/{print $1}' "$TempDir/backup.properties")"
136 str="$(awk '/group=/{print $1}' "$TempDir/backup.properties")"
219 command cp -af "$TempDir/conf/"* "${OPENHAB_CONF:?}/" || {
229 echo "Please check $TempDir and replace userdata." >&2
[all …]
H A Drestore.ps1105 $TempDir = "$(GetOpenHABTempDirectory)\restore" in Restore-openHAB() variable
106 Write-Host -ForegroundColor Cyan "Creating temporary restore directory $TempDir" in Restore-openHAB() variable
108 CreateDirectory $TempDir in Restore-openHAB() variable
111 exit PrintAndReturn "Could not create directory $TempDir - exiting" $_ in Restore-openHAB() variable
117 Write-Host -ForegroundColor Yellow "Using $TempDir as temporary restore directory" in Restore-openHAB() variable
127 return PrintAndThrow "Could not unzip $ArchiveName to $TempDir - exiting" $_ in Restore-openHAB()
182 Write-Host -ForegroundColor Cyan "Copying the $TempDir\conf to $OHConf" in Restore-openHAB() variable
189 return PrintAndThrow "Error copy $TempDir\conf to $OHConf - exiting" $_ in Restore-openHAB() variable
215 Write-Host -ForegroundColor Yellow "Error restoring from $TempDir" in Restore-openHAB() variable
220 $parent = (Get-Item $TempDir).Parent.FullName in Restore-openHAB()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/include/perfetto/ext/base/
H A Dtemp_file.h57 class TempDir {
59 static TempDir Create();
61 TempDir(TempDir&&) noexcept;
62 TempDir& operator=(TempDir&&);
63 ~TempDir();
68 TempDir();
69 TempDir(const TempDir&) = delete;
70 TempDir& operator=(const TempDir&) = delete;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/include/perfetto/ext/base/
H A Dtemp_file.h59 class TempDir {
61 static TempDir Create();
63 TempDir(TempDir&&) noexcept;
64 TempDir& operator=(TempDir&&);
65 ~TempDir();
70 TempDir();
71 TempDir(const TempDir&) = delete;
72 TempDir& operator=(const TempDir&) = delete;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/editors/kibi/kibi-0.2.2/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { implementation
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { implementation
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { implementation
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { implementation
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { implementation
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/tempfile/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { impl
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/tempfile-3.2.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/tempfile-3.1.0/src/
H A Ddir.rs63 pub fn tempdir() -> io::Result<TempDir> { in tempdir()
64 TempDir::new() in tempdir()
113 TempDir::new_in(dir) in tempdir_in()
194 pub struct TempDir { struct
198 impl TempDir { argument
233 pub fn new() -> io::Result<TempDir> { in new()
379 impl AsRef<Path> for TempDir { implementation
385 impl fmt::Debug for TempDir { implementation
393 impl Drop for TempDir { implementation
402 pub(crate) fn create(path: PathBuf) -> io::Result<TempDir> { in create() argument
[all …]

12345678910>>...358