Home
last modified time | relevance | path

Searched refs:tmpFile (Results 1 – 25 of 2062) sorted by relevance

12345678910>>...83

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IO.Compression/Test/System.IO.Compression/
H A DZipTest.cs62 File.Delete (tmpFile); in ZipGetEntryReadMode()
82 File.Delete (tmpFile); in ZipGetEntryCreateMode()
100 File.Delete (tmpFile); in ZipGetEntryUpdateMode()
117 File.Delete (tmpFile); in ZipGetEntryOpen()
143 File.Delete (tmpFile); in ZipOpenAndReopenEntry()
164 File.Delete (tmpFile); in ZipOpenCloseAndReopenEntry()
188 File.Delete (tmpFile); in ZipGetEntryDeleteReadMode()
207 File.Delete (tmpFile); in ZipDeleteEntryCheckEntries()
231 File.Delete (tmpFile); in ZipGetEntryDeleteUpdateMode()
265 File.Delete (tmpFile); in ZipCreateArchive()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/signify/
H A Dsignify_test.go43 defer tmpFile.Close()
49 tmpFile.Write(data)
55 err = SignFile(tmpFile.Name(), tmpFile.Name()+".sig", testSecKey, "clé", "croissants")
87 defer tmpFile.Close()
93 tmpFile.Write(data)
99 err = SignFile(tmpFile.Name(), tmpFile.Name()+".sig", testSecKey, "", "crois\nsants")
112 defer tmpFile.Close()
118 tmpFile.Write(data)
137 defer tmpFile.Close()
143 tmpFile.Write(data)
[all …]
/dports/math/frobby/frobby-0.9.1/test/testScripts/
H A Drun_optimize_test23 $testHelper transform $tmpFile $tmpFile -canon
25 rm -f $tmpFile
30 $testHelper transform $tmpFile $tmpFile -canon
32 rm -f $tmpFile
37 $testHelper transform $tmpFile $tmpFile -canon
39 rm -f $tmpFile
44 $testHelper transform $tmpFile $tmpFile -canon
46 rm -f $tmpFile
58 rm -f $tmpFile
65 rm -f $tmpFile
[all …]
H A Drun_euler_test6 tmpFile=./frobbyEulerRadicalTmp
13 $frobby transform -radical -minimize -trimVariables < $test.test > $tmpFile \
20 $testhelper euler $tmpFile $test.euler -pivot hybrid $*
24 $frobby transform -swap01 < $tmpFile > $tmpFileInverted 2>/dev/null
29 $testhelper euler $tmpFile $test.euler -pivot gen -autotranspose off $*
31 $testhelper euler $tmpFile $test.euler -pivot std -autotranspose off $*
63 $testhelper euler $tmpFile $test.euler -pivot gen \
74 $testhelper euler $tmpFile $test.euler -pivot std \
80 $testhelper euler $tmpFile $test.euler -pivot gen $*
82 $testhelper euler $tmpFile $test.euler -pivot std $*
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/image/
H A Dimage.c49 dstring_t *tmpFile; in LoadImage() local
55 tmpFile = dstring_new (); in LoadImage()
59 tmp = ext - tmpFile->str; in LoadImage()
61 tmp = tmpFile->size - 1; in LoadImage()
64 dstring_replace (tmpFile, tmp, tmpFile->size, ".png", 5); in LoadImage()
69 dstring_delete (tmpFile); in LoadImage()
74 dstring_replace (tmpFile, tmp, tmpFile->size, ".tga", 5); in LoadImage()
79 dstring_delete (tmpFile); in LoadImage()
96 dstring_replace (tmpFile, tmp, tmpFile->size, ".pcx", 5); in LoadImage()
101 dstring_delete (tmpFile); in LoadImage()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/opts/
H A Denvfile_test.go18 defer tmpFile.Close()
20 tmpFile.WriteString(content)
21 return tmpFile.Name()
41 defer os.Remove(tmpFile)
64 defer os.Remove(tmpFile)
94 defer os.Remove(tmpFile)
96 _, err := ParseEnvFile(tmpFile)
115 defer os.Remove(tmpFile)
128 defer os.Remove(tmpFile)
150 defer os.Remove(tmpFile)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/opts/
H A Denvfile_test.go18 defer tmpFile.Close()
20 tmpFile.WriteString(content)
21 return tmpFile.Name()
41 defer os.Remove(tmpFile)
64 defer os.Remove(tmpFile)
94 defer os.Remove(tmpFile)
96 _, err := ParseEnvFile(tmpFile)
115 defer os.Remove(tmpFile)
128 defer os.Remove(tmpFile)
150 defer os.Remove(tmpFile)
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/opts/
H A Denvfile_test.go18 defer tmpFile.Close()
20 tmpFile.WriteString(content)
21 return tmpFile.Name()
41 defer os.Remove(tmpFile)
64 defer os.Remove(tmpFile)
94 defer os.Remove(tmpFile)
96 _, err := ParseEnvFile(tmpFile)
115 defer os.Remove(tmpFile)
128 defer os.Remove(tmpFile)
150 defer os.Remove(tmpFile)
[all …]
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/
H A DFileBagTest.php35 $tmpFile = $this->createTempFile();
36 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
39 'name' => basename($tmpFile),
41 'tmp_name' => $tmpFile,
64 $tmpFile = $this->createTempFile();
65 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
76 'file' => $tmpFile,
93 $tmpFile = $this->createTempFile();
94 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
122 $tmpFile = $this->createTempFile();
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DFileBagTest.php34 $tmpFile = $this->createTempFile();
35 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
38 'name' => basename($tmpFile),
40 'tmp_name' => $tmpFile,
89 $tmpFile = $this->createTempFile();
90 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
101 'file' => $tmpFile,
118 $tmpFile = $this->createTempFile();
119 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
147 $tmpFile = $this->createTempFile();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/
H A DFileBagTest.php34 $tmpFile = $this->createTempFile();
35 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
38 'name' => basename($tmpFile),
40 'tmp_name' => $tmpFile,
89 $tmpFile = $this->createTempFile();
90 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
101 'file' => $tmpFile,
118 $tmpFile = $this->createTempFile();
119 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
147 $tmpFile = $this->createTempFile();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/
H A DFileBagTest.php34 $tmpFile = $this->createTempFile();
35 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
38 'name' => basename($tmpFile),
40 'tmp_name' => $tmpFile,
89 $tmpFile = $this->createTempFile();
90 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
101 'file' => $tmpFile,
118 $tmpFile = $this->createTempFile();
119 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
147 $tmpFile = $this->createTempFile();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/
H A DFileBagTest.php34 $tmpFile = $this->createTempFile();
35 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
38 'name' => basename($tmpFile),
40 'tmp_name' => $tmpFile,
89 $tmpFile = $this->createTempFile();
90 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
101 'file' => $tmpFile,
118 $tmpFile = $this->createTempFile();
119 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
147 $tmpFile = $this->createTempFile();
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/
H A DFileBagTest.php36 $tmpFile = $this->createTempFile();
37 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
40 'name' => basename($tmpFile),
42 'tmp_name' => $tmpFile,
91 $tmpFile = $this->createTempFile();
92 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
103 'file' => $tmpFile,
120 $tmpFile = $this->createTempFile();
121 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain', 100, 0);
149 $tmpFile = $this->createTempFile();
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.poly/testsuite/
H A Dtest_rinpoly.py52 self.tmpFile.write(input1)
53 self.tmpFile.close()
60 self.tmpFile.write(input1)
61 self.tmpFile.close()
68 self.tmpFile.write(input1)
69 self.tmpFile.close()
76 self.tmpFile.write(input1)
77 self.tmpFile.close()
86 self.tmpFile.close()
95 self.tmpFile.close()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/
H A DFileBagTest.php34 $tmpFile = $this->createTempFile();
35 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain');
38 'name' => basename($tmpFile),
40 'tmp_name' => $tmpFile,
89 $tmpFile = $this->createTempFile();
90 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain');
101 'file' => $tmpFile,
118 $tmpFile = $this->createTempFile();
119 $file = new UploadedFile($tmpFile, basename($tmpFile), 'text/plain');
147 $tmpFile = $this->createTempFile();
[all …]
/dports/editors/textadept/cdk-5.0-20200923/cli/utils/
H A Dnetconfig93 tmpFile="/tmp/tmp.$$"
154 HOST=`cat ${tmpFile}`
171 DOMAIN=`cat ${tmpFile}`
208 IP=`cat ${tmpFile}`
234 GATEWAY=`cat ${tmpFile}`
250 NETMASK=`cat ${tmpFile}`
295 cat << EOF > ${tmpFile}
321 cat << EOF > ${tmpFile}
330 cat << EOF > ${tmpFile}
347 cat << EOF > ${tmpFile}
[all …]
/dports/devel/cdk/cdk-5.0-20161210/cli/utils/
H A Dnetconfig93 tmpFile="/tmp/tmp.$$"
154 HOST=`cat ${tmpFile}`
171 DOMAIN=`cat ${tmpFile}`
208 IP=`cat ${tmpFile}`
234 GATEWAY=`cat ${tmpFile}`
250 NETMASK=`cat ${tmpFile}`
295 cat << EOF > ${tmpFile}
321 cat << EOF > ${tmpFile}
330 cat << EOF > ${tmpFile}
347 cat << EOF > ${tmpFile}
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IO.Compression.FileSystem/Test/System.IO.Compression.FileSystem/
H A DZipTest.cs39 string tmpFile; field in MonoTests.System.IO.Compression.FileSystem.ZipArchiveTests
43 tmpFile = Path.GetTempFileName (); in SetUp()
49 File.Delete (tmpFile); in Dispose()
55 if (File.Exists (tmpFile)) in ZipCreateFromDirectory()
56 File.Delete (tmpFile); in ZipCreateFromDirectory()
75 if (File.Exists (tmpFile)) in ZipCreateFromDirectoryIncludeBase()
76 File.Delete (tmpFile); in ZipCreateFromDirectoryIncludeBase()
100 if (File.Exists (tmpFile)) in ZipExtractToDirectory()
101 File.Delete (tmpFile); in ZipExtractToDirectory()
120 if (File.Exists (tmpFile)) in ZipCreateFromEntryChangeTimestamp()
[all …]
/dports/archivers/pear-File_Archive/File_Archive-1.5.5/File/Archive/Reader/
H A DCache.php43 var $tmpFile; variable in File_Archive_Reader_Cache
56 $this->tmpFile = tmpfile();
63 fwrite($this->tmpFile, $data);
94 fseek($this->tmpFile, 0, SEEK_END);
99 'pos' => ftell($this->tmpFile)
134 fwrite($this->tmpFile, $data);
195 $before = ftell($this->tmpFile);
197 fseek($this->tmpFile, $pos, SEEK_SET);
214 fseek($this->tmpFile, 0, SEEK_SET);
220 fclose($this->tmpFile);
[all …]
/dports/math/R-cran-miscTools/miscTools/tests/
H A DsummarizeDF_tests.R11 tmpFile <- file() globalVar
12 summarizeDF( cars, file = tmpFile )
13 tmpLines <- readLines( tmpFile )
14 close( tmpFile )
24 tmpFile <- file() globalVar
25 summarizeDF( iris, file = tmpFile )
26 tmpLines <- readLines( tmpFile )
27 close( tmpFile )
39 tmpFile <- file() globalVar
41 tmpLines <- readLines( tmpFile )
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/v3/fs/
H A Dfile_test.go46 tmpFile := fs.NewFile(t, t.Name())
47 _, err := os.Stat(tmpFile.Path())
50 tmpFile.Remove()
51 _, err = os.Stat(tmpFile.Path())
57 _, err := os.Stat(tmpFile.Path())
60 tmpFile.Remove()
61 _, err = os.Stat(tmpFile.Path())
68 var tmpFile *fs.File
70 tmpFile = fs.NewFile(t, t.Name())
83 var tmpFile *fs.Dir
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gotest.tools/v3/fs/
H A Dfile_test.go46 tmpFile := fs.NewFile(t, t.Name())
47 _, err := os.Stat(tmpFile.Path())
50 tmpFile.Remove()
51 _, err = os.Stat(tmpFile.Path())
57 _, err := os.Stat(tmpFile.Path())
60 tmpFile.Remove()
61 _, err = os.Stat(tmpFile.Path())
68 var tmpFile *fs.File
70 tmpFile = fs.NewFile(t, t.Name())
83 var tmpFile *fs.Dir
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/test/unit/core/
H A Dfile-serializer.test.ts45 const tmpFile = writeTestFile(100, true); constant
46 const [result, error] = await readStringArrayFromFile(tmpFile, false);
49 tmpFile.removeSync();
52 const tmpFile = writeTestFile(100, false); constant
56 tmpFile.removeSync();
59 const tmpFile = writeTestFile(100, true); constant
60 const [result, error] = await readStringArrayFromFile(tmpFile, true);
66 tmpFile.removeSync();
69 const tmpFile = writeTestFile(100, false); constant
70 const [result, error] = await readStringArrayFromFile(tmpFile, true);
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/analysis/
H A Dtestqgsalignraster.cpp66 rasters << QgsAlignRaster::Item( SRC_FILE, tmpFile ); in testClip()
73 QgsAlignRaster::RasterInfo out( tmpFile ); in testClip()
87 rasters << QgsAlignRaster::Item( SRC_FILE, tmpFile ); in testClipOutside()
101 rasters << QgsAlignRaster::Item( SRC_FILE, tmpFile ); in testChangeGridOffsetNN()
110 QgsAlignRaster::RasterInfo out( tmpFile ); in testChangeGridOffsetNN()
125 rasters << QgsAlignRaster::Item( SRC_FILE, tmpFile ); in testChangeGridOffsetBilinear()
135 QgsAlignRaster::RasterInfo out( tmpFile ); in testChangeGridOffsetBilinear()
156 QgsAlignRaster::RasterInfo out( tmpFile ); in testSmallerCellSize()
178 QgsAlignRaster::RasterInfo out( tmpFile ); in testBiggerCellSize()
200 QgsAlignRaster::RasterInfo out( tmpFile ); in testRescaleBiggerCellSize()
[all …]

12345678910>>...83