stm32cube
@@ -0,0 +1,62 @@
|
||||
# Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Japanese imperial calendar
|
||||
#
|
||||
# Meiji since 1868-01-01 00:00:00 local time (Gregorian)
|
||||
# Taisho since 1912-07-30 00:00:00 local time (Gregorian)
|
||||
# Showa since 1926-12-25 00:00:00 local time (Gregorian)
|
||||
# Heisei since 1989-01-08 00:00:00 local time (Gregorian)
|
||||
# Reiwa since 2019-05-01 00:00:00 local time (Gregorian)
|
||||
calendar.japanese.type: LocalGregorianCalendar
|
||||
calendar.japanese.eras: \
|
||||
name=Meiji,abbr=M,since=-3218832000000; \
|
||||
name=Taisho,abbr=T,since=-1812153600000; \
|
||||
name=Showa,abbr=S,since=-1357603200000; \
|
||||
name=Heisei,abbr=H,since=600220800000; \
|
||||
name=Reiwa,abbr=R,since=1556668800000
|
||||
|
||||
#
|
||||
# Taiwanese calendar
|
||||
# Minguo since 1911-01-01 00:00:00 local time (Gregorian)
|
||||
calendar.taiwanese.type: LocalGregorianCalendar
|
||||
calendar.taiwanese.eras: \
|
||||
name=MinGuo,since=-1830384000000
|
||||
|
||||
#
|
||||
# Thai Buddhist calendar
|
||||
# Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
|
||||
calendar.thai-buddhist.type: LocalGregorianCalendar
|
||||
calendar.thai-buddhist.eras: \
|
||||
name=BuddhistEra,abbr=B.E.,since=-79302585600000
|
||||
calendar.thai-buddhist.year-boundary: \
|
||||
day1=4-1,since=-79302585600000; \
|
||||
day1=1-1,since=-915148800000
|
||||
|
||||
#
|
||||
# Hijrah calendars
|
||||
#
|
||||
calendar.hijrah.Hijrah-umalqura: hijrah-config-umalqura.properties
|
||||
calendar.hijrah.Hijrah-umalqura.type: islamic-umalqura
|
||||
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/charsets.jar
Executable file
2208
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/classlist
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/cmm/GRAY.pf
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/cmm/PYCC.pf
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/cmm/sRGB.pf
Executable file
@@ -0,0 +1,280 @@
|
||||
#sun.net.www MIME content-types table
|
||||
#
|
||||
# Property fields:
|
||||
#
|
||||
# <description> ::= 'description' '=' <descriptive string>
|
||||
# <extensions> ::= 'file_extensions' '=' <comma-delimited list, include '.'>
|
||||
# <image> ::= 'icon' '=' <filename of icon image>
|
||||
# <action> ::= 'browser' | 'application' | 'save' | 'unknown'
|
||||
# <application> ::= 'application' '=' <command line template>
|
||||
#
|
||||
|
||||
#
|
||||
# The "we don't know anything about this data" type(s).
|
||||
# Used internally to mark unrecognized types.
|
||||
#
|
||||
content/unknown: description=Unknown Content
|
||||
unknown/unknown: description=Unknown Data Type
|
||||
|
||||
#
|
||||
# The template we should use for temporary files when launching an application
|
||||
# to view a document of given type.
|
||||
#
|
||||
temp.file.template: /tmp/%s
|
||||
|
||||
#
|
||||
# The "real" types.
|
||||
#
|
||||
application/octet-stream: \
|
||||
description=Generic Binary Stream;\
|
||||
file_extensions=.saveme,.dump,.hqx,.arc,.o,.a,.bin,.exe,.z,.gz
|
||||
|
||||
application/oda: \
|
||||
description=ODA Document;\
|
||||
file_extensions=.oda
|
||||
|
||||
application/pdf: \
|
||||
description=Adobe PDF Format;\
|
||||
file_extensions=.pdf
|
||||
|
||||
application/postscript: \
|
||||
description=Postscript File;\
|
||||
file_extensions=.eps,.ai,.ps;\
|
||||
icon=ps;\
|
||||
action=application;\
|
||||
application=imagetool %s
|
||||
|
||||
application/x-dvi: \
|
||||
description=TeX DVI File;\
|
||||
file_extensions=.dvi;\
|
||||
action=application;\
|
||||
application=xdvi %s
|
||||
|
||||
application/x-hdf: \
|
||||
description=Hierarchical Data Format;\
|
||||
file_extensions=.hdf;\
|
||||
action=save
|
||||
|
||||
application/x-latex: \
|
||||
description=LaTeX Source;\
|
||||
file_extensions=.latex
|
||||
|
||||
application/x-netcdf: \
|
||||
description=Unidata netCDF Data Format;\
|
||||
file_extensions=.nc,.cdf;\
|
||||
action=save
|
||||
|
||||
application/x-tex: \
|
||||
description=TeX Source;\
|
||||
file_extensions=.tex
|
||||
|
||||
application/x-texinfo: \
|
||||
description=Gnu Texinfo;\
|
||||
file_extensions=.texinfo,.texi
|
||||
|
||||
application/x-troff: \
|
||||
description=Troff Source;\
|
||||
file_extensions=.t,.tr,.roff;\
|
||||
action=application;\
|
||||
application=xterm -title troff -e sh -c \"nroff %s | col | more -w\"
|
||||
|
||||
application/x-troff-man: \
|
||||
description=Troff Manpage Source;\
|
||||
file_extensions=.man;\
|
||||
action=application;\
|
||||
application=xterm -title troff -e sh -c \"nroff -man %s | col | more -w\"
|
||||
|
||||
application/x-troff-me: \
|
||||
description=Troff ME Macros;\
|
||||
file_extensions=.me;\
|
||||
action=application;\
|
||||
application=xterm -title troff -e sh -c \"nroff -me %s | col | more -w\"
|
||||
|
||||
application/x-troff-ms: \
|
||||
description=Troff MS Macros;\
|
||||
file_extensions=.ms;\
|
||||
action=application;\
|
||||
application=xterm -title troff -e sh -c \"nroff -ms %s | col | more -w\"
|
||||
|
||||
application/x-wais-source: \
|
||||
description=Wais Source;\
|
||||
file_extensions=.src,.wsrc
|
||||
|
||||
application/zip: \
|
||||
description=Zip File;\
|
||||
file_extensions=.zip;\
|
||||
icon=zip;\
|
||||
action=save
|
||||
|
||||
application/x-bcpio: \
|
||||
description=Old Binary CPIO Archive;\
|
||||
file_extensions=.bcpio; action=save
|
||||
|
||||
application/x-cpio: \
|
||||
description=Unix CPIO Archive;\
|
||||
file_extensions=.cpio; action=save
|
||||
|
||||
application/x-gtar: \
|
||||
description=Gnu Tar Archive;\
|
||||
file_extensions=.gtar;\
|
||||
icon=tar;\
|
||||
action=save
|
||||
|
||||
application/x-shar: \
|
||||
description=Shell Archive;\
|
||||
file_extensions=.sh,.shar;\
|
||||
action=save
|
||||
|
||||
application/x-sv4cpio: \
|
||||
description=SVR4 CPIO Archive;\
|
||||
file_extensions=.sv4cpio; action=save
|
||||
|
||||
application/x-sv4crc: \
|
||||
description=SVR4 CPIO with CRC;\
|
||||
file_extensions=.sv4crc; action=save
|
||||
|
||||
application/x-tar: \
|
||||
description=Tar Archive;\
|
||||
file_extensions=.tar;\
|
||||
icon=tar;\
|
||||
action=save
|
||||
|
||||
application/x-ustar: \
|
||||
description=US Tar Archive;\
|
||||
file_extensions=.ustar;\
|
||||
action=save
|
||||
|
||||
audio/basic: \
|
||||
description=Basic Audio;\
|
||||
file_extensions=.snd,.au;\
|
||||
icon=audio;\
|
||||
action=application;\
|
||||
application=audiotool %s
|
||||
|
||||
audio/x-aiff: \
|
||||
description=Audio Interchange Format File;\
|
||||
file_extensions=.aifc,.aif,.aiff;\
|
||||
icon=aiff
|
||||
|
||||
audio/x-wav: \
|
||||
description=Wav Audio;\
|
||||
file_extensions=.wav;\
|
||||
icon=wav
|
||||
|
||||
image/gif: \
|
||||
description=GIF Image;\
|
||||
file_extensions=.gif;\
|
||||
icon=gif;\
|
||||
action=browser
|
||||
|
||||
image/ief: \
|
||||
description=Image Exchange Format;\
|
||||
file_extensions=.ief
|
||||
|
||||
image/jpeg: \
|
||||
description=JPEG Image;\
|
||||
file_extensions=.jfif,.jfif-tbnl,.jpe,.jpg,.jpeg;\
|
||||
icon=jpeg;\
|
||||
action=browser;\
|
||||
application=imagetool %s
|
||||
|
||||
image/tiff: \
|
||||
description=TIFF Image;\
|
||||
file_extensions=.tif,.tiff;\
|
||||
icon=tiff
|
||||
|
||||
image/vnd.fpx: \
|
||||
description=FlashPix Image;\
|
||||
file_extensions=.fpx,.fpix
|
||||
|
||||
image/x-cmu-rast: \
|
||||
description=CMU Raster Image;\
|
||||
file_extensions=.ras
|
||||
|
||||
image/x-portable-anymap: \
|
||||
description=PBM Anymap Format;\
|
||||
file_extensions=.pnm
|
||||
|
||||
image/x-portable-bitmap: \
|
||||
description=PBM Bitmap Format;\
|
||||
file_extensions=.pbm
|
||||
|
||||
image/x-portable-graymap: \
|
||||
description=PBM Graymap Format;\
|
||||
file_extensions=.pgm
|
||||
|
||||
image/x-portable-pixmap: \
|
||||
description=PBM Pixmap Format;\
|
||||
file_extensions=.ppm
|
||||
|
||||
image/x-rgb: \
|
||||
description=RGB Image;\
|
||||
file_extensions=.rgb
|
||||
|
||||
image/x-xbitmap: \
|
||||
description=X Bitmap Image;\
|
||||
file_extensions=.xbm,.xpm
|
||||
|
||||
image/x-xwindowdump: \
|
||||
description=X Window Dump Image;\
|
||||
file_extensions=.xwd
|
||||
|
||||
image/png: \
|
||||
description=PNG Image;\
|
||||
file_extensions=.png;\
|
||||
icon=png;\
|
||||
action=browser
|
||||
|
||||
image/bmp: \
|
||||
description=Bitmap Image;\
|
||||
file_extensions=.bmp;
|
||||
|
||||
text/html: \
|
||||
description=HTML Document;\
|
||||
file_extensions=.htm,.html;\
|
||||
icon=html
|
||||
|
||||
text/plain: \
|
||||
description=Plain Text;\
|
||||
file_extensions=.text,.c,.cc,.c++,.h,.pl,.txt,.java,.el;\
|
||||
icon=text;\
|
||||
action=browser
|
||||
|
||||
text/tab-separated-values: \
|
||||
description=Tab Separated Values Text;\
|
||||
file_extensions=.tsv
|
||||
|
||||
text/x-setext: \
|
||||
description=Structure Enhanced Text;\
|
||||
file_extensions=.etx
|
||||
|
||||
video/mpeg: \
|
||||
description=MPEG Video Clip;\
|
||||
file_extensions=.mpg,.mpe,.mpeg;\
|
||||
icon=mpeg;\
|
||||
action=application;\
|
||||
application=mpeg_play %s
|
||||
|
||||
video/quicktime: \
|
||||
description=QuickTime Video Clip;\
|
||||
file_extensions=.mov,.qt
|
||||
|
||||
application/x-troff-msvideo: \
|
||||
description=AVI Video;\
|
||||
file_extensions=.avi;\
|
||||
icon=avi
|
||||
|
||||
video/x-sgi-movie: \
|
||||
description=SGI Movie;\
|
||||
file_extensions=.movie,.mv
|
||||
|
||||
message/rfc822: \
|
||||
description=Internet Email Message;\
|
||||
file_extensions=.mime
|
||||
|
||||
application/xml: \
|
||||
description=XML document;\
|
||||
file_extensions=.xml
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
% VERSION 2
|
||||
% WARNING: this file is auto-generated; do not edit
|
||||
% UNSUPPORTED: this file and its format may change and/or
|
||||
% may be removed in a future release
|
||||
! cldrdata.jar
|
||||
sun/text
|
||||
sun/util
|
||||
# dnsns.jar
|
||||
META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor
|
||||
sun/net
|
||||
! jaccess.jar
|
||||
com/sun/java/accessibility/
|
||||
# localedata.jar
|
||||
sun/text
|
||||
sun/util
|
||||
# nashorn.jar
|
||||
jdk/nashorn
|
||||
META-INF/services/javax.script.ScriptEngineFactory
|
||||
jdk/internal
|
||||
! sunec.jar
|
||||
sun/security
|
||||
! sunjce_provider.jar
|
||||
com/sun/crypto/
|
||||
! sunpkcs11.jar
|
||||
sun/security
|
||||
# zipfs.jar
|
||||
META-INF/services/java.nio.file.spi.FileSystemProvider
|
||||
com/sun/nio/
|
||||
@@ -0,0 +1,85 @@
|
||||
#
|
||||
# This properties file is used to initialize the default
|
||||
# java.awt.datatransfer.SystemFlavorMap. It contains the Mac OS X platform-specific,
|
||||
# default mappings between common Mac OS X selection atoms and platform-independent
|
||||
# MIME type strings, which will be converted into
|
||||
# java.awt.datatransfer.DataFlavors.
|
||||
#
|
||||
# These default mappings may be augmented by specifying the
|
||||
#
|
||||
# AWT.DnD.flavorMapFileURL
|
||||
#
|
||||
# property in the appropriate awt.properties file. The specified properties URL
|
||||
# will be loaded into the SystemFlavorMap.
|
||||
#
|
||||
# The standard format is:
|
||||
#
|
||||
# <native>=<MIME type>
|
||||
#
|
||||
# <native> should be a string identifier that the native platform will
|
||||
# recognize as a valid data format. <MIME type> should specify both a MIME
|
||||
# primary type and a MIME subtype separated by a '/'. The MIME type may include
|
||||
# parameters, where each parameter is a key/value pair separated by '=', and
|
||||
# where each parameter to the MIME type is separated by a ';'.
|
||||
#
|
||||
# Because SystemFlavorMap implements FlavorTable, developers are free to
|
||||
# duplicate both native keys and DataFlavor values. If a mapping contains a
|
||||
# duplicate key or value, earlier mappings which included this key or value
|
||||
# will be preferred.
|
||||
#
|
||||
# Mappings whose values specify DataFlavors with primary MIME types of
|
||||
# "text", and which support the charset parameter, should specify the exact
|
||||
# format in which the native platform expects the data. The "charset"
|
||||
# parameter specifies the char to byte encoding, the "eoln" parameter
|
||||
# specifies the end-of-line marker, and the "terminators" parameter specifies
|
||||
# the number of terminating NUL bytes. Note that "eoln" and "terminators"
|
||||
# are not standardized MIME type parameters. They are specific to this file
|
||||
# format ONLY. They will not appear in any of the DataFlavors returned by the
|
||||
# SystemFlavorMap at the Java level.
|
||||
#
|
||||
# If the "charset" parameter is omitted, or has zero length, the platform
|
||||
# default encoding is assumed. If the "eoln" parameter is omitted, or has
|
||||
# zero length, "\n" is assumed. If the "terminators" parameter is omitted,
|
||||
# or has a value less than zero, zero is assumed.
|
||||
#
|
||||
# Upon initialization, the data transfer subsystem will record the specified
|
||||
# details of the native text format, but the default SystemFlavorMap will
|
||||
# present a large set of synthesized DataFlavors which map, in both
|
||||
# directions, to the native. After receiving data from the application in one
|
||||
# of the synthetic DataFlavors, the data transfer subsystem will transform
|
||||
# the data stream into the format specified in this file before passing the
|
||||
# transformed stream to the native system.
|
||||
#
|
||||
# Mappings whose values specify DataFlavors with primary MIME types of
|
||||
# "text", but which do not support the charset parameter, will be treated as
|
||||
# opaque, 8-bit data. They will not undergo any transformation process, and
|
||||
# any "charset", "eoln", or "terminators" parameters specified in this file
|
||||
# will be ignored.
|
||||
#
|
||||
# See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
|
||||
# text flavors which support the charset parameter.
|
||||
|
||||
UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
|
||||
|
||||
# The COMPOUND_TEXT support for inter-client text transfer is disabled by
|
||||
# default. The reason is that many native applications prefer this format over
|
||||
# other native text formats, but are unable to decode the textual data in this
|
||||
# format properly. This results in java-to-native text transfer failures.
|
||||
# To enable the COMPOUND_TEXT support for this JRE installation uncomment
|
||||
# the line below.
|
||||
|
||||
# COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
|
||||
|
||||
TEXT=text/plain;eoln="\n";terminators=0
|
||||
STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
|
||||
FILE_NAME=application/x-java-file-list;class=java.util.List
|
||||
text/uri-list=application/x-java-file-list;class=java.util.List
|
||||
PNG=image/x-java-image;class=java.awt.Image
|
||||
JFIF=image/x-java-image;class=java.awt.Image
|
||||
TIFF=image/x-java-image;class=java.awt.Image
|
||||
RICH_TEXT=text/rtf
|
||||
HTML=text/html;charset=utf-8;eoln="\r\n";terminators=1
|
||||
URL=application/x-java-url;class=java.net.URL
|
||||
FILE_NAME=text/uri-list;eoln="\r\n";terminators=1
|
||||
URL=text/uri-list;eoln="\r\n";terminators=1
|
||||
XPICT=image/x-pict;class=java.io.InputStream
|
||||
@@ -0,0 +1,262 @@
|
||||
#
|
||||
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
# Version
|
||||
|
||||
version=1
|
||||
|
||||
# Component Font Mappings
|
||||
|
||||
allfonts.chinese-ms936=SimSun
|
||||
allfonts.chinese-gb18030=SimSun-18030
|
||||
allfonts.chinese-hkscs=MingLiU_HKSCS
|
||||
allfonts.devanagari=Mangal
|
||||
allfonts.dingbats=Wingdings
|
||||
allfonts.lucida=Lucida Sans Regular
|
||||
allfonts.symbol=Symbol
|
||||
allfonts.thai=Lucida Sans Regular
|
||||
|
||||
serif.plain.alphabetic=Times New Roman
|
||||
serif.plain.chinese-ms950=MingLiU
|
||||
serif.plain.hebrew=David
|
||||
serif.plain.japanese=MS Mincho
|
||||
serif.plain.korean=Batang
|
||||
|
||||
serif.bold.alphabetic=Times New Roman Bold
|
||||
serif.bold.chinese-ms950=PMingLiU
|
||||
serif.bold.hebrew=David Bold
|
||||
serif.bold.japanese=MS Mincho
|
||||
serif.bold.korean=Batang
|
||||
|
||||
serif.italic.alphabetic=Times New Roman Italic
|
||||
serif.italic.chinese-ms950=PMingLiU
|
||||
serif.italic.hebrew=David
|
||||
serif.italic.japanese=MS Mincho
|
||||
serif.italic.korean=Batang
|
||||
|
||||
serif.bolditalic.alphabetic=Times New Roman Bold Italic
|
||||
serif.bolditalic.chinese-ms950=PMingLiU
|
||||
serif.bolditalic.hebrew=David Bold
|
||||
serif.bolditalic.japanese=MS Mincho
|
||||
serif.bolditalic.korean=Batang
|
||||
|
||||
sansserif.plain.alphabetic=Arial
|
||||
sansserif.plain.chinese-ms950=MingLiU
|
||||
sansserif.plain.hebrew=David
|
||||
sansserif.plain.japanese=MS Gothic
|
||||
sansserif.plain.korean=Gulim
|
||||
|
||||
sansserif.bold.alphabetic=Arial Bold
|
||||
sansserif.bold.chinese-ms950=PMingLiU
|
||||
sansserif.bold.hebrew=David Bold
|
||||
sansserif.bold.japanese=MS Gothic
|
||||
sansserif.bold.korean=Gulim
|
||||
|
||||
sansserif.italic.alphabetic=Arial Italic
|
||||
sansserif.italic.chinese-ms950=PMingLiU
|
||||
sansserif.italic.hebrew=David
|
||||
sansserif.italic.japanese=MS Gothic
|
||||
sansserif.italic.korean=Gulim
|
||||
|
||||
sansserif.bolditalic.alphabetic=Arial Bold Italic
|
||||
sansserif.bolditalic.chinese-ms950=PMingLiU
|
||||
sansserif.bolditalic.hebrew=David Bold
|
||||
sansserif.bolditalic.japanese=MS Gothic
|
||||
sansserif.bolditalic.korean=Gulim
|
||||
|
||||
monospaced.plain.alphabetic=Courier New
|
||||
monospaced.plain.chinese-ms950=MingLiU
|
||||
monospaced.plain.hebrew=David
|
||||
monospaced.plain.japanese=MS Gothic
|
||||
monospaced.plain.korean=GulimChe
|
||||
|
||||
monospaced.bold.alphabetic=Courier New Bold
|
||||
monospaced.bold.chinese-ms950=PMingLiU
|
||||
monospaced.bold.hebrew=David Bold
|
||||
monospaced.bold.japanese=MS Gothic
|
||||
monospaced.bold.korean=GulimChe
|
||||
|
||||
monospaced.italic.alphabetic=Courier New Italic
|
||||
monospaced.italic.chinese-ms950=PMingLiU
|
||||
monospaced.italic.hebrew=David
|
||||
monospaced.italic.japanese=MS Gothic
|
||||
monospaced.italic.korean=GulimChe
|
||||
|
||||
monospaced.bolditalic.alphabetic=Courier New Bold Italic
|
||||
monospaced.bolditalic.chinese-ms950=PMingLiU
|
||||
monospaced.bolditalic.hebrew=David Bold
|
||||
monospaced.bolditalic.japanese=MS Gothic
|
||||
monospaced.bolditalic.korean=GulimChe
|
||||
|
||||
dialog.plain.alphabetic=Arial
|
||||
dialog.plain.chinese-ms950=MingLiU
|
||||
dialog.plain.hebrew=David
|
||||
dialog.plain.japanese=MS Gothic
|
||||
dialog.plain.korean=Gulim
|
||||
|
||||
dialog.bold.alphabetic=Arial Bold
|
||||
dialog.bold.chinese-ms950=PMingLiU
|
||||
dialog.bold.hebrew=David Bold
|
||||
dialog.bold.japanese=MS Gothic
|
||||
dialog.bold.korean=Gulim
|
||||
|
||||
dialog.italic.alphabetic=Arial Italic
|
||||
dialog.italic.chinese-ms950=PMingLiU
|
||||
dialog.italic.hebrew=David
|
||||
dialog.italic.japanese=MS Gothic
|
||||
dialog.italic.korean=Gulim
|
||||
|
||||
dialog.bolditalic.alphabetic=Arial Bold Italic
|
||||
dialog.bolditalic.chinese-ms950=PMingLiU
|
||||
dialog.bolditalic.hebrew=David Bold
|
||||
dialog.bolditalic.japanese=MS Gothic
|
||||
dialog.bolditalic.korean=Gulim
|
||||
|
||||
dialoginput.plain.alphabetic=Courier New
|
||||
dialoginput.plain.chinese-ms950=MingLiU
|
||||
dialoginput.plain.hebrew=David
|
||||
dialoginput.plain.japanese=MS Gothic
|
||||
dialoginput.plain.korean=Gulim
|
||||
|
||||
dialoginput.bold.alphabetic=Courier New Bold
|
||||
dialoginput.bold.chinese-ms950=PMingLiU
|
||||
dialoginput.bold.hebrew=David Bold
|
||||
dialoginput.bold.japanese=MS Gothic
|
||||
dialoginput.bold.korean=Gulim
|
||||
|
||||
dialoginput.italic.alphabetic=Courier New Italic
|
||||
dialoginput.italic.chinese-ms950=PMingLiU
|
||||
dialoginput.italic.hebrew=David
|
||||
dialoginput.italic.japanese=MS Gothic
|
||||
dialoginput.italic.korean=Gulim
|
||||
|
||||
dialoginput.bolditalic.alphabetic=Courier New Bold Italic
|
||||
dialoginput.bolditalic.chinese-ms950=PMingLiU
|
||||
dialoginput.bolditalic.hebrew=David Bold
|
||||
dialoginput.bolditalic.japanese=MS Gothic
|
||||
dialoginput.bolditalic.korean=Gulim
|
||||
|
||||
# Search Sequences
|
||||
|
||||
sequence.allfonts=alphabetic/default,dingbats,symbol
|
||||
|
||||
sequence.serif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.sansserif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.monospaced.GBK=chinese-ms936,alphabetic,dingbats,symbol
|
||||
sequence.dialog.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
sequence.dialoginput.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
||||
|
||||
sequence.serif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.sansserif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.monospaced.GB18030=chinese-gb18030,alphabetic,dingbats,symbol
|
||||
sequence.dialog.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
sequence.dialoginput.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.sansserif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.monospaced.x-windows-950=chinese-ms950,alphabetic,dingbats,symbol
|
||||
sequence.dialog.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
||||
|
||||
sequence.serif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.sansserif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.monospaced.x-MS950-HKSCS=chinese-ms950,alphabetic,chinese-hkscs,dingbats,symbol
|
||||
sequence.dialog.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
sequence.dialoginput.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
||||
|
||||
sequence.allfonts.UTF-8.hi=alphabetic/1252,devanagari,dingbats,symbol
|
||||
|
||||
sequence.allfonts.windows-1255=hebrew,alphabetic/1252,dingbats,symbol
|
||||
|
||||
sequence.serif.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.sansserif.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.monospaced.windows-31j=japanese,alphabetic,dingbats,symbol
|
||||
sequence.dialog.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
sequence.dialoginput.windows-31j=alphabetic,japanese,dingbats,symbol
|
||||
|
||||
sequence.serif.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.sansserif.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.monospaced.x-windows-949=korean,alphabetic,dingbats,symbol
|
||||
sequence.dialog.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
sequence.dialoginput.x-windows-949=alphabetic,korean,dingbats,symbol
|
||||
|
||||
sequence.allfonts.x-windows-874=alphabetic,thai,dingbats,symbol
|
||||
|
||||
sequence.fallback=lucida,\
|
||||
chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030,\
|
||||
japanese,korean
|
||||
|
||||
# Exclusion Ranges
|
||||
|
||||
exclusion.alphabetic=0700-1e9f,1f00-20ab,20ad-f8ff
|
||||
exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be
|
||||
exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac
|
||||
|
||||
# Monospaced to Proportional width variant mapping
|
||||
# (Experimental private syntax)
|
||||
proportional.MS_Gothic=MS PGothic
|
||||
proportional.MS_Mincho=MS PMincho
|
||||
proportional.MingLiU=PMingLiU
|
||||
|
||||
# Font File Names
|
||||
|
||||
filename.Arial=ARIAL.TTF
|
||||
filename.Arial_Bold=ARIALBD.TTF
|
||||
filename.Arial_Italic=ARIALI.TTF
|
||||
filename.Arial_Bold_Italic=ARIALBI.TTF
|
||||
|
||||
filename.Courier_New=COUR.TTF
|
||||
filename.Courier_New_Bold=COURBD.TTF
|
||||
filename.Courier_New_Italic=COURI.TTF
|
||||
filename.Courier_New_Bold_Italic=COURBI.TTF
|
||||
|
||||
filename.Times_New_Roman=TIMES.TTF
|
||||
filename.Times_New_Roman_Bold=TIMESBD.TTF
|
||||
filename.Times_New_Roman_Italic=TIMESI.TTF
|
||||
filename.Times_New_Roman_Bold_Italic=TIMESBI.TTF
|
||||
|
||||
filename.SimSun=SIMSUN.TTC
|
||||
filename.SimSun-18030=SIMSUN18030.TTC
|
||||
|
||||
filename.MingLiU=MINGLIU.TTC
|
||||
filename.PMingLiU=MINGLIU.TTC
|
||||
filename.MingLiU_HKSCS=hkscsm3u.ttf
|
||||
|
||||
filename.David=DAVID.TTF
|
||||
filename.David_Bold=DAVIDBD.TTF
|
||||
|
||||
filename.MS_Mincho=MSMINCHO.TTC
|
||||
filename.MS_PMincho=MSMINCHO.TTC
|
||||
filename.MS_Gothic=MSGOTHIC.TTC
|
||||
filename.MS_PGothic=MSGOTHIC.TTC
|
||||
|
||||
filename.Gulim=gulim.TTC
|
||||
filename.Batang=batang.TTC
|
||||
filename.GulimChe=gulim.TTC
|
||||
|
||||
filename.Lucida_Sans_Regular=LucidaSansRegular.ttf
|
||||
filename.Mangal=MANGAL.TTF
|
||||
filename.Symbol=SYMBOL.TTF
|
||||
filename.Wingdings=WINGDING.TTF
|
||||
@@ -0,0 +1,369 @@
|
||||
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
# This properties file defines a Hijrah calendar variant.
|
||||
#
|
||||
# Fields:
|
||||
#
|
||||
# <version> ::= 'version' '=' <version string>
|
||||
# <id> ::= 'id' '=' <id string>
|
||||
# <type> ::= 'type' '=' <type string>
|
||||
# <iso-start> ::= 'iso-start' '=' <start date in the ISO calendar>
|
||||
# <year> ::= <yyyy> '=' <nn nn nn nn nn nn nn nn nn nn nn nn>
|
||||
#
|
||||
# version ... (Required)
|
||||
#
|
||||
# id ... (Required)
|
||||
# Identifies the Java Chronology
|
||||
#
|
||||
# type ... (Required)
|
||||
# Identifies the type of calendar in the standard calendar ID scheme
|
||||
# iso-start ... (Required)
|
||||
# Specifies the corresponding ISO date to the first Hijrah day
|
||||
# in the defined range of dates
|
||||
#
|
||||
# year ... (Required)
|
||||
# Number of days for each month of a Hijrah year
|
||||
# * Each line defines a year. The years must be in chronological
|
||||
# order and no gap is allowed.
|
||||
# * Each line is in the form indicated above. <yyyy> is a Hijrah year and
|
||||
# nn is the number of days for a month listed in the order of the months.
|
||||
# * Each year must have 12 months.
|
||||
# * Each month should be 29 or 30 days long.
|
||||
# * There must be one or more space characters between the months.
|
||||
#
|
||||
|
||||
# Version of this definition
|
||||
version=1.8.0_1
|
||||
|
||||
# Java chronology ID
|
||||
id=Hijrah-umalqura
|
||||
|
||||
# Standard calendar type specification
|
||||
type=islamic-umalqura
|
||||
|
||||
# defines the corresponding ISO date to the earliest Hijrah date
|
||||
iso-start=1882-11-12
|
||||
|
||||
# 1 2 3 4 5 6 7 8 9 10 11 12
|
||||
1300=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1301=30 30 29 30 29 30 29 30 29 30 29 29
|
||||
1302=30 30 30 29 30 30 29 29 30 29 29 30
|
||||
1303=29 30 30 29 30 30 29 30 29 30 29 29
|
||||
1304=29 30 30 29 30 30 30 29 30 29 30 29
|
||||
1305=29 29 30 30 29 30 30 29 30 30 29 29
|
||||
1306=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1307=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1308=29 30 30 29 30 29 30 29 30 29 29 30
|
||||
1309=29 30 30 30 30 29 29 30 29 29 30 29
|
||||
1310=30 29 30 30 30 29 30 29 30 29 29 30
|
||||
1311=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1312=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1313=29 30 29 30 29 30 29 30 30 30 29 29
|
||||
1314=30 30 29 30 29 29 30 29 30 30 29 30
|
||||
1315=29 30 30 29 30 29 29 30 29 30 29 30
|
||||
1316=29 30 30 30 29 30 29 29 30 29 30 29
|
||||
1317=30 29 30 30 29 30 29 30 29 30 29 29
|
||||
1318=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1319=29 30 29 30 30 29 30 29 30 30 29 30
|
||||
1320=29 30 29 29 30 29 30 29 30 30 30 29
|
||||
1321=30 29 30 29 29 30 29 29 30 30 30 30
|
||||
1322=29 30 29 30 29 29 29 30 29 30 30 30
|
||||
1323=29 30 30 29 30 29 29 29 30 29 30 30
|
||||
1324=29 30 30 29 30 29 30 29 29 30 29 30
|
||||
1325=30 29 30 29 30 30 29 30 29 30 29 30
|
||||
1326=29 29 30 29 30 30 29 30 29 30 30 29
|
||||
1327=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1328=29 30 29 29 30 29 29 30 30 30 29 30
|
||||
1329=30 29 30 29 29 30 29 29 30 30 29 30
|
||||
1330=30 30 29 30 29 29 30 29 29 30 30 29
|
||||
1331=30 30 29 30 30 29 29 30 29 30 29 30
|
||||
1332=29 30 29 30 30 29 30 29 30 30 29 29
|
||||
1333=30 29 29 30 30 29 30 30 29 30 30 29
|
||||
1334=29 29 30 29 30 29 30 30 30 29 30 29
|
||||
1335=30 29 30 29 29 30 29 30 30 29 30 30
|
||||
1336=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1337=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1338=29 30 30 29 30 30 29 29 30 29 30 29
|
||||
1339=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1340=29 29 30 29 30 30 30 30 29 30 29 29
|
||||
1341=30 29 29 30 29 30 30 30 29 30 30 29
|
||||
1342=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1343=30 29 29 30 29 30 29 30 29 30 30 29
|
||||
1344=30 29 30 29 30 30 29 29 30 29 30 29
|
||||
1345=30 29 30 30 30 29 30 29 29 30 29 29
|
||||
1346=30 29 30 30 30 30 29 30 29 29 30 29
|
||||
1347=29 30 29 30 30 30 29 30 30 29 29 30
|
||||
1348=29 29 30 29 30 30 29 30 30 30 29 29
|
||||
1349=30 29 29 30 29 30 30 29 30 30 29 30
|
||||
1350=29 30 29 30 29 30 29 29 30 30 29 30
|
||||
1351=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1352=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1353=30 29 30 30 30 29 30 29 29 30 29 30
|
||||
1354=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1355=30 29 29 30 30 29 30 30 29 30 30 29
|
||||
1356=29 30 29 30 29 30 29 30 29 30 30 30
|
||||
1357=29 29 30 29 30 29 29 30 29 30 30 30
|
||||
1358=29 30 29 30 29 30 29 29 30 29 30 30
|
||||
1359=29 30 30 29 30 29 30 29 29 29 30 30
|
||||
1360=29 30 30 30 29 30 29 30 29 29 30 29
|
||||
1361=30 29 30 30 29 30 30 29 29 30 29 30
|
||||
1362=29 30 29 30 29 30 30 29 30 29 30 29
|
||||
1363=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1364=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1365=30 30 29 29 30 29 29 30 29 30 29 30
|
||||
1366=30 30 29 30 29 30 29 29 30 29 30 29
|
||||
1367=30 30 29 30 30 29 30 29 29 30 29 30
|
||||
1368=29 30 29 30 30 30 29 29 30 29 30 29
|
||||
1369=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1370=30 29 29 30 29 30 29 30 29 30 30 30
|
||||
1371=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1372=30 29 29 30 29 30 29 29 30 29 30 30
|
||||
1373=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1374=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1375=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1376=29 30 29 30 29 30 30 30 29 30 29 30
|
||||
1377=29 29 30 29 29 30 30 30 29 30 30 29
|
||||
1378=30 29 29 29 30 29 30 30 29 30 30 30
|
||||
1379=29 30 29 29 29 30 29 30 30 29 30 30
|
||||
1380=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1381=29 30 29 30 30 29 30 29 30 29 29 30
|
||||
1382=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1383=30 29 29 30 30 30 29 30 30 29 30 29
|
||||
1384=29 30 29 29 30 30 29 30 30 30 29 30
|
||||
1385=29 29 30 29 29 30 30 29 30 30 30 29
|
||||
1386=30 29 29 30 29 29 30 30 29 30 30 29
|
||||
1387=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1388=30 30 29 30 29 30 29 30 29 30 29 29
|
||||
1389=30 30 29 30 30 29 30 30 29 29 30 29
|
||||
1390=29 30 29 30 30 30 29 30 29 30 29 30
|
||||
1391=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1392=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1393=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1394=30 29 30 29 29 30 29 30 29 30 29 30
|
||||
1395=30 29 30 30 29 30 29 29 30 29 29 30
|
||||
1396=30 29 30 30 29 30 30 29 29 30 29 29
|
||||
1397=30 29 30 30 29 30 30 30 29 29 29 30
|
||||
1398=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1399=30 29 30 29 30 29 30 30 29 30 29 30
|
||||
1400=30 29 30 29 29 30 29 30 29 30 29 30
|
||||
1401=30 30 29 30 29 29 30 29 29 30 29 30
|
||||
1402=30 30 30 29 30 29 29 30 29 29 30 29
|
||||
1403=30 30 30 29 30 30 29 29 30 29 29 30
|
||||
1404=29 30 30 29 30 30 29 30 29 30 29 29
|
||||
1405=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1406=30 29 29 30 29 30 30 29 30 29 30 30
|
||||
1407=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1408=30 29 30 29 30 29 29 30 29 29 30 30
|
||||
1409=30 30 29 30 29 30 29 29 30 29 29 30
|
||||
1410=30 30 29 30 30 29 30 29 29 30 29 29
|
||||
1411=30 30 29 30 30 29 30 30 29 29 30 29
|
||||
1412=30 29 30 29 30 29 30 30 30 29 29 30
|
||||
1413=29 30 29 29 30 29 30 30 30 29 30 29
|
||||
1414=30 29 30 29 29 30 29 30 30 29 30 30
|
||||
1415=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1416=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1417=30 29 30 30 29 29 30 29 30 29 30 29
|
||||
1418=30 29 30 30 29 30 29 30 29 30 29 30
|
||||
1419=29 30 29 30 29 30 29 30 30 30 29 29
|
||||
1420=29 30 29 29 30 29 30 30 30 30 29 30
|
||||
1421=29 29 30 29 29 29 30 30 30 30 29 30
|
||||
1422=30 29 29 30 29 29 29 30 30 30 29 30
|
||||
1423=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1424=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1425=30 29 30 30 29 30 29 30 30 29 30 29
|
||||
1426=29 30 29 30 29 30 30 29 30 30 29 30
|
||||
1427=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1428=30 29 29 30 29 29 30 30 30 29 30 30
|
||||
1429=29 30 29 29 30 29 29 30 30 29 30 30
|
||||
1430=29 30 30 29 29 30 29 30 29 30 29 30
|
||||
1431=29 30 30 29 30 29 30 29 30 29 29 30
|
||||
1432=29 30 30 30 29 30 29 30 29 30 29 29
|
||||
1433=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1434=29 30 29 30 29 30 30 29 30 30 29 29
|
||||
1435=30 29 30 29 30 29 30 29 30 30 29 30
|
||||
1436=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1437=30 29 30 30 29 29 30 29 30 29 29 30
|
||||
1438=30 29 30 30 30 29 29 30 29 29 30 29
|
||||
1439=30 29 30 30 30 29 30 29 30 29 29 30
|
||||
1440=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1441=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1442=29 30 29 30 29 30 29 30 30 29 30 29
|
||||
1443=30 29 30 29 30 29 30 29 30 29 30 30
|
||||
1444=29 30 29 30 30 29 29 30 29 30 29 30
|
||||
1445=29 30 30 30 29 30 29 29 30 29 29 30
|
||||
1446=29 30 30 30 29 30 30 29 29 30 29 29
|
||||
1447=30 29 30 30 30 29 30 29 30 29 30 29
|
||||
1448=29 30 29 30 30 29 30 30 29 30 29 30
|
||||
1449=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1450=30 29 30 29 29 30 29 30 29 30 30 29
|
||||
1451=30 30 30 29 29 30 29 29 30 30 29 30
|
||||
1452=30 29 30 30 29 29 30 29 29 30 29 30
|
||||
1453=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1454=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1455=29 30 29 30 30 29 30 29 30 30 29 30
|
||||
1456=29 29 30 29 30 29 30 29 30 30 30 29
|
||||
1457=30 29 29 30 29 29 30 29 30 30 30 30
|
||||
1458=29 30 29 29 30 29 29 30 29 30 30 30
|
||||
1459=29 30 30 29 29 30 29 29 30 29 30 30
|
||||
1460=29 30 30 29 30 29 30 29 29 30 29 30
|
||||
1461=29 30 30 29 30 29 30 29 30 30 29 29
|
||||
1462=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1463=29 30 29 30 29 30 29 30 30 30 29 30
|
||||
1464=29 30 29 29 30 29 29 30 30 30 29 30
|
||||
1465=30 29 30 29 29 30 29 29 30 30 29 30
|
||||
1466=30 30 29 30 29 29 29 30 29 30 30 29
|
||||
1467=30 30 29 30 30 29 29 30 29 30 29 30
|
||||
1468=29 30 29 30 30 29 30 29 30 29 30 29
|
||||
1469=29 30 29 30 30 29 30 30 29 30 29 30
|
||||
1470=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1471=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1472=29 30 29 29 30 29 30 29 30 30 29 30
|
||||
1473=29 30 29 30 30 29 29 30 29 30 29 30
|
||||
1474=29 30 30 29 30 30 29 29 30 29 30 29
|
||||
1475=29 30 30 29 30 30 30 29 29 30 29 29
|
||||
1476=30 29 30 29 30 30 30 29 30 29 30 29
|
||||
1477=29 30 29 29 30 30 30 30 29 30 29 30
|
||||
1478=29 29 30 29 30 29 30 30 29 30 30 29
|
||||
1479=30 29 29 30 29 30 29 30 29 30 30 29
|
||||
1480=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1481=30 29 30 30 29 30 29 30 29 30 29 29
|
||||
1482=30 29 30 30 30 30 29 30 29 29 30 29
|
||||
1483=29 30 29 30 30 30 29 30 30 29 29 30
|
||||
1484=29 29 30 29 30 30 30 29 30 29 30 29
|
||||
1485=30 29 29 30 29 30 30 29 30 30 29 30
|
||||
1486=29 30 29 29 30 29 30 29 30 30 29 30
|
||||
1487=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1488=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1489=30 29 30 30 30 29 30 29 29 30 29 30
|
||||
1490=29 30 29 30 30 29 30 30 29 29 30 29
|
||||
1491=30 29 29 30 30 29 30 30 29 30 29 30
|
||||
1492=29 30 29 29 30 30 29 30 29 30 30 29
|
||||
1493=30 29 30 29 30 29 29 30 29 30 30 30
|
||||
1494=29 30 29 30 29 30 29 29 29 30 30 30
|
||||
1495=29 30 30 29 30 29 29 30 29 29 30 30
|
||||
1496=29 30 30 30 29 30 29 29 30 29 29 30
|
||||
1497=30 29 30 30 29 30 29 30 29 30 29 30
|
||||
1498=29 30 29 30 29 30 30 29 30 29 30 29
|
||||
1499=30 29 30 29 29 30 30 29 30 29 30 30
|
||||
1500=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1501=30 29 30 29 30 29 29 29 30 29 30 30
|
||||
1502=30 30 29 30 29 30 29 29 29 30 30 29
|
||||
1503=30 30 29 30 30 29 30 29 29 29 30 30
|
||||
1504=29 30 29 30 30 30 29 29 30 29 30 29
|
||||
1505=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1506=29 30 29 29 30 30 29 30 30 29 30 30
|
||||
1507=29 29 30 29 29 30 30 29 30 29 30 30
|
||||
1508=30 29 29 30 29 30 29 29 30 29 30 30
|
||||
1509=30 29 30 29 30 29 30 29 29 30 29 30
|
||||
1510=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1511=30 29 30 30 29 30 30 29 30 29 29 30
|
||||
1512=29 30 29 30 29 30 30 30 29 30 29 30
|
||||
1513=29 29 29 30 29 30 30 30 29 30 30 29
|
||||
1514=30 29 29 29 30 29 30 30 29 30 30 30
|
||||
1515=29 29 30 29 29 30 29 30 30 29 30 30
|
||||
1516=29 30 29 30 29 29 30 29 30 29 30 30
|
||||
1517=29 30 29 30 29 30 30 29 29 30 29 30
|
||||
1518=29 30 29 30 30 29 30 30 29 30 29 29
|
||||
1519=30 29 29 30 30 30 29 30 30 29 30 29
|
||||
1520=29 30 29 29 30 30 30 29 30 30 29 30
|
||||
1521=29 29 29 30 29 30 30 29 30 30 29 30
|
||||
1522=30 29 29 29 30 29 30 30 29 30 30 29
|
||||
1523=30 29 30 29 30 29 30 29 29 30 30 29
|
||||
1524=30 30 29 30 29 30 29 30 29 29 30 29
|
||||
1525=30 30 29 30 30 29 30 29 30 29 29 30
|
||||
1526=29 30 29 30 30 30 29 30 29 30 29 29
|
||||
1527=30 29 30 29 30 30 29 30 30 29 30 29
|
||||
1528=30 29 29 30 29 30 29 30 30 29 30 30
|
||||
1529=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1530=29 30 30 29 29 30 29 30 29 29 30 30
|
||||
1531=29 30 30 30 29 29 30 29 30 29 29 30
|
||||
1532=29 30 30 30 29 30 30 29 29 29 30 29
|
||||
1533=30 29 30 30 30 29 30 29 30 29 29 30
|
||||
1534=29 30 29 30 30 29 30 30 29 29 30 29
|
||||
1535=30 29 30 29 30 29 30 30 29 30 29 30
|
||||
1536=29 30 29 30 29 30 29 30 29 30 29 30
|
||||
1537=30 29 30 30 29 29 30 29 29 30 29 30
|
||||
1538=30 30 29 30 30 29 29 30 29 29 30 29
|
||||
1539=30 30 30 29 30 30 29 29 30 29 29 30
|
||||
1540=29 30 30 29 30 30 29 30 29 29 30 29
|
||||
1541=30 29 30 29 30 30 30 29 30 29 29 30
|
||||
1542=29 30 29 30 29 30 30 29 30 29 30 30
|
||||
1543=29 30 29 29 30 29 30 29 30 29 30 30
|
||||
1544=30 29 30 29 29 30 29 30 29 30 29 30
|
||||
1545=30 30 29 30 29 29 30 29 30 29 29 30
|
||||
1546=30 30 29 30 29 30 29 30 29 30 29 29
|
||||
1547=30 30 29 30 30 29 30 29 30 29 30 29
|
||||
1548=30 29 29 30 30 29 30 30 29 30 29 30
|
||||
1549=29 30 29 29 30 29 30 30 30 29 30 29
|
||||
1550=30 29 30 29 29 29 30 30 30 29 30 30
|
||||
1551=29 30 29 29 30 29 29 30 30 29 30 30
|
||||
1552=30 29 30 29 29 30 29 29 30 30 29 30
|
||||
1553=30 29 30 29 30 29 30 29 30 29 30 29
|
||||
1554=30 29 30 29 30 30 29 30 29 30 29 30
|
||||
1555=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1556=30 29 29 30 29 30 29 30 30 30 29 30
|
||||
1557=29 30 29 29 29 30 29 30 30 30 30 29
|
||||
1558=30 29 30 29 29 29 30 29 30 30 30 29
|
||||
1559=30 30 29 29 30 29 29 30 30 29 30 29
|
||||
1560=30 30 29 30 29 30 29 30 29 30 29 30
|
||||
1561=29 30 30 29 30 29 30 30 29 29 30 29
|
||||
1562=29 30 30 29 30 29 30 30 30 29 29 30
|
||||
1563=29 30 29 29 30 29 30 30 30 29 30 29
|
||||
1564=30 29 30 29 29 30 29 30 30 30 29 30
|
||||
1565=29 30 29 30 29 29 30 29 30 30 29 30
|
||||
1566=30 29 30 29 30 29 29 30 29 30 29 30
|
||||
1567=30 29 30 30 29 30 29 30 29 29 30 29
|
||||
1568=30 29 30 30 30 29 30 29 30 29 29 29
|
||||
1569=30 29 30 30 30 29 30 30 29 30 29 29
|
||||
1570=29 30 29 30 30 29 30 30 30 29 29 30
|
||||
1571=29 29 30 29 30 30 29 30 30 29 30 29
|
||||
1572=30 29 29 30 29 30 29 30 30 29 30 29
|
||||
1573=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1574=30 30 29 30 30 29 30 29 29 30 29 29
|
||||
1575=30 30 30 29 30 30 29 30 29 29 29 30
|
||||
1576=29 30 30 29 30 30 30 29 30 29 29 29
|
||||
1577=30 29 30 30 29 30 30 29 30 29 30 29
|
||||
1578=29 30 29 30 29 30 30 29 30 30 29 30
|
||||
1579=29 30 29 30 29 29 30 30 29 30 29 30
|
||||
1580=29 30 30 29 30 29 29 30 29 30 29 30
|
||||
1581=30 30 29 30 29 30 29 29 30 29 30 29
|
||||
1582=30 30 29 30 30 29 30 29 30 29 29 29
|
||||
1583=30 30 29 30 30 30 29 30 29 30 29 29
|
||||
1584=29 30 30 29 30 30 29 30 30 29 30 29
|
||||
1585=29 30 29 30 29 30 29 30 30 29 30 30
|
||||
1586=29 29 30 29 30 29 29 30 30 30 29 30
|
||||
1587=29 30 30 29 29 29 30 29 30 29 30 30
|
||||
1588=30 29 30 30 29 29 29 30 29 30 29 30
|
||||
1589=30 29 30 30 29 30 29 29 30 29 30 29
|
||||
1590=30 29 30 30 30 29 29 30 29 30 29 30
|
||||
1591=29 30 29 30 30 29 30 29 30 29 30 29
|
||||
1592=30 29 30 29 30 29 30 29 30 30 30 29
|
||||
1593=30 29 29 30 29 29 30 29 30 30 30 29
|
||||
1594=30 30 29 29 30 29 29 29 30 30 30 30
|
||||
1595=29 30 29 30 29 29 30 29 29 30 30 30
|
||||
1596=29 30 30 29 30 29 29 30 29 30 29 30
|
||||
1597=29 30 30 29 30 29 30 29 30 29 30 29
|
||||
1598=30 29 30 29 30 30 29 30 29 30 30 29
|
||||
1599=29 30 29 30 29 30 29 30 30 30 29 30
|
||||
1600=29 29 30 29 30 29 29 30 30 30 29 30
|
||||
@@ -0,0 +1,40 @@
|
||||
#
|
||||
#
|
||||
# Cursors Properties file
|
||||
#
|
||||
# Names GIF89 sources for Custom Cursors and their associated HotSpots
|
||||
#
|
||||
# Note: the syntax of the property name is significant and is parsed
|
||||
# by java.awt.Cursor
|
||||
#
|
||||
# The syntax is: Cursor.<name>.<geom>.File=<filename>
|
||||
# Cursor.<name>.<geom>.HotSpot=<x>,<y>
|
||||
# Cursor.<name>.<geom>.Name=<localized name>
|
||||
#
|
||||
Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif
|
||||
Cursor.CopyDrop.32x32.HotSpot=0,0
|
||||
Cursor.CopyDrop.32x32.Name=CopyDrop32x32
|
||||
#
|
||||
Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif
|
||||
Cursor.MoveDrop.32x32.HotSpot=0,0
|
||||
Cursor.MoveDrop.32x32.Name=MoveDrop32x32
|
||||
#
|
||||
Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif
|
||||
Cursor.LinkDrop.32x32.HotSpot=0,0
|
||||
Cursor.LinkDrop.32x32.Name=LinkDrop32x32
|
||||
#
|
||||
Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gif
|
||||
Cursor.CopyNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
|
||||
#
|
||||
Cursor.MoveNoDrop.32x32.File=motif_MoveNoDrop32x32.gif
|
||||
Cursor.MoveNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
|
||||
#
|
||||
Cursor.LinkNoDrop.32x32.File=motif_LinkNoDrop32x32.gif
|
||||
Cursor.LinkNoDrop.32x32.HotSpot=6,2
|
||||
Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32
|
||||
#
|
||||
Cursor.Invalid.32x32.File=invalid32x32.gif
|
||||
Cursor.Invalid.32x32.HotSpot=6,2
|
||||
Cursor.Invalid.32x32.Name=Invalid32x32
|
||||
|
After Width: | Height: | Size: 153 B |
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 153 B |
|
After Width: | Height: | Size: 162 B |
|
After Width: | Height: | Size: 153 B |
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 153 B |
@@ -0,0 +1,2 @@
|
||||
javafx.runtime.version=8.0.265
|
||||
javafx.runtime.build=b01
|
||||
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/jce.jar
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/jfxswt.jar
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/jspawnhelper
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/jsse.jar
Executable file
34
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/jvm.cfg
Executable file
@@ -0,0 +1,34 @@
|
||||
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
# List of JVMs that can be used as an option to java, javac, etc.
|
||||
# Order is important -- first in this list is the default JVM.
|
||||
# NOTE that this both this file and its format are UNSUPPORTED and
|
||||
# WILL GO AWAY in a future release.
|
||||
#
|
||||
# You may also select a JVM in an arbitrary location with the
|
||||
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
|
||||
# and may not be available in a future release.
|
||||
#
|
||||
-server KNOWN
|
||||
-client IGNORE
|
||||
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libawt.dylib
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libnet.dylib
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libnio.dylib
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libnpt.dylib
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libosx.dylib
Executable file
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/libzip.dylib
Executable file
@@ -0,0 +1,59 @@
|
||||
############################################################
|
||||
# Default Logging Configuration File
|
||||
#
|
||||
# You can use a different file by specifying a filename
|
||||
# with the java.util.logging.config.file system property.
|
||||
# For example java -Djava.util.logging.config.file=myfile
|
||||
############################################################
|
||||
|
||||
############################################################
|
||||
# Global properties
|
||||
############################################################
|
||||
|
||||
# "handlers" specifies a comma separated list of log Handler
|
||||
# classes. These handlers will be installed during VM startup.
|
||||
# Note that these classes must be on the system classpath.
|
||||
# By default we only configure a ConsoleHandler, which will only
|
||||
# show messages at the INFO and above levels.
|
||||
handlers= java.util.logging.ConsoleHandler
|
||||
|
||||
# To also add the FileHandler, use the following line instead.
|
||||
#handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
|
||||
|
||||
# Default global logging level.
|
||||
# This specifies which kinds of events are logged across
|
||||
# all loggers. For any given facility this global level
|
||||
# can be overriden by a facility specific level
|
||||
# Note that the ConsoleHandler also has a separate level
|
||||
# setting to limit messages printed to the console.
|
||||
.level= INFO
|
||||
|
||||
############################################################
|
||||
# Handler specific properties.
|
||||
# Describes specific configuration info for Handlers.
|
||||
############################################################
|
||||
|
||||
# default file output is in user's home directory.
|
||||
java.util.logging.FileHandler.pattern = %h/java%u.log
|
||||
java.util.logging.FileHandler.limit = 50000
|
||||
java.util.logging.FileHandler.count = 1
|
||||
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
|
||||
|
||||
# Limit the message that are printed on the console to INFO and above.
|
||||
java.util.logging.ConsoleHandler.level = INFO
|
||||
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
|
||||
|
||||
# Example to customize the SimpleFormatter output format
|
||||
# to print one-line log message like this:
|
||||
# <level>: <log message> [<date/time>]
|
||||
#
|
||||
# java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n
|
||||
|
||||
############################################################
|
||||
# Facility specific properties.
|
||||
# Provides extra control for each logger.
|
||||
############################################################
|
||||
|
||||
# For example, set the com.xyz.foo logger to only log SEVERE
|
||||
# messages:
|
||||
com.xyz.foo.level = SEVERE
|
||||
@@ -0,0 +1,90 @@
|
||||
% VERSION 2
|
||||
% WARNING: this file is auto-generated; do not edit
|
||||
% UNSUPPORTED: this file and its format may change and/or
|
||||
% may be removed in a future release
|
||||
# charsets.jar
|
||||
sun/nio
|
||||
sun/awt
|
||||
! jce.jar
|
||||
javax/crypto
|
||||
sun/security
|
||||
! jsse.jar
|
||||
sun/security
|
||||
com/sun/net/
|
||||
! management-agent.jar
|
||||
@ resources.jar
|
||||
com/sun/java/util/jar/pack/
|
||||
META-INF/services/sun.util.spi.XmlPropertiesProvider
|
||||
META-INF/services/javax.print.PrintServiceLookup
|
||||
com/sun/corba/
|
||||
META-INF/services/javax.sound.midi.spi.SoundbankReader
|
||||
sun/print
|
||||
META-INF/services/javax.sound.midi.spi.MidiFileReader
|
||||
META-INF/services/sun.java2d.cmm.CMMServiceProvider
|
||||
javax/swing
|
||||
META-INF/services/javax.sound.sampled.spi.AudioFileReader
|
||||
META-INF/services/javax.sound.midi.spi.MidiDeviceProvider
|
||||
sun/net
|
||||
META-INF/services/javax.sound.sampled.spi.AudioFileWriter
|
||||
com/sun/imageio/
|
||||
META-INF/services/sun.java2d.pipe.RenderingEngine
|
||||
META-INF/mimetypes.default
|
||||
META-INF/services/javax.sound.midi.spi.MidiFileWriter
|
||||
sun/rmi
|
||||
javax/sql
|
||||
META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin
|
||||
com/sun/rowset/
|
||||
META-INF/services/javax.print.StreamPrintServiceFactory
|
||||
META-INF/mailcap.default
|
||||
java/lang
|
||||
sun/text
|
||||
javax/xml
|
||||
META-INF/services/javax.sound.sampled.spi.MixerProvider
|
||||
com/sun/xml/
|
||||
META-INF/services/com.sun.tools.internal.xjc.Plugin
|
||||
com/sun/java/swing/
|
||||
com/sun/jndi/
|
||||
com/sun/org/
|
||||
META-INF/services/javax.sound.sampled.spi.FormatConversionProvider
|
||||
! rt.jar
|
||||
com/sun/java/util/jar/pack/
|
||||
java/
|
||||
org/ietf/
|
||||
com/sun/beans/
|
||||
com/sun/tracing/
|
||||
apple/launcher/
|
||||
com/sun/java/browser/
|
||||
com/sun/corba/
|
||||
com/sun/media/
|
||||
com/sun/awt/
|
||||
com/sun/management/
|
||||
sun/
|
||||
apple/applescript/
|
||||
com/sun/jmx/
|
||||
com/sun/demo/
|
||||
apple/security/
|
||||
com/sun/imageio/
|
||||
com/sun/rmi/
|
||||
com/sun/net/
|
||||
org/w3c/
|
||||
com/sun/swing/
|
||||
com/sun/activation/
|
||||
apple/laf/
|
||||
com/sun/nio/
|
||||
com/sun/rowset/
|
||||
org/jcp/
|
||||
com/sun/istack/
|
||||
jdk/
|
||||
com/sun/naming/
|
||||
org/xml/
|
||||
org/omg/
|
||||
com/sun/security/
|
||||
com/sun/xml/
|
||||
com/oracle/
|
||||
com/sun/java/swing/
|
||||
com/sun/java_cup/
|
||||
com/sun/jndi/
|
||||
com/apple/
|
||||
com/sun/accessibility/
|
||||
com/sun/org/
|
||||
javax/
|
||||
@@ -0,0 +1,121 @@
|
||||
############################################################
|
||||
# Default Networking Configuration File
|
||||
#
|
||||
# This file may contain default values for the networking system properties.
|
||||
# These values are only used when the system properties are not specified
|
||||
# on the command line or set programatically.
|
||||
# For now, only the various proxy settings can be configured here.
|
||||
############################################################
|
||||
|
||||
# Whether or not the DefaultProxySelector will default to System Proxy
|
||||
# settings when they do exist.
|
||||
# Set it to 'true' to enable this feature and check for platform
|
||||
# specific proxy settings
|
||||
# Note that the system properties that do explicitely set proxies
|
||||
# (like http.proxyHost) do take precedence over the system settings
|
||||
# even if java.net.useSystemProxies is set to true.
|
||||
|
||||
java.net.useSystemProxies=false
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Proxy configuration for the various protocol handlers.
|
||||
# DO NOT uncomment these lines if you have set java.net.useSystemProxies
|
||||
# to true as the protocol specific properties will take precedence over
|
||||
# system settings.
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
# HTTP Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
|
||||
# should be accessed directly, ignoring the proxy server (default value is
|
||||
# localhost & 127.0.0.1).
|
||||
#
|
||||
# http.proxyHost=
|
||||
# http.proxyPort=80
|
||||
http.nonProxyHosts=localhost|127.*|[::1]
|
||||
#
|
||||
# HTTPS Proxy Settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 443). The HTTPS protocol handlers uses the http nonProxyHosts list.
|
||||
#
|
||||
# https.proxyHost=
|
||||
# https.proxyPort=443
|
||||
#
|
||||
# FTP Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80) and nonProxyHosts is a '|' separated list of hostnames which
|
||||
# should be accessed directly, ignoring the proxy server (default value is
|
||||
# localhost & 127.0.0.1).
|
||||
#
|
||||
# ftp.proxyHost=
|
||||
# ftp.proxyPort=80
|
||||
ftp.nonProxyHosts=localhost|127.*|[::1]
|
||||
#
|
||||
# Gopher Proxy settings. proxyHost is the name of the proxy server
|
||||
# (e.g. proxy.mydomain.com), proxyPort is the port number to use (default
|
||||
# value is 80)
|
||||
#
|
||||
# gopher.proxyHost=
|
||||
# gopher.proxyPort=80
|
||||
#
|
||||
# Socks proxy settings. socksProxyHost is the name of the proxy server
|
||||
# (e.g. socks.domain.com), socksProxyPort is the port number to use
|
||||
# (default value is 1080)
|
||||
#
|
||||
# socksProxyHost=
|
||||
# socksProxyPort=1080
|
||||
#
|
||||
# HTTP Keep Alive settings. remainingData is the maximum amount of data
|
||||
# in kilobytes that will be cleaned off the underlying socket so that it
|
||||
# can be reused (default value is 512K), queuedConnections is the maximum
|
||||
# number of Keep Alive connections to be on the queue for clean up (default
|
||||
# value is 10).
|
||||
# http.KeepAlive.remainingData=512
|
||||
# http.KeepAlive.queuedConnections=10
|
||||
|
||||
# Authentication Scheme restrictions for HTTP and HTTPS.
|
||||
#
|
||||
# In some environments certain authentication schemes may be undesirable
|
||||
# when proxying HTTP or HTTPS. For example, "Basic" results in effectively the
|
||||
# cleartext transmission of the user's password over the physical network.
|
||||
# This section describes the mechanism for disabling authentication schemes
|
||||
# based on the scheme name. Disabled schemes will be treated as if they are not
|
||||
# supported by the implementation.
|
||||
#
|
||||
# The 'jdk.http.auth.tunneling.disabledSchemes' property lists the authentication
|
||||
# schemes that will be disabled when tunneling HTTPS over a proxy, HTTP CONNECT.
|
||||
# The 'jdk.http.auth.proxying.disabledSchemes' property lists the authentication
|
||||
# schemes that will be disabled when proxying HTTP.
|
||||
#
|
||||
# In both cases the property is a comma-separated list of, case-insensitive,
|
||||
# authentication scheme names, as defined by their relevant RFCs. An
|
||||
# implementation may, but is not required to, support common schemes whose names
|
||||
# include: 'Basic', 'Digest', 'NTLM', 'Kerberos', 'Negotiate'. A scheme that
|
||||
# is not known, or not supported, by the implementation is ignored.
|
||||
#
|
||||
# Note: This property is currently used by the JDK Reference implementation. It
|
||||
# is not guaranteed to be examined and used by other implementations.
|
||||
#
|
||||
#jdk.http.auth.proxying.disabledSchemes=
|
||||
jdk.http.auth.tunneling.disabledSchemes=Basic
|
||||
|
||||
#
|
||||
# Transparent NTLM HTTP authentication mode on Windows. Transparent authentication
|
||||
# can be used for the NTLM scheme, where the security credentials based on the
|
||||
# currently logged in user's name and password can be obtained directly from the
|
||||
# operating system, without prompting the user. This property has three possible
|
||||
# values which regulate the behavior as shown below. Other unrecognized values
|
||||
# are handled the same as 'disabled'. Note, that NTLM is not considered to be a
|
||||
# strongly secure authentication scheme and care should be taken before enabling
|
||||
# this mechanism.
|
||||
#
|
||||
# Transparent authentication never used.
|
||||
#jdk.http.ntlm.transparentAuth=disabled
|
||||
#
|
||||
# Enabled for all hosts.
|
||||
#jdk.http.ntlm.transparentAuth=allHosts
|
||||
#
|
||||
# Enabled for hosts that are trusted in Windows Internet settings
|
||||
#jdk.http.ntlm.transparentAuth=trustedHosts
|
||||
#
|
||||
jdk.http.ntlm.transparentAuth=disabled
|
||||
@@ -0,0 +1,119 @@
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
#
|
||||
# Japanese PostScript printer property file
|
||||
#
|
||||
font.num=16
|
||||
#
|
||||
serif=serif
|
||||
timesroman=serif
|
||||
sansserif=sansserif
|
||||
helvetica=sansserif
|
||||
monospaced=monospaced
|
||||
courier=monospaced
|
||||
dialog=sansserif
|
||||
dialoginput=monospaced
|
||||
#
|
||||
serif.latin1.plain=Times-Roman
|
||||
serif.latin1.italic=Times-Italic
|
||||
serif.latin1.bolditalic=Times-BoldItalic
|
||||
serif.latin1.bold=Times-Bold
|
||||
#
|
||||
sansserif.latin1.plain=Helvetica
|
||||
sansserif.latin1.italic=Helvetica-Oblique
|
||||
sansserif.latin1.bolditalic=Helvetica-BoldOblique
|
||||
sansserif.latin1.bold=Helvetica-Bold
|
||||
#
|
||||
monospaced.latin1.plain=Courier
|
||||
monospaced.latin1.italic=Courier-Oblique
|
||||
monospaced.latin1.bolditalic=Courier-BoldOblique
|
||||
monospaced.latin1.bold=Courier-Bold
|
||||
#
|
||||
serif.x11jis0208.plain=Ryumin-Light-H
|
||||
serif.x11jis0208.italic=Ryumin-Light-H
|
||||
serif.x11jis0208.bolditalic=Ryumin-Light-H
|
||||
serif.x11jis0208.bold=Ryumin-Light-H
|
||||
#
|
||||
sansserif.x11jis0208.plain=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.italic=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.bolditalic=GothicBBB-Medium-H
|
||||
sansserif.x11jis0208.bold=GothicBBB-Medium-H
|
||||
#
|
||||
monospaced.x11jis0208.plain=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.italic=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.bolditalic=GothicBBB-Medium-H
|
||||
monospaced.x11jis0208.bold=GothicBBB-Medium-H
|
||||
#
|
||||
serif.x11jis0201.plain=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.italic=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.bolditalic=Ryumin-Light.Hankaku
|
||||
serif.x11jis0201.bold=Ryumin-Light.Hankaku
|
||||
#
|
||||
sansserif.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
||||
sansserif.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
||||
#
|
||||
monospaced.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
||||
monospaced.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
||||
#
|
||||
Helvetica=0
|
||||
Helvetica-Bold=1
|
||||
Helvetica-Oblique=2
|
||||
Helvetica-BoldOblique=3
|
||||
Times-Roman=4
|
||||
Times-Bold=5
|
||||
Times-Italic=6
|
||||
Times-BoldItalic=7
|
||||
Courier=8
|
||||
Courier-Bold=9
|
||||
Courier-Oblique=10
|
||||
Courier-BoldOblique=11
|
||||
GothicBBB-Medium-H=12
|
||||
Ryumin-Light-H=13
|
||||
GothicBBB-Medium.Hankaku=14
|
||||
Ryumin-Light.Hankaku=15
|
||||
#
|
||||
font.0=Helvetica ISOF
|
||||
font.1=Helvetica-Bold ISOF
|
||||
font.2=Helvetica-Oblique ISOF
|
||||
font.3=Helvetica-BoldOblique ISOF
|
||||
font.4=Times-Roman ISOF
|
||||
font.5=Times-Bold ISOF
|
||||
font.6=Times-Italic ISOF
|
||||
font.7=Times-BoldItalic ISOF
|
||||
font.8=Courier ISOF
|
||||
font.9=Courier-Bold ISOF
|
||||
font.10=Courier-Oblique ISOF
|
||||
font.11=Courier-BoldOblique ISOF
|
||||
font.12=GothicBBB-Medium-H findfont
|
||||
font.13=Ryumin-Light-H findfont
|
||||
font.14=GothicBBB-Medium.Hankaku findfont
|
||||
font.15=Ryumin-Light.Hankaku findfont
|
||||
#
|
||||
@@ -0,0 +1,323 @@
|
||||
#
|
||||
#
|
||||
# Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
|
||||
#
|
||||
# PostScript printer property file for Java 2D printing.
|
||||
#
|
||||
# WARNING: This is an internal implementation file, not a public file.
|
||||
# Any customisation or reliance on the existence of this file and its
|
||||
# contents or syntax is discouraged and unsupported.
|
||||
# It may be incompatibly changed or removed without any notice.
|
||||
#
|
||||
#
|
||||
font.num=35
|
||||
#
|
||||
# Legacy logical font family names and logical font aliases should all
|
||||
# map to the primary logical font names.
|
||||
#
|
||||
serif=serif
|
||||
times=serif
|
||||
timesroman=serif
|
||||
sansserif=sansserif
|
||||
helvetica=sansserif
|
||||
dialog=sansserif
|
||||
dialoginput=monospaced
|
||||
monospaced=monospaced
|
||||
courier=monospaced
|
||||
#
|
||||
# Next, physical fonts which can be safely mapped to standard postscript fonts
|
||||
# These keys generally map to a value which is the same as the key, so
|
||||
# the key/value is just a way to say the font has a mapping.
|
||||
# Sometimes however we map more than one screen font to the same PS font.
|
||||
#
|
||||
avantgarde=avantgarde_book
|
||||
avantgarde_book=avantgarde_book
|
||||
avantgarde_demi=avantgarde_demi
|
||||
avantgarde_book_oblique=avantgarde_book_oblique
|
||||
avantgarde_demi_oblique=avantgarde_demi_oblique
|
||||
#
|
||||
itcavantgarde=avantgarde_book
|
||||
itcavantgarde=avantgarde_book
|
||||
itcavantgarde_demi=avantgarde_demi
|
||||
itcavantgarde_oblique=avantgarde_book_oblique
|
||||
itcavantgarde_demi_oblique=avantgarde_demi_oblique
|
||||
#
|
||||
bookman=bookman_light
|
||||
bookman_light=bookman_light
|
||||
bookman_demi=bookman_demi
|
||||
bookman_light_italic=bookman_light_italic
|
||||
bookman_demi_italic=bookman_demi_italic
|
||||
#
|
||||
# Exclude "helvetica" on its own as that's a legacy name for a logical font
|
||||
helvetica_bold=helvetica_bold
|
||||
helvetica_oblique=helvetica_oblique
|
||||
helvetica_bold_oblique=helvetica_bold_oblique
|
||||
#
|
||||
itcbookman_light=bookman_light
|
||||
itcbookman_demi=bookman_demi
|
||||
itcbookman_light_italic=bookman_light_italic
|
||||
itcbookman_demi_italic=bookman_demi_italic
|
||||
#
|
||||
# Exclude "courier" on its own as that's a legacy name for a logical font
|
||||
courier_bold=courier_bold
|
||||
courier_oblique=courier_oblique
|
||||
courier_bold_oblique=courier_bold_oblique
|
||||
#
|
||||
courier_new=courier
|
||||
courier_new_bold=courier_bold
|
||||
#
|
||||
monotype_century_schoolbook=newcenturyschoolbook
|
||||
monotype_century_schoolbook_bold=newcenturyschoolbook_bold
|
||||
monotype_century_schoolbook_italic=newcenturyschoolbook_italic
|
||||
monotype_century_schoolbook_bold_italic=newcenturyschoolbook_bold_italic
|
||||
#
|
||||
newcenturyschoolbook=newcenturyschoolbook
|
||||
newcenturyschoolbook_bold=newcenturyschoolbook_bold
|
||||
newcenturyschoolbook_italic=newcenturyschoolbook_italic
|
||||
newcenturyschoolbook_bold_italic=newcenturyschoolbook_bold_italic
|
||||
#
|
||||
palatino=palatino
|
||||
palatino_bold=palatino_bold
|
||||
palatino_italic=palatino_italic
|
||||
palatino_bold_italic=palatino_bold_italic
|
||||
#
|
||||
# Exclude "times" on its own as that's a legacy name for a logical font
|
||||
times_bold=times_roman_bold
|
||||
times_italic=times_roman_italic
|
||||
times_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
times_roman=times_roman
|
||||
times_roman_bold=times_roman_bold
|
||||
times_roman_italic=times_roman_italic
|
||||
times_roman_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
times_new_roman=times_roman
|
||||
times_new_roman_bold=times_roman_bold
|
||||
times_new_roman_italic=times_roman_italic
|
||||
times_new_roman_bold_italic=times_roman_bold_italic
|
||||
#
|
||||
zapfchancery_italic=zapfchancery_italic
|
||||
itczapfchancery_italic=zapfchancery_italic
|
||||
#
|
||||
# Next the mapping of the font name + charset + style to Postscript font name
|
||||
# for the logical fonts.
|
||||
#
|
||||
serif.latin1.plain=Times-Roman
|
||||
serif.latin1.bold=Times-Bold
|
||||
serif.latin1.italic=Times-Italic
|
||||
serif.latin1.bolditalic=Times-BoldItalic
|
||||
serif.symbol.plain=Symbol
|
||||
serif.dingbats.plain=ZapfDingbats
|
||||
serif.symbol.bold=Symbol
|
||||
serif.dingbats.bold=ZapfDingbats
|
||||
serif.symbol.italic=Symbol
|
||||
serif.dingbats.italic=ZapfDingbats
|
||||
serif.symbol.bolditalic=Symbol
|
||||
serif.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
sansserif.latin1.plain=Helvetica
|
||||
sansserif.latin1.bold=Helvetica-Bold
|
||||
sansserif.latin1.italic=Helvetica-Oblique
|
||||
sansserif.latin1.bolditalic=Helvetica-BoldOblique
|
||||
sansserif.symbol.plain=Symbol
|
||||
sansserif.dingbats.plain=ZapfDingbats
|
||||
sansserif.symbol.bold=Symbol
|
||||
sansserif.dingbats.bold=ZapfDingbats
|
||||
sansserif.symbol.italic=Symbol
|
||||
sansserif.dingbats.italic=ZapfDingbats
|
||||
sansserif.symbol.bolditalic=Symbol
|
||||
sansserif.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
monospaced.latin1.plain=Courier
|
||||
monospaced.latin1.bold=Courier-Bold
|
||||
monospaced.latin1.italic=Courier-Oblique
|
||||
monospaced.latin1.bolditalic=Courier-BoldOblique
|
||||
monospaced.symbol.plain=Symbol
|
||||
monospaced.dingbats.plain=ZapfDingbats
|
||||
monospaced.symbol.bold=Symbol
|
||||
monospaced.dingbats.bold=ZapfDingbats
|
||||
monospaced.symbol.italic=Symbol
|
||||
monospaced.dingbats.italic=ZapfDingbats
|
||||
monospaced.symbol.bolditalic=Symbol
|
||||
monospaced.dingbats.bolditalic=ZapfDingbats
|
||||
#
|
||||
# Next the mapping of the font name + charset + style to Postscript font name
|
||||
# for the physical fonts. Since these always report style as plain, the
|
||||
# style key is always plain. So we map using the face name to the correct
|
||||
# style for the postscript font. This is possible since the face names can
|
||||
# be replied upon to be different for each style.
|
||||
# However an application may try to create a Font applying a style to an
|
||||
# physical name. We want to map to the correct Postscript font there too
|
||||
# if possible but we do not map cases where the application tries to
|
||||
# augment a style (eg ask for a bold version of a bold font)
|
||||
# Defer to the 2D package to attempt create an artificially styled version
|
||||
#
|
||||
avantgarde_book.latin1.plain=AvantGarde-Book
|
||||
avantgarde_demi.latin1.plain=AvantGarde-Demi
|
||||
avantgarde_book_oblique.latin1.plain=AvantGarde-BookOblique
|
||||
avantgarde_demi_oblique.latin1.plain=AvantGarde-DemiOblique
|
||||
#
|
||||
avantgarde_book.latin1.bold=AvantGarde-Demi
|
||||
avantgarde_book.latin1.italic=AvantGarde-BookOblique
|
||||
avantgarde_book.latin1.bolditalic=AvantGarde-DemiOblique
|
||||
avantgarde_demi.latin1.italic=AvantGarde-DemiOblique
|
||||
avantgarde_book_oblique.latin1.bold=AvantGarde-DemiOblique
|
||||
#
|
||||
bookman_light.latin1.plain=Bookman-Light
|
||||
bookman_demi.latin1.plain=Bookman-Demi
|
||||
bookman_light_italic.latin1.plain=Bookman-LightItalic
|
||||
bookman_demi_italic.latin1.plain=Bookman-DemiItalic
|
||||
#
|
||||
bookman_light.latin1.bold=Bookman-Demi
|
||||
bookman_light.latin1.italic=Bookman-LightItalic
|
||||
bookman_light.latin1.bolditalic=Bookman-DemiItalic
|
||||
bookman_light_bold.latin1.italic=Bookman-DemiItalic
|
||||
bookman_light_italic.latin1.bold=Bookman-DemiItalic
|
||||
#
|
||||
courier.latin1.plain=Courier
|
||||
courier_bold.latin1.plain=Courier-Bold
|
||||
courier_oblique.latin1.plain=Courier-Oblique
|
||||
courier_bold_oblique.latin1.plain=Courier-BoldOblique
|
||||
courier.latin1.bold=Courier-Bold
|
||||
courier.latin1.italic=Courier-Oblique
|
||||
courier.latin1.bolditalic=Courier-BoldOblique
|
||||
courier_bold.latin1.italic=Courier-BoldOblique
|
||||
courier_italic.latin1.bold=Courier-BoldOblique
|
||||
#
|
||||
helvetica_bold.latin1.plain=Helvetica-Bold
|
||||
helvetica_oblique.latin1.plain=Helvetica-Oblique
|
||||
helvetica_bold_oblique.latin1.plain=Helvetica-BoldOblique
|
||||
helvetica.latin1.bold=Helvetica-Bold
|
||||
helvetica.latin1.italic=Helvetica-Oblique
|
||||
helvetica.latin1.bolditalic=Helvetica-BoldOblique
|
||||
helvetica_bold.latin1.italic=Helvetica-BoldOblique
|
||||
helvetica_italic.latin1.bold=Helvetica-BoldOblique
|
||||
#
|
||||
newcenturyschoolbook.latin1.plain=NewCenturySchlbk-Roman
|
||||
newcenturyschoolbook_bold.latin1.plain=NewCenturySchlbk-Bold
|
||||
newcenturyschoolbook_italic.latin1.plain=NewCenturySchlbk-Italic
|
||||
newcenturyschoolbook_bold_italic.latin1.plain=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook.latin1.bold=NewCenturySchlbk-Bold
|
||||
newcenturyschoolbook.latin1.italic=NewCenturySchlbk-Italic
|
||||
newcenturyschoolbook.latin1.bolditalic=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook_bold.latin1.italic=NewCenturySchlbk-BoldItalic
|
||||
newcenturyschoolbook_italic.latin1.bold=NewCenturySchlbk-BoldItalic
|
||||
#
|
||||
palatino.latin1.plain=Palatino-Roman
|
||||
palatino_bold.latin1.plain=Palatino-Bold
|
||||
palatino_italic.latin1.plain=Palatino-Italic
|
||||
palatino_bold_italic.latin1.plain=Palatino-BoldItalic
|
||||
palatino.latin1.bold=Palatino-Bold
|
||||
palatino.latin1.italic=Palatino-Italic
|
||||
palatino.latin1.bolditalic=Palatino-BoldItalic
|
||||
palatino_bold.latin1.italic=Palatino-BoldItalic
|
||||
palatino_italic.latin1.bold=Palatino-BoldItalic
|
||||
#
|
||||
times_roman.latin1.plain=Times-Roman
|
||||
times_roman_bold.latin1.plain=Times-Bold
|
||||
times_roman_italic.latin1.plain=Times-Italic
|
||||
times_roman_bold_italic.latin1.plain=Times-BoldItalic
|
||||
times_roman.latin1.bold=Times-Bold
|
||||
times_roman.latin1.italic=Times-Italic
|
||||
times_roman.latin1.bolditalic=Times-BoldItalic
|
||||
times_roman_bold.latin1.italic=Times-BoldItalic
|
||||
times_roman_italic.latin1.bold=Times-BoldItalic
|
||||
#
|
||||
zapfchancery_italic.latin1.plain=ZapfChancery-MediumItalic
|
||||
#
|
||||
# Finally the mappings of PS font names to indexes.
|
||||
#
|
||||
AvantGarde-Book=0
|
||||
AvantGarde-BookOblique=1
|
||||
AvantGarde-Demi=2
|
||||
AvantGarde-DemiOblique=3
|
||||
Bookman-Demi=4
|
||||
Bookman-DemiItalic=5
|
||||
Bookman-Light=6
|
||||
Bookman-LightItalic=7
|
||||
Courier=8
|
||||
Courier-Bold=9
|
||||
Courier-BoldOblique=10
|
||||
Courier-Oblique=11
|
||||
Helvetica=12
|
||||
Helvetica-Bold=13
|
||||
Helvetica-BoldOblique=14
|
||||
Helvetica-Narrow=15
|
||||
Helvetica-Narrow-Bold=16
|
||||
Helvetica-Narrow-BoldOblique=17
|
||||
Helvetica-Narrow-Oblique=18
|
||||
Helvetica-Oblique=19
|
||||
NewCenturySchlbk-Bold=20
|
||||
NewCenturySchlbk-BoldItalic=21
|
||||
NewCenturySchlbk-Italic=22
|
||||
NewCenturySchlbk-Roman=23
|
||||
Palatino-Bold=24
|
||||
Palatino-BoldItalic=25
|
||||
Palatino-Italic=26
|
||||
Palatino-Roman=27
|
||||
Symbol=28
|
||||
Times-Bold=29
|
||||
Times-BoldItalic=30
|
||||
Times-Italic=31
|
||||
Times-Roman=32
|
||||
ZapfDingbats=33
|
||||
ZapfChancery-MediumItalic=34
|
||||
#
|
||||
font.0=AvantGarde-Book ISOF
|
||||
font.1=AvantGarde-BookOblique ISOF
|
||||
font.2=AvantGarde-Demi ISOF
|
||||
font.3=AvantGarde-DemiOblique ISOF
|
||||
font.4=Bookman-Demi ISOF
|
||||
font.5=Bookman-DemiItalic ISOF
|
||||
font.6=Bookman-Light ISOF
|
||||
font.7=Bookman-LightItalic ISOF
|
||||
font.8=Courier ISOF
|
||||
font.9=Courier-Bold ISOF
|
||||
font.10=Courier-BoldOblique ISOF
|
||||
font.11=Courier-Oblique ISOF
|
||||
font.12=Helvetica ISOF
|
||||
font.13=Helvetica-Bold ISOF
|
||||
font.14=Helvetica-BoldOblique ISOF
|
||||
font.15=Helvetica-Narrow ISOF
|
||||
font.16=Helvetica-Narrow-Bold ISOF
|
||||
font.17=Helvetica-Narrow-BoldOblique ISOF
|
||||
font.18=Helvetica-Narrow-Oblique ISOF
|
||||
font.19=Helvetica-Oblique ISOF
|
||||
font.20=NewCenturySchlbk-Bold ISOF
|
||||
font.21=NewCenturySchlbk-BoldItalic ISOF
|
||||
font.22=NewCenturySchlbk-Italic ISOF
|
||||
font.23=NewCenturySchlbk-Roman ISOF
|
||||
font.24=Palatino-Bold ISOF
|
||||
font.25=Palatino-BoldItalic ISOF
|
||||
font.26=Palatino-Italic ISOF
|
||||
font.27=Palatino-Roman ISOF
|
||||
font.28=Symbol findfont
|
||||
font.29=Times-Bold ISOF
|
||||
font.30=Times-BoldItalic ISOF
|
||||
font.31=Times-Italic ISOF
|
||||
font.32=Times-Roman ISOF
|
||||
font.33=ZapfDingbats findfont
|
||||
font.34=ZapfChancery-MediumItalic ISOF
|
||||
#
|
||||
BIN
manufacturing/programming/en.stm32cubeprg-mac_v2-8-0_v2.8.0/jre/lib/rt.jar
Executable file
@@ -0,0 +1,20 @@
|
||||
Algorithm=SHA-256
|
||||
14E6D2764A4B06701C6CBC376A253775F79C782FBCB6C0EE6F99DE4BA1024ADD
|
||||
31C8FD37DB9B56E708B03D1F01848B068C6DA66F36FB5D82C008C6040FA3E133
|
||||
3946901F46B0071E90D78279E82FABABCA177231A704BE72C5B0E8918566EA66
|
||||
450F1B421BB05C8609854884559C323319619E8B06B001EA2DCBB74A23AA3BE2
|
||||
4CBBF8256BC9888A8007B2F386940A2E394378B0D903CBB3863C5A6394B889CE
|
||||
4FEE0163686ECBD65DB968E7494F55D84B25486D438E9DE558D629D28CD4D176
|
||||
5E83124D68D24E8E177E306DF643D5EA99C5A94D6FC34B072F7544A1CABB7C7B
|
||||
76A45A496031E4DD2D7ED23E8F6FF97DBDEA980BAAC8B0BA94D7EDB551348645
|
||||
8A1BD21661C60015065212CC98B1ABB50DFD14C872A208E66BAE890F25C448AF
|
||||
9ED8F9B0E8E42A1656B8E1DD18F42BA42DC06FE52686173BA2FC70E756F207DC
|
||||
A686FEE577C88AB664D0787ECDFFF035F4806F3DE418DC9E4D516324FFF02083
|
||||
B8686723E415534BC0DBD16326F9486F85B0B0799BF6639334E61DAAE67F36CD
|
||||
D24566BF315F4E597D6E381C87119FB4198F5E9E2607F5F4AB362EF7E2E7672F
|
||||
D3A936E1A7775A45217C8296A1F22AC5631DCDEC45594099E78EEEBBEDCBA967
|
||||
DF21016B00FC54F9FE3BC8B039911BB216E9162FAD2FD14D990AB96E951B49BE
|
||||
EC30C9C3065A06BB07DC5B1C6B497F370C1CA65C0F30C08E042BA6BCECC78F2C
|
||||
F5B6F88F75D391A4B1EB336F9E201239FB6B1377DB8CFA7B84736216E5AFFFD7
|
||||
FC02FD48DB92D4DCE6F11679D38354CF750CFC7F584A520EB90BDE80E241F2BD
|
||||
FDEDB5BDFCB67411513A61AEE5CB5B5D7C52AF06028EFC996CC1B05B1D6CEA2B
|
||||