• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/

Lines Matching defs:for

1 ;;; po-mode.el -- major mode for GNU gettext PO files
20 ;; GNU General Public License for more details.
31 ;; for user documentation, which is not repeated here.
37 ;; "Major mode for translators to edit PO files" t)
72 ;;; Here is the minimum for customization to work. See part II.
111 "Major mode for editing PO files"
177 "*The face used for PO mode highlighting. For Emacses with overlays.
463 This is used for generating a submission file name for the 'M' command.
469 "*The filter to use for preparing a mail invoice of the PO file.
470 Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
524 "Push STRING onto the kill ring, for Emacs 18 where kill-new is missing."
560 The variable 'po-highlight-face' selects the face to use for highlighting."
587 ;; The same as for GNU Emacs above, except the created extent is
628 (sit-for 0)
632 (sit-for 0)
663 (sit-for 0)
666 (sit-for 0)
677 ;; byte compiler warnings. It also introduces some documentation for
709 ;; PO mode keeps track of fields being edited, for one given field should
710 ;; have one editing buffer at most, and for exiting a PO buffer properly
718 ;; markers) for this msgid string which became highlighted for the edit.
721 ;; We maintain a set of movable pointers for returning to entries.
725 ;; in a format suitable for read completion. Each directory includes
731 ;; REFERENCE-ALIST contains all known references for the current
733 ;; be used for completing read, FILE is a string and LINE is a number.
739 ;; The following variables are for marking translatable strings in program
740 ;; sources. KEYWORDS is the list of keywords for marking translatable
741 ;; strings, kept in a format suitable for reading with completion.
745 ;; which highlight the last found string; for older Emacses, it holds the cons
757 ;; The textdomain should really be "gettext", only trying it for now.
792 "Help page for PO mode.")
869 '(:help "Call `ediff' on current translation for merging"))]
886 '(:help "Call `ediff' on current comment for merging"))]
969 '(:help "Call `ediff' for merging variants"))]
1050 ;; Old activator for 'font lock'. Is it still useful? I don't think so.
1142 "Keymap for PO mode.")
1145 "Major mode for translators when they edit PO files.
1203 (message (_"You may type 'h' or '?' for a short PO mode reminder.")))
1245 "Return the symbol name of the counter appropriate for the current entry."
1269 "Prepare counters for mode line display. If FLAG, also echo entry position."
1281 ;; While counting, skip the header entry, for consistency with msgfmt.
1304 ;; Make another pass just for the fuzzy entries, kind of kludgey.
1537 "Stack the location of the current entry, for later return."
1706 "Regexp matching the string inserted by msgmerge for translations
1720 "Remove the fuzzy attribute for the current entry."
1775 ;; If over a translated entry, look for an untranslated one first.
1776 ;; Else, look for an entry of the same type first.
1781 ;; Find an untranslated entry, or wrap up for a fuzzy entry.
1790 ;; Find a fuzzy entry, or wrap up for an obsolete entry.
1799 ;; Find an obsolete entry, or wrap up for an untranslated entry.
1862 If FORM is itself a string, then this string is used for insertion."
1923 FORM is itself a string, then this string is used for insertion. The string
1926 Returns 'nil' if the buffer has not been modified, for if the new msgid
1942 FORM is itself a string, then this string is used for insertion. The string
1945 Returns 'nil' if the buffer has not been modified, for if the new msgstr
2014 (po-check-for-pending-edit po-start-of-msgid)
2015 (po-check-for-pending-edit po-start-of-msgstr-block))
2058 If FORM is itself a string, then this string is used for insertion.
2138 (defun po-check-for-pending-edit (position)
2157 ;; Don't ask the user for confirmation, since he has explicitly asked
2158 ;; for it.
2231 ;; check for a third variant; if found ignore it
2292 "Prepare a pop up buffer for editing STRING, which is of a given TYPE.
2298 (if (po-check-for-pending-edit marker)
2346 This function calls `po-edit-msgstr' and `po-subedit-ediff'; for more info
2365 This function calls `po-edit-msgstr' and `po-subedit-ediff'; for more info
2465 "Search a PO file NAME for a 'msgid' STRING having a non-empty 'msgstr'.
2574 (interactive "DDirectory for search path: ")
2643 "Display some source context for the current entry.
2655 "Select one of the available source contexts for the current entry."
2676 ;; Dynamically set within po-tags-search for po-tags-loop-operate.
2690 ;; Search for a string which might later be marked for translation.
2723 "Decide if the current buffer is still interesting for PO mode strings."
2739 ;; Push the string just found into a work buffer for study.
2759 ;; Save information for marking functions.
2804 "Mark last found string in program sources as translatable, ask for keywoard,
2806 keyword for subsequent commands, also added to possible completions."
2855 Return (CONTENTS START END) for the found string, or nil if none found."
2876 ;; Check before string either for underline, or for keyword
2916 Return (CONTENTS START END) for the found string, or nil if none found."
2937 ;; Check before string for dollar sign.
2977 Returns (CONTENTS START END) for the found string, or nil if none found."
3007 ;; Check before string for keyword and opening parenthesis.
3048 Returns (CONTENTS START END) for the found string, or nil if none found."
3065 ;; Check before string for keyword and opening parenthesis.
3099 Returns (CONTENTS START END) for the found string, or nil if none found."
3227 "Provide an help window for PO mode."
3251 "Use 'msgfmt' for validating the current PO file contents."
3308 "Return the ideal file name for this PO file in the central archives."
3403 (coding-system-for-read buffer-file-coding-system)
3404 (coding-system-for-write buffer-file-coding-system))
3452 ;; 'po-quit' command will be later required to exit for true.
3466 ;; Or else, kill buffers and quit for true.