Home
last modified time | relevance | path

Searched refs:jfm (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dptexvf.c109 struct jfm *jfm; in read_PTEXVF_index() local
116 jfm = read_jfm(fontp->file, fontp->fontname); in read_PTEXVF_index()
117 if (jfm == NULL) return -1; in read_PTEXVF_index()
121 for (n=0; n<jfm->table[J_NT]; n++) { in read_PTEXVF_index()
122 int code = jfm->type[n].code; in read_PTEXVF_index()
123 int index = jfm->type[n].index; in read_PTEXVF_index()
124 int width = jfm->width[jfm->info[index].width_ix]; in read_PTEXVF_index()
125 int height= jfm->height[jfm->info[index].height_depth_ix / 0x10]; in read_PTEXVF_index()
126 int depth = jfm->depth[jfm->info[index].height_depth_ix % 0x10]; in read_PTEXVF_index()
H A Dptexmap.c78 static struct ptexmap *add_fontmap2(char *jfm, char *font, int encoding, in add_fontmap2() argument
83 map = getkanjifont(jfm); in add_fontmap2()
91 map->jfm_name = xstrdup(jfm); in add_fontmap2()
95 jfm, map_filename, map->map_filename)); in add_fontmap2()
159 char *s, *jfm, *font, *enc; in add_fontmap() local
163 jfm = strtok(line, " \t"); in add_fontmap()
167 if (jfm == NULL) return true; /* empty line */ in add_fontmap()
171 jfm)); in add_fontmap()
184 enc, jfm)); in add_fontmap()
189 fprintf(stderr, "JFM name is \"%s\".\n", jfm); in add_fontmap()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/file/MultiReleaseJar/
H A DMultiReleaseJarAwareSJFM.java174 …StandardJavaFileManager jfm = ToolProvider.getSystemJavaCompiler().getStandardFileManager(null, nu… in test() local
175 jfm.setLocation(jloc, List.of(new File("multi-release.jar"))); in test()
178 jfm.handleOption("--multi-release", List.of(version).iterator()); in test()
181 CustomClassLoader cldr = new CustomClassLoader(jfm); in test()
188 jfm.close(); in test()
192 private final JavaFileManager jfm; field in MultiReleaseJarAwareSJFM.CustomClassLoader
194 public CustomClassLoader(JavaFileManager jfm) { in CustomClassLoader() argument
196 this.jfm = jfm; in CustomClassLoader()
206 FileObject obj = jfm.getFileForInput(jloc, pkg, cls); in findClass()
/dports/japanese/vftool/vftool-1.2/
H A DMakefile28 jfm.c tfm.c scale.c io.c kanji.c util.c \
45 -mkdir jfm
47 ./MKASC2BKall ${AFM} ${JFM} jfm vf-a2bk ${bkfonts}
67 mkn2avf: mkn2avf.o jfm.o scale.o io.o kanji.o util.o
70 mka2nvf: mka2nvf.o jfm.o io.o kanji.o util.o
71 cc -o $@ mka2nvf.o jfm.o io.o kanji.o util.o
73 mka2bkvf: mka2bkvf.o jfm.o io.o util.o parseAFM.o
74 cc -o $@ mka2bkvf.o jfm.o io.o util.o parseAFM.o
76 mkp2nvf: mkp2nvf.o jfm.o io.o kanji.o util.o
77 cc -o $@ mkp2nvf.o jfm.o io.o kanji.o util.o
[all …]
/dports/print/lilypond/lilypond-2.22.1/tex/
H A Dtxi-ja.tex95 \jfont\textmc{file:ipaexm.ttf:jfm=ujis} at 10.78pt
96 \jfont\textgt{file:ipaexg.ttf:jfm=ujis} at 10.78pt
99 \jfont\smallmc{file:ipaexm.ttf:jfm=ujis} at 8.66pt
100 \jfont\smallgt{file:ipaexg.ttf:jfm=ujis} at 8.66pt
111 \jfont\chapmc{file:ipaexm.ttf:jfm=ujis} at 16.63pt
115 \jfont\secmc{file:ipaexm.ttf:jfm=ujis} at 13.86pt
116 \jfont\secgt{file:ipaexg.ttf:jfm=ujis} at 13.86pt
138 \jfont\textmc{file:ipaexm.ttf:jfm=ujis} at 9.62pt
139 \jfont\textgt{file:ipaexg.ttf:jfm=ujis} at 9.62pt
158 \jfont\secmc{file:ipaexm.ttf:jfm=ujis} at 11.55pt
[all …]
/dports/www/emacs-w3m/emacs-w3m-3925d1c/doc/
H A Dtxi-ja.tex95 \jfont\textmc{file:ipaexm.ttf:jfm=ujis} at 10.78pt
96 \jfont\textgt{file:ipaexg.ttf:jfm=ujis} at 10.78pt
99 \jfont\smallmc{file:ipaexm.ttf:jfm=ujis} at 8.66pt
100 \jfont\smallgt{file:ipaexg.ttf:jfm=ujis} at 8.66pt
111 \jfont\chapmc{file:ipaexm.ttf:jfm=ujis} at 16.63pt
115 \jfont\secmc{file:ipaexm.ttf:jfm=ujis} at 13.86pt
116 \jfont\secgt{file:ipaexg.ttf:jfm=ujis} at 13.86pt
138 \jfont\textmc{file:ipaexm.ttf:jfm=ujis} at 9.62pt
139 \jfont\textgt{file:ipaexg.ttf:jfm=ujis} at 9.62pt
158 \jfont\secmc{file:ipaexm.ttf:jfm=ujis} at 11.55pt
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/jdeps/lib/
H A DCompilerUtils.java60 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compile() local
68 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compile()
73 = compiler.getTask(null, jfm, null, opts, null, in compile()
74 jfm.getJavaFileObjectsFromPaths(sources)); in compile()
92 StandardJavaFileManager jfm = compiler.getStandardFileManager(null, null, null); in compileModule() local
96 jfm.setLocationFromPaths(StandardLocation.CLASS_OUTPUT, in compileModule()
108 = compiler.getTask(null, jfm, null, javacOpts, null, null); in compileModule()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/
H A DT6351767.java43 try (JavaFileManager jfm = compiler.getStandardFileManager(null, null, null)) { in main() argument
47 jfm.list(StandardLocation.SOURCE_PATH, null, EnumSet.of(Kind.SOURCE), false); in main()
56 jfm.list(StandardLocation.SOURCE_PATH, "", null, false); in main()
65 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
78 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/
H A DT6351767.java43 try (JavaFileManager jfm = compiler.getStandardFileManager(null, null, null)) { in main() argument
47 jfm.list(StandardLocation.SOURCE_PATH, null, EnumSet.of(Kind.SOURCE), false); in main()
56 jfm.list(StandardLocation.SOURCE_PATH, "", null, false); in main()
65 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
78 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/
H A DT6351767.java43 try (JavaFileManager jfm = compiler.getStandardFileManager(null, null, null)) { in main() argument
47 jfm.list(StandardLocation.SOURCE_PATH, null, EnumSet.of(Kind.SOURCE), false); in main()
56 jfm.list(StandardLocation.SOURCE_PATH, "", null, false); in main()
65 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
78 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/
H A DT6351767.java43 try (JavaFileManager jfm = compiler.getStandardFileManager(null, null, null)) { in main() argument
47 jfm.list(StandardLocation.SOURCE_PATH, null, EnumSet.of(Kind.SOURCE), false); in main()
56 jfm.list(StandardLocation.SOURCE_PATH, "", null, false); in main()
65 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()
78 for (JavaFileObject jfo : jfm.list(StandardLocation.PLATFORM_CLASS_PATH, in main()

12345678910>>...14