Home
last modified time | relevance | path

Searched refs:setType (Results 51 – 75 of 12976) sorted by relevance

12345678910>>...520

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestUnionVector.java72 unionVector.setType(0, MinorType.UINT4); in testUnionVector()
74 unionVector.setType(2, MinorType.UINT4); in testUnionVector()
99 srcVector.setType(0, MinorType.INT); in testTransfer()
101 srcVector.setType(1, MinorType.BIT); in testTransfer()
103 srcVector.setType(3, MinorType.INT); in testTransfer()
105 srcVector.setType(5, MinorType.BIT); in testTransfer()
341 vector.setType(0, MinorType.INT); in testGetBufferAddress()
344 vector.setType(1, MinorType.FLOAT4); in testGetBufferAddress()
347 vector.setType(2, MinorType.INT); in testGetBufferAddress()
350 vector.setType(3, MinorType.FLOAT4); in testGetBufferAddress()
[all …]
/dports/games/kblackbox/kblackbox-21.12.3/src/
H A Dkbbgraphicsitemball.cpp76 m_interactionInfos[0]->setType(r); in showInteractions()
77 m_interactionInfos[2]->setType(rS); in showInteractions()
80 m_interactionInfos[4]->setType(r); in showInteractions()
81 m_interactionInfos[6]->setType(rS); in showInteractions()
84 m_interactionInfos[6]->setType(r); in showInteractions()
85 m_interactionInfos[0]->setType(rS); in showInteractions()
88 m_interactionInfos[2]->setType(r); in showInteractions()
95 m_interactionInfos[0]->setType(n); in showInteractions()
97 m_interactionInfos[2]->setType(n); in showInteractions()
99 m_interactionInfos[4]->setType(n); in showInteractions()
[all …]
/dports/www/moodle310/moodle/mod/lti/
H A Dmod_form.php89 $mform->setType('name', PARAM_TEXT);
166 $mform->setType('typeid', PARAM_INT);
198 $mform->setType('toolurl', PARAM_URL);
210 $mform->setType('toolurl', PARAM_URL);
222 $mform->setType('lineitemtag', PARAM_TEXT);
245 $mform->setType('password', PARAM_TEXT);
257 $mform->setType('icon', PARAM_URL);
263 $mform->setType('secureicon', PARAM_URL);
272 $mform->setType('password', PARAM_TEXT);
276 $mform->setType('icon', PARAM_URL);
[all …]
/dports/www/moodle311/moodle/mod/lti/
H A Dmod_form.php89 $mform->setType('name', PARAM_TEXT);
166 $mform->setType('typeid', PARAM_INT);
198 $mform->setType('toolurl', PARAM_URL);
210 $mform->setType('toolurl', PARAM_URL);
222 $mform->setType('lineitemtag', PARAM_TEXT);
245 $mform->setType('password', PARAM_TEXT);
257 $mform->setType('icon', PARAM_URL);
263 $mform->setType('secureicon', PARAM_URL);
272 $mform->setType('password', PARAM_TEXT);
276 $mform->setType('icon', PARAM_URL);
[all …]
/dports/www/moodle310/moodle/lib/classes/hub/
H A Dsite_registration_form.php79 $mform->setType('name', PARAM_TEXT);
83 $mform->setType('privacy', PARAM_ALPHA);
89 $mform->setType('description', PARAM_TEXT);
100 $mform->setType('street', PARAM_TEXT);
114 $mform->setType('geolocation', PARAM_RAW);
119 $mform->setType('contactname', PARAM_TEXT);
136 $mform->setType('contactable', PARAM_INT);
152 $mform->setType('imageurl', PARAM_URL);
170 $mform->setType('update', PARAM_BOOL);
224 $mform->setType($elementname, PARAM_INT);
[all …]
/dports/www/moodle39/moodle/lib/classes/hub/
H A Dsite_registration_form.php79 $mform->setType('name', PARAM_TEXT);
83 $mform->setType('privacy', PARAM_ALPHA);
89 $mform->setType('description', PARAM_TEXT);
100 $mform->setType('street', PARAM_TEXT);
114 $mform->setType('geolocation', PARAM_RAW);
119 $mform->setType('contactname', PARAM_TEXT);
136 $mform->setType('contactable', PARAM_INT);
152 $mform->setType('imageurl', PARAM_URL);
170 $mform->setType('update', PARAM_BOOL);
224 $mform->setType($elementname, PARAM_INT);
[all …]
/dports/www/moodle311/moodle/lib/classes/hub/
H A Dsite_registration_form.php79 $mform->setType('name', PARAM_TEXT);
83 $mform->setType('privacy', PARAM_ALPHA);
89 $mform->setType('description', PARAM_TEXT);
100 $mform->setType('street', PARAM_TEXT);
114 $mform->setType('geolocation', PARAM_RAW);
119 $mform->setType('contactname', PARAM_TEXT);
136 $mform->setType('contactable', PARAM_INT);
152 $mform->setType('imageurl', PARAM_URL);
170 $mform->setType('update', PARAM_BOOL);
229 $mform->setType($elementname, PARAM_INT);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/mime/
H A Dtype_test.go24 func setType(ext, typ string) { func
54 setType(".foo", "x/foo")
55 setType(".bar", "x/bar")
56 setType(".Bar", "x/bar; capital=1")
82 setType(".TEST", caps)
83 setType(".tesT", custom)
104 setType(".gif", "image/gif")
105 setType(".a", "foo/letter")
106 setType(".b", "foo/letter")
107 setType(".B", "foo/letter")
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/mime/
H A Dtype_test.go24 func setType(ext, typ string) { func
54 setType(".foo", "x/foo")
55 setType(".bar", "x/bar")
56 setType(".Bar", "x/bar; capital=1")
82 setType(".TEST", caps)
83 setType(".tesT", custom)
104 setType(".gif", "image/gif")
105 setType(".a", "foo/letter")
106 setType(".b", "foo/letter")
107 setType(".B", "foo/letter")
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/mime/
H A Dtype_test.go24 func setType(ext, typ string) { func
54 setType(".foo", "x/foo")
55 setType(".bar", "x/bar")
56 setType(".Bar", "x/bar; capital=1")
82 setType(".TEST", caps)
83 setType(".tesT", custom)
104 setType(".gif", "image/gif")
105 setType(".a", "foo/letter")
106 setType(".b", "foo/letter")
107 setType(".B", "foo/letter")
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DExtractClassTests.java181 fDescriptor.setType(setupType()); in testComplexExtract()
188 fDescriptor.setType(setupType()); in testInitializerProblem()
195 fDescriptor.setType(setupType()); in testMethodUpdate()
203 fDescriptor.setType(setupType()); in testInheritanceUpdate()
212 fDescriptor.setType(setupType()); in testInheritanceUpdateGetterSetter()
221 fDescriptor.setType(setupType()); in testComplexExtractGetterSetter()
229 fDescriptor.setType(setupType()); in testComplexExtractNested()
237 fDescriptor.setType(setupType()); in testStaticInstanceFields()
351 fDescriptor.setType(inner); in testInnerDocumentedClass()
441 fDescriptor.setType(inner); in testNested1()
[all …]
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/isomorphism/matchers/
H A DCTFileQueryBond.java62 public void setType(CTFileQueryBond.Type type) { in setType() method in CTFileQueryBond
94 queryBond.setType(Type.SINGLE); in ofType()
97 queryBond.setType(Type.DOUBLE); in ofType()
100 queryBond.setType(Type.TRIPLE); in ofType()
103 queryBond.setType(Type.AROMATIC); in ofType()
106 queryBond.setType(Type.SINGLE_OR_DOUBLE); in ofType()
109 queryBond.setType(Type.SINGLE_OR_AROMATIC); in ofType()
112 queryBond.setType(Type.DOUBLE_OR_AROMATIC); in ofType()
115 queryBond.setType(Type.ANY); in ofType()
/dports/mail/pear-Horde_Mime/Horde_Mime-2.11.0/test/Horde/Mime/
H A DPartTest.php177 $part->setType('text/plain');
217 $part2->setType('text/plain');
248 $part->setType('text/plain');
286 $part->setType($data);
369 $part2->setType('text/plain');
407 $part->setType('text/plain');
441 $part2->setType('text/plain');
466 $part->setType('text/plain');
688 $part->setType('text/plain');
721 $part3->setType('text/html');
[all …]
/dports/www/moodle310/moodle/admin/webservice/
H A Dforms.php48 $mform->setType('validuntil', PARAM_INT);
68 $mform->setType('name', PARAM_TEXT);
71 $mform->setType('shortname', PARAM_TEXT);
78 $mform->setType('enabled', PARAM_BOOL);
82 $mform->setType('restrictedusers', PARAM_BOOL);
88 $mform->setType('downloadfiles', PARAM_BOOL);
132 $mform->setType('id', PARAM_INT);
213 $mform->setType('id', PARAM_INT);
258 $mform->setType('user', PARAM_INT);
282 $mform->setType('service', PARAM_INT);
[all …]
/dports/www/moodle39/moodle/admin/webservice/
H A Dforms.php48 $mform->setType('validuntil', PARAM_INT);
68 $mform->setType('name', PARAM_TEXT);
71 $mform->setType('shortname', PARAM_TEXT);
78 $mform->setType('enabled', PARAM_BOOL);
82 $mform->setType('restrictedusers', PARAM_BOOL);
88 $mform->setType('downloadfiles', PARAM_BOOL);
132 $mform->setType('id', PARAM_INT);
213 $mform->setType('id', PARAM_INT);
258 $mform->setType('user', PARAM_INT);
282 $mform->setType('service', PARAM_INT);
[all …]
/dports/devel/sdts++/sdts++-1.5.1/tests/
H A Dsio_Writer_t.cpp52 field_format.back().setType( sio_8211SubfieldFormat::B ); in build_binary_schema()
59 field_format.back().setType( sio_8211SubfieldFormat::B ); in build_binary_schema()
91 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
98 field_format.back().setType( sio_8211SubfieldFormat::I ); in build_iden_schema()
105 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
112 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
119 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
126 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
133 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
140 field_format.back().setType( sio_8211SubfieldFormat::A ); in build_iden_schema()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/View/Helper/
H A DHeadTitle.php66 * @param string $setType
69 public function headTitle($title = null, $setType = null) argument
71 if (null === $setType) {
72 $setType = (null === $this->getDefaultAttachOrder())
78 if ($setType == Zend_View_Helper_Placeholder_Container_Abstract::SET) {
80 } elseif ($setType == Zend_View_Helper_Placeholder_Container_Abstract::PREPEND) {
93 * @param string $setType
95 public function setDefaultAttachOrder($setType) argument
97 if (!in_array($setType, array(
105 $this->_defaultAttachOrder = $setType;
/dports/www/moodle310/moodle/admin/tool/dbtransfer/
H A Ddatabase_transfer_form.php55 $mform->setType('driver', PARAM_RAW);
58 $mform->setType('dbhost', PARAM_HOST);
61 $mform->setType('dbname', PARAM_ALPHANUMEXT);
64 $mform->setType('dbuser', PARAM_ALPHANUMEXT);
67 $mform->setType('dbpass', PARAM_RAW);
70 $mform->setType('prefix', PARAM_ALPHANUMEXT);
73 $mform->setType('dbport', PARAM_INT);
80 $mform->setType('dbsocket', PARAM_RAW);
94 $mform->setType('enablemaintenance', PARAM_BOOL);
/dports/www/moodle311/moodle/admin/tool/dbtransfer/
H A Ddatabase_transfer_form.php55 $mform->setType('driver', PARAM_RAW);
58 $mform->setType('dbhost', PARAM_HOST);
61 $mform->setType('dbname', PARAM_ALPHANUMEXT);
64 $mform->setType('dbuser', PARAM_ALPHANUMEXT);
67 $mform->setType('dbpass', PARAM_RAW);
70 $mform->setType('prefix', PARAM_ALPHANUMEXT);
73 $mform->setType('dbport', PARAM_INT);
80 $mform->setType('dbsocket', PARAM_RAW);
94 $mform->setType('enablemaintenance', PARAM_BOOL);
/dports/www/moodle39/moodle/admin/tool/dbtransfer/
H A Ddatabase_transfer_form.php55 $mform->setType('driver', PARAM_RAW);
58 $mform->setType('dbhost', PARAM_HOST);
61 $mform->setType('dbname', PARAM_ALPHANUMEXT);
64 $mform->setType('dbuser', PARAM_ALPHANUMEXT);
67 $mform->setType('dbpass', PARAM_RAW);
70 $mform->setType('prefix', PARAM_ALPHANUMEXT);
73 $mform->setType('dbport', PARAM_INT);
80 $mform->setType('dbsocket', PARAM_RAW);
94 $mform->setType('enablemaintenance', PARAM_BOOL);
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestUnionVector.java77 unionVector.setType(0, MinorType.UINT4); in testUnionVector()
79 unionVector.setType(2, MinorType.UINT4); in testUnionVector()
167 srcVector.setType(0, MinorType.INT); in testTransfer()
169 srcVector.setType(1, MinorType.BIT); in testTransfer()
171 srcVector.setType(3, MinorType.INT); in testTransfer()
173 srcVector.setType(5, MinorType.BIT); in testTransfer()
428 vector.setType(0, MinorType.INT); in testGetBufferAddress()
431 vector.setType(1, MinorType.FLOAT4); in testGetBufferAddress()
434 vector.setType(2, MinorType.INT); in testGetBufferAddress()
437 vector.setType(3, MinorType.FLOAT4); in testGetBufferAddress()
[all …]
/dports/www/moodle310/moodle/badges/classes/form/
H A Dexternal_backpack.php54 $mform->setType('action', PARAM_ALPHA);
57 $mform->setType('backpackapiurl', PARAM_URL);
62 $mform->setType('backpackweburl', PARAM_URL);
68 $mform->setType('apiversion', PARAM_RAW);
73 $mform->setType('id', PARAM_INT);
75 $mform->setType('badgebackpack', PARAM_INT);
77 $mform->setType('userid', PARAM_INT);
79 $mform->setType('backpackuid', PARAM_INT);
91 $mform->setType('oauth2_issuerid', PARAM_INT);
171 $mform->setType('backpackemail', PARAM_EMAIL);
[all …]
/dports/www/moodle311/moodle/badges/classes/form/
H A Dexternal_backpack.php54 $mform->setType('action', PARAM_ALPHA);
57 $mform->setType('backpackapiurl', PARAM_URL);
62 $mform->setType('backpackweburl', PARAM_URL);
68 $mform->setType('apiversion', PARAM_RAW);
73 $mform->setType('id', PARAM_INT);
75 $mform->setType('badgebackpack', PARAM_INT);
77 $mform->setType('userid', PARAM_INT);
79 $mform->setType('backpackuid', PARAM_INT);
91 $mform->setType('oauth2_issuerid', PARAM_INT);
171 $mform->setType('backpackemail', PARAM_EMAIL);
[all …]
/dports/polish/kadu/kadu-4.3/plugins/jabber_protocol/services/
H A Djabber-presence-service.cpp39 result.setType(QXmppPresence::Available); in statusToPresence()
64 result.setType(QXmppPresence::Unavailable); in statusToPresence()
79 status.setType(StatusType::Online); in presenceToStatus()
82 status.setType(StatusType::Away); in presenceToStatus()
85 status.setType(StatusType::NotAvailable); in presenceToStatus()
88 status.setType(StatusType::DoNotDisturb); in presenceToStatus()
91 status.setType(StatusType::FreeForChat); in presenceToStatus()
94 status.setType(StatusType::DoNotDisturb); in presenceToStatus()
99 status.setType(StatusType::Offline); in presenceToStatus()
/dports/www/moodle311/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage_form.php55 $mform->setType('itemid', PARAM_INT);
57 $mform->setType('maxbytes', PARAM_INT);
59 $mform->setType('subdirs', PARAM_INT);
61 $mform->setType('accepted_types', PARAM_RAW);
63 $mform->setType('return_types', PARAM_INT);
65 $mform->setType('context', PARAM_INT);
67 $mform->setType('areamaxbytes', PARAM_INT);
69 $mform->setType('elementid', PARAM_TEXT);
94 $mform->setType('deletefile[' . $hash . ']', PARAM_INT);

12345678910>>...520