Cappuccino
1.0.0
All
Classes
Files
Functions
Variables
Typedefs
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
29
CPDirectPredicateModifier
= 0;
36
CPAllPredicateModifier
= 1;
43
CPAnyPredicateModifier
= 2;
44
49
CPCaseInsensitivePredicateOption
= 1;
54
CPDiacriticInsensitivePredicateOption
= 2;
55
CPDiacriticInsensitiveSearch
= 128;
56
61
CPLessThanPredicateOperatorType
= 0;
66
CPLessThanOrEqualToPredicateOperatorType
= 1;
71
CPGreaterThanPredicateOperatorType
= 2;
76
CPGreaterThanOrEqualToPredicateOperatorType
= 3;
81
CPEqualToPredicateOperatorType
= 4;
86
CPNotEqualToPredicateOperatorType
= 5;
91
CPMatchesPredicateOperatorType
= 6;
96
CPLikePredicateOperatorType
= 7;
101
CPBeginsWithPredicateOperatorType
= 8;
106
CPEndsWithPredicateOperatorType
= 9;
113
CPInPredicateOperatorType
= 10;
120
CPCustomSelectorPredicateOperatorType
= 11;
127
CPContainsPredicateOperatorType
= 99;
134
CPBetweenPredicateOperatorType
= 100;
Foundation
CPPredicate
CPComparisonPredicate_Constants.j
Generated on Fri Sep 7 2018 11:26:15 for Cappuccino by
1.8.3