Home
last modified time | relevance | path

Searched refs:char_class (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/dports/x11-wm/jewel/jewel-0.12.41/goodies/appbar/
H A Dscanner.cc63 char_class['`']=letters; in defaultTokens()
64 char_class['!']=letters; in defaultTokens()
65 char_class['@']=letters; in defaultTokens()
66 char_class['#']=letters; in defaultTokens()
67 char_class['$']=letters; in defaultTokens()
68 char_class['%']=letters; in defaultTokens()
69 char_class['^']=letters; in defaultTokens()
70 char_class['&']=letters; in defaultTokens()
71 char_class['_']=letters; in defaultTokens()
73 char_class['=']=equals; in defaultTokens()
[all …]
/dports/lang/seed7/seed7/src/
H A Dchclsutl.c93 char_class(' ') = SPACECHAR; in init_chclass()
95 char_class('#') = SHARPCHAR; in init_chclass()
99 char_class(')') = PARENCHAR; in init_chclass()
100 char_class('[') = PARENCHAR; in init_chclass()
101 char_class(']') = PARENCHAR; in init_chclass()
102 char_class('{') = PARENCHAR; in init_chclass()
103 char_class('}') = PARENCHAR; in init_chclass()
104 char_class('\t') = SPACECHAR; in init_chclass()
105 char_class('\n') = NEWLINECHAR; in init_chclass()
106 char_class('\r') = SPACECHAR; in init_chclass()
[all …]
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_regex.py386 char_class.complement()
397 char_class.complement()
403 char_class.complement()
414 char_class -= other
421 char_class -= other
428 char_class -= other
464 char_class.add('k-m')
470 char_class.add('K-M')
476 char_class.clear()
487 char_class.add('0-9')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/generation/
H A Dpassword_generator_unittest.cc150 for (std::string char_class : kAllClassesButSymbols) { in TEST_F() local
151 SCOPED_TRACE(char_class); in TEST_F()
159 EXPECT_GE(CountCharsInClass(password, char_class), 10u); in TEST_F()
167 for (std::string char_class : kAllClassesButSymbols) { in TEST_F() local
168 SCOPED_TRACE(char_class); in TEST_F()
177 EXPECT_GE(CountCharsInClass(password, char_class), 1u); in TEST_F()
186 for (std::string char_class : kAllClassesButSymbolsAndAlphabetic) { in TEST_F() local
196 SCOPED_TRACE(char_class); in TEST_F()
198 EXPECT_EQ(5u, CountCharsInClass(password, char_class)); in TEST_F()
207 SCOPED_TRACE(char_class); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/generation/
H A Dpassword_generator_unittest.cc150 for (std::string char_class : kAllClassesButSymbols) { in TEST_F() local
151 SCOPED_TRACE(char_class); in TEST_F()
159 EXPECT_GE(CountCharsInClass(password, char_class), 10u); in TEST_F()
167 for (std::string char_class : kAllClassesButSymbols) { in TEST_F() local
168 SCOPED_TRACE(char_class); in TEST_F()
177 EXPECT_GE(CountCharsInClass(password, char_class), 1u); in TEST_F()
186 for (std::string char_class : kAllClassesButSymbolsAndAlphabetic) { in TEST_F() local
196 SCOPED_TRACE(char_class); in TEST_F()
198 EXPECT_EQ(5u, CountCharsInClass(password, char_class)); in TEST_F()
207 SCOPED_TRACE(char_class); in TEST_F()
[all …]
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslwclut.c39 unsigned int char_class; member
133 r->char_class |= char_class; in add_char_class()
151 if (r->char_class in wch_in_lut()
449 int char_class; member
461 SLwchar_Type char_class; in get_lexical_element() local
469 if (char_class) in get_lexical_element()
472 switch (char_class) in get_lexical_element()
548 if (char_class) in get_lexical_element()
704 switch (char_class) in is_of_class()
918 switch (lex_from->e.char_class) in check_char_mapping()
[all …]
/dports/security/yara/yara-4.1.1/libyara/
H A Dre_lexer.l106 %x char_class
184 BEGIN(char_class);
297 <char_class>\] {
357 <char_class>\\w {
366 <char_class>\\W {
375 <char_class>\\s {
384 <char_class>\\S {
393 <char_class>\\d {
402 <char_class>\\D {
422 <char_class>\\ {
[all …]
/dports/shells/bash/bash-5.1/lib/glob/
H A Dsmatch.c193 enum char_class enum
209 static enum char_class
213 enum char_class ret;
222 ret = (enum char_class)i;
231 cclass_test (c, char_class) in cclass_test() argument
233 enum char_class char_class;
237 switch (char_class)
294 enum char_class char_class; local
298 if (char_class == CC_NO_CLASS)
328 #define CTYPE_T enum char_class
[all …]
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/lib/Pugs/Grammar/
H A DRule2.pm319 <char_class>
320 ( <[+-]> <char_class> )*
323 char_class => [
324 '+' ~ $<char_class>,
330 <char_class>
331 ( <[+-]> <char_class> )*
334 char_class => [
335 '-' ~ $<char_class>,
342 ( <[+-]> <char_class> )*
345 char_class => [
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/devel/boost-libs/boost_1_72_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/spirit/home/qi/char/
H A Dchar_class.hpp58 struct char_class struct
59 : char_parser<char_class<Tag>, typename Tag::char_encoding::char_type>
62 typedef typename Tag::char_class classification; argument
67 using spirit::char_class::classify; in test()
75 typedef spirit::char_class::what<char_encoding> what_; in what()
110 typedef char_class<tag> result_type;

12345678910>>...37