Home
last modified time | relevance | path

Searched refs:createFileName (Results 1 – 25 of 86) sorted by relevance

1234

/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/vhdl2/entities/
H A DVHDLTemplate.java44 statements = Parser.createFromJar(createFileName(entityName), cl); in VHDLTemplate()
46 throw new IOException("error parsing template " + createFileName(entityName), e); in VHDLTemplate()
50 private static String createFileName(String name) { in createFileName() method in VHDLTemplate
64 URL url = cl.getResource(createFileName(ENTITY_PREFIX + etd.getName())); in isTemplate()
76 return createFileName(ENTITY_PREFIX + elementName); in neededFileName()
104 throw new IOException("error evaluating the template " + createFileName(entityName), e); in writeGenericMap()
/dports/games/openjazz/openjazz-20190106/src/
H A Dutil.h56 EXTERN char* createFileName (const char *type, int extension);
57 EXTERN char* createFileName (const char *type, const char *extension);
58 EXTERN char* createFileName (const char *type, int level, int extension);
H A Dutil.cpp157 char * createFileName (const char *type, int extension) { in createFileName() function
184 char * createFileName (const char *type, const char *extension) { in createFileName() function
210 char * createFileName (const char *type, int level, int extension) { in createFileName() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A DExportHTML.cpp79 std::string ExportHTML::createFileName(const std::string& basename, unsigned int page, const std::s… in createFileName() function in ExportHTML
120 std::string home_file = createFileName(html_basename, 0, html_ext); in write()
133 std::string htmlFileName = createFileName(html_basename, i, html_ext); in write()
138 std::string previous_file = i>0 ? createFileName(html_basename,i-1,html_ext) : ""; in write()
139 … std::string next_file = i<seh->getNumSlides()-1 ? createFileName(html_basename,i+1,html_ext) : ""; in write()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A DExportHTML.cpp80 std::string ExportHTML::createFileName(const std::string& basename, unsigned int page, const std::s… in createFileName() function in ExportHTML
121 std::string home_file = createFileName(html_basename, 0, html_ext); in write()
134 std::string htmlFileName = createFileName(html_basename, i, html_ext); in write()
139 std::string previous_file = i>0 ? createFileName(html_basename,i-1,html_ext) : ""; in write()
140 … std::string next_file = i<seh->getNumSlides()-1 ? createFileName(html_basename,i+1,html_ext) : ""; in write()
/dports/security/sancp/sancp-1.6.1-stable/
H A Dmisc_functs.cc32 tmp = createFileName(".cnxid",false); in manage_cid()
95 tmp=createFileName(gVars.pcap_fname,gVars.pmode == OMODE_TSFILENAME); in open_files()
101 tmp=createFileName(gVars.realtime_fname,gVars.rmode == OMODE_TSFILENAME); in open_files()
110 tmp=createFileName(gVars.stats_fname,gVars.smode == OMODE_TSFILENAME); in open_files()
126 tmp=createFileName(PCAP_RAW_FNAME); in open_files()
173 char * createFileName(const char *name) in createFileName() function
175 return createFileName(name,true); in createFileName()
178 char * createFileName(const char *name, bool enable_timestamp = true) in createFileName() function
304 char *tmp=createFileName(gVars.stats_fname,gVars.smode == OMODE_TSFILENAME); in free_all()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/hdl/verilog2/lib/
H A DVerilogTemplate.java45 statements = Parser.createFromJar(createFileName(moduleBaseName), cl); in VerilogTemplate()
55 private static String createFileName(String name) { in createFileName() method in VerilogTemplate
67 return createFileName(MODULE_PREFIX + elementName); in neededFileName()
117 … throw new IOException("error evaluating the template " + createFileName(moduleBaseName), ex); in writeGenericMap()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/File/
H A DCreate.java36 String fileName = createFileName(length); in main()
52 public static String createFileName(int length){ in createFileName() method in Create
/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Ddocument_cache.cpp102 m_filenames[document] = createFileName(); in add()
162 QString cache_file = createFileName(); in replaceCacheFile()
172 QString cache_file = createFileName(); in writeCacheFile()
213 QString DocumentCache::createFileName() in createFileName() function in DocumentCache
/dports/www/ilias6/ILIAS-6.14/Services/Certificate/classes/File/Certificate/Filename/
H A Dclass.ilCertificateScormPdfFilename.php31 public function createFileName(ilUserCertificatePresentation $presentation) : string function in ilCertificateScormPdfFilename
33 $fileName = $this->origin->createFileName($presentation);
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgSavingContext.cpp167 QString SvgSavingContext::createFileName(const QString &extension) in createFileName() function in SvgSavingContext
205 QString dstFilename = createFileName(".png"); in saveImage()
234 QString dstFilename = createFileName(ext); in saveImage()
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgSavingContext.cpp153 QString SvgSavingContext::createFileName(const QString &extension) in createFileName() function in SvgSavingContext
203 QString dstFilename = createFileName(ext); in saveImage()
244 QString dstFilename = createFileName(ext); in saveImage()
/dports/games/spring/spring_98.0/AI/Wrappers/Cpp/bin/
H A DwrappCallback.awk129 function createFileName(clsName_cfn, header_cfn) { function
161 outH_h_inc = createFileName("IncludesHeaders", 1);
162 outS_h_inc = createFileName("IncludesSources", 1);
396 outFile_int_h_c = createFileName(clsName_int_c, 1);
397 outFile_abs_h_c = createFileName(clsName_abs_c, 1);
398 outFile_abs_cpp_c = createFileName(clsName_abs_c, 0);
399 outFile_stb_h_c = createFileName(clsName_stb_c, 1);
400 outFile_stb_cpp_c = createFileName(clsName_stb_c, 0);
402 outFile_wrp_h_c = createFileName(clsName_wrp_c, 1);
403 outFile_wrp_cpp_c = createFileName(clsName_wrp_c, 0);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/MVC/Controller/
H A DBaseController.php168 protected static function createFileName($type, $parts = array()) function in Joomla\\CMS\\MVC\\Controller\\BaseController
255 $file = self::createFileName('controller', array('name' => $type, 'format' => $format));
268 …$file = self::createFileName('controller', array('name' => 'controller', 'format' => $format…
270 $backupfile = self::createFileName('controller', array('name' => 'controller'));
583 …$path = \JPath::find($this->paths['view'], $this->createFileName('view', array('name' => $viewName…
/dports/games/openjazz/openjazz-20190106/src/menu/
H A Dgamemenu.cpp282 if (levelNum == -1) firstLevel = createFileName("BONUSMAP", worldNum); in newGameDifficulty()
283 else firstLevel = createFileName("LEVEL", levelNum, worldNum); in newGameDifficulty()
478 check = createFileName("LEVEL", 0, x); in newGameEpisode()
489 check = createFileName("BONUSMAP", 0); in newGameEpisode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DIndentActionTest.java103 String filename= createFileName("Before"); in setUp()
120 String afterFile= createFileName("Modified"); in assertIndentResult()
128 private String createFileName(String qualifier) { in createFileName() method in IndentActionTest

1234