Searched refs:properties (Results 1 - 25 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-properties-23 # Test conversion from UTF-8 to BIG5 is a NOP with Java .properties syntax.
9 tmpfiles="$tmpfiles mcat-p-2.properties"
10 cat <<\EOF > mcat-p-2.properties
17 ${MSGCAT} --properties-input --properties-output -t Big5 -o mcat-p-2.out mcat-p-2.properties
22 ${DIFF} mcat-p-2.properties mcat-p-2.out >/dev/null
H A Dmsgconv-43 # Test conversion from UTF-8 to BIG5 is a NOP with Java .properties syntax.
9 tmpfiles="$tmpfiles mco-test4.properties"
10 cat <<\EOF > mco-test4.properties
17 ${MSGCONV} --properties-input --properties-output -t Big5 -o mco-test4.out mco-test4.properties
22 ${DIFF} mco-test4.properties mco-test4.out >/dev/null
H A Dmsgfmt-properties-13 # Test basic functioning with Java .properties syntax.
11 tmpfiles="$tmpfiles mf-p-1-1.properties mf-p-1-2.properties"
12 cat <<\EOF > mf-p-1-1.properties
19 cat <<\EOF > mf-p-1-2.properties
29 if ${MSGFMT} --properties-input -o LC_MESSAGES/gen.mo mf-p-1-1.properties mf-p-1-2.properties 2> /dev/null; then
35 tmpfiles="$tmpfiles mf-p-1-s.properties"
37 ${MSGCAT} --properties
[all...]
H A Dmsguniq-43 # Test general operation with Java .properties syntax.
10 ${MSGUNIQ} --properties-input --properties-output -w 1000 -o msguniq-4.out ${top_srcdir}/tests/msguniq-a.inp
15 ${MSGCAT} --properties-output -w 1000 -o msguniq-4.ok ${top_srcdir}/tests/msguniq-a.out
H A Dmsgen-23 # Test general operation with Java .properties syntax.
8 tmpfiles="$tmpfiles men-test2.properties"
9 cat <<\EOF > men-test2.properties
19 ${MSGEN} --properties-input --properties-output -o men-test2.tmp men-test2.properties
H A Dmsgexec-33 # Test of an external command with Java .properties syntax.
8 tmpfiles="$tmpfiles mex-test3.properties"
9 cat <<\EOF > mex-test3.properties
51 ${MSGEXEC} --properties-input -i mex-test3.properties ./mex-test3.sh > mex-test3.out
56 ========================= mex-test3.properties:3 =========================
61 ========================= mex-test3.properties:7 =========================
65 ========================= mex-test3.properties:10 =========================
69 ========================= mex-test3.properties:13 =========================
73 ========================= mex-test3.properties
[all...]
H A Dmsgattrib-properties-13 # Test --translated option with Java .properties syntax.
8 tmpfiles="$tmpfiles ma-s-1.properties"
9 cat <<\EOF > ma-s-1.properties
37 ${MSGATTRIB} --translated --properties-input --properties-output -o ma-s-1.tmp ma-s-1.properties
H A Dmsgcomm-243 # Test --more-than=0 option with Java .properties syntax.
21 ${MSGCOMM} --more-than=0 --properties-input --properties-output -o mcomm-test24.tmp mcomm-test24.in1 mcomm-test24.in2
H A Dmsgcat-properties-13 # Test --use-first option with Java .properties syntax.
25 ${MSGCAT} --use-first --more-than=0 --properties-input --properties-output \
H A Dmsgmerge-properties-13 # Test handling of obsolete/untranslated messages with Java .properties syntax.
42 ${MSGMERGE} -q --properties-input --properties-output -o mm-p-1.tmp mm-p-1.in1 mm-p-1.in2
H A Dmsgunfmt-properties-13 # Test of general operation with Java .properties syntax.
29 ${MSGFMT} --properties-input -o mu-p-1.mo mu-p-1.in
34 ${MSGUNFMT} --properties-output -o mu-p-1.tmp mu-p-1.mo
H A Dxgettext-properties-18 tmpfiles="$tmpfiles xg-pr-1.in.properties xg-pr-1.c xg-pr-1.cc"
9 cat <<EOF > xg-pr-1.in.properties
48 -d xg-pr-1.tmp xg-pr-1.in.properties xg-pr-1.c xg-pr-1.cc
H A Dmsgcmp-33 # Test a failing comparison with Java .properties syntax.
25 ${MSGCMP} --properties-input mc-test3.in1 mc-test3.in2 2>&1 | grep -v '^==' | sed -e 's|[^ ]*\\msgcmp\.exe|msgcmp|' | tr -d '\r' > mc-test3.out
H A Dmsgmerge-properties-24 # must be reflected in the resulting PO file. With Java .properties syntax.
24 ${MSGMERGE} -q --properties-input --update mm-p-2.po mm-p-2.pot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am58 # This is computed as $(foreach lang, $(LINGUAS), $(top_srcdir)/$(DOMAIN)_$(lang).properties)
64 # $(foreach lang, user-specified subset of $(LINGUAS), $(DOMAIN)_$(lang).properties)
92 $(MAKE) update-properties
193 $(MAKE) update-properties
229 update-properties: Makefile $(DOMAIN).pot $(POFILES)
230 @echo "$(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties"; \
231 $(MSGINIT) -i $(DOMAIN).pot --no-translator -l en --properties-output -o $(top_srcdir)/$(DOMAIN).properties || { rm -f $(top_srcdir)/$(DOMAIN).properties; exi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dmdesc.h19 struct property *properties; member in struct:mdesc_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.am38 read-po.h read-properties.h read-stringtable.h \
40 color.h write-catalog.h write-po.h write-properties.h write-stringtable.h \
53 x-scheme.h x-smalltalk.h x-java.h x-properties.h x-csharp.h x-awk.h x-ycp.h \
103 read-po.c read-properties.c read-stringtable.c open-catalog.c \
121 color.c write-catalog.c write-properties.c write-stringtable.c write-po.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/
H A Dautoclean.sh36 rm -f hello-java*.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/
H A Dautoclean.sh36 rm -f hello-java-awt*.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/
H A Dautoclean.sh36 rm -f hello-java-qtjambi*.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/
H A Dautoclean.sh36 rm -f hello-java-swing*.properties
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dcharmap.pl10 # RFC2253 character properties
68 * Mask of various character properties

Completed in 201 milliseconds

12345