Home
last modified time | relevance | path

Searched refs:tempName (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DGameOverrides.cpp50 char tempName[2048]; in BEGIN_MESSAGE_MAP() local
52 GetModuleFileName(NULL, tempName, 2048); in BEGIN_MESSAGE_MAP()
54 char *p = strrchr(tempName, '\\'); in BEGIN_MESSAGE_MAP()
62 strcat(tempName, "\\vba-over.ini"); in BEGIN_MESSAGE_MAP()
148 char tempName[2048]; in OnInitDialog() local
192 char *p = strrchr(tempName, '\\'); in OnInitDialog()
200 strcat(tempName, "\\vba-over.ini"); in OnInitDialog()
210 tempName); in OnInitDialog()
230 tempName); in OnInitDialog()
245 tempName); in OnInitDialog()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DInternalNamingConventions.java662 if(tempName.length > 1 && tempName[length-2] == 'S') { in suggestVariableNames()
663 System.arraycopy(tempName, 0, tempName = new char[length + 2], 0, length); in suggestVariableNames()
681 System.arraycopy(tempName, 0, tempName = new char[length + 1], 0, length); in suggestVariableNames()
684 System.arraycopy(tempName, 0, tempName = new char[length + 2], 0, length); in suggestVariableNames()
690 System.arraycopy(tempName, 0, tempName = new char[length + 1], 0, length); in suggestVariableNames()
695 if(tempName.length > 1 && tempName[length-2] == 's') { in suggestVariableNames()
696 System.arraycopy(tempName, 0, tempName = new char[length + 2], 0, length); in suggestVariableNames()
714 System.arraycopy(tempName, 0, tempName = new char[length + 1], 0, length); in suggestVariableNames()
723 System.arraycopy(tempName, 0, tempName = new char[length + 1], 0, length); in suggestVariableNames()
773 tempName[0] = ScannerHelper.toUpperCase(tempName[0]); in suggestVariableNames()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DInternalNamingConventions.java136 char[] tempName = tempNames[i]; in suggestNames() local
138 int length = tempName.length; in suggestNames()
140 if (tempName.length > 1 && tempName[length - 2] == 's') { in suggestNames()
143 tempName[length] = 'e'; in suggestNames()
144 tempName[length + 1] = 's'; in suggestNames()
149 tempName[length - 1] = 'i'; in suggestNames()
150 tempName[length] = 'e'; in suggestNames()
151 tempName[length + 1] = 's'; in suggestNames()
155 tempName[length] = 's'; in suggestNames()
163 tempName[0] = Character.toUpperCase(tempName[0]); in suggestNames()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/go.uber.org/zap/zap-1.10.0/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.uber.org/zap/
H A Dwriter_test.go53 tempName := tempFileName("", "zap-open-test")
54 assert.False(t, fileExists(tempName))
55 require.True(t, strings.HasPrefix(tempName, "/"), "Expected absolute temp file path.")
63 {[]string{tempName}, nil},
64 {[]string{"file://" + tempName}, nil},
65 {[]string{"file://localhost" + tempName}, nil},
69 paths: []string{"stdout", "/foo/bar/baz", tempName, "file:///baz/quux"},
77 {[]string{"file://host01.test.com" + tempName}, []string{"empty or use localhost"}},
81 {[]string{"file://localhost:8080" + tempName}, []string{"ports not allowed"}},
100 assert.True(t, fileExists(tempName))
[all …]
/dports/devel/pear-codegen/CodeGen-1.0.7/CodeGen/Tools/
H A DFileReplacer.php55 protected $tempName;
73 $this->tempName = tempnam(dirname($fileName), "~tmp");
75 $this->fp = fopen($this->tempName, "w");
99 || (@filesize($this->fileName) != @filesize($this->tempName))
100 … || (md5(@file_get_contents($this->fileName)) != md5(file_get_contents($this->tempName)))) {
104 if (!@rename($this->tempName, $this->fileName)) {
105 unlink($this->tempName);
109 unlink($this->tempName);
/dports/games/sdl-ball/SDL-Ball_src/
H A Dtext.cpp60 string line,set,val,tempName; in glTextClass() local
74 tempName=val; in glTextClass()
77 genFontTex(tempName, atoi(val.data()), FONT_MENU); in glTextClass()
80 tempName=val; in glTextClass()
87 tempName=val; in glTextClass()
90 genFontTex(tempName, atoi(val.data()), FONT_ANNOUNCE_BAD); in glTextClass()
93 tempName=val; in glTextClass()
96 genFontTex(tempName, atoi(val.data()), FONT_HIGHSCORE); in glTextClass()
99 tempName=val; in glTextClass()
105 tempName=val; in glTextClass()
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dniceabort.c70 char pidString[20], line[150], command[200], tempName[200], *crashDir; in DumpCore() local
128 (void) sprintf(tempName, "%s/core.%s", crashDir, pidString); in DumpCore()
129 (void) chmod(tempName, 0644); in DumpCore()
136 (void) sprintf(tempName, "%s/comments.%s", crashDir, pidString); in DumpCore()
137 commentFile = fopen(tempName, "w"); in DumpCore()
139 (void) chmod(tempName, 0644); in DumpCore()
157 sprintf(command, MAIL_COMMAND, tempName); in DumpCore()
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/upgrade/
H A Dupgrade_supported.go243 var tempName string
268 err = archiveFileVisitor(dir, &tempName, &sig, hdr.Name, tr)
273 if tempName != "" && sig != nil {
278 if err := verifyUpgrade(archiveName, tempName, sig); err != nil {
282 return tempName, nil
296 var tempName string
324 if tempName != "" && sig != nil {
333 return tempName, nil
369 if tempName == "" {
378 fd, err := os.Open(tempName)
[all …]
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/utils/STILview/
H A Dstil.cpp175 string tempName = tempBaseDir; in setBaseDir() local
176 tempName.append(PATH_TO_STIL); in setBaseDir()
177 convertSlashes(tempName); in setBaseDir()
193 tempName = tempBaseDir; in setBaseDir()
195 convertSlashes(tempName); in setBaseDir()
349 string tempName(baseDir); in getEntry() local
351 convertSlashes(tempName); in getEntry()
449 string tempName(baseDir); in getBug() local
451 convertSlashes(tempName); in getBug()
553 string tempName(baseDir); in getGlobalComment() local
[all …]
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/utils/STILview/
H A Dstil.cpp175 string tempName = tempBaseDir; in setBaseDir() local
176 tempName.append(PATH_TO_STIL); in setBaseDir()
177 convertSlashes(tempName); in setBaseDir()
193 tempName = tempBaseDir; in setBaseDir()
195 convertSlashes(tempName); in setBaseDir()
349 string tempName(baseDir); in getEntry() local
351 convertSlashes(tempName); in getEntry()
449 string tempName(baseDir); in getBug() local
451 convertSlashes(tempName); in getBug()
553 string tempName(baseDir); in getGlobalComment() local
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx161 std::string tempName( this->FileName ); in ReadMetaData() local
165 if( tempName.length() > hExtName.length() && in ReadMetaData()
166 tempName.substr(tempName.length()-hExtName.length() )== hExtName ) in ReadMetaData()
169 tempName.substr( 0, tempName.length() - hExtName.length() ); in ReadMetaData()
170 this->Internal->HierarchyFileName = tempName; in ReadMetaData()
174 else if( tempName.length() > bExtName.length() && in ReadMetaData()
175 tempName.substr( tempName.length() - bExtName.length() )==bExtName ) in ReadMetaData()
178 tempName.substr( 0, tempName.length() - bExtName.length() ); in ReadMetaData()
179 this->Internal->BoundaryFileName = tempName; in ReadMetaData()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx158 std::string tempName(this->FileName); in ReadMetaData() local
162 if (tempName.length() > hExtName.length() && in ReadMetaData()
163 tempName.substr(tempName.length() - hExtName.length()) == hExtName) in ReadMetaData()
165 this->Internal->MajorFileName = tempName.substr(0, tempName.length() - hExtName.length()); in ReadMetaData()
166 this->Internal->HierarchyFileName = tempName; in ReadMetaData()
169 else if (tempName.length() > bExtName.length() && in ReadMetaData()
170 tempName.substr(tempName.length() - bExtName.length()) == bExtName) in ReadMetaData()
172 this->Internal->MajorFileName = tempName.substr(0, tempName.length() - bExtName.length()); in ReadMetaData()
173 this->Internal->BoundaryFileName = tempName; in ReadMetaData()
/dports/math/vtk6/VTK-6.2.0/IO/AMR/
H A DvtkAMREnzoParticlesReader.cxx161 std::string tempName( this->FileName ); in ReadMetaData() local
165 if( tempName.length() > hExtName.length() && in ReadMetaData()
166 tempName.substr(tempName.length()-hExtName.length() )== hExtName ) in ReadMetaData()
169 tempName.substr( 0, tempName.length() - hExtName.length() ); in ReadMetaData()
170 this->Internal->HierarchyFileName = tempName; in ReadMetaData()
174 else if( tempName.length() > bExtName.length() && in ReadMetaData()
175 tempName.substr( tempName.length() - bExtName.length() )==bExtName ) in ReadMetaData()
178 tempName.substr( 0, tempName.length() - bExtName.length() ); in ReadMetaData()
179 this->Internal->BoundaryFileName = tempName; in ReadMetaData()

12345678910>>...22