Lines Matching defs:not

18  * 2 along with this work; if not, write to the Free Software Foundation,
65 * is less efficient since it does not allow the compiled pattern to be reused.
68 * concurrent threads. Instances of the {@link Matcher} class are not safe for
144 * and not <tt>m</tt> through <tt>p</tt>: <tt>[a-lq-z]</tt>(subtraction)</td></tr>
150 * <td headers="matches">Any character (may or may not match <a href="#lt">line terminators</a>)</td></tr>
250 * <td headers="matches"><i>X</i>, once or not at all</td></tr>
260 * <td headers="matches"><i>X</i>, at least <i>n</i> but not more than <i>m</i> times</td></tr>
266 * <td headers="matches"><i>X</i>, once or not at all</td></tr>
276 * <td headers="matches"><i>X</i>, at least <i>n</i> but not more than <i>m</i> times</td></tr>
282 * <td headers="matches"><i>X</i>, once or not at all</td></tr>
292 * <td headers="matches"><i>X</i>, at least <i>n</i> but not more than <i>m</i> times</td></tr>
369 * does not denote an escaped construct; these are reserved for future
517 * that do not capture text and do not count towards the group total, or
533 * <tt>"\\u2014"</tt>, while not equal, compile into the same pattern, which
547 * does not match if the input has that property.
667 * <p> Perl constructs not supported by this class: </p>
707 * <p> Constructs supported by this class but not by Perl: </p>
851 * including a line terminator. By default this expression does not match
883 * matching does not take canonical equivalence into account.
1140 * input. If this pattern does not match any subsequence of the input then
1236 * therefore not included in the resulting array. </p>
1480 * possibilities must be removed because they are not canonically
1764 * inline them, we should not put many assertions or error checks in them.
1768 * Indicates whether a particular flag is set or not.
1794 * Peek the next character, and do not advance the cursor.
2367 throw error("\\k is not followed by '<' for named capturing group");
2370 throw error("(named capturing group <"+ name+"> does not exit");
2444 // ^ not first in class, treat as literal
2812 throw error("Look-behind group does not have "
2924 * created with anonymous true then it is a pure group and should not
3465 * match for a \A sequence, and the caret anchor will use this if not in
3485 * should not match at the last newline before the end as $ will.
3511 // Perl does not match ^ at end of input even after newline
3542 // Perl does not match ^ at end of input even after newline
3573 * When not in multiline mode, the $ can only match at the very end
3579 * Like ^ the $ operator matches at a position, it does not match the
3606 // If not multiline, fall through so that the end
3609 // could make this not match here
3654 // If not multiline, then only possible to
4046 * Node class for the dot metacharacter when dotall is not enabled.
4057 * Node class for the dot metacharacter when dotall is not enabled
4459 * "next" but not the "study", so we can collect the TreeInfo
4476 * and where it does not occur.
4545 * indicate that we do not want to unset the group if the reference
4571 * matchRef because if the reference fails to match we would not unset
4910 Node cond, yes, not;
4911 Conditional(Node cond, Node yes, Node not) {
4914 this.not = not;
4920 return not.match(matcher, i, seq);
4934 not.study(info);
5261 * all match the pattern has been found. If a character does not match,
5268 * did not match. If the character does not appear in the pattern, the
5276 * not occur again in pattern, or by the amount of distance to the
5332 // any suffix can not have larger shift amount