API
0.9.7
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Macros
Groups
Pages
CPComparisonPredicate_Constants.j
Go to the documentation of this file.
1
/*
2
* CPComparisonPredicate_Constants.j
3
*
4
* Portions based on NSComparisonPredicate.m in Cocotron (http://www.cocotron.org/)
5
* Copyright (c) 2006-2007 Christopher J. W. Lloyd
6
*
7
* Created by cacaodev.
8
* Copyright 2010.
9
*
10
* This library is free software; you can redistribute it and/or
11
* modify it under the terms of the GNU Lesser General Public
12
* License as published by the Free Software Foundation; either
13
* version 2.1 of the License, or (at your option) any later version.
14
*
15
* This library is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
* Lesser General Public License for more details.
19
*
20
* You should have received a copy of the GNU Lesser General Public
21
* License along with this library; if not, write to the Free Software
22
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
*/
24
30
CPDirectPredicateModifier
= 0;
38
CPAllPredicateModifier
= 1;
46
CPAnyPredicateModifier
= 2;
47
53
CPCaseInsensitivePredicateOption
= 1;
59
CPDiacriticInsensitivePredicateOption
= 2;
60
CPDiacriticInsensitiveSearch
= 128;
61
67
CPLessThanPredicateOperatorType
= 0;
73
CPLessThanOrEqualToPredicateOperatorType
= 1;
79
CPGreaterThanPredicateOperatorType
= 2;
85
CPGreaterThanOrEqualToPredicateOperatorType
= 3;
91
CPEqualToPredicateOperatorType
= 4;
97
CPNotEqualToPredicateOperatorType
= 5;
103
CPMatchesPredicateOperatorType
= 6;
109
CPLikePredicateOperatorType
= 7;
115
CPBeginsWithPredicateOperatorType
= 8;
121
CPEndsWithPredicateOperatorType
= 9;
129
CPInPredicateOperatorType
= 10;
137
CPCustomSelectorPredicateOperatorType
= 11;
145
CPContainsPredicateOperatorType
= 99;
153
CPBetweenPredicateOperatorType
= 100;
Foundation
CPPredicate
CPComparisonPredicate_Constants.j
Generated on Thu Nov 28 2013 20:43:44 for API by
1.8.4