Home
last modified time | relevance | path

Searched refs:cur_end (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/devel/sccache/sccache-0.2.15/cargo-crates/unicode-xid-0.0.4/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/unicode-xid-0.0.4/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/net-im/fractal/fractal-4.4.0/vendor/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/security/suricata/suricata-6.0.4/rust/vendor/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/security/cloak/cloak-0.2.0/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/unicode-xid/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/unicode-xid-0.0.4/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/sysutils/vector/vector-0.10.0/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/sysutils/vector/vector-0.10.0/cargo-crates/unicode-xid-0.0.4/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/misc/ruut/ruut-0.6.1/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/editors/xi-term/xi-term-d264767/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/graphics/viu/viu-1.1/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/unicode-xid-0.0.4/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/games/dose-response/dose-response-179c326/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/unicode-xid-0.1.0/scripts/
H A Dunicode.py50 cur_end = cur_start
52 assert letter > cur_end, \
53 "cur_end: %s, letter: %s" % (hex(cur_end), hex(letter))
54 if letter == cur_end + 1:
55 cur_end = letter
57 cat_out.append((cur_start, cur_end))
58 cur_start = cur_end = letter
59 cat_out.append((cur_start, cur_end))

12345678910>>...28