Lines Matching refs:t

19 /abcd\t\n\r\f\a\e\071\x3b\$\\\?caxyz/
20 abcd\t\n\r\f\a\e9;\$\\?caxyz
218 *** Fail if we don't
411 /\w+(?=\t)/
412 the quick brown\t fox
471 / (?: [\040\t] | \(
484 (?: (?: [\040\t] | \(
486 \) )* \. (?: [\040\t] | \(
498 (?: [\040\t] | \(
500 \) )* @ (?: [\040\t] | \(
510 (?: [\040\t] | \(
513 (?: [\040\t] | \(
548 < (?: [\040\t] | \(
551 (?: @ (?: [\040\t] | \(
561 (?: [\040\t] | \(
564 (?: [\040\t] | \(
575 (?: (?: [\040\t] | \(
577 \) )* , (?: [\040\t] | \(
579 \) )* @ (?: [\040\t] | \(
589 (?: [\040\t] | \(
592 (?: [\040\t] | \(
604 (?: [\040\t] | \(
617 (?: (?: [\040\t] | \(
619 \) )* \. (?: [\040\t] | \(
631 (?: [\040\t] | \(
633 \) )* @ (?: [\040\t] | \(
643 (?: [\040\t] | \(
646 (?: [\040\t] | \(
657 (?: [\040\t] | \(
661 ) (?: [\040\t] | \(
675 /[\040\t]* # Nab whitespace.
689 [\040\t]* )* # If comment found, allow more spaces.
703 [\040\t]* # Nab whitespace.
717 [\040\t]* )* # If comment found, allow more spaces.
720 [\040\t]* # Nab whitespace.
734 [\040\t]* )* # If comment found, allow more spaces.
746 [\040\t]* # Nab whitespace.
760 [\040\t]* )* # If comment found, allow more spaces.
764 [\040\t]* # Nab whitespace.
778 [\040\t]* )* # If comment found, allow more spaces.
787 [\040\t]* # Nab whitespace.
801 [\040\t]* )* # If comment found, allow more spaces.
805 [\040\t]* # Nab whitespace.
819 [\040\t]* )* # If comment found, allow more spaces.
828 [\040\t]* # Nab whitespace.
842 [\040\t]* )* # If comment found, allow more spaces.
883 [\040\t]* # Nab whitespace.
897 [\040\t]* )* # If comment found, allow more spaces.
901 [\040\t]* # Nab whitespace.
915 [\040\t]* )* # If comment found, allow more spaces.
924 [\040\t]* # Nab whitespace.
938 [\040\t]* )* # If comment found, allow more spaces.
942 [\040\t]* # Nab whitespace.
956 [\040\t]* )* # If comment found, allow more spaces.
965 [\040\t]* # Nab whitespace.
979 [\040\t]* )* # If comment found, allow more spaces.
983 [\040\t]* # Nab whitespace.
997 [\040\t]* )* # If comment found, allow more spaces.
999 [\040\t]* # Nab whitespace.
1013 [\040\t]* )* # If comment found, allow more spaces.
1022 [\040\t]* # Nab whitespace.
1036 [\040\t]* )* # If comment found, allow more spaces.
1040 [\040\t]* # Nab whitespace.
1054 [\040\t]* )* # If comment found, allow more spaces.
1063 [\040\t]* # Nab whitespace.
1077 [\040\t]* )* # If comment found, allow more spaces.
1082 [\040\t]* # Nab whitespace.
1096 [\040\t]* )* # If comment found, allow more spaces.
1110 [\040\t]* # Nab whitespace.
1124 [\040\t]* )* # If comment found, allow more spaces.
1127 [\040\t]* # Nab whitespace.
1141 [\040\t]* )* # If comment found, allow more spaces.
1153 [\040\t]* # Nab whitespace.
1167 [\040\t]* )* # If comment found, allow more spaces.
1171 [\040\t]* # Nab whitespace.
1185 [\040\t]* )* # If comment found, allow more spaces.
1194 [\040\t]* # Nab whitespace.
1208 [\040\t]* )* # If comment found, allow more spaces.
1212 [\040\t]* # Nab whitespace.
1226 [\040\t]* )* # If comment found, allow more spaces.
1235 [\040\t]* # Nab whitespace.
1249 [\040\t]* )* # If comment found, allow more spaces.
1361 /([^.]*)\.([^:]*):[t ]+(.*)/i
3586 a rather long string that doesn't end with one of them
4403 /^X(?7)(a)(?|(b|(?|(r)|(t))(s))|(q))(c)(d)(Y)/
4683 /^(?&t)(?(DEFINE)(?<t>a\Kb))$/
4715 test 2 because it isn't Perl-compatible. ---/
4749 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
4770 /--- COMMIT inside an atomic group can't stop backtracking over the group. ---/
4780 /(?&t)(?#()(?(DEFINE)(?<t>a))/
4813 /^(?&t)*+(?(DEFINE)(?<t>a))\w$/
4818 /^(?&t)*(?(DEFINE)(?<t>a))\w$/
4951 /(?>(?&t)c|(?&t))(?(DEFINE)(?<t>a|b(*PRUNE)c))/