Lines Matching refs:D
2268 This option changes the way PCRE processes \B, \b, \D, \d, \S, \s, \W,
3228 first match attempt is run starting from "D" and when this fails,
4732 \r carriage return (hex 0D)
4871 \D any character that is not a decimal digit
4910 never match \d, \s, or \w, and always match \D, \S, and \W. These
4958 U+000D Carriage return (CR)
4978 riage return, U+000D), or NEL (next line, U+0085). The two-character
5495 The character escape sequences \d, \D, \h, \H, \p, \P, \s, \S, \v, \V,
6072 (\D+|<\d+>)*[!?]
6081 string can be divided between the internal \D+ repeat and the external
6090 ((?>\D+)|<\d+>)*[!?]
6408 (?(1) (A|B|C) | (D | (?(2)E|F) | E) )
6935 A((?:A|B(*ACCEPT)|C)D)
7116 A (B(*THEN)C) | D
7119 backtrack into A; instead it moves to the next alternative, that is, D.
7123 A (B(*THEN)C | (*FAIL)) | D
7158 (A(*COMMIT)B(*THEN)C|D)
7162 mal (*THEN) action of trying the next alternative (that is, D) does not
7213 \r carriage return (hex 0D)
7226 \D a character that is not a decimal digit
7241 In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII
7748 6. The character escapes \b, \B, \d, \D, \s, \S, \w, and \W correctly
8478 using the \R escape sequence to set the PCRE_DFA_RESTART option (\D
8482 data> 23ja\P\D
8484 data> n05\R\D
8582 data> do\P\D
8584 data> gsb\R\P\D
8586 data> dogsbody\D
8607 data> do\P\D
8609 data> gsb\R\P\P\D