Home
last modified time | relevance | path

Searched refs:Objective (Results 1 – 25 of 7439) sorted by relevance

12345678910>>...298

/dports/devel/p5-Config-Objective/Config-Objective-0.9.1/
H A Dtest.pl31 use Config::Objective;
32 use Config::Objective::String;
33 use Config::Objective::Boolean;
34 use Config::Objective::List;
35 use Config::Objective::Hash;
36 use Config::Objective::Integer;
37 use Config::Objective::Table;
45 $conf = Config::Objective->new('test.conf',
55 'path' => Config::Objective::String->new(
61 'list' => Config::Objective::List->new(),
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DObjective.cpp80 Objective::Objective (FbcPkgNamespaces* fbcns) in Objective() function in Objective
102 Objective::Objective (const Objective& orig) in Objective() function in Objective
119 Objective&
120 Objective::operator=(const Objective& rhs) in operator =()
140 Objective*
150 Objective::~Objective () in ~Objective()
1273 Objective*
1293 Objective*
1372 Objective*
1403 Objective*
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dobjective.h29 class Objective {
31 inline explicit Objective(IndexedModel* model);
74 Objective::Objective(IndexedModel* const model) : model_(model) {} in Objective() function
76 IndexedModel* Objective::model() const { return model_; } in model()
78 void Objective::set_linear_coefficient(const Variable variable, in set_linear_coefficient()
87 double Objective::linear_coefficient(const Variable variable) const { in linear_coefficient()
92 void Objective::set_offset(const double value) const { in set_offset()
97 void Objective::clear() const { model_->clear_objective(); } in clear()
99 void Objective::set_is_maximize(const bool is_maximize) const { in set_is_maximize()
102 void Objective::set_maximize() const { model_->set_maximize(); } in set_maximize()
[all …]
/dports/math/dsdp/DSDP5.8/matlab/
H A Dcheck.out3 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
12 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
18 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
26 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
33 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
44 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
51 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
59 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
66 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
75 Iter PP Objective DD Objective PInfeas DInfeas Nu StepLength Pnrm
/dports/multimedia/libxine/xine-lib-1.2.11/m4/
H A Dobjc.m462 # AC_LANG(Objective C)
78 # _AC_LANG_ABBREV(Objective C)
83 # _AC_LANG_PREFIX(Objective C)
89 # 2d. Objective C sources. #
126 # AC_LANG_PREPROC(Objective C)
140 AC_LANG_PUSH(Objective C)dnl
160 AC_LANG_POP(Objective C)dnl
164 # AC_LANG_COMPILER(Objective C)
177 # Objective C compiler.
186 [AC_LANG_PUSH(Objective C)dnl
[all …]
/dports/games/blobwars/blobwars-2.00/src/
H A Dobjectives.cpp56 Objective *objective = (Objective*)map.objectiveList.getHead(); in adjustObjectives()
62 objective = (Objective*)objective->next; in adjustObjectives()
113 Objective *objective = (Objective*)map.objectiveList.getHead(); in allObjectivesCompleted()
117 objective = (Objective*)objective->next; in allObjectivesCompleted()
131 Objective *objective = (Objective*)map.objectiveList.getHead(); in perfectlyCompleted()
135 objective = (Objective*)objective->next; in perfectlyCompleted()
146 Objective *objective = (Objective*)map.objectiveList.getHead(); in requiredEnemy()
150 objective = (Objective*)objective->next; in requiredEnemy()
168 Objective *objective = (Objective*)map.objectiveList.getHead(); in requiredObjectivesCompleted()
205 Objective *objective = (Objective*)map.objectiveList.getHead(); in autoCompleteAllObjectives()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/objc.dg/
H A Dfobjc-std-1.m10 @package /* { dg-error "not available in Objective.C 1.0" } */
18 @property (nonatomic) int a; /* { dg-error "not available in Objective.C 1.0" } */
19 @property (nonatomic) int b; /* { dg-error "not available in Objective.C 1.0" } */
27 @synthesize a; /* { dg-error "not available in Objective.C 1.0" } */
28 @dynamic b; /* { dg-error "not available in Objective.C 1.0" } */
33 { /* { dg-error "class attributes are not available in Objective.C 1.0" } */
41 @required /* { dg-error "not available in Objective.C 1.0" } */
43 @optional /* { dg-error "not available in Objective.C 1.0" } */
58 for (id object in array) /* { dg-error "not available in Objective.C 1.0" } */
66 return MyRootClass.name; /* { dg-error "not available in Objective.C 1.0" } */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/styleguide/objective-c/
H A Dobjective-c.md1 # Chromium Objective-C and Objective-C++ style guide
11 to automatically format Objective-C and Objective-C++ code. By policy, Clang's
18 Objective-C and Objective-C++ code also has an 80 character line length.
23 to Chromium Objective-C and (especially) Objective-C++
27 Use `nil` for null pointers to Objective-C objects, and `nullptr` for C++
30 ## Objective-C++ style matches the language
32 Within an Objective-C++ source file, follow the style for the language of the
36 Cocoa/Objective-C and C++, follow the style of the method being implemented.
38 For code in an `@implementation` block, use the Objective-C naming rules. For
42 most of the file is Objective-C.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dobjc-cxx-keyword-identifiers.mm9 @interface class // expected-error {{expected identifier; 'class' is a keyword in Objective-C++}}
12 @interface Bar: class // expected-error {{expected identifier; 'class' is a keyword in Objective-C+…
18 @protocol new // expected-error {{expected identifier; 'new' is a keyword in Objective-C++}}
22 @protocol delete // expected-error {{expected identifier; 'delete' is a keyword in Objective-C++}}
25 @class Foo, try; // expected-error {{expected identifier; 'try' is a keyword in Objective-C++}}
31 -foo:(int)class; // expected-error {{expected identifier; 'class' is a keyword in Objective-C++}}
32 +foo:(int)constexpr; // expected-error {{expected identifier; 'constexpr' is a keyword in Objective
36 @interface Foo () <P, new> // expected-error {{expected identifier; 'new' is a keyword in Objective
44 @dynamic throw; // expected-error {{expected identifier; 'throw' is a keyword in Objective-C++}}
46 -foo:(int)class { // expected-error {{expected identifier; 'class' is a keyword in Objective-C++}}
[all …]

12345678910>>...298