Searched refs:or (Results 1 - 2 of 2) sorted by relevance

/javamail/demo/src/main/java/
H A Dsearch.java2 * Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
4 * Redistribution and use in source and binary forms, with or without
13 * documentation and/or other materials provided with the distribution.
16 * contributors may be used to endorse or promote products derived
61 boolean or = false;
74 } else if (argv[optind].equals("-or")) {
75 or = true;
97 "[-subject subject] [-from from] [-or] [-today]");
108 "Specify either -subject, -from, -today, or -size");
161 if (or)
[all...]
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DSearchSequence.java4 * Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
7 * General Public License Version 2 only ("GPL") or the Common Development
12 * or packager/legal/LICENSE.txt. See the License for the specific
29 * If you wish your version of this file to be governed by only the CDDL or
31 * elects to include this software in this distribution under the [CDDL or GPL
34 * either the CDDL, the GPL Version 2 or to extend the choice of license to
83 return or((OrTerm)term, charset);
197 protected Argument or(OrTerm term, String charset) method in class:SearchSequence
227 * AND expressions are either AndTerms or FlagTerms
255 * AND expressions are either AndTerms or FlagTerm
[all...]

Completed in 781 milliseconds