Home
last modified time | relevance | path

Searched refs:maybe_num (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/graphviz/graphviz-2.44.1/lib/cgraph/
H A Dwrite.c76 int maybe_num; in _agstrcanon() local
90 maybe_num = isdigit(uc) || (uc == '.') || (uc == '-'); in _agstrcanon()
96 else if (maybe_num) { in _agstrcanon()
99 maybe_num = FALSE; in _agstrcanon()
105 maybe_num = FALSE; in _agstrcanon()
110 maybe_num = FALSE; in _agstrcanon()
/dports/math/py-flax/flax-0.3.3/flax/training/
H A Dcheckpoints.py64 def maybe_num(s): function
70 return [maybe_num(c) for c in float_re.split(s)]
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dpathlib.py139 def parse_num(maybe_num): argument
142 return int(maybe_num)
/dports/editors/xvile/vile-9.8v/
H A Dexec.c566 int maybe_reg, maybe_num; in execute_named_command() local
826 maybe_num = ((flags & TO) == TO) in execute_named_command()
828 if (maybe_num && (lflag & FROM)) { in execute_named_command()
830 maybe_num = FALSE; in execute_named_command()
834 maybe_num = FALSE; in execute_named_command()
837 if (maybe_reg || maybe_num) { in execute_named_command()
839 int that = (maybe_num && maybe_reg) ? 0 : (maybe_num ? 1 : -1); in execute_named_command()
840 int last = maybe_num ? 2 : 1; in execute_named_command()
/dports/editors/vile/vile-9.8v/
H A Dexec.c566 int maybe_reg, maybe_num; in execute_named_command() local
826 maybe_num = ((flags & TO) == TO) in execute_named_command()
828 if (maybe_num && (lflag & FROM)) { in execute_named_command()
830 maybe_num = FALSE; in execute_named_command()
834 maybe_num = FALSE; in execute_named_command()
837 if (maybe_reg || maybe_num) { in execute_named_command()
839 int that = (maybe_num && maybe_reg) ? 0 : (maybe_num ? 1 : -1); in execute_named_command()
840 int last = maybe_num ? 2 : 1; in execute_named_command()
/dports/lang/php73/php-7.3.33/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/www/mod_php81/php-8.1.1/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/lang/php81/php-8.1.1/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/lang/php74/php-7.4.27/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/lang/php80/php-8.0.15/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/www/mod_php73/php-7.3.33/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/www/mod_php74/php-7.4.27/ext/mbstring/
H A Dphp_mbregex.c770 char maybe_num = 1; in mb_regex_substitute() local
776 maybe_num = 0; in mb_regex_substitute()
780 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
790 if (maybe_num) { in mb_regex_substitute()
/dports/www/mod_php80/php-8.0.15/ext/mbstring/
H A Dphp_mbregex.c772 char maybe_num = 1; in mb_regex_substitute() local
778 maybe_num = 0; in mb_regex_substitute()
782 if (maybe_num && !isdigit(name_end[0])) maybe_num = 0; in mb_regex_substitute()
792 if (maybe_num) { in mb_regex_substitute()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/html/
H A Dhtml_entities.cxx2360 std::optional<int> maybe_num; in decode_html_entitles_inplace() local
2363 maybe_num = hex_to_int(entity + 1, h - (entity + 1)); in decode_html_entitles_inplace()
2366 maybe_num = oct_to_int(entity + 1, h - (entity + 1)); in decode_html_entitles_inplace()
2369 maybe_num = dec_to_int(entity, h - entity); in decode_html_entitles_inplace()
2372 if (!maybe_num) { in decode_html_entitles_inplace()
2382 uc = maybe_num.value(); in decode_html_entitles_inplace()
/dports/mail/rspamd/rspamd-3.1/src/libserver/html/
H A Dhtml_entities.cxx2360 std::optional<int> maybe_num; in decode_html_entitles_inplace() local
2363 maybe_num = hex_to_int(entity + 1, h - (entity + 1)); in decode_html_entitles_inplace()
2366 maybe_num = oct_to_int(entity + 1, h - (entity + 1)); in decode_html_entitles_inplace()
2369 maybe_num = dec_to_int(entity, h - entity); in decode_html_entitles_inplace()
2372 if (!maybe_num) { in decode_html_entitles_inplace()
2382 uc = maybe_num.value(); in decode_html_entitles_inplace()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py173 def parse_num(maybe_num) -> int: argument
176 return int(maybe_num)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py173 def parse_num(maybe_num) -> int: argument
176 return int(maybe_num)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py173 def parse_num(maybe_num) -> int: argument
176 return int(maybe_num)