Home
last modified time | relevance | path

Searched refs:Char (Results 1 – 25 of 9031) sorted by relevance

12345678910>>...362

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A Dgdfontg.inc18 /* Char 0 */
35 /* Char 1 */
52 /* Char 2 */
69 /* Char 3 */
86 /* Char 4 */
103 /* Char 5 */
120 /* Char 6 */
137 /* Char 7 */
154 /* Char 8 */
171 /* Char 9 */
[all …]
H A Dgdfontl.inc19 /* Char 0 */
37 /* Char 1 */
55 /* Char 2 */
73 /* Char 3 */
91 /* Char 4 */
109 /* Char 5 */
127 /* Char 6 */
145 /* Char 7 */
163 /* Char 8 */
181 /* Char 9 */
[all …]
H A Dgdfontmb.inc16 /* Char 0 */
31 /* Char 1 */
46 /* Char 2 */
61 /* Char 3 */
76 /* Char 4 */
91 /* Char 5 */
106 /* Char 6 */
121 /* Char 7 */
136 /* Char 8 */
151 /* Char 9 */
[all …]
H A Dgdfonts.inc17 /* Char 0 */
32 /* Char 1 */
47 /* Char 2 */
62 /* Char 3 */
77 /* Char 4 */
92 /* Char 5 */
107 /* Char 6 */
122 /* Char 7 */
137 /* Char 8 */
152 /* Char 9 */
[all …]
H A Dgdfontt.inc15 /* Char 0 */
25 /* Char 1 */
35 /* Char 2 */
45 /* Char 3 */
55 /* Char 4 */
65 /* Char 5 */
75 /* Char 6 */
85 /* Char 7 */
95 /* Char 8 */
105 /* Char 9 */
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/font/
H A DossimGdSansBold.inc17 /* Char 0 */
34 /* Char 1 */
51 /* Char 2 */
68 /* Char 3 */
85 /* Char 4 */
102 /* Char 5 */
119 /* Char 6 */
136 /* Char 7 */
153 /* Char 8 */
170 /* Char 9 */
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/quasilyte/regex/syntax/
H A Dlexer_test.go17 {`xxx`, `Char Concat Char Concat Char`},
23 {`x|x|x`, `Char | Char | Char`},
24 {`x|xx|xxx`, `Char | Char Concat Char | Char Concat Char Concat Char`},
33 {`(✓x✓x)`, `( Char Concat Char Concat Char Concat Char )`},
92 {`a[^abc]a`, `Char Concat [^ Char Char Char ] Concat Char`},
98 {`[a-z0-9]a`, `[ Char - Char Char - Char ] Concat Char`},
106 {`[$.+*^?]`, `[ Char Char Char Char Char Char ]`},
107 {`[x{1}]`, `[ Char Char Char Char ]`},
116 {`[:alpha:]`, `[ Char Char Char Char Char Char Char ]`},
161 {`x{-1}`, `Char Concat Char Concat Char Concat Char Concat Char`},
[all …]
/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dconst.c57 Char STRLbrace[] = { '{', '\0' };
58 Char STRLparen[] = { '(', '\0' };
64 Char STRRbrace[] = { '}', '\0' };
69 Char STRand[] = { '&', '\0' };
73 Char STRbang[] = { '!', '\0' };
74 Char STRcaret[] = { '^', '\0' };
83 Char STRcolon[] = { ':', '\0' };
90 Char STRequal[] = { '=', '\0' };
112 Char STRminus[] = { '-', '\0' };
126 Char STRor[] = { '|', '\0' };
[all …]
H A Dextern.h67 Char *dcanon __P((Char *, Char *));
81 Char *Dfix1 __P((Char *));
199 Char **blkcat __P((Char **, Char **));
200 Char **blkcpy __P((Char **, Char **));
205 Char **blkspl __P((Char **, Char **));
320 Char *s_strcat __P((Char *, Char *));
322 Char *s_strncat __P((Char *, Char *, size_t));
324 Char *s_strcpy __P((Char *, Char *));
325 Char *s_strncpy __P((Char *, Char *, size_t));
326 Char *s_strspl __P((Char *, Char *));
[all …]
/dports/print/lout/lout-3.40/doc/user/
H A Dbas_font49 { @Char A }
50 { @Char B }
51 { @Char C }
52 { @Char D }
53 { @Char E }
54 { @Char F }
55 { @Char G }
56 { @Char H }
57 { @Char I }
58 { @Char J }
[all …]
/dports/irc/epic5/epic5-2.1.6/include/
H A Dnames.h14 void add_userhost_to_channel (Char *, Char *, int, Char *);
16 void rename_nick (Char *, Char *, int);
17 Char * check_channel_type (Char *);
19 int is_on_channel (Char *, Char *);
20 int is_chanop (Char *, Char *);
21 int is_chanvoice (Char *, Char *);
22 int is_halfop (Char *, Char *);
31 Char * get_channel_key (Char *, int);
43 Char * what_channel (Char *, int);
44 Char * walk_channels (int, Char *);
[all …]
/dports/irc/epic4/epic4-2.10.9/include/
H A Dnames.h19 void add_userhost_to_channel (Char *, Char *, int, Char *);
21 void rename_nick (Char *, Char *, int);
23 int is_on_channel (Char *, Char *);
24 int is_chanop (Char *, Char *);
25 int is_chanvoice (Char *, Char *);
26 int is_halfop (Char *, Char *);
32 Char * get_channel_key (Char *, int);
41 Char * what_channel (Char *);
42 Char * walk_channels (int, Char *);
43 Char * fetch_userhost (int, Char *);
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FUtils/
H A DFUStringBuilder.hpp167 Char* b = new Char[_length]; in reserve()
181 Char* b = new Char[_length]; in reserve()
191 void FUStringBuilderT<Char>::append(Char c) in append()
253 { append((Char)'I'); append((Char)'N'); append((Char)'F'); } in append()
255 { append((Char)'-'); append((Char)'I'); append((Char)'N'); append((Char)'F'); } in append()
257 { append((Char)'N'); append((Char)'a'); append((Char)'N'); } in append()
279 { append((Char)'I'); append((Char)'N'); append((Char)'F'); } in append()
281 { append((Char)'-'); append((Char)'I'); append((Char)'N'); append((Char)'F'); } in append()
283 { append((Char)'N'); append((Char)'a'); append((Char)'N'); } in append()
289 …if (!empty() && (back() != (Char) ' ' || back() != (Char) '\t' || back() != (Char) '\n' || back() … in append()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FUtils/
H A DFUStringBuilder.hpp41 FUStringBuilderT<Char>::FUStringBuilderT(const Char* sz) in FUStringBuilderT()
110 Char* b = new Char[_length]; in reserve()
124 Char* b = new Char[_length]; in reserve()
134 void FUStringBuilderT<Char>::append(Char c) in append()
144 void FUStringBuilderT<Char>::append(const Char* sz) in append()
229 …if (!empty() && (back() != (Char) ' ' || back() != (Char) '\t' || back() != (Char) '\n' || back() … in append()
239 …if (!empty() && (back() != (Char) ' ' || back() != (Char) '\t' || back() != (Char) '\n' || back() … in append()
249 …if (!empty() && (back() != (Char) ' ' || back() != (Char) '\t' || back() != (Char) '\n' || back() … in append()
296 const Char* FUStringBuilderT<Char>::ToCharPtr() const in ToCharPtr()
305 int32 FUStringBuilderT<Char>::index(Char c) const in index()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/io/detail/
H A Dquoted_manip.hpp33 Char escape='\\', Char delim='\"');
39 Char escape='\\', Char delim='\"');
43 detail::quoted_proxy<const Char*, Char>
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
58 quoted_proxy(String s_, Char escape_, Char delim_) in quoted_proxy()
69 std::basic_string<Char, Traits, Alloc> const & string, Char escape, Char delim) in basic_string_inserter_imp() argument
108 const quoted_proxy<const Char*, Char>& proxy) in operator <<() argument
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() argument
181 inline detail::quoted_proxy<const Char*, Char>
[all …]

12345678910>>...362