Lines Matching refs:IB
236 /((?i)b)/IB
448 /.*X/IB
452 /(.*X|^B)/IB
456 /(?s)(.*X|^B)/IB
458 /(?s:.*X|^B)/IB
663 /^[[:alnum:]]/IB
665 /^[[:^alnum:]]/IB
667 /^[[:alpha:]]/IB
669 /^[[:^alpha:]]/IB
673 /^[[:ascii:]]/IB
675 /^[[:^ascii:]]/IB
677 /^[[:blank:]]/IB
679 /^[[:^blank:]]/IB
683 /^[[:cntrl:]]/IB
685 /^[[:digit:]]/IB
687 /^[[:graph:]]/IB
689 /^[[:lower:]]/IB
691 /^[[:print:]]/IB
693 /^[[:punct:]]/IB
695 /^[[:space:]]/IB
697 /^[[:upper:]]/IB
699 /^[[:xdigit:]]/IB
701 /^[[:word:]]/IB
703 /^[[:^cntrl:]]/IB
705 /^[12[:^digit:]]/IB
707 /^[[:^blank:]]/IB
709 /[01[:alpha:]%]/IB
797 /[\s]/IB
799 /[\S]/IB
801 /a(?i)b/IB
807 /(a(?i)b)/IB
818 …567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890/IB
820 …567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890/IB
822 /\Q\E/IB
825 /\Q\Ex/IB
827 / \Q\E/IB
829 /a\Q\E/IB
834 /a\Q\Eb/IB
837 /\Q\Eabc/IB
839 /x*+\w/IB
843 /x?+/IB
845 /x++/IB
855 /(x)*+/IB
885 /(abc){1,3}+/IB
895 /x(?U)a++b/IB
898 /(?U)xa++b/IB
901 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/IB
903 /^x(?U)a+b/IB
905 /^x(?U)(a+)b/IB
934 /[\s]/IB
936 /[[:space:]]/IB
938 /[[:space:]abcde]/IB
950 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b/IB
952 …nsw\:YKZ\%Q\.Kne9\#hP\?\+b3\(SOvL\,\^\;\&u5\@\?5C5Bhb\=m\-vEh_L15Jl\]U\)0RP6\{q\%L\^_z5E\'Dw6X\b/IB
1128 /(a(?1)b)/IB
1130 /(a(?1)+b)/IB
1173 /a(?P<name1>b|c)d(?P<longername2>e)/IB
1177 /(?:a(?P<c>c(?P<d>d)))(?P<a>a)/IB
1179 /(?P<a>a)...(?P=a)bbb(?P>a)d/IB
1215 /(a)(bc)/IB,no_auto_capture
1218 /(?P<one>a)(bc)/IB,no_auto_capture
1221 /(a)(?P<named>bc)/IB,no_auto_capture
1236 /(?P<Tes>)(?P<Test>)/IB
1238 /(?P<Test>)(?P<Tes>)/IB
1257 /(a(b(?2)c))?/IB
1259 /(a(b(?2)c))*/IB
1261 /(a(b(?2)c)){0,2}/IB
1275 /a*.*b/IB
1277 /(a|b)*.?c/IB
1279 /abc(?C255)de(?C)f/IB
1281 /abcde/IB,auto_callout
1286 /a*b/IB,auto_callout
1291 /a*b/IB,auto_callout
1296 /a+b/IB,auto_callout
1302 /(abc|def)x/IB,auto_callout
1308 /(abc|def)x/IB,auto_callout
1319 /([ab]{,4}c|xy)/IB,auto_callout
1323 /([ab]{,4}c|xy)/IB,auto_callout
1327 /([ab]{1,4}c|xy){4,5}?123/IB,auto_callout
1614 /^a*b\d/IB
1616 /^a*+b\d/IB
1618 /^a*?b\d/IB
1620 /^a+A\d/IB
3158 /(a)++1234/IB
3749 /(?<a>abc)(?<a>z)\k<a>()/IB,dupnames
3840 /[a-c]*d/IB
3842 /[a-c]+d/IB
3844 /[a-c]?d/IB
3846 /[a-c]{4,6}d/IB
3848 /[a-c]{0,6}d/IB
5305 /\N{\c/IB,bad_escape_is_literal