Home
last modified time | relevance | path

Searched refs:MUP (Results 1 – 25 of 140) sorted by relevance

123456

/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_jit_test.c121 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP) macro
198 { MUP, A, 0, 0, "\\b", "\xe6\x92\xad!" },
199 { MUP, A, 0, 0, "\\B", "_\xc2\xa1\xc3\xa1\xc2\x85" },
363 { MUP, A, 0, 0, "[1-5\xc3\xa9\\w]", "\xc3\xa1_" },
365 { MUP, A, 0, 0, "[\\Wd-h_x-z]+", "a\xc2\xa1#_yhzdxi" },
374 { MUP, A, 0, 0, "[b-\xc3\xa9\\s]", "a\xc\xe6\x92\xad" },
376 { MUP, A, 0, 0, "[^b-d^&\\s]{3,}", "db^ !a\xe2\x80\xa8_ae" },
534 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{2,}", ".www." },
535 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{0,2}", "wwwww." },
536 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{1,2}ww", "wwww" },
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/src/
H A Dpcre2_jit_test.c121 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP) macro
200 { MUP, A, 0, 0, "\\b", "\xe6\x92\xad!" },
201 { MUP, A, 0, 0, "\\B", "_\xc2\xa1\xc3\xa1\xc2\x85" },
379 { MUP, A, 0, 0, "[1-5\xc3\xa9\\w]", "\xc3\xa1_" },
381 { MUP, A, 0, 0, "[\\Wd-h_x-z]+", "a\xc2\xa1#_yhzdxi" },
390 { MUP, A, 0, 0, "[b-\xc3\xa9\\s]", "a\xc\xe6\x92\xad" },
392 { MUP, A, 0, 0, "[^b-d^&\\s]{3,}", "db^ !a\xe2\x80\xa8_ae" },
550 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{2,}", ".www." },
551 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{0,2}", "wwwww." },
552 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{1,2}ww", "wwww" },
[all …]
/dports/devel/pcre2/pcre2-35fee41/src/
H A Dpcre2_jit_test.c127 #define MUP (PCRE2_MULTILINE | PCRE2_UTF | PCRE2_UCP) macro
208 { MUP, A, 0, 0, "\\b", "\xe6\x92\xad!" },
209 { MUP, A, 0, 0, "\\B", "_\xc2\xa1\xc3\xa1\xc2\x85" },
394 { MUP, A, 0, 0, "[1-5\xc3\xa9\\w]", "\xc3\xa1_" },
396 { MUP, A, 0, 0, "[\\Wd-h_x-z]+", "a\xc2\xa1#_yhzdxi" },
405 { MUP, A, 0, 0, "[b-\xc3\xa9\\s]", "a\xc\xe6\x92\xad" },
407 { MUP, A, 0, 0, "[^b-d^&\\s]{3,}", "db^ !a\xe2\x80\xa8_ae" },
414 { MUP, 0, 0, 0 | F_NOMATCH, "[^\\p{Hangul}\\p{Z}]", " " },
566 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{2,}", ".www." },
567 { MUP, A, 0, 0 | F_PROPERTY, "(\\P{N})\\1{0,2}", "wwwww." },
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/providers/windows/
H A Ddevice_windows_test.go48 {`\Device\MUP\OfficeServer\Documents\report.pdf`, `Z:\report.pdf`},
50 {`\Device\MUP\networkserver\share\.git`, `\\networkserver\share\.git`},
/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/cartpole/fast_version/
H A Dcartpole.cpp29 static const double MUP = 0.000002; variable
174 temp_1 = MUP * st[3] / ml_1; in step()
184 temp_2 = MUP * st[5] / ml_2; in step()
/dports/biology/molden/molden5.8/plush/
H A DMUP1 mol="MUP" Charge="0"
/dports/biology/emboss/EMBOSS-6.6.0/test/data/
H A Dmemeseqs.dat20 >MUP2_MOUSE P11589 Major urinary protein 2 precursor (MUP 2).
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/slicot/
H A Dfstair.f557 INTEGER IP, J, K, MUP, MUP1, NUP, NELM local
615 MUP = IMUK(IP)
619 DO 30 J = 1, (MUP - NUP)
647 TP = TP1 + MUP
688 TK1P1 = TK1P1 + MUP
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderMarquee.cpp142 if (dir == MUP) { in computePosition()
286 bool addIncrement = direction() == MUP || direction() == MLEFT; in timerFired()
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DNEWS-1.218 * Convertors for ABC and MUP formats.
H A DANNOUNCE-1.244 * Convertors for ABC and MUP formats.
/dports/sysutils/webmin/webmin-1.981/authentic-theme/
H A DTHEME.pgp38 AhsMAAoJEBIeFm3ZyCGr+MUP/3b/B1vWbbpKhDbWwDeNHINHrzzO71x+sKagaitT
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DNEWS-1.218 * Convertors for ABC and MUP formats.
H A DANNOUNCE-1.244 * Convertors for ABC and MUP formats.
/dports/sysutils/usermin/usermin-1.830/authentic-theme/
H A DTHEME.pgp38 AhsMAAoJEBIeFm3ZyCGr+MUP/3b/B1vWbbpKhDbWwDeNHINHrzzO71x+sKagaitT
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Diwmmxt.S124 1: @ MUP? wRn
176 @ clear CUP/MUP (only if r1 != 0)
306 mov r1, #0 @ don't clear CUP/MUP
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Diwmmxt.S124 1: @ MUP? wRn
176 @ clear CUP/MUP (only if r1 != 0)
306 mov r1, #0 @ don't clear CUP/MUP
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/
H A Diwmmxt.S124 1: @ MUP? wRn
176 @ clear CUP/MUP (only if r1 != 0)
306 mov r1, #0 @ don't clear CUP/MUP
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.mup1 // This is a MUP highlighting test.
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dhighlight.mup.fold1 // This is a MUP highlighting test.
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/contrib/
H A Dlibfreefare_zsnippets.vim60 exec "Snippet MUP MifareUltralightPage".st.et
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h159 enum EMarqueeDirection { MAUTO = 0, MLEFT = 1, MRIGHT = -1, MUP = 2, MDOWN = -2, MFORWARD = 3, MBAC… enumerator
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/bgp/message/
H A Doperational.py74 MUP = 0x0B # 11: Malformed Update Prefixes variable in Operational.CODE
/dports/print/py-python-ly/python-ly-0.9.6/
H A DChangeLog21 - basic support for tokenizing the MUP format
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h1338 case MUP: in CSSPrimitiveValue()
1364 return MUP; in EMarqueeDirection()

123456