Home
last modified time | relevance | path

Searched +refs:char +refs:downcase +refs:offsets (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/scheme/
H A Dchar.sld2 (define-library (scheme char)
11 (include "char/case-offsets.scm"))
17 char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>?
18 char-alphabetic? char-lower-case? char-numeric?
19 char-upper-case? char-whitespace? digit-value
20 char-upcase char-downcase))))
23 char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>?
24 char-downcase char-foldcase char-lower-case? char-numeric?
25 char-upcase char-upper-case? char-whitespace? digit-value
27 char-get-special-case
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dstring.ex831 iex> String.downcase("ABCD")
837 iex> String.downcase("OLÁ")
849 iex> String.downcase("ΣΣ")
852 iex> String.downcase("ΣΣ", :greek)
857 iex> String.downcase("Iİ")
867 def downcase("", _mode) do function
914 char = if char >= ?a and char <= ?z, do: char - 32, else: char
915 <<char>> <> downcase(rest, :ascii)
920 char <> downcase(rest, mode)
1972 the slices to represent grapheme offsets. If you want to split
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dstring.ex841 iex> String.downcase("ABCD")
847 iex> String.downcase("OLÁ")
859 iex> String.downcase("ΣΣ")
862 iex> String.downcase("ΣΣ", :greek)
867 iex> String.downcase("Iİ")
877 def downcase("", _mode) do function
924 char = if char >= ?a and char <= ?z, do: char - 32, else: char
925 <<char>> <> downcase(rest, :ascii)
930 char <> downcase(rest, mode)
2029 the slices to represent grapheme offsets. If you want to split
[all …]
/dports/games/passage/Passage_v4_UnixSource/minorGems/
H A D.emacs144 (c-offsets-alist . ((arglist-close . c-lineup-arglist)
204 (put 'downcase-region 'disabled nil)
230 (goto-char beginning)
/dports/editors/zile/zile-2.4.14/
H A DChangeLog761 * tests/interactive/downcase-region.el,
762 tests/interactive/downcase-region.output,
765 * tests/zile-only/interactive/downcase-region.el,
821 tests/interactive/downcase-region.el,
822 tests/interactive/downcase-region.output,
823 tests/interactive/downcase-word.el,
824 tests/interactive/downcase-word.output,
2300 Reimplement Regions as a pair of offsets.
2302 Reimplement markers as offsets.
2308 Markers as simple offsets into a buffer, but also a good idea to check
[all …]
/dports/lang/scheme48/scheme48-1.9.2/build/
H A Dinitial.debug264 (166 (char<? . 15))
293 (195 (char=? . 15))
383 (285 (char? . 15))
497 (399 (downcase-map . 16))
498 (400 (char-downcase . 16))
499 (401 (char-downcase-proc . 16))
1094 (996 (char<? . 0))
2818 (2720 (set-lexical-offsets! . 69))
4179 (1068 char-downcase-proc 1067 () ())
4181 (1070 char-downcase 1069 () ())
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dcc-mode.texi1547 @findex backward-delete-char-untabify
1568 @findex delete-char
1571 default value is @code{delete-char}.
1708 @findex c-downcase-subword
1709 @findex downcase-subword @r{(c-)}
1727 @item @kbd{M-l} @tab @code{downcase-word} @tab @code{c-downcase-subword}
3689 (if (and (= (c-last-command-char) ?\;)
4742 1: static char* ingredients[] =
5734 char **
5745 int, char **
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dcc-mode.texi1537 @findex backward-delete-char-untabify
1558 @findex delete-char
1561 default value is @code{delete-char}.
1697 @findex c-downcase-subword
1698 @findex downcase-subword @r{(c-)}
1716 @item @kbd{M-l} @tab @code{downcase-word} @tab @code{c-downcase-subword}
3664 (if (and (= (c-last-command-char) ?\;)
4708 1: static char* ingredients[] =
5686 char **
5697 int, char **
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Dccmode.info1115 The default value is ‘delete-char’.
1207 ‘M-l’ ‘downcase-word’ ‘c-downcase-subword’
2735 (progn (goto-char (cdr langelem))
2736 (if (= (following-char) ?{)
2828 (if (and (= (c-last-command-char) ?\;)
3719 1: static char* ingredients[] =
4544 char **
4550 int, char **
5158 const char msg[] =
6513 * c-downcase-subword: Subword Movement. (line 23)
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/s/
H A Dprimdata.ss306 …((r6rs: char<=?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee r5r…
307 …((r6rs: char<?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee r5rs…
309 …((r6rs: char>=?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee r5r…
807 (char-upcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
808 (char-downcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
809 (char-titlecase [sig [(char) -> (char)]] [flags pure mifoldable discard])
810 (char-foldcase [sig [(char) -> (char)]] [flags pure mifoldable discard])
824 (string-downcase [sig [(string) -> (string)]] [flags mifoldable discard])
1197 (char- [sig [(char char) -> (fixnum)]] [flags pure mifoldable discard true])
1717 (unread-char [sig [(char) (char textual-input-port) -> (void)]] [flags true])
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dprimdata.ss683 (write-char [sig [(char) (char textual-output-port) -> (void)]] [flags true ieee r5rs])
807 (char-upcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
808 (char-downcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
809 (char-titlecase [sig [(char) -> (char)]] [flags pure mifoldable discard])
810 (char-foldcase [sig [(char) -> (char)]] [flags pure mifoldable discard])
811 …((r6rs: char-ci<=?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee …
812 …((r6rs: char-ci<?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee r…
824 (string-downcase [sig [(string) -> (string)]] [flags mifoldable discard])
1222 (char- [sig [(char char) -> (fixnum)]] [flags pure mifoldable discard true safeongoodargs])
1813 (unread-char [sig [(char) (char textual-input-port) -> (void)]] [flags true])
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dprimdata.ss683 (write-char [sig [(char) (char textual-output-port) -> (void)]] [flags true ieee r5rs])
807 (char-upcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
808 (char-downcase [sig [(char) -> (char)]] [flags pure mifoldable discard true ieee r5rs])
809 (char-titlecase [sig [(char) -> (char)]] [flags pure mifoldable discard])
810 (char-foldcase [sig [(char) -> (char)]] [flags pure mifoldable discard])
811 …((r6rs: char-ci<=?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee …
812 …((r6rs: char-ci<?) [sig [(char char char ...) -> (boolean)]] [flags pure mifoldable discard ieee r…
824 (string-downcase [sig [(string) -> (string)]] [flags mifoldable discard])
1222 (char- [sig [(char char) -> (fixnum)]] [flags pure mifoldable discard true safeongoodargs])
1813 (unread-char [sig [(char) (char textual-input-port) -> (void)]] [flags true])
[all …]
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/
H A DChanges97 * Take more care to prepare the char range for encode_entities [RT#50170]
248 * Add casts to suppress compilation warnings for char/U8
299 * Calculate offsets and lengths in chars for Unicode strings.
406 how to downcase all tags in an HTML file.
442 * The XML &apos; entity is decoded. It apos-char itself is still encoded as
450 - "unsigned char" is not compatible with "const char".
/dports/print/texinfo/texinfo-6.8/js/examples/kawa/
H A Dkawa.texi2544 a dimension is also used for relative offsets.
2555 The same line using dimensions for relative offsets:
11920 ((if (eqv? k #\u) char-upcase char-downcase) c))
12738 @deffnx Procedure char-downcase @var{char}
12746 @func{char-downcase} returns that character.
12766 @func{char-foldcase} is the same as @func{char-downcase} composed with
12771 (char-downcase #\i) @result{} #\i
12776 (char-downcase #\ß) @result{} #\ß
12781 (char-downcase #\Σ) @result{} #\σ
12786 (char-downcase #\ς) @result{} #\ς
[all …]
/dports/lang/kawa/kawa-3.1.1/doc/
H A Dkawa.texi2652 a dimension is also used for relative offsets.
2663 The same line using dimensions for relative offsets:
12443 ((if (eqv? k #\u) char-upcase char-downcase) c))
13261 @deffnx Procedure char-downcase @var{char}
13269 @func{char-downcase} returns that character.
13289 @func{char-foldcase} is the same as @func{char-downcase} composed with
13294 (char-downcase #\i) @result{} #\i
13299 (char-downcase #\ß) @result{} #\ß
13304 (char-downcase #\Σ) @result{} #\σ
13309 (char-downcase #\ς) @result{} #\ς
[all …]
/dports/devel/autogen/autogen-5.18.16/doc/
H A Dautogen.info-12672 * SCM string-downcase:: 'string-downcase' - lower case a new string
2673 * SCM string-downcase!:: 'string-downcase!' - make a string be lower case
3510 File: autogen.info, Node: SCM string-downcase, Next: SCM string-downcase!, Prev: SCM *==*, Up: …
3512 3.5.37 'string-downcase' - lower case a new string
3515 Usage: (string-downcase str)
3523 File: autogen.info, Node: SCM string-downcase!, Next: SCM *~, Prev: SCM string-downcase, Up: Co…
3528 Usage: (string-downcase! str)
3804 structures containing string offsets instead of string pointers. That
3846 char const *ap[7] = {
7205 MY_HANDLER(char const * fname, char * file_text,
[all …]
H A Dagdoc.texi3354 * SCM string-downcase:: @file{string-downcase} - lower case a new string
3355 * SCM string-downcase!:: @file{string-downcase!} - make a string be lower case
4470 @node SCM string-downcase
4471 @subsection @file{string-downcase} - lower case a new string
4472 @findex string-downcase
4479 Usage: (string-downcase str)
4488 @node SCM string-downcase!
4489 @subsection @file{string-downcase!} - make a string be lower case
4490 @findex string-downcase!
4497 Usage: (string-downcase! str)
[all …]
/dports/textproc/gnugrep/grep-3.7/
H A DChangeLog-2009320 'char const *'.
341 downcase cindex entries.
1960 char const * to char *.
2552 Fix bug when computing offsets on hosts that don't have mmap.
2587 extern char *regex __((char *_Re, char *_Subject, ...));
2849 conflicts between char* and unsigned char* in the i18n code.
2891 (prline): Use print_offset_sep to print file offsets.
3052 * src/grep.h (matcher): Now char const *.
3056 (setmatcher): Now accepts char const *.
3424 (prline) [O_BINARY]: Report correct byte offsets, even though CR
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.5611 * files.el (hack-local-variables-prop-line): Don't downcase var name.
2442 (enriched-auto-save-interval, enriched-downcase-annotations)
6555 * cc-mode.el (c-offsets-alist, c-cleanup-list, c-mode-menu)
6599 * cc-mode.el (c-offsets-alist-default, c-offsets-alist)
6619 * cc-mode.el (c-offsets-alist-default, c-offsets-alist)
6623 * cc-mode.el (c-offsets-alist, c-read-offset, c-set-offset):
6624 Accept variable symbols as offsets.
6852 (Man-downcase-section-letters-flag): Replaces
6853 Man-downcase-section-letters.
6875 (Man-downcase): Function deleted.
[all …]
H A DChangeLog.112478 * printing.el (pr-get-symbol): Don't downcase.
2888 Don't downcase; rather, case-flip the first letter of each word.
4304 (calc-group-char, calc-point-char, calc-frac-format)
5226 string. (2) Check that settings to `c-offsets-alist' are not
6212 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7753 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8235 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8236 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
11977 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
14164 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
[all …]
H A DChangeLog.101945 * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
1947 (edebug-read-storing-offsets): Simplify.
1953 Don't store offsets one extra time.
1958 offsets store is done exactly when it's needed.
3744 (f90-downcase-keywords): Change interactive spec.
5068 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
6324 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
16183 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
16296 (c-offsets-alist): Add substatement-label. Updated the
16689 message for incorrect offsets a bit.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.5611 * files.el (hack-local-variables-prop-line): Don't downcase var name.
2442 (enriched-auto-save-interval, enriched-downcase-annotations)
6555 * cc-mode.el (c-offsets-alist, c-cleanup-list, c-mode-menu)
6599 * cc-mode.el (c-offsets-alist-default, c-offsets-alist)
6619 * cc-mode.el (c-offsets-alist-default, c-offsets-alist)
6623 * cc-mode.el (c-offsets-alist, c-read-offset, c-set-offset):
6624 Accept variable symbols as offsets.
6852 (Man-downcase-section-letters-flag): Replaces
6853 Man-downcase-section-letters.
6875 (Man-downcase): Function deleted.
[all …]
H A DChangeLog.112478 * printing.el (pr-get-symbol): Don't downcase.
2888 Don't downcase; rather, case-flip the first letter of each word.
4304 (calc-group-char, calc-point-char, calc-frac-format)
5226 string. (2) Check that settings to `c-offsets-alist' are not
6212 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7753 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
8235 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8236 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
11977 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
14164 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
[all …]
H A DChangeLog.101945 * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
1947 (edebug-read-storing-offsets): Simplify.
1953 Don't store offsets one extra time.
1958 offsets store is done exactly when it's needed.
3744 (f90-downcase-keywords): Change interactive spec.
5068 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
6324 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
16183 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
16296 (c-offsets-alist): Add substatement-label. Updated the
16689 message for incorrect offsets a bit.
[all …]
/dports/databases/pgloader3/postmodern-20210124-git/doc/
H A Ds-sql.org78 ** function enable-s-sql-syntax (&optional (char #\Q))
125 ** variable *downcase-symbols*
131 …hen converting symbols to strings, whether to downcase the symbols is set here. The default is to
177 well supported. Postgresql itself will downcase unquoted identifiers. This will be revisited in the
196 …t the symbol or string is not downcased, regardless of the setting for *downcase-symbols* and the …
243 | string | char(X) | char(length), blank-padded string, fixed storage length |
1193 argument, and optionally offsets the result by the amount given
2859 (region :type char)

1234567