Home
last modified time | relevance | path

Searched refs:descPath (Results 1 – 25 of 38) sorted by relevance

12

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/uidescription vst3/source/
H A Dedituidescriptioneditor.cpp20 std::string descPath (__FILE__);
21 unixfyPath (descPath);
22 removeLastPathComponent (descPath);
23 removeLastPathComponent (descPath);
24 removeLastPathComponent (descPath);
25 removeLastPathComponent (descPath);
26 descPath += "/uidescription/editing/uidescriptioneditor.uidesc";
27 return new VST3Editor (this, "view", descPath.c_str ());
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/uidescription vst3/source/
H A Dedituidescriptioneditor.cpp20 std::string descPath (__FILE__); in createView() local
21 unixfyPath (descPath); in createView()
22 removeLastPathComponent (descPath); in createView()
23 removeLastPathComponent (descPath); in createView()
24 removeLastPathComponent (descPath); in createView()
25 removeLastPathComponent (descPath); in createView()
26 descPath += "/uidescription/editing/uidescriptioneditor.uidesc"; in createView()
27 return new VST3Editor (this, "view", descPath.c_str ()); in createView()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/uidescriptioneditorapp/source/
H A Dapp.cpp33 descPath = __FILE__; in Controller()
34 unixfyPath (descPath); in Controller()
35 removeLastPathComponent (descPath); in Controller()
36 removeLastPathComponent (descPath); in Controller()
37 removeLastPathComponent (descPath); in Controller()
38 removeLastPathComponent (descPath); in Controller()
39 descPath += "/uidescription/editing/uidescriptioneditor.uidesc"; in Controller()
44 uidesc = makeOwned<UIDescription> (descPath.data ()); in init()
51 uidesc->setFilePath (descPath.data ()); in init()
61 return uidesc->save (descPath.data (), UIDescription::kWriteImagesIntoXMLFile); in save()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/uidescriptioneditorapp/source/
H A Dapp.cpp40 descPath = __FILE__; in Controller()
41 unixfyPath (descPath); in Controller()
42 removeLastPathComponent (descPath); in Controller()
43 removeLastPathComponent (descPath); in Controller()
44 removeLastPathComponent (descPath); in Controller()
45 removeLastPathComponent (descPath); in Controller()
46 descPath += "/uidescription/editing/uidescriptioneditor.uidesc"; in Controller()
51 uidesc = makeOwned<UIDescription> (descPath.data ()); in init()
58 uidesc->setFilePath (descPath.data ()); in init()
67 bool save () { return uidesc->save (descPath.data (), UIDescription::kWriteImagesIntoXMLFile); } in save()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/share/
H A DDescGetter.java40 String descPath, in getDescriptionForSingleJob() argument
43 protected abstract String[] createScenario(String descPath, String job, in createScenario() argument
46 protected DescEntry[] getScenario(String url, String descPath, in getScenario() argument
76 aEntry = getDescriptionForSingleJob(job, descPath, in getScenario()
83 aEntry = getDescriptionForSingleJob(partjob, descPath, in getScenario()
110 line.length()).trim(), descPath, in getScenario()
117 String[] perModule = createScenario(descPath, in getScenario()
124 descPath, debug); in getScenario()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/share/
H A DDescGetter.java40 String descPath, in getDescriptionForSingleJob() argument
43 protected abstract String[] createScenario(String descPath, String job, in createScenario() argument
46 protected DescEntry[] getScenario(String url, String descPath, in getScenario() argument
76 aEntry = getDescriptionForSingleJob(job, descPath, in getScenario()
83 aEntry = getDescriptionForSingleJob(partjob, descPath, in getScenario()
110 line.length()).trim(), descPath, in getScenario()
117 String[] perModule = createScenario(descPath, in getScenario()
124 descPath, debug); in getScenario()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/helper/
H A DAPIDescGetter.java70 public DescEntry[] getDescriptionFor(String job, String descPath, in getDescriptionFor() argument
139 String[] scenario = createScenario(descPath, job, debug); in getDescriptionFor()
165 return getScenario(job, descPath, debug); in getDescriptionFor()
177 subs.get(i), descPath, debug); in getDescriptionFor()
217 if (descPath != null) in getDescriptionForSingleJob()
224 entry = getFromDirectory(descPath, job, debug); in getDescriptionForSingleJob()
685 File modPath = new File(descPath + fs + module); in getFromDirectory()
712 String aUrl = descPath + fs + module + fs + found; in getFromDirectory()
780 if (descPath != null) in createScenario()
787 scenario = getScenarioFromDirectory(descPath, job); in createScenario()
[all …]
H A DComplexDescGetter.java72 protected DescEntry getDescriptionForSingleJob(String className, String descPath, boolean debug) in getDescriptionForSingleJob() argument
179 protected String[] createScenario(String descPath, String job, boolean debug) in createScenario() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/helper/
H A DAPIDescGetter.java70 public DescEntry[] getDescriptionFor(String job, String descPath, in getDescriptionFor() argument
139 String[] scenario = createScenario(descPath, job, debug); in getDescriptionFor()
165 return getScenario(job, descPath, debug); in getDescriptionFor()
177 subs.get(i), descPath, debug); in getDescriptionFor()
217 if (descPath != null) in getDescriptionForSingleJob()
224 entry = getFromDirectory(descPath, job, debug); in getDescriptionForSingleJob()
685 File modPath = new File(descPath + fs + module); in getFromDirectory()
712 String aUrl = descPath + fs + module + fs + found; in getFromDirectory()
780 if (descPath != null) in createScenario()
787 scenario = getScenarioFromDirectory(descPath, job); in createScenario()
[all …]
H A DComplexDescGetter.java72 protected DescEntry getDescriptionForSingleJob(String className, String descPath, boolean debug) in getDescriptionForSingleJob() argument
179 protected String[] createScenario(String descPath, String job, boolean debug) in createScenario() argument
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelSkyCultureMgr.cpp264 …QString descPath = StelFileMgr::findFile("skycultures/" + skyCultureId + "/description."+lang+".ut… in getCurrentSkyCultureHtmlDescription() local
265 if (descPath.isEmpty()) in getCurrentSkyCultureHtmlDescription()
267 descPath = StelFileMgr::findFile("skycultures/" + skyCultureId + "/description.en.utf8"); in getCurrentSkyCultureHtmlDescription()
268 if (descPath.isEmpty()) in getCurrentSkyCultureHtmlDescription()
273 if (descPath.isEmpty()) in getCurrentSkyCultureHtmlDescription()
279 QFile f(descPath); in getCurrentSkyCultureHtmlDescription()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dfiles.cpp2302 char descPath[MAX_OSPATH]; in FS_GetModList() local
2374 descPath[0] = '\0'; in FS_GetModList()
2375 strcpy(descPath, name); in FS_GetModList()
2376 strcat(descPath, "/description.txt"); in FS_GetModList()
2381 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2382 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2384 descPath[nDescLen] = '\0'; in FS_GetModList()
2388 strcpy(descPath, SE_GetString("MENUS_JEDI_ACADEMY")); in FS_GetModList()
2390 strcpy(descPath, name); in FS_GetModList()
2392 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dfiles.c2118 char descPath[MAX_OSPATH]; in FS_GetModList() local
2179 descPath[0] = '\0'; in FS_GetModList()
2180 strcpy(descPath, name); in FS_GetModList()
2181 strcat(descPath, "/description.txt"); in FS_GetModList()
2182 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2186 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2187 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2189 descPath[nDescLen] = '\0'; in FS_GetModList()
2193 strcpy(descPath, name); in FS_GetModList()
2195 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dfiles.c2118 char descPath[MAX_OSPATH]; in FS_GetModList() local
2179 descPath[0] = '\0'; in FS_GetModList()
2180 strcpy(descPath, name); in FS_GetModList()
2181 strcat(descPath, "/description.txt"); in FS_GetModList()
2182 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2186 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2187 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2189 descPath[nDescLen] = '\0'; in FS_GetModList()
2193 strcpy(descPath, name); in FS_GetModList()
2195 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dfiles.c2140 char descPath[MAX_OSPATH]; in FS_GetModList() local
2211 descPath[0] = '\0'; in FS_GetModList()
2212 strcpy(descPath, name); in FS_GetModList()
2213 strcat(descPath, "/description.txt"); in FS_GetModList()
2214 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2218 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2219 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2221 descPath[nDescLen] = '\0'; in FS_GetModList()
2225 strcpy(descPath, name); in FS_GetModList()
2227 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dfiles.c2077 char descPath[MAX_OSPATH]; in FS_GetModList() local
2138 descPath[0] = '\0'; in FS_GetModList()
2139 strcpy(descPath, name); in FS_GetModList()
2140 strcat(descPath, "/description.txt"); in FS_GetModList()
2141 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2145 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2146 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2148 descPath[nDescLen] = '\0'; in FS_GetModList()
2152 strcpy(descPath, name); in FS_GetModList()
2154 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dfiles.c2194 char descPath[MAX_OSPATH]; in FS_GetModList() local
2255 descPath[0] = '\0'; in FS_GetModList()
2256 strcpy(descPath, name); in FS_GetModList()
2257 strcat(descPath, "/description.txt"); in FS_GetModList()
2258 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2262 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2263 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2265 descPath[nDescLen] = '\0'; in FS_GetModList()
2269 strcpy(descPath, name); in FS_GetModList()
2271 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dfiles.c2194 char descPath[MAX_OSPATH]; in FS_GetModList() local
2255 descPath[0] = '\0'; in FS_GetModList()
2256 strcpy(descPath, name); in FS_GetModList()
2257 strcat(descPath, "/description.txt"); in FS_GetModList()
2258 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2262 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2263 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2265 descPath[nDescLen] = '\0'; in FS_GetModList()
2269 strcpy(descPath, name); in FS_GetModList()
2271 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/evq3/evq3/code/qcommon/
H A Dfiles.c2077 char descPath[MAX_OSPATH]; in FS_GetModList() local
2138 descPath[0] = '\0'; in FS_GetModList()
2139 strcpy(descPath, name); in FS_GetModList()
2140 strcat(descPath, "/description.txt"); in FS_GetModList()
2141 nDescLen = FS_SV_FOpenFileRead( descPath, &descHandle ); in FS_GetModList()
2145 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2146 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2148 descPath[nDescLen] = '\0'; in FS_GetModList()
2152 strcpy(descPath, name); in FS_GetModList()
2154 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dfiles.cpp2587 char descPath[MAX_OSPATH]; in FS_GetModList() local
2659 descPath[0] = '\0'; in FS_GetModList()
2660 strcpy(descPath, name); in FS_GetModList()
2661 strcat(descPath, "/description.txt"); in FS_GetModList()
2666 Com_Memset( descPath, 0, sizeof( descPath ) ); in FS_GetModList()
2667 nDescLen = fread(descPath, 1, 48, file); in FS_GetModList()
2669 descPath[nDescLen] = '\0'; in FS_GetModList()
2673 strcpy(descPath, SE_GetString("MENUS_JEDI_ACADEMY")); in FS_GetModList()
2675 strcpy(descPath, name); in FS_GetModList()
2677 nDescLen = strlen(descPath) + 1; in FS_GetModList()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duibitmapscontroller.cpp424 UTF8StringPtr descPath = description->getFilePath (); in addBitmap() local
425 if (descPath && descPath[0] != 0) in addBitmap()
427 std::string descPathStr (descPath); in addBitmap()
H A Duieditcontroller.cpp71 std::string descPath (__FILE__); in get()
72 unixfyPath (descPath); in get()
73 if (removeLastPathComponent (descPath)) in get()
75 descPath += "/uidescriptioneditor.uidesc"; in get()
76 auto editorDesc = makeOwned<UIDescription> (descPath.c_str ()); in get()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duibitmapscontroller.cpp399 UTF8StringPtr descPath = description->getFilePath (); in addBitmap() local
400 if (descPath && descPath[0] != 0) in addBitmap()
402 std::string descPathStr (descPath); in addBitmap()
H A Duieditcontroller.cpp69 std::string descPath (__FILE__); in get()
70 unixfyPath (descPath); in get()
71 if (removeLastPathComponent (descPath)) in get()
73 descPath += "/uidescriptioneditor.uidesc"; in get()
74 auto editorDesc = makeOwned<UIDescription> (descPath.c_str ()); in get()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPackrat.cpp260 FilePath descPath = pkgPath.completeChildPath("DESCRIPTION"); in computeLibraryHash() local
261 if (descPath.exists()) in computeLibraryHash()
262 addDescContent(descPath, &descFileContent); in computeLibraryHash()

12