Home
last modified time | relevance | path

Searched refs:setType (Results 176 – 200 of 16816) sorted by relevance

12345678910>>...673

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/autotests/
H A Dtestalarm.cpp21 alarm.setType(Alarm::Email); in testValidity()
31 alarm1.setType(Alarm::Email); in testCompare()
32 alarm2.setType(Alarm::Email); in testCompare()
42 alarm2.setType(Alarm::Display); in testCompare()
49 alarm1.setType(Alarm::Display); in testAssignment()
59 alarm1.setType(Alarm::Display); in testCopyConstructor()
72 a1->setType(Alarm::Email); in testSerializer_data()
73 a2->setType(Alarm::Procedure); in testSerializer_data()
74 a3->setType(Alarm::Display); in testSerializer_data()
75 a4->setType(Alarm::Audio); in testSerializer_data()
/dports/www/moodle310/moodle/cache/stores/memcached/
H A Daddinstanceform.php59 $form->setType('servers', PARAM_RAW);
64 $form->setType('compression', PARAM_BOOL);
70 $form->setType('serialiser', PARAM_INT);
73 …$form->setType('prefix', PARAM_TEXT); // We set to text but we have a rule to limit to alphanumext.
82 $form->setType('serialiser', PARAM_INT);
87 $form->setType('bufferwrites', PARAM_BOOL);
95 $form->setType('isshared', PARAM_BOOL);
108 $form->setType('setservers', PARAM_RAW);
/dports/www/moodle311/moodle/cache/stores/memcached/
H A Daddinstanceform.php59 $form->setType('servers', PARAM_RAW);
64 $form->setType('compression', PARAM_BOOL);
70 $form->setType('serialiser', PARAM_INT);
73 …$form->setType('prefix', PARAM_TEXT); // We set to text but we have a rule to limit to alphanumext.
82 $form->setType('serialiser', PARAM_INT);
87 $form->setType('bufferwrites', PARAM_BOOL);
95 $form->setType('isshared', PARAM_BOOL);
108 $form->setType('setservers', PARAM_RAW);
/dports/www/moodle39/moodle/cache/stores/memcached/
H A Daddinstanceform.php59 $form->setType('servers', PARAM_RAW);
64 $form->setType('compression', PARAM_BOOL);
70 $form->setType('serialiser', PARAM_INT);
73 …$form->setType('prefix', PARAM_TEXT); // We set to text but we have a rule to limit to alphanumext.
82 $form->setType('serialiser', PARAM_INT);
87 $form->setType('bufferwrites', PARAM_BOOL);
95 $form->setType('isshared', PARAM_BOOL);
108 $form->setType('setservers', PARAM_RAW);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DAToken.h61 virtual void setType(ANTLRTokenType t) = 0;
164 { setType(t); _line = 0; _text = NULL; setText(s); } in ANTLRCommonNoRefCountToken()
166 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); } in ANTLRCommonNoRefCountToken()
171 void setType(ANTLRTokenType t) { _type = t; } in setType() function
199 t->setType(tt); t->setText(txt); t->setLine(line); in makeToken()
207 setType(from._type); in ANTLRCommonNoRefCountToken()
222 setType(rhs._type);
237 { setType(t); _line = 0; _text = NULL; setText(s); } // MR9 in ANTLRCommonToken()
244 void setType(ANTLRTokenType t) { _type = t; } in setType() function
280 setType(from._type); in ANTLRCommonToken()
[all …]
/dports/devel/cccc/cccc-3.1.6/pccts/h/
H A DAToken.h61 virtual void setType(ANTLRTokenType t) = 0;
164 { setType(t); _line = 0; _text = NULL; setText(s); } in ANTLRCommonNoRefCountToken()
166 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); } in ANTLRCommonNoRefCountToken()
171 void setType(ANTLRTokenType t) { _type = t; } in setType() function
199 t->setType(tt); t->setText(txt); t->setLine(line); in makeToken()
207 setType(from._type); in ANTLRCommonNoRefCountToken()
222 setType(rhs._type);
237 { setType(t); _line = 0; _text = NULL; setText(s); } // MR9 in ANTLRCommonToken()
244 void setType(ANTLRTokenType t) { _type = t; } in setType() function
280 setType(from._type); in ANTLRCommonToken()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/glsl/
H A DReaderWriterGLSL.cpp99 …if (options->getOptionString().find("fragment")!=std::string::npos) shader->setType(osg::Shader::F… in readShader()
100 …if (options->getOptionString().find("vertex")!=std::string::npos) shader->setType(osg::Shader::VER… in readShader()
101 …if (options->getOptionString().find("geometry")!=std::string::npos) shader->setType(osg::Shader::G… in readShader()
102 …tions->getOptionString().find("tesscontrol")!=std::string::npos) shader->setType(osg::Shader::TESS… in readShader()
104 …if (options->getOptionString().find("compute")!=std::string::npos) shader->setType(osg::Shader::CO… in readShader()
129 if (ext == "frag") shader->setType(osg::Shader::FRAGMENT); in readShader()
130 if (ext == "vert") shader->setType(osg::Shader::VERTEX); in readShader()
131 if (ext == "geom") shader->setType(osg::Shader::GEOMETRY); in readShader()
132 if (ext == "tctrl") shader->setType(osg::Shader::TESSCONTROL); in readShader()
133 if (ext == "teval") shader->setType(osg::Shader::TESSEVALUATION); in readShader()
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/LearningSequence/classes/Members/
H A Dclass.ilLearningSequenceParticipants.php122 $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_ADMISSION_MEMBER);
128 $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_DISMISS_MEMBER);
134 … $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION);
141 … $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_UNSUBSCRIBE_MEMBER);
147 … $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_UNSUBSCRIBE);
154 $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_SUBSCRIBE_MEMBER);
160 …$mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_NOTIFICATION_REGISTRATION_REQUES…
167 … $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_REFUSED_SUBSCRIPTION_MEMBER);
173 … $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_ACCEPTED_SUBSCRIPTION_MEMBER);
179 $mail->setType(ilLearningSequenceMembershipMailNotification::TYPE_STATUS_CHANGED);
/dports/www/moodle310/moodle/calendar/classes/local/event/forms/
H A Dcreate.php88 $mform->setType('name', PARAM_TEXT);
100 $mform->setType('description', PARAM_RAW);
104 $mform->setType('location', PARAM_RAW_TRIMMED);
184 $mform->setType('id', PARAM_INT);
188 $mform->setType('userid', PARAM_INT);
192 $mform->setType('modulename', PARAM_INT);
196 $mform->setType('instance', PARAM_INT);
200 $mform->setType('visible', PARAM_INT);
228 $mform->setType('timedurationminutes', PARAM_INT);
242 $mform->setType('repeats', PARAM_INT);
/dports/www/moodle311/moodle/calendar/classes/local/event/forms/
H A Dcreate.php88 $mform->setType('name', PARAM_TEXT);
100 $mform->setType('description', PARAM_RAW);
104 $mform->setType('location', PARAM_RAW_TRIMMED);
184 $mform->setType('id', PARAM_INT);
188 $mform->setType('userid', PARAM_INT);
192 $mform->setType('modulename', PARAM_INT);
196 $mform->setType('instance', PARAM_INT);
200 $mform->setType('visible', PARAM_INT);
228 $mform->setType('timedurationminutes', PARAM_INT);
242 $mform->setType('repeats', PARAM_INT);
/dports/www/moodle39/moodle/calendar/classes/local/event/forms/
H A Dcreate.php88 $mform->setType('name', PARAM_TEXT);
100 $mform->setType('description', PARAM_RAW);
104 $mform->setType('location', PARAM_RAW_TRIMMED);
179 $mform->setType('id', PARAM_INT);
183 $mform->setType('userid', PARAM_INT);
187 $mform->setType('modulename', PARAM_INT);
191 $mform->setType('instance', PARAM_INT);
195 $mform->setType('visible', PARAM_INT);
223 $mform->setType('timedurationminutes', PARAM_INT);
237 $mform->setType('repeats', PARAM_INT);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DUnionWriter.java65 data.setType(idx(), MinorType.STRUCT); in start()
77 data.setType(idx(), MinorType.LIST); in startList()
95 data.setType(idx(), MinorType.STRUCT); in asStruct()
109 data.setType(idx(), MinorType.LIST); in asList()
198 data.setType(idx(), MinorType.LIST); in struct()
205 data.setType(idx(), MinorType.LIST); in list()
212 data.setType(idx(), MinorType.STRUCT); in list()
219 data.setType(idx(), MinorType.STRUCT); in struct()
232 data.setType(idx(), MinorType.STRUCT); in idx()
239 data.setType(idx(), MinorType.LIST); in idx()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/codegen/templates/
H A DUnionWriter.java65 data.setType(idx(), MinorType.STRUCT); in start()
77 data.setType(idx(), MinorType.LIST); in startList()
95 data.setType(idx(), MinorType.STRUCT); in asStruct()
109 data.setType(idx(), MinorType.LIST); in asList()
198 data.setType(idx(), MinorType.LIST); in struct()
205 data.setType(idx(), MinorType.LIST); in list()
212 data.setType(idx(), MinorType.STRUCT); in list()
219 data.setType(idx(), MinorType.STRUCT); in struct()
232 data.setType(idx(), MinorType.STRUCT); in idx()
239 data.setType(idx(), MinorType.LIST); in idx()
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Service/
H A DEventService.php149 $event->setType(CircleGenericEvent::INVITED);
159 $event->setType(CircleGenericEvent::INVITED);
169 $event->setType(CircleGenericEvent::INVITED);
209 $event->setType(CircleGenericEvent::JOINED);
219 $event->setType(CircleGenericEvent::JOINED);
230 $event->setType(CircleGenericEvent::LEVEL);
241 $event->setType(CircleGenericEvent::LEVEL);
252 $event->setType(CircleGenericEvent::NAME);
263 $event->setType(CircleGenericEvent::NAME);
293 $event->setType(CircleGenericEvent::LEFT);
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/math/
H A DTestValidASTNode.java265 node.setType(libsbml.AST_LOGICAL_NOT); in test_ValidASTNode_returnsBoolean()
267 node.setType(libsbml.AST_LOGICAL_OR); in test_ValidASTNode_returnsBoolean()
269 node.setType(libsbml.AST_LOGICAL_XOR); in test_ValidASTNode_returnsBoolean()
273 node.setType(libsbml.AST_RELATIONAL_EQ); in test_ValidASTNode_returnsBoolean()
275 node.setType(libsbml.AST_RELATIONAL_GEQ); in test_ValidASTNode_returnsBoolean()
277 node.setType(libsbml.AST_RELATIONAL_GT); in test_ValidASTNode_returnsBoolean()
281 node.setType(libsbml.AST_RELATIONAL_LT); in test_ValidASTNode_returnsBoolean()
285 node.setType(libsbml.AST_CONSTANT_TRUE); in test_ValidASTNode_returnsBoolean()
310 int i = n.setType(libsbml.AST_REAL); in test_ValidASTNode_setType()
313 i = n.setType(libsbml.AST_PLUS); in test_ValidASTNode_setType()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/math/
H A DTestValidASTNode.java265 node.setType(libsbml.AST_LOGICAL_NOT); in test_ValidASTNode_returnsBoolean()
267 node.setType(libsbml.AST_LOGICAL_OR); in test_ValidASTNode_returnsBoolean()
269 node.setType(libsbml.AST_LOGICAL_XOR); in test_ValidASTNode_returnsBoolean()
273 node.setType(libsbml.AST_RELATIONAL_EQ); in test_ValidASTNode_returnsBoolean()
275 node.setType(libsbml.AST_RELATIONAL_GEQ); in test_ValidASTNode_returnsBoolean()
277 node.setType(libsbml.AST_RELATIONAL_GT); in test_ValidASTNode_returnsBoolean()
281 node.setType(libsbml.AST_RELATIONAL_LT); in test_ValidASTNode_returnsBoolean()
285 node.setType(libsbml.AST_CONSTANT_TRUE); in test_ValidASTNode_returnsBoolean()
310 int i = n.setType(libsbml.AST_REAL); in test_ValidASTNode_setType()
313 i = n.setType(libsbml.AST_PLUS); in test_ValidASTNode_setType()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/math/test/
H A DTestValidASTNode.cpp361 int i = n->setType(AST_REAL); in START_TEST()
366 i = n->setType(AST_PLUS); in START_TEST()
377 i = n->setType(AST_UNKNOWN); in START_TEST()
391 node.setType(AST_LOGICAL_NOT); in START_TEST()
394 node.setType(AST_LOGICAL_OR); in START_TEST()
397 node.setType(AST_LOGICAL_XOR); in START_TEST()
403 node.setType(AST_RELATIONAL_EQ); in START_TEST()
406 node.setType(AST_RELATIONAL_GEQ); in START_TEST()
409 node.setType(AST_RELATIONAL_GT); in START_TEST()
415 node.setType(AST_RELATIONAL_LT); in START_TEST()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/math/test/
H A DTestValidASTNode.cpp361 int i = n->setType(AST_REAL); in START_TEST()
366 i = n->setType(AST_PLUS); in START_TEST()
377 i = n->setType(AST_UNKNOWN); in START_TEST()
391 node.setType(AST_LOGICAL_NOT); in START_TEST()
394 node.setType(AST_LOGICAL_OR); in START_TEST()
397 node.setType(AST_LOGICAL_XOR); in START_TEST()
403 node.setType(AST_RELATIONAL_EQ); in START_TEST()
406 node.setType(AST_RELATIONAL_GEQ); in START_TEST()
409 node.setType(AST_RELATIONAL_GT); in START_TEST()
415 node.setType(AST_RELATIONAL_LT); in START_TEST()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Crypt/Horde/Crypt/Pgp/
H A DParse.php160 $new_part->setType('multipart/mixed');
166 $part->setType('text/plain');
174 $part->setType('application/pgp-keys');
181 $part->setType('multipart/encrypted');
186 $part1->setType('application/pgp-encrypted');
190 $part2->setType('application/octet-stream');
204 $part->setType('multipart/signed');
209 $part1->setType('text/plain');
217 $part2->setType('application/pgp-signature');
/dports/security/pear-Horde_Crypt/Horde_Crypt-2.7.12/lib/Horde/Crypt/Pgp/
H A DParse.php160 $new_part->setType('multipart/mixed');
166 $part->setType('text/plain');
174 $part->setType('application/pgp-keys');
181 $part->setType('multipart/encrypted');
186 $part1->setType('application/pgp-encrypted');
190 $part2->setType('application/octet-stream');
204 $part->setType('multipart/signed');
209 $part1->setType('text/plain');
217 $part2->setType('application/pgp-signature');
/dports/www/moodle39/moodle/mod/lti/
H A Dregister_form.php55 $mform->setType('lti_registrationname', PARAM_TEXT);
62 $mform->setType('lti_registrationurl', PARAM_URL);
73 $mform->setType('lti_capabilities', PARAM_TEXT);
86 $mform->setType('lti_services', PARAM_TEXT);
91 $mform->setType('toolproxyid', PARAM_INT);
95 $mform->setType('tab', PARAM_ALPHAEXT);
99 $mform->setType('course', PARAM_INT);
/dports/www/moodle310/moodle/customfield/classes/
H A Dfield_config_form.php60 $mform->setType('name', PARAM_TEXT);
68 $mform->setType('shortname', PARAM_TEXT);
77 $mform->setType('configdata[required]', PARAM_BOOL);
82 $mform->setType('configdata[uniquevalues]', PARAM_BOOL);
92 $mform->setType('categoryid', PARAM_INT);
95 $mform->setType('type', PARAM_COMPONENT);
98 $mform->setType('id', PARAM_INT);
/dports/www/moodle310/moodle/mod/lti/
H A Dregister_form.php55 $mform->setType('lti_registrationname', PARAM_TEXT);
62 $mform->setType('lti_registrationurl', PARAM_URL);
73 $mform->setType('lti_capabilities', PARAM_TEXT);
86 $mform->setType('lti_services', PARAM_TEXT);
91 $mform->setType('toolproxyid', PARAM_INT);
95 $mform->setType('tab', PARAM_ALPHAEXT);
99 $mform->setType('course', PARAM_INT);
/dports/www/moodle39/moodle/customfield/classes/
H A Dfield_config_form.php60 $mform->setType('name', PARAM_TEXT);
68 $mform->setType('shortname', PARAM_TEXT);
77 $mform->setType('configdata[required]', PARAM_BOOL);
82 $mform->setType('configdata[uniquevalues]', PARAM_BOOL);
92 $mform->setType('categoryid', PARAM_INT);
95 $mform->setType('type', PARAM_COMPONENT);
98 $mform->setType('id', PARAM_INT);
/dports/www/moodle311/moodle/mod/lti/
H A Dregister_form.php55 $mform->setType('lti_registrationname', PARAM_TEXT);
62 $mform->setType('lti_registrationurl', PARAM_URL);
73 $mform->setType('lti_capabilities', PARAM_TEXT);
86 $mform->setType('lti_services', PARAM_TEXT);
91 $mform->setType('toolproxyid', PARAM_INT);
95 $mform->setType('tab', PARAM_ALPHAEXT);
99 $mform->setType('course', PARAM_INT);

12345678910>>...673