Home
last modified time | relevance | path

Searched refs:allow_underscores (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/devel/py-fastnumbers/fastnumbers-3.2.1/src/fastnumbers/
H A Dfastnumbers.pyi46 allow_underscores: bool = True,
55 allow_underscores: bool = True,
64 allow_underscores: bool = True,
74 allow_underscores: bool = True,
83 allow_underscores: bool = True,
93 allow_underscores: bool = True,
103 allow_underscores: bool = True,
114 allow_underscores: bool = True,
123 allow_underscores: bool = True,
133 allow_underscores: bool = True,
[all …]
/dports/devel/py-fastnumbers/fastnumbers-3.2.1/include/fastnumbers/
H A Doptions.h27 int allow_underscores; /* the "p" converter. */ member
43 .allow_underscores = true, \
56 .allow_underscores = true, \
72 #define Options_Allow_Underscores(o) ((o)->allow_underscores)
/dports/devel/py-fastnumbers/fastnumbers-3.2.1/src/
H A Dfastnumbers.c89 &opts.coerce, &opts.allow_underscores, &key)) { in fastnumbers_fast_real()
121 &opts.allow_underscores, &key)) { in fastnumbers_fast_float()
155 &opts.allow_underscores, &key)) { in fastnumbers_fast_int()
188 &opts.on_fail, &opts.allow_underscores, &key)) { in fastnumbers_fast_forceint()
216 &opts.allow_underscores)) { in fastnumbers_isreal()
240 &opts.allow_underscores)) { in fastnumbers_isfloat()
263 &base, &opts.allow_underscores)) { in fastnumbers_isint()
288 &opts.allow_underscores)) { in fastnumbers_isintlike()
316 &opts.allow_underscores)) { in fastnumbers_query_type()
/dports/devel/py-fastnumbers/fastnumbers-3.2.1/tests/
H A Dtest_fastnumbers.py60 allow_underscores: bool = True,
76 allow_underscores: bool = True,
91 allow_underscores: bool = True,
105 allow_underscores: bool = True,
120 allow_underscores: bool = True,
134 allow_underscores: bool = True,
147 allow_underscores: bool = True,
159 allow_underscores: bool = True,
365 assert func(x, allow_underscores=False) == x
375 assert func(x, allow_underscores=True)
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dnumeric.c244 const bool allow_underscores = cBOOL(*flags & PERL_SCAN_ALLOW_UNDERSCORES); in Perl_grok_bin() local
294 if (bit == '_' && len && allow_underscores && (bit = s[1]) in Perl_grok_bin()
366 const bool allow_underscores = cBOOL(*flags & PERL_SCAN_ALLOW_UNDERSCORES); in Perl_grok_hex() local
415 if (*s == '_' && len && allow_underscores && s[1] in Perl_grok_hex()
485 const bool allow_underscores = cBOOL(*flags & PERL_SCAN_ALLOW_UNDERSCORES); in Perl_grok_oct() local
518 if (*s == '_' && len && allow_underscores && isOCTAL(s[1])) { in Perl_grok_oct()
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dgrok297 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
343 if (bit == '_' && len && allow_underscores && (bit = s[1])
386 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
432 if (*s == '_' && len && allow_underscores && s[1]
475 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
507 if (digit == ('_' - '0') && len && allow_underscores
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dgrok297 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
343 if (bit == '_' && len && allow_underscores && (bit = s[1])
386 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
432 if (*s == '_' && len && allow_underscores && s[1]
475 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
507 if (digit == ('_' - '0') && len && allow_underscores
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dgrok297 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
343 if (bit == '_' && len && allow_underscores && (bit = s[1])
386 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
432 if (*s == '_' && len && allow_underscores && s[1]
475 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
507 if (digit == ('_' - '0') && len && allow_underscores
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dgrok297 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
343 if (bit == '_' && len && allow_underscores && (bit = s[1])
386 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
432 if (*s == '_' && len && allow_underscores && s[1]
475 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
507 if (digit == ('_' - '0') && len && allow_underscores
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dgrok297 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
343 if (bit == '_' && len && allow_underscores && (bit = s[1])
386 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
432 if (*s == '_' && len && allow_underscores && s[1]
475 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
507 if (digit == ('_' - '0') && len && allow_underscores
/dports/astro/kstars/kstars-3.5.6/kstars/data/tools/HTMesh-0.01/
H A Dppport.h4778 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4832 if (bit == '_' && len && allow_underscores && (bit = s[1]) && (bit == '0' || bit == '1')) in DPPP_()
4888 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4942 … if (*s == '_' && len && allow_underscores && s[1] && (xdigit = strchr((char *)PL_hexdigit, s[1]))) in DPPP_()
4998 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
5034 …if (digit == ('_' - '0') && len && allow_underscores && (digit = s[1] - '0') && (digit >= 0 && dig… in DPPP_()
/dports/converters/p5-XML-WBXML/XML-WBXML-0.09/
H A Dppport.h4537 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4583 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4639 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4685 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4741 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4773 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/databases/p5-Cache-Memcached-XS/Cache-Memcached-XS-0.01/
H A Dppport.h4537 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4583 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4639 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4685 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4741 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4773 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/perl-AfterImage/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/mail/p5-Email-AddressParser/Email-AddressParser-0.04/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/net-mgmt/p5-Net-IP-Match-XS/Net-IP-Match-XS-0.03/
H A Dppport.h4537 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4583 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4639 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4685 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4741 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4773 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/math/pspp/pspp-1.4.1/perl-module/
H A Dppport.h4681 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4727 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4783 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4829 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4885 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4917 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/chinese/p5-Lingua-ZH-TaBE/Lingua-ZH-TaBE-0.07/
H A Dppport.h4758 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4804 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4860 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4906 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4962 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4994 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/www/p5-libapreq2/libapreq2-2.16/glue/perl/xsbuilder/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/security/p5-Digest-MurmurHash/Digest-MurmurHash-0.11/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
4709 if (bit == '_' && len && allow_underscores && (bit = s[1])
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
4811 if (*s == '_' && len && allow_underscores && s[1]
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES;
4899 if (digit == ('_' - '0') && len && allow_underscores
/dports/devel/p5-Goo-Canvas/Goo-Canvas-0.06/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/devel/p5-File-FnMatch/File-FnMatch-0.02/
H A Dppport.h4537 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4583 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4639 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4685 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4741 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4773 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/www/libapreq2/libapreq2-2.13/glue/perl/xsbuilder/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/devel/p5-Regexp-Compare/Regexp-Compare-0.33/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()
/dports/sysutils/p5-BSD-getloadavg/BSD-getloadavg-0.03/
H A Dppport.h4663 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4709 if (bit == '_' && len && allow_underscores && (bit = s[1]) in DPPP_()
4765 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4811 if (*s == '_' && len && allow_underscores && s[1] in DPPP_()
4867 bool allow_underscores = *flags & PERL_SCAN_ALLOW_UNDERSCORES; in DPPP_() local
4899 if (digit == ('_' - '0') && len && allow_underscores in DPPP_()

12345678910>>...13