Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 8496) sorted by relevance

12345678910>>...340

/dports/lang/seed7/seed7/lib/
H A Dhashsetof.s7i74 setType.dataCreate, setType.dataDestroy);
85 setType.dataCreate, setType.dataDestroy);
149 setType.keyCreate, setType.dataCreate, setType.dataCopy);
172 setType.keyCreate, setType.dataCreate, setType.dataCopy);
201 const func setType: (in setType: set1) | (in setType: set2) is func
203 var setType: union is setType.EMPTY_SET;
218 const func setType: (in setType: set1) & (in setType: set2) is func
236 const func setType: (in setType: set1) >< (in setType: set2) is func
259 const func setType: (in setType: set1) - (in setType: set2) is func
445 var setType: aSet is setType.EMPTY_SET;
[all …]
H A Dbitsetof.s7i37 var type: setType is void;
43 if setType = void then
45 setType := newtype;
51 const proc: (inout setType: dest) := (in setType: source) is action "SET_CPY";
59 const setType: (attr setType) . EMPTY_SET is setType conv EMPTY_SET;
64 const setType: (attr setType) . value is setType conv EMPTY_SET;
71 const func setType: (in setType: set1) | (in setType: set2) is action "SET_UNION";
78 const func setType: (in setType: set1) & (in setType: set2) is action "SET_INTERSECT";
85 const func setType: (in setType: set1) >< (in setType: set2) is action "SET_SYMDIFF";
92 const func setType: (in setType: set1) - (in setType: set2) is action "SET_DIFF";
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/test/java/com/amazonaws/util/awsclientgenerator/domainmodels/codegeneration/cpp/
H A DCppViewHelperTest.java56 shape.setType("long"); in testComputeDefaultValue()
58 shape.setType("integer"); in testComputeDefaultValue()
60 shape.setType("float"); in testComputeDefaultValue()
64 shape.setType("double"); in testComputeDefaultValue()
102 shape.setType("long"); in testComputeCppType()
108 shape.setType("float"); in testComputeCppType()
114 shape.setType("blob"); in testComputeCppType()
173 shape.setType("long"); in testComputeJsonCppType()
187 shape.setType("map"); in testComputeJsonCppType()
189 shape.setType("list"); in testComputeJsonCppType()
[all …]
/dports/www/moodle310/moodle/admin/webservice/
H A Dtestclient_forms.php17 $mform->setType('simple', PARAM_ALPHA);
20 $mform->setType('protocol', PARAM_ALPHA);
23 $mform->setType('function', PARAM_PLUGIN);
113 $mform->setType('name', PARAM_TEXT);
114 $mform->setType('parent', PARAM_INT);
115 $mform->setType('idnumber', PARAM_RAW);
160 $mform->setType('id', PARAM_INT);
216 $mform->setType('id', PARAM_INT);
217 $mform->setType('name', PARAM_TEXT);
218 $mform->setType('parent', PARAM_INT);
[all …]
/dports/www/moodle311/moodle/admin/webservice/
H A Dtestclient_forms.php17 $mform->setType('simple', PARAM_ALPHA);
20 $mform->setType('protocol', PARAM_ALPHA);
23 $mform->setType('function', PARAM_PLUGIN);
113 $mform->setType('name', PARAM_TEXT);
114 $mform->setType('parent', PARAM_INT);
115 $mform->setType('idnumber', PARAM_RAW);
160 $mform->setType('id', PARAM_INT);
216 $mform->setType('id', PARAM_INT);
217 $mform->setType('name', PARAM_TEXT);
218 $mform->setType('parent', PARAM_INT);
[all …]
/dports/www/moodle39/moodle/admin/webservice/
H A Dtestclient_forms.php17 $mform->setType('simple', PARAM_ALPHA);
20 $mform->setType('protocol', PARAM_ALPHA);
23 $mform->setType('function', PARAM_PLUGIN);
113 $mform->setType('name', PARAM_TEXT);
114 $mform->setType('parent', PARAM_INT);
115 $mform->setType('idnumber', PARAM_RAW);
160 $mform->setType('id', PARAM_INT);
216 $mform->setType('id', PARAM_INT);
217 $mform->setType('name', PARAM_TEXT);
218 $mform->setType('parent', PARAM_INT);
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/math/
H A DTestASTNode.rb102 n.setType(LibSBML::AST_NAME)
107 n.setType(LibSBML::AST_NAME)
112 n.setType(LibSBML::AST_NAME)
117 n.setType(LibSBML::AST_NAME)
676 n.setType(LibSBML::AST_PLUS)
678 n.setType(LibSBML::AST_MINUS)
680 n.setType(LibSBML::AST_TIMES)
684 n.setType(LibSBML::AST_POWER)
690 n.setType(LibSBML::AST_NAME)
699 n.setType(LibSBML::AST_REAL)
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/math/
H A DTestASTNode.rb102 n.setType(LibSBML::AST_NAME)
107 n.setType(LibSBML::AST_NAME)
112 n.setType(LibSBML::AST_NAME)
117 n.setType(LibSBML::AST_NAME)
676 n.setType(LibSBML::AST_PLUS)
678 n.setType(LibSBML::AST_MINUS)
680 n.setType(LibSBML::AST_TIMES)
684 n.setType(LibSBML::AST_POWER)
690 n.setType(LibSBML::AST_NAME)
699 n.setType(LibSBML::AST_REAL)
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/tests/integration/Cassandra/
H A DSetIntegrationTest.php53 $set = $setType->create();
57 return array($setType, $set);
91 $setType = Type::set($cassandraType[0]);
92 $set = $setType->create();
96 return array($setType, $set);
123 $set = $setType->create();
127 return array($setType, $set);
135 $setType = Type::set(Type::int());
136 $this->createTableInsertAndVerifyValueByIndex($setType, $setType->create());
137 $this->createTableInsertAndVerifyValueByName($setType, $setType->create());
[all …]
/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dset.c133 setType t = (setType)set; in set_get_hash()
141 setType t = (setType)set; in set_get_compare()
150 setType t = (setType)set; in _set_destroy_buckets()
170 setType t = (setType)set; in _set_destroy_table()
190 setType t = (setType)set; in set_destroy()
201 setType t = (setType)set; in _set_insert()
276 setType t = (setType)set; in set_delete()
307 setType t = (setType)set; in set_member()
345 setType t = (setType)set; in set_iterate()
469 setType t = (setType)set; in set_readonly()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/sets/
H A Dtheory_sets_type_rules.h56 if(!setType.isSet()) { in computeType()
62 setType = TypeNode::mostCommonTypeNode( secondSetType, setType ); in computeType()
64 setType = TypeNode::leastCommonTypeNode( secondSetType, setType ); in computeType()
72 return setType; in computeType()
198 return setType; in computeType()
217 return setType; in computeType()
240 return setType; in computeType()
300 if(check && (!setType.isSet() || !setType.getSetElementType().isTuple())) { in computeType()
319 if(!setType.isSet() || !setType.getSetElementType().isTuple()) { in computeType()
330 return setType; in computeType()
[all …]
/dports/www/moodle310/moodle/mod/lti/
H A Dedit_form.php83 $mform->setType('lti_typename', PARAM_TEXT);
88 $mform->setType('lti_toolurl', PARAM_URL);
92 $mform->setType('lti_description', PARAM_TEXT);
117 $mform->setType('lti_password', PARAM_TEXT);
137 $mform->setType('lti_keytype', PARAM_TEXT);
204 $mform->setType('typeid', PARAM_INT);
233 $mform->setType('oldicon', PARAM_URL);
236 $mform->setType('lti_icon', PARAM_URL);
241 $mform->setType('lti_secureicon', PARAM_URL);
329 $mform->setType('tab', PARAM_ALPHAEXT);
[all …]
/dports/www/moodle311/moodle/mod/lti/
H A Dedit_form.php83 $mform->setType('lti_typename', PARAM_TEXT);
88 $mform->setType('lti_toolurl', PARAM_URL);
92 $mform->setType('lti_description', PARAM_TEXT);
117 $mform->setType('lti_password', PARAM_TEXT);
137 $mform->setType('lti_keytype', PARAM_TEXT);
204 $mform->setType('typeid', PARAM_INT);
233 $mform->setType('oldicon', PARAM_URL);
236 $mform->setType('lti_icon', PARAM_URL);
241 $mform->setType('lti_secureicon', PARAM_URL);
329 $mform->setType('tab', PARAM_ALPHAEXT);
[all …]
/dports/www/moodle39/moodle/mod/lti/
H A Dedit_form.php83 $mform->setType('lti_typename', PARAM_TEXT);
88 $mform->setType('lti_toolurl', PARAM_URL);
92 $mform->setType('lti_description', PARAM_TEXT);
117 $mform->setType('lti_password', PARAM_TEXT);
137 $mform->setType('lti_keytype', PARAM_TEXT);
204 $mform->setType('typeid', PARAM_INT);
235 $mform->setType('oldicon', PARAM_URL);
238 $mform->setType('lti_icon', PARAM_URL);
243 $mform->setType('lti_secureicon', PARAM_URL);
326 $mform->setType('tab', PARAM_ALPHAEXT);
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DODBCMetaColumn.cpp100 setType(MetaColumn::FDT_BOOL); break; in init()
108 setType(MetaColumn::FDT_STRING); break; in init()
113 setType(MetaColumn::FDT_WSTRING); break; in init()
133 setType(MetaColumn::FDT_DOUBLE); break; in init()
143 setType(MetaColumn::FDT_INT64); in init()
145 setType(MetaColumn::FDT_INT32); in init()
149 setType(MetaColumn::FDT_DOUBLE); in init()
154 setType(MetaColumn::FDT_FLOAT); break; in init()
160 setType(MetaColumn::FDT_BLOB); break; in init()
163 setType(MetaColumn::FDT_DATE); break; in init()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java50 builder.setType(GandivaTypes.GandivaType.INT8); in initArrowTypeInt()
54 builder.setType(GandivaTypes.GandivaType.INT16); in initArrowTypeInt()
58 builder.setType(GandivaTypes.GandivaType.INT32); in initArrowTypeInt()
62 builder.setType(GandivaTypes.GandivaType.INT64); in initArrowTypeInt()
74 builder.setType(GandivaTypes.GandivaType.UINT8); in initArrowTypeInt()
78 builder.setType(GandivaTypes.GandivaType.UINT16); in initArrowTypeInt()
82 builder.setType(GandivaTypes.GandivaType.UINT32); in initArrowTypeInt()
86 builder.setType(GandivaTypes.GandivaType.UINT64); in initArrowTypeInt()
104 builder.setType(GandivaTypes.GandivaType.FLOAT); in initArrowTypeFloat()
124 builder.setType(GandivaTypes.GandivaType.DECIMAL); in initArrowTypeDecimal()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java50 builder.setType(GandivaTypes.GandivaType.INT8); in initArrowTypeInt()
54 builder.setType(GandivaTypes.GandivaType.INT16); in initArrowTypeInt()
58 builder.setType(GandivaTypes.GandivaType.INT32); in initArrowTypeInt()
62 builder.setType(GandivaTypes.GandivaType.INT64); in initArrowTypeInt()
74 builder.setType(GandivaTypes.GandivaType.UINT8); in initArrowTypeInt()
78 builder.setType(GandivaTypes.GandivaType.UINT16); in initArrowTypeInt()
82 builder.setType(GandivaTypes.GandivaType.UINT32); in initArrowTypeInt()
86 builder.setType(GandivaTypes.GandivaType.UINT64); in initArrowTypeInt()
104 builder.setType(GandivaTypes.GandivaType.FLOAT); in initArrowTypeFloat()
124 builder.setType(GandivaTypes.GandivaType.DECIMAL); in initArrowTypeDecimal()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/gandiva/src/main/java/org/apache/arrow/gandiva/expression/
H A DArrowTypeHelper.java50 builder.setType(GandivaTypes.GandivaType.INT8); in initArrowTypeInt()
54 builder.setType(GandivaTypes.GandivaType.INT16); in initArrowTypeInt()
58 builder.setType(GandivaTypes.GandivaType.INT32); in initArrowTypeInt()
62 builder.setType(GandivaTypes.GandivaType.INT64); in initArrowTypeInt()
74 builder.setType(GandivaTypes.GandivaType.UINT8); in initArrowTypeInt()
78 builder.setType(GandivaTypes.GandivaType.UINT16); in initArrowTypeInt()
82 builder.setType(GandivaTypes.GandivaType.UINT32); in initArrowTypeInt()
86 builder.setType(GandivaTypes.GandivaType.UINT64); in initArrowTypeInt()
104 builder.setType(GandivaTypes.GandivaType.FLOAT); in initArrowTypeFloat()
124 builder.setType(GandivaTypes.GandivaType.DECIMAL); in initArrowTypeDecimal()
[all …]
/dports/cad/qelectrotech/qet-0.7.0/sources/autoNum/ui/
H A Dnumparteditorw.cpp179 setType(unit); in on_type_cb_activated()
181 setType(unitfolio); in on_type_cb_activated()
183 setType(ten); in on_type_cb_activated()
185 setType(tenfolio); in on_type_cb_activated()
187 setType(hundred); in on_type_cb_activated()
191 setType(string); in on_type_cb_activated()
193 setType(idfolio); in on_type_cb_activated()
195 setType(folio); in on_type_cb_activated()
197 setType(plant); in on_type_cb_activated()
199 setType(locmach); in on_type_cb_activated()
[all …]
/dports/lang/seed7/seed7/src/
H A Dset_rtl.h48 setType setBaselit (const intType number);
51 void setCpy (setType *const dest, const const_setType source);
52 setType setCreate (const const_setType source);
54 setType setDiff (const const_setType set1, const const_setType set2);
55 void setDiffAssign (setType *const dest, const const_setType delta);
57 setType setEmpty (void);
59 void setExcl (setType *const set_to, const intType number);
61 setType setIConv (intType number);
62 void setIncl (setType *const set_to, const intType number);
76 setType setUnion (const const_setType set1, const const_setType set2);
[all …]
/dports/www/moodle310/moodle/enrol/
H A Dusers_forms.php51 $mform->setType('id', PARAM_INT);
54 $mform->setType('user', PARAM_INT);
63 $mform->setType('page', PARAM_INT);
66 $mform->setType('perpage', PARAM_INT);
69 $mform->setType('sort', PARAM_ALPHA);
72 $mform->setType('dir', PARAM_ALPHA);
106 $mform->setType('id', PARAM_INT);
109 $mform->setType('user', PARAM_INT);
118 $mform->setType('page', PARAM_INT);
127 $mform->setType('dir', PARAM_ALPHA);
[all …]
/dports/www/moodle311/moodle/enrol/
H A Dusers_forms.php51 $mform->setType('id', PARAM_INT);
54 $mform->setType('user', PARAM_INT);
63 $mform->setType('page', PARAM_INT);
66 $mform->setType('perpage', PARAM_INT);
69 $mform->setType('sort', PARAM_ALPHA);
72 $mform->setType('dir', PARAM_ALPHA);
106 $mform->setType('id', PARAM_INT);
109 $mform->setType('user', PARAM_INT);
118 $mform->setType('page', PARAM_INT);
127 $mform->setType('dir', PARAM_ALPHA);
[all …]
/dports/www/moodle39/moodle/enrol/
H A Dusers_forms.php51 $mform->setType('id', PARAM_INT);
54 $mform->setType('user', PARAM_INT);
63 $mform->setType('page', PARAM_INT);
66 $mform->setType('perpage', PARAM_INT);
69 $mform->setType('sort', PARAM_ALPHA);
72 $mform->setType('dir', PARAM_ALPHA);
106 $mform->setType('id', PARAM_INT);
109 $mform->setType('user', PARAM_INT);
118 $mform->setType('page', PARAM_INT);
127 $mform->setType('dir', PARAM_ALPHA);
[all …]
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/humanoid_actions/
H A Duse_screen.lua111 humanoid:setType "Standard Male Patient"
116 humanoid:setType "Standard Male Patient"
119 humanoid:setType "Standard Female Patient"
122 humanoid:setType "Standard Male Patient"
125 humanoid:setType "Standard Female Patient"
128 humanoid:setType "Standard Male Patient"
131 humanoid:setType "Standard Female Patient"
134 humanoid:setType "Standard Male Patient"
141 humanoid:setType "Gowned Male Patient"
172 humanoid:setType "Surgeon"
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A Doo_DESCRIPTION.h49 …,setType) { U"" #x, intwa, Melder_offsetof (ooSTRUCT, x), sizeof (int), nullptr, nullptr, 3, (con… argument
51setType) { U"" #x, integerwa, Melder_offsetof (ooSTRUCT, x), sizeof (integer), nullptr, nullptr, … argument
53setType) { U"" #x, ubytewa, Melder_offsetof (ooSTRUCT, x), sizeof (unsigned char), nullptr, nullp… argument
55setType) { U"" #x, uintwa, Melder_offsetof (ooSTRUCT, x), sizeof (unsigned int), nullptr, nullptr… argument
57setType) { U"" #x, uintegerwa, Melder_offsetof (ooSTRUCT, x), sizeof (uinteger), nullptr, nullptr… argument
59setType) { U"" #x, floatwa, Melder_offsetof (ooSTRUCT, x), sizeof (double), nullptr, nullptr, 3, … argument
61setType) { U"" #x, doublewa, Melder_offsetof (ooSTRUCT, x), sizeof (double), nullptr, nullptr, 3,… argument
63setType) { U"" #x, complexwa, Melder_offsetof (ooSTRUCT, x), sizeof (dcomplex), nullptr, nullptr,… argument
104setType) { U"" #x, booleanwa, Melder_offsetof (ooSTRUCT, x), sizeof (bool), nullptr, nullptr, 3, … argument
112setType) { U"" #x, questionwa, Melder_offsetof (ooSTRUCT, x), sizeof (bool), nullptr, nullptr, 3,… argument
[all …]

12345678910>>...340