/third_party/gettext/gettext-tools/misc/ |
D | ChangeLog.0 | 29 po-mode: Fix to accept four-part msgfmt version number 30 * po-mode.el (po-msgfmt-version-check): Accept four-part version 43 * po-mode.el (po-keep-mo-file): New user option. 44 (po-validate): Respect po-keep-mo-file. Fix comment indentation. 48 * po-mode.el (po-font-lock-keywords): Support all possible length 57 * po-mode.el (po-mode-version-string): Bump to 0.23. 187 * po-mode.el (po-send-mail): Don't include original uncompressed 205 * po-mode.el (po-font-lock-keywords): Properly highlight C format 212 * po-mode.el (po-auto-update-file-header): New user option. 213 (po-check-file-header): Respect 'po-auto-update-file-header'. [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | Makefile.am | 39 pos.h message.h po-error.h po-xerror.h po-gram.h po-charset.h \ 40 po-lex.h open-catalog.h read-catalog-abstract.h read-catalog.h \ 41 read-po.h read-properties.h read-stringtable.h \ 43 write-catalog.h write-po.h write-properties.h write-stringtable.h \ 44 dir-list.h file-list.h po-gram-gen.h po-gram-gen2.h cldr-plural.h \ 57 po-time.h plural-table.h lang-table.h format.h filters.h \ 61 x-po.h x-properties.h x-stringtable.h \ 555 po-gram-gen.c po-gram-gen.h: po-gram-gen.y 556 $(AM_V_YACC)$(BISON) -d $(YFLAGS) $(AM_YFLAGS) $(srcdir)/po-gram-gen.y \ 558 sed -e 's|".*/po-gram-gen.y"|"po-gram-gen.y"|' < po-gram-gen.tab.c > po-gram-gen.c-tmp \ [all …]
|
/third_party/boost/libs/wave/tool/ |
D | cpp.cpp | 179 namespace po = boost::program_options; 215 std::string const& t = po::validators::get_single_string(tokens); in validate() 234 po::options_description const &desc, po::variables_map &vm, in read_config_file_options() 268 po::store(po::command_line_parser(options) in read_config_file_options() 270 po::notify(vm); in read_config_file_options() 277 bool operator()(po::option const &opt) in operator ()() 461 load_state(po::variables_map const &vm, Context &ctx) in load_state() 471 std::ios::openmode mode = std::ios::in; in load_state() local 474 mode = (std::ios::openmode)(mode | std::ios::binary); in load_state() 476 ifstream ifs (state_file.string().c_str(), mode); in load_state() [all …]
|
/third_party/gettext/gettext-tools/emacs/ |
D | Makefile.am | 29 lisp_LISP = start-po.el po-mode.el po-compat.el
|
/third_party/gettext/gettext-tools/tests/ |
D | lang-pascal | 14 {$mode delphi} 60 cat <<\EOF > fr.po 76 ${MSGMERGE} -q -o fr.po.tmp fr.po pascalprog.pot || Exit 1 77 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 80 ${DIFF} fr.po fr.po.new || Exit 1 86 ${MSGFMT} -o fr/LC_MESSAGES/pascalprog.mo fr.po
|
D | lang-c++ | 74 ${CONFIG_SHELL} "$top_builddir"/libtool --quiet --tag=CXX --mode=link \ 102 cat <<\EOF > fr.po 125 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1 126 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1 129 ${DIFF} fr.po fr.po.new || Exit 1 135 ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po
|
/third_party/gettext/gettext-tools/doc/ |
D | msgfmt.texi | 8 msgfmt [@var{option}] @var{filename}.po @dots{} 18 @item @var{filename}.po @dots{} 32 @subsection Operation mode 39 @cindex Java mode, and @code{msgfmt} program 40 Java mode: generate a Java @code{ResourceBundle} class. 48 @cindex C# mode, and @code{msgfmt} program 49 C# mode: generate a .NET .dll file containing a subclass of 54 @cindex C# resources mode, and @code{msgfmt} program 55 C# resources mode: generate a .NET @file{.resources} file. 59 @cindex Tcl mode, and @code{msgfmt} program [all …]
|
D | msgunfmt.texi | 13 Uniforum style .po file. 15 @subsection Operation mode 22 @cindex Java mode, and @code{msgunfmt} program 23 Java mode: input is a Java @code{ResourceBundle} class. 27 @cindex C# mode, and @code{msgunfmt} program 28 C# mode: input is a .NET .dll file containing a subclass of 33 @cindex C# resources mode, and @code{msgunfmt} program 34 C# resources mode: input is a .NET @file{.resources} file. 38 @cindex Tcl mode, and @code{msgunfmt} program 39 Tcl mode: input is a tcl/msgcat @file{.msg} file. [all …]
|
D | gettext.texi | 22 @c em = emacs mode @emindex 352 * po/POTFILES.in:: @file{POTFILES.in} in @file{po/} 353 * po/LINGUAS:: @file{LINGUAS} in @file{po/} 354 * po/Makevars:: @file{Makevars} in @file{po/} 355 * po/Rules-*:: Extending @file{Makefile} in @file{po/} 370 * AM_PO_SUBDIRS:: AM_PO_SUBDIRS in @file{po.m4} 371 * AM_XGETTEXT_OPTION:: AM_XGETTEXT_OPTION in @file{po.m4} 626 A special mode for Emacs@footnote{In this manual, all mentions of Emacs 813 display currency figures in the native mode for each locale. 825 mode rather than as AM or PM. Further, the nature and yearly extent [all …]
|
D | msgmerge.texi | 8 msgmerge [@var{option}] @var{def}.po @var{ref}.pot 11 The @code{msgmerge} program merges two Uniforum style .po files together. 12 The @var{def}.po file is an existing PO file with translations which will 25 @item @var{def}.po 36 searched relative to this list of directories. The resulting @file{.po} 48 @subsection Operation mode 55 Update @var{def}.po. Do nothing if @var{def}.po is already up to date. 74 @subsection Output file location in update mode 76 The result is written back to @var{def}.po. 82 Make a backup of @var{def}.po [all …]
|
D | lang-pascal.texi | 40 @code{@{$mode delphi@}} or @code{@{$mode objfpc@}}@*@code{uses gettext;} 54 @item po-mode marking
|
/third_party/mksh/ |
D | funcs.c | 324 } po; in c_print() local 326 memset(&po, 0, sizeof(po)); in c_print() 327 po.fd = 1; in c_print() 328 po.ws = ' '; in c_print() 329 po.ls = '\n'; in c_print() 330 po.nl = true; in c_print() 343 po.nl = false; in c_print() 346 po.exp = false; in c_print() 380 po.exp = new_exp; in c_print() 381 po.nl = new_nl; in c_print() [all …]
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | Makefile.am | 31 nodist_include_HEADERS = gettext-po.h 47 gettext-po.c \ 55 ../src/po-error.c \ 56 ../src/po-xerror.c \ 58 ../src/write-po.c \ 60 ../src/po-charset.c \ 61 ../src/po-lex.c \ 62 ../src/po-gram-gen.c \ 63 ../src/read-po.c \ 141 …$(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) `$(SHELL) $(top_srcdir… [all …]
|
D | ChangeLog.0 | 21 * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.4. 30 * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.19.3. 69 * gettext-po.in.h (LIBGETTEXTPO_VERSION): Bump to 0.18.2. 74 Rename gettext-po.h.in to gettext-po.in.h. 75 * gettext-po.in.h: New file, renamed from gettext-po.h.in. 76 * Makefile.am (EXTRA_DIST, gettext-po.h): Update. 87 * gettext-po.c (po_message_create): Initialize msgstr with the empty 105 * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. 114 * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. 124 * gettext-po.h.in: Untabify. [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_query.c | 53 nv30_query_object_del(struct nv30_screen *screen, struct nv30_query_object **po) in nv30_query_object_del() argument 55 struct nv30_query_object *qo = *po; *po = NULL; in nv30_query_object_del() 243 bool condition, enum pipe_render_cond_flag mode) in nv40_query_render_condition() argument 250 nv30->render_cond_mode = mode; in nv40_query_render_condition() 259 if (mode == PIPE_RENDER_COND_WAIT || in nv40_query_render_condition() 260 mode == PIPE_RENDER_COND_BY_REGION_WAIT) { in nv40_query_render_condition()
|
/third_party/gettext/ |
D | NEWS | 37 - A dependency bug in po/Makefile.in.in has been fixed. 74 - update-po target in Makefile.in.in now uses msgmerge --previous. 80 - The .pot file in a 'po' directory is now erased by "make maintainer-clean". 81 - It is now possible to override xgettext options from the po/Makefile.in.in 82 through options in XGETTEXT_OPTIONS (declared in po/Makevars). 191 * po/Makefile.in.in can now insert the file $(DOMAIN).pot-header to 196 po-mode.el and gettextize. 268 * The po/Makevars file has a new field MSGINIT_OPTIONS, that can be 291 msgfmt now always reads the po/LINGUAS file, regardless of whether 293 used to restrict the languages list read from the po/LINGUAS file. [all …]
|
D | PACKAGING | 124 $prefix/include/gettext-po.h 132 $prefix/share/gettext/po/* 151 $prefix/share/aclocal/po.m4 153 $prefix/share/emacs/site-lisp/po-compat.el 154 $prefix/share/emacs/site-lisp/po-compat.elc 155 $prefix/share/emacs/site-lisp/po-mode.el 156 $prefix/share/emacs/site-lisp/po-mode.elc 157 $prefix/share/emacs/site-lisp/start-po.el 158 $prefix/share/emacs/site-lisp/start-po.elc
|
/third_party/libexif/m4m/ |
D | gp-gettext-hack.m4 | 5 dnl This creates a po/Makevars file with adequate values if the 6 dnl po/Makevars.template is present. 49 AC_MSG_CHECKING([for po/Makevars requiring hack]) 50 if test -f "${srcdir}/po/Makevars.template"; then 51 sed "$sed_cmds" < "${srcdir}/po/Makevars.template" > "${srcdir}/po/Makevars" 81 dnl mode: autoconf
|
/third_party/ltp/testcases/network/stress/ipsec/ |
D | ipsec_lib.sh | 182 local mode=$IPSEC_MODE 192 $p $ALG mode $mode sel src $src dst $dst 194 $p $ALG mode $mode sel src $dst dst $src 197 dst $dst $p mode $mode 199 dst $src $p mode $mode level use 204 spi $spi_1 $p $ALGR mode $mode sel src $src dst $dst" 206 spi $spi_2 $p $ALGR mode $mode sel src $dst dst $src" 209 dir out tmpl src $src dst $dst $p mode $mode" 211 in tmpl src $dst dst $src $p mode $mode level use" 260 ROD $ipx po add dir out tmpl $o_dir $p $m $mrk [all …]
|
/third_party/gettext/Admin/ |
D | release-steps | 43 gettext-runtime/po/POTFILES.in 44 gettext-tools/po/POTFILES.in 92 - gettext-runtime/po/Makefile.in.in 108 - gettext-tools/libgettextpo/gettext-po.in.h 129 - gettext-tools/emacs/po-mode.el 131 Update po-mode-version-string, if there is any change. 182 gettext-runtime/po/new 184 cd gettext-runtime/po 185 make update-po 187 for f in *.po; do msgmerge --update --lang=${f%.po} --previous $f ../gettext-runtime.pot; done [all …]
|
/third_party/gettext/gettext-runtime/po/ |
D | be.po | 124 msgid "Operation mode:\n" 157 "In normal operation mode, standard input is copied to standard output,\n" 627 #~ " --force-po write PO file even if empty\n" 628 #~ " -i, --indent write the .po file using indented style\n" 631 #~ " --strict write out strict Uniforum conforming .po file\n" 643 #~ " --force-po запісваць PO-файл, нават калі ён пусты\n" 644 #~ " -i, --indent запісваць .po файл, выкарыстоўвываючы водступы\n" 648 #~ " --strict запісваць .po файл, жорстка адпавядаючы\n" 740 #~ " --force-po write PO file even if empty\n" 741 #~ " -i, --indent write the .po file using indented style\n" [all …]
|
D | sl.po | 1 # -*- mode:po; coding:utf-8; -*- Slovenian messages for GNU gettext-runtime 6 # $Id: gettext-runtime-0.19.4.73.sl.po,v 1.1 2015/06/28 08:38:59 peterlin Exp $ 132 msgid "Operation mode:\n" 158 "In normal operation mode, standard input is copied to standard output,\n" 178 "datoteke UKAZNA-LUPINA, kjer so po ena v vrstici navedene spremenljivke okolja.\n" 436 #~ msgstr "napaka po branju \"%s\"" 638 #~ " --force-po write PO file even if empty\n" 639 #~ " -i, --indent write the .po file using indented style\n" 643 #~ " --strict write out strict Uniforum conforming .po " 657 #~ " --force-po vedno izpišemo datoteko PO, četudi prazno\n" [all …]
|
/third_party/gettext/gettext-tools/po/ |
D | be.po | 219 #: gnulib-lib/xsetenv.c:37 src/msgl-check.c:563 src/po-lex.c:83 220 #: src/po-lex.c:102 libgettextpo/gettext-po.c:1326 libgettextpo/obstack.c:338 1399 " --only-file=FILE.po manipulate only entries listed in FILE.po\n" 1405 " --ignore-file=FILE.po manipulate only entries not listed in FILE.po\n" 1488 msgid " --force-po write PO file even if empty\n" 1494 msgid " -i, --indent write the .po file using indented style\n" 1514 " --strict write out strict Uniforum conforming .po file\n" 1693 msgid "Usage: %s [OPTION] def.po ref.pot\n" 1694 msgstr "Выкарыстаньне: %s [ВЫБАР] def.po ref.pot\n" 1699 "Compare two Uniforum style .po files to check that both contain the same\n" [all …]
|
D | id.po | 210 #: gnulib-lib/xsetenv.c:37 src/msgl-check.c:563 src/po-lex.c:83 211 #: src/po-lex.c:102 libgettextpo/gettext-po.c:1326 libgettextpo/obstack.c:338 1491 " --only-file=FILE.po manipulate only entries listed in FILE.po\n" 1493 " --only-file=BERKAS.po hanya manipulasi masukan terdaftar dalam " 1494 "BERKAS.po\n" 1499 " --ignore-file=FILE.po manipulate only entries not listed in FILE.po\n" 1501 " --ignore-file=BERKAS.po hanya manipulasi masukan tidak terdaftar dalam " 1502 "BERKAS.po\n" 1601 msgid " --force-po write PO file even if empty\n" 1602 msgstr " --force-po tulis berkas PO walaupun itu kosong\n" [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 390 wavparse: Unset DISCONT buffer flag for divided into multiple buffers in push mode 391 In push mode (streaming), if the received chunk buffer size from _chain is bigger 708 matroska-mux: Handle multiview-mode/flags caps fields correctly when checking caps equality 1150 * po/de.po: 1151 * po/fr.po: 1152 * po/ro.po: 1168 splitmuxsink: Warn when calculating the next fragment time in timecode mode fails 1169 But only if timecode mode is enabled as it will fail all the time 1342 aatv: Fixes for rain-mode 1343 Some rain-mode properties tried to read float from int value. [all …]
|