Home
last modified time | relevance | path

Searched refs:titlecase (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/129/
H A Dtest.sld13 (test-begin "srfi-129: titlecase")
14 (test-group "titlecase/predicate"
23 (test-group "titlecase/char"
24 (test #\x01C5 (char-titlecase #\x01C4))
25 (test #\x01C5 (char-titlecase #\x01C5))
26 (test #\x01C5 (char-titlecase #\x01C6))
27 (test #\x1F88 (char-titlecase #\x1F80))
37 (test #\Z (char-titlecase #\Z))
38 (test #\Z (char-titlecase #\z)))
40 (test-group "titlecase/string"
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/titlecase-1.1.0/
H A DREADME.md1 # Title Case (titlecase)
3 `titlecase` is a small tool that capitalizes English text [according to a
9 [![Travis CI](https://travis-ci.org/wezm/titlecase.svg?branch=master)](https://travis-ci.org/wezm/t…
10 …pveyor.com/api/projects/status/github/wezm/titlecase?svg=true)](https://ci.appveyor.com/project/we…
11 [![crates.io](https://img.shields.io/crates/v/titlecase.svg)](https://crates.io/crates/titlecase)
14 `titlecase` is licensed under the [MIT license][MIT].
19 % echo 'Being productive on linux' | titlecase
49 the most recently released `titlecase` with cargo:
52 % cargo install titlecase
77 [releases]: https://github.com/wezm/titlecase/releases
[all …]
H A DCargo.toml.orig-cargo2 name = "titlecase"
7 documentation = "https://docs.rs/crate/titlecase"
8 repository = "https://github.com/wezm/titlecase"
17 travis-ci = { repository = "wezm/titlecase" }
20 name = "titlecase"
H A DCargo.toml14 name = "titlecase"
18 documentation = "https://docs.rs/crate/titlecase"
23 repository = "https://github.com/wezm/titlecase"
26 name = "titlecase"
34 repository = "wezm/titlecase"
/dports/mail/archiveopteryx-devel/aox-96ab17e/core/
H A Dmktit.pl7 $titlecase[hex $cp] = hex $equiv if ( $cl =~ /^L/ && $equiv ne "" && $equiv ne $cp );
14 "static const uint numTitlecaseCodepoints = ", $#titlecase + 1, ";\n",
15 "static const uint titlecaseCodepoints[", $#titlecase + 1, "] = {\n";
16 while ( $i <= $#titlecase ) {
17 if ( !defined( $titlecase[$i] ) ) {
20 elsif ( $i == $titlecase[$i] ) {
22 $titlecase[$i], $i, $desc[$titlecase[$i]] );
25 $titlecase[$i], $i, $desc[$titlecase[$i]] );
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/core/
H A Dmktit.pl7 $titlecase[hex $cp] = hex $equiv if ( $cl =~ /^L/ && $equiv ne "" && $equiv ne $cp );
14 "static const uint numTitlecaseCodepoints = ", $#titlecase + 1, ";\n",
15 "static const uint titlecaseCodepoints[", $#titlecase + 1, "] = {\n";
16 while ( $i <= $#titlecase ) {
17 if ( !defined( $titlecase[$i] ) ) {
20 elsif ( $i == $titlecase[$i] ) {
22 $titlecase[$i], $i, $desc[$titlecase[$i]] );
25 $titlecase[$i], $i, $desc[$titlecase[$i]] );
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/fit/defs/
H A Dprofiles.py17 def titlecase(s): function
80 … enum_list.append('e' + titlecase(last_type_name) + titlecase(value_name) + ' = ' + value)
107 … enum_list.append('e' + titlecase(last_type_name) + titlecase(field_name) + ' = ' + field_def_nr)
121 print(' profiles.insert(eMesgNum' + titlecase(msg_name) + ', f);', file=profile_file)
128 print(' init' + titlecase(msg_name) + '(allProfiles);', file=profile_file)
189 last_field_def_nr = 'e' + titlecase(last_msg_name) + titlecase(field_name)
208 enum_field = 'e' + titlecase(last_msg_name) + titlecase(ref_field_name)
222 … enum_field_value = 'e' + titlecase(ref_field_name) + titlecase(ref_field_value_list[i])
224 …enum_field_value = 'e' +titlecase(field_names[ref_field_name]) + titlecase(ref_field_value_list[i])
235 … last_field_def_nr = 'e' + titlecase(last_msg_name) + titlecase(field_name)
[all …]
/dports/textproc/py-typogrify/typogrify-2.0.7/typogrify/packages/titlecase/
H A Dtests.py11 from titlecase import titlecase
138 from titlecase import ALL_CAPS
143 from titlecase import UC_INITIALS
148 from titlecase import UC_INITIALS
153 from titlecase import UC_INITIALS
159 assert titlecase(in_) == out
161 print("%s != %s" % (titlecase(in_), out))
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_text_titlecase.py21 titlecase = self.effect.process_chardata(words)
22 self.assertEqual(self.effect.process_chardata(words), titlecase)
29 titlecase = self.effect.process_chardata(words)
30 self.assertEqual(self.effect.process_chardata(words), titlecase)
38 titlecase = self.effect.process_chardata(word_new)
39 self.assertEqual(self.effect.process_chardata(word_new), titlecase)
44 titlecase = self.effect.process_chardata(word_new)
45 self.assertEqual(self.effect.process_chardata(word_new), titlecase)
50 titlecase = self.effect.process_chardata(word_new)
51 self.assertEqual(self.effect.process_chardata(word_new), titlecase)
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/
H A Dunicode.sls12 (test (char-titlecase #\i) #\I)
17 (test (char-titlecase #\xDF) #\xDF)
22 (test (char-titlecase #\x3A3) #\x3A3)
27 (test (char-titlecase #\x3C2) #\x3A3)
96 (test (string-titlecase "kNock KNoCK") "Knock Knock")
97 (test (string-titlecase "who's there?") "Who's There?")
98 …(test (string-titlecase "r6rs") "R6rs") ; this example appears to be wrong in R6RS (Sept 2007 vers…
99 (test (string-titlecase "R6RS") "R6rs") ; this one, too
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/
H A Dunicode.sls12 (test (char-titlecase #\i) #\I)
17 (test (char-titlecase #\xDF) #\xDF)
22 (test (char-titlecase #\x3A3) #\x3A3)
27 (test (char-titlecase #\x3C2) #\x3A3)
96 (test (string-titlecase "kNock KNoCK") "Knock Knock")
97 (test (string-titlecase "who's there?") "Who's There?")
98 …(test (string-titlecase "r6rs") "R6rs") ; this example appears to be wrong in R6RS (Sept 2007 vers…
99 (test (string-titlecase "R6RS") "R6rs") ; this one, too
/dports/devel/gnulib/gnulib-20140202-stable/modules/unicase/
H A Du32-is-titlecase-tests2 tests/unicase/test-u32-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u32-is-titlecase
12 check_PROGRAMS += test-u32-is-titlecase
13 test_u32_is_titlecase_SOURCES = unicase/test-u32-is-titlecase.c
H A Du8-is-titlecase-tests2 tests/unicase/test-u8-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u8-is-titlecase
12 check_PROGRAMS += test-u8-is-titlecase
13 test_u8_is_titlecase_SOURCES = unicase/test-u8-is-titlecase.c
H A Du16-is-titlecase-tests2 tests/unicase/test-u16-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u16-is-titlecase
12 check_PROGRAMS += test-u16-is-titlecase
13 test_u16_is_titlecase_SOURCES = unicase/test-u16-is-titlecase.c
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/unicase/
H A Du8-is-titlecase-tests2 tests/unicase/test-u8-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u8-is-titlecase
12 check_PROGRAMS += test-u8-is-titlecase
13 test_u8_is_titlecase_SOURCES = unicase/test-u8-is-titlecase.c
H A Du16-is-titlecase-tests2 tests/unicase/test-u16-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u16-is-titlecase
12 check_PROGRAMS += test-u16-is-titlecase
13 test_u16_is_titlecase_SOURCES = unicase/test-u16-is-titlecase.c
H A Du32-is-titlecase-tests2 tests/unicase/test-u32-is-titlecase.c
3 tests/unicase/test-is-titlecase.h
11 TESTS += test-u32-is-titlecase
12 check_PROGRAMS += test-u32-is-titlecase
13 test_u32_is_titlecase_SOURCES = unicase/test-u32-is-titlecase.c
/dports/devel/p5-Validation-Class/Validation-Class-7.900057/t/
H A D05-filters-usage.t62 filters => ['trim', 'strip', 'titlecase'],
76 is_deeply $self->fields->full_name->filters, ['trim', 'strip', 'titlecase'],
77 "$class has full_name field with filters trim, strip and titlecase";
84 is_deeply $self->fields->full_name->filters, ['trim', 'strip', 'titlecase'],
85 "$class has full_name field with filters trim, strip and titlecase";
98 filters => ['trim', 'strip', 'titlecase'],
114 is_deeply $self->fields->full_name->filters, ['trim', 'strip', 'titlecase'],
115 "$class has full_name field with filters trim, strip and titlecase";
124 is_deeply $self->fields->full_name->filters, ['trim', 'strip', 'titlecase'],
125 "$class has full_name field with filters trim, strip and titlecase";
/dports/devel/texlab/texlab-3.3.0/cargo-crates/titlecase-1.1.0/src/
H A Dmain.rs1 extern crate titlecase;
5 use titlecase::titlecase;
18 Ok(line) => println!("{}", titlecase(&line)), in main()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/stevedore/
H A Dsphinxext.py39 def _detailed_list(mgr, over='', under='-', titlecase=False):
44 if titlecase:
93 titlecase = 'titlecase' in self.options
98 titlecase=titlecase)
/dports/devel/py-stevedore/stevedore-1.31.0/stevedore/
H A Dsphinxext.py42 def _detailed_list(mgr, over='', under='-', titlecase=False): argument
47 if titlecase:
93 titlecase = 'titlecase' in self.options
98 titlecase=titlecase)
/dports/lang/mosh/mosh-0.2.7/boot/runtimes/srfi-mosh/lib.rnrs/rnrs/
H A Dunicode.ss4 char-upcase char-downcase char-titlecase char-foldcase
9 string-upcase string-downcase string-titlecase string-foldcase
16 char-upcase char-downcase char-titlecase char-foldcase
21 string-upcase string-downcase string-titlecase string-foldcase
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/
H A D129.sld9 (export char-title-case? char-titlecase string-titlecase)
10 (include "129/titlemaps.scm" "129/titlecase.scm"))
/dports/lang/ruby26/ruby-2.6.9/test/ruby/enc/
H A Dtest_case_comprehensive.rb60 titlecase = Hash.new { |h, c| c }
65 turkic_titlecase = Hash.new { |h, c| titlecase[c] }
69 ascii_titlecase = Hash.new { |h, c| /\A[a-zA-Z]\z/.match?(c) ? titlecase[c] : c }
77 titlecase[code] = hex2utf8(data[13]) unless data[13].empty?
79 titlecase[code] = hex2utf8 data[14] unless data[14].empty?
91 titlecase[code] = hex2utf8 data[2]
128 CaseTest.new(:capitalize, [], titlecase, downcase),
/dports/textproc/snowballstemmer/snowball-2.2.0/python/
H A Dcreate_init.py18 titlecase = langname.title() variable
19 … languages.append(" '%(lang)s': %(title)sStemmer," % {'lang': langname, 'title': titlecase})
20 …s.append('from .%(lang)s_stemmer import %(title)sStemmer' % {'lang': langname, 'title': titlecase})

12345678910>>...47