Home
last modified time | relevance | path

Searched refs:ParamDesc (Results 1 – 25 of 2524) sorted by relevance

12345678910>>...101

/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/param/shared/
H A DSharedParamsCodeGen.scala34 ParamDesc[Double]("regParam", "regularization parameter (>= 0)",
36 ParamDesc[Int]("maxIter", "maximum number of iterations (>= 0)",
38 ParamDesc[String]("featuresCol", "features column name", Some("\"features\"")),
39 ParamDesc[String]("labelCol", "label column name", Some("\"label\"")),
48 ParamDesc[Double]("threshold",
59 ParamDesc[String]("inputCol", "input column name"),
60 ParamDesc[Array[String]]("inputCols", "input column names"),
62 ParamDesc[Int]("checkpointInterval", "set checkpoint interval (>= 1) or " +
95 private case class ParamDesc[T: ClassTag]( caseClass
139 private def genHasParamTrait(param: ParamDesc[_]): String = {
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dparamdesc.h50 class ParamDesc
99 ParamDesc(const String &a="IM_A_BUG_SO_REPORT_ME"):
113 ParamDesc(const ValueBase&, const String &a);
115 ParamDesc(const String &name, const ParamDesc &blank) in ParamDesc() function
175 ParamDesc &hidden() { hidden_=true; return *this; } in hidden()
179 ParamDesc &read_only() { return *this; } in read_only()
183 ParamDesc &write_only() { return *this; } in write_only()
228 ParamDesc &set_static(bool s) { static_=s; return *this; } in set_static()
237 class ParamVocab : public std::list< ParamDesc >
240 static const ParamDesc blank;
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dparamdesc.h50 class ParamDesc
99 ParamDesc(const String &a="IM_A_BUG_SO_REPORT_ME"):
113 ParamDesc(const ValueBase&, const String &a);
115 ParamDesc(const String &name, const ParamDesc &blank) in ParamDesc() function
175 ParamDesc &hidden() { hidden_=true; return *this; } in hidden()
179 ParamDesc &read_only() { return *this; } in read_only()
183 ParamDesc &write_only() { return *this; } in write_only()
228 ParamDesc &set_static(bool s) { static_=s; return *this; } in set_static()
237 class ParamVocab : public std::list< ParamDesc >
240 static const ParamDesc blank;
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dparamdesc.h50 class ParamDesc
99 ParamDesc(const String &a="IM_A_BUG_SO_REPORT_ME"):
113 ParamDesc(const ValueBase&, const String &a);
115 ParamDesc(const String &name, const ParamDesc &blank) in ParamDesc() function
175 ParamDesc &hidden() { hidden_=true; return *this; } in hidden()
179 ParamDesc &read_only() { return *this; } in read_only()
183 ParamDesc &write_only() { return *this; } in write_only()
228 ParamDesc &set_static(bool s) { static_=s; return *this; } in set_static()
237 class ParamVocab : public std::list< ParamDesc >
240 static const ParamDesc blank;
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dclusttool.cpp135 auto ParamDesc = new PARAM_DESC[N]; in ReadParamDesc() local
147 stream >> ParamDesc[i].Min; in ReadParamDesc()
148 stream >> ParamDesc[i].Max; in ReadParamDesc()
150 ParamDesc[i].Circular = (linear_token[0] == 'c'); in ReadParamDesc()
152 ParamDesc[i].Range = ParamDesc[i].Max - ParamDesc[i].Min; in ReadParamDesc()
153 ParamDesc[i].HalfRange = ParamDesc[i].Range / 2; in ReadParamDesc()
154 ParamDesc[i].MidRange = (ParamDesc[i].Max + ParamDesc[i].Min) / 2; in ReadParamDesc()
156 return (ParamDesc); in ReadParamDesc()
248 if (ParamDesc[i].Circular) { in WriteParamDesc()
254 if (ParamDesc[i].NonEssential) { in WriteParamDesc()
[all …]
H A Dcluster.cpp1457 Clusterer->ParamDesc[i].Circular = ParamDesc[i].Circular; in MakeClusterer()
1458 Clusterer->ParamDesc[i].NonEssential = ParamDesc[i].NonEssential; in MakeClusterer()
1459 Clusterer->ParamDesc[i].Min = ParamDesc[i].Min; in MakeClusterer()
1460 Clusterer->ParamDesc[i].Max = ParamDesc[i].Max; in MakeClusterer()
1461 Clusterer->ParamDesc[i].Range = ParamDesc[i].Max - ParamDesc[i].Min; in MakeClusterer()
1462 Clusterer->ParamDesc[i].HalfRange = Clusterer->ParamDesc[i].Range / 2; in MakeClusterer()
1463 Clusterer->ParamDesc[i].MidRange = (ParamDesc[i].Max + ParamDesc[i].Min) / 2; in MakeClusterer()
2934 if (ParamDesc->Circular) { in NormalBucket()
2936 x -= ParamDesc->Range; in NormalBucket()
2938 x += ParamDesc->Range; in NormalBucket()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp353 ret.push_back(ParamDesc("icolor") in get_param_vocab()
357 ret.push_back(ParamDesc("ocolor") in get_param_vocab()
361 ret.push_back(ParamDesc("color_shift") in get_param_vocab()
364 ret.push_back(ParamDesc("iterations") in get_param_vocab()
367 ret.push_back(ParamDesc("seed") in get_param_vocab()
370 ret.push_back(ParamDesc("bailout") in get_param_vocab()
377 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
380 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
386 ret.push_back(ParamDesc("color_inside") in get_param_vocab()
405 ret.push_back(ParamDesc("color_cycle") in get_param_vocab()
[all …]
H A Dmandelbrot.cpp227 ret.push_back(ParamDesc("iterations") in get_param_vocab()
230 ret.push_back(ParamDesc("bailout") in get_param_vocab()
234 ret.push_back(ParamDesc("broken") in get_param_vocab()
240 ret.push_back(ParamDesc("distort_inside") in get_param_vocab()
244 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
248 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
252 ret.push_back(ParamDesc("invert_inside") in get_param_vocab()
273 ret.push_back(ParamDesc("shade_outside") in get_param_vocab()
277 ret.push_back(ParamDesc("solid_outside") in get_param_vocab()
281 ret.push_back(ParamDesc("invert_outside") in get_param_vocab()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp353 ret.push_back(ParamDesc("icolor") in get_param_vocab()
357 ret.push_back(ParamDesc("ocolor") in get_param_vocab()
361 ret.push_back(ParamDesc("color_shift") in get_param_vocab()
364 ret.push_back(ParamDesc("iterations") in get_param_vocab()
367 ret.push_back(ParamDesc("seed") in get_param_vocab()
370 ret.push_back(ParamDesc("bailout") in get_param_vocab()
377 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
380 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
386 ret.push_back(ParamDesc("color_inside") in get_param_vocab()
405 ret.push_back(ParamDesc("color_cycle") in get_param_vocab()
[all …]
H A Dmandelbrot.cpp227 ret.push_back(ParamDesc("iterations") in get_param_vocab()
230 ret.push_back(ParamDesc("bailout") in get_param_vocab()
234 ret.push_back(ParamDesc("broken") in get_param_vocab()
240 ret.push_back(ParamDesc("distort_inside") in get_param_vocab()
244 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
248 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
252 ret.push_back(ParamDesc("invert_inside") in get_param_vocab()
273 ret.push_back(ParamDesc("shade_outside") in get_param_vocab()
277 ret.push_back(ParamDesc("solid_outside") in get_param_vocab()
281 ret.push_back(ParamDesc("invert_outside") in get_param_vocab()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Djulia.cpp353 ret.push_back(ParamDesc("icolor") in get_param_vocab()
357 ret.push_back(ParamDesc("ocolor") in get_param_vocab()
361 ret.push_back(ParamDesc("color_shift") in get_param_vocab()
364 ret.push_back(ParamDesc("iterations") in get_param_vocab()
367 ret.push_back(ParamDesc("seed") in get_param_vocab()
370 ret.push_back(ParamDesc("bailout") in get_param_vocab()
377 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
380 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
386 ret.push_back(ParamDesc("color_inside") in get_param_vocab()
405 ret.push_back(ParamDesc("color_cycle") in get_param_vocab()
[all …]
H A Dmandelbrot.cpp227 ret.push_back(ParamDesc("iterations") in get_param_vocab()
230 ret.push_back(ParamDesc("bailout") in get_param_vocab()
234 ret.push_back(ParamDesc("broken") in get_param_vocab()
240 ret.push_back(ParamDesc("distort_inside") in get_param_vocab()
244 ret.push_back(ParamDesc("shade_inside") in get_param_vocab()
248 ret.push_back(ParamDesc("solid_inside") in get_param_vocab()
252 ret.push_back(ParamDesc("invert_inside") in get_param_vocab()
273 ret.push_back(ParamDesc("shade_outside") in get_param_vocab()
277 ret.push_back(ParamDesc("solid_outside") in get_param_vocab()
281 ret.push_back(ParamDesc("invert_outside") in get_param_vocab()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_composite.cpp625 ret.push_back(ParamDesc(ValueBase(),"red") in get_children_vocab_vfunc()
629 ret.push_back(ParamDesc(ValueBase(),"green") in get_children_vocab_vfunc()
633 ret.push_back(ParamDesc(ValueBase(),"blue") in get_children_vocab_vfunc()
646 ret.push_back(ParamDesc(ValueBase(),"p1") in get_children_vocab_vfunc()
650 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
654 ret.push_back(ParamDesc(ValueBase(),"p2") in get_children_vocab_vfunc()
658 ret.push_back(ParamDesc(ValueBase(),"t2") in get_children_vocab_vfunc()
667 ret.push_back(ParamDesc(ValueBase(),"x") in get_children_vocab_vfunc()
671 ret.push_back(ParamDesc(ValueBase(),"y") in get_children_vocab_vfunc()
697 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
[all …]
H A Dvaluenode_dynamic.cpp230 ret.push_back(ParamDesc(ValueBase(),"tip_static") in get_children_vocab_vfunc()
234 ret.push_back(ParamDesc(ValueBase(),"origin") in get_children_vocab_vfunc()
238 ret.push_back(ParamDesc(ValueBase(),"force") in get_children_vocab_vfunc()
242 ret.push_back(ParamDesc(ValueBase(),"torque") in get_children_vocab_vfunc()
246 ret.push_back(ParamDesc(ValueBase(),"damping") in get_children_vocab_vfunc()
250 ret.push_back(ParamDesc(ValueBase(),"friction") in get_children_vocab_vfunc()
254 ret.push_back(ParamDesc(ValueBase(),"spring") in get_children_vocab_vfunc()
258 ret.push_back(ParamDesc(ValueBase(),"torsion") in get_children_vocab_vfunc()
262 ret.push_back(ParamDesc(ValueBase(),"mass") in get_children_vocab_vfunc()
266 ret.push_back(ParamDesc(ValueBase(),"inertia") in get_children_vocab_vfunc()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_composite.cpp625 ret.push_back(ParamDesc(ValueBase(),"red") in get_children_vocab_vfunc()
629 ret.push_back(ParamDesc(ValueBase(),"green") in get_children_vocab_vfunc()
633 ret.push_back(ParamDesc(ValueBase(),"blue") in get_children_vocab_vfunc()
646 ret.push_back(ParamDesc(ValueBase(),"p1") in get_children_vocab_vfunc()
650 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
654 ret.push_back(ParamDesc(ValueBase(),"p2") in get_children_vocab_vfunc()
658 ret.push_back(ParamDesc(ValueBase(),"t2") in get_children_vocab_vfunc()
667 ret.push_back(ParamDesc(ValueBase(),"x") in get_children_vocab_vfunc()
671 ret.push_back(ParamDesc(ValueBase(),"y") in get_children_vocab_vfunc()
697 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
[all …]
H A Dvaluenode_dynamic.cpp230 ret.push_back(ParamDesc(ValueBase(),"tip_static") in get_children_vocab_vfunc()
234 ret.push_back(ParamDesc(ValueBase(),"origin") in get_children_vocab_vfunc()
238 ret.push_back(ParamDesc(ValueBase(),"force") in get_children_vocab_vfunc()
242 ret.push_back(ParamDesc(ValueBase(),"torque") in get_children_vocab_vfunc()
246 ret.push_back(ParamDesc(ValueBase(),"damping") in get_children_vocab_vfunc()
250 ret.push_back(ParamDesc(ValueBase(),"friction") in get_children_vocab_vfunc()
254 ret.push_back(ParamDesc(ValueBase(),"spring") in get_children_vocab_vfunc()
258 ret.push_back(ParamDesc(ValueBase(),"torsion") in get_children_vocab_vfunc()
262 ret.push_back(ParamDesc(ValueBase(),"mass") in get_children_vocab_vfunc()
266 ret.push_back(ParamDesc(ValueBase(),"inertia") in get_children_vocab_vfunc()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_composite.cpp625 ret.push_back(ParamDesc(ValueBase(),"red") in get_children_vocab_vfunc()
629 ret.push_back(ParamDesc(ValueBase(),"green") in get_children_vocab_vfunc()
633 ret.push_back(ParamDesc(ValueBase(),"blue") in get_children_vocab_vfunc()
646 ret.push_back(ParamDesc(ValueBase(),"p1") in get_children_vocab_vfunc()
650 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
654 ret.push_back(ParamDesc(ValueBase(),"p2") in get_children_vocab_vfunc()
658 ret.push_back(ParamDesc(ValueBase(),"t2") in get_children_vocab_vfunc()
667 ret.push_back(ParamDesc(ValueBase(),"x") in get_children_vocab_vfunc()
671 ret.push_back(ParamDesc(ValueBase(),"y") in get_children_vocab_vfunc()
697 ret.push_back(ParamDesc(ValueBase(),"t1") in get_children_vocab_vfunc()
[all …]
H A Dvaluenode_dynamic.cpp230 ret.push_back(ParamDesc(ValueBase(),"tip_static") in get_children_vocab_vfunc()
234 ret.push_back(ParamDesc(ValueBase(),"origin") in get_children_vocab_vfunc()
238 ret.push_back(ParamDesc(ValueBase(),"force") in get_children_vocab_vfunc()
242 ret.push_back(ParamDesc(ValueBase(),"torque") in get_children_vocab_vfunc()
246 ret.push_back(ParamDesc(ValueBase(),"damping") in get_children_vocab_vfunc()
250 ret.push_back(ParamDesc(ValueBase(),"friction") in get_children_vocab_vfunc()
254 ret.push_back(ParamDesc(ValueBase(),"spring") in get_children_vocab_vfunc()
258 ret.push_back(ParamDesc(ValueBase(),"torsion") in get_children_vocab_vfunc()
262 ret.push_back(ParamDesc(ValueBase(),"mass") in get_children_vocab_vfunc()
266 ret.push_back(ParamDesc(ValueBase(),"inertia") in get_children_vocab_vfunc()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_value.h105 synfig::ParamDesc param_desc;
107 synfig::ParamDesc child_param_desc;
124 void set_param_desc(const synfig::ParamDesc &x) { param_desc=x; } in set_param_desc()
125 const synfig::ParamDesc &get_param_desc() { return param_desc; } in get_param_desc()
130 void set_child_param_desc(const synfig::ParamDesc &x) { child_param_desc=x; } in set_child_param_desc()
131 const synfig::ParamDesc &get_child_param_desc() { return child_param_desc; } in get_child_param_desc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_value.h105 synfig::ParamDesc param_desc;
107 synfig::ParamDesc child_param_desc;
124 void set_param_desc(const synfig::ParamDesc &x) { param_desc=x; } in set_param_desc()
125 const synfig::ParamDesc &get_param_desc() { return param_desc; } in get_param_desc()
130 void set_child_param_desc(const synfig::ParamDesc &x) { child_param_desc=x; } in set_child_param_desc()
131 const synfig::ParamDesc &get_child_param_desc() { return child_param_desc; } in get_child_param_desc()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/widgets/
H A Dwidget_value.h105 synfig::ParamDesc param_desc;
107 synfig::ParamDesc child_param_desc;
124 void set_param_desc(const synfig::ParamDesc &x) { param_desc=x; } in set_param_desc()
125 const synfig::ParamDesc &get_param_desc() { return param_desc; } in get_param_desc()
130 void set_child_param_desc(const synfig::ParamDesc &x) { child_param_desc=x; } in set_child_param_desc()
131 const synfig::ParamDesc &get_child_param_desc() { return child_param_desc; } in get_child_param_desc()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Daction_param.h190 class ParamDesc
205 ParamDesc(const synfig::String &name, Param::Type type): in ParamDesc() function
227 ParamDesc& set_local_name(const synfig::String& x) { local_name_=x; return *this; } in set_local_name()
228 ParamDesc& set_desc(const synfig::String& x) { desc_=x; return *this; } in set_desc()
229 ParamDesc& set_mutual_exclusion(const synfig::String& x) { mutual_exclusion_=x; return *this; } in set_mutual_exclusion()
230 ParamDesc& set_user_supplied(bool x=true) { user_supplied_=x; return *this; }
231 ParamDesc& set_supports_multiple(bool x=true) { supports_multiple_=x; return *this; }
232ParamDesc& set_requires_multiple(bool x=true) { requires_multiple_=x; if(x)supports_multiple_=true…
233 ParamDesc& set_optional(bool x=true) { optional_=x; return *this; }
234 ParamDesc& set_value_provided(bool x=true) { value_provided_=x; return *this; }
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Daction_param.h190 class ParamDesc
205 ParamDesc(const synfig::String &name, Param::Type type): in ParamDesc() function
227 ParamDesc& set_local_name(const synfig::String& x) { local_name_=x; return *this; } in set_local_name()
228 ParamDesc& set_desc(const synfig::String& x) { desc_=x; return *this; } in set_desc()
229 ParamDesc& set_mutual_exclusion(const synfig::String& x) { mutual_exclusion_=x; return *this; } in set_mutual_exclusion()
230 ParamDesc& set_user_supplied(bool x=true) { user_supplied_=x; return *this; }
231 ParamDesc& set_supports_multiple(bool x=true) { supports_multiple_=x; return *this; }
232ParamDesc& set_requires_multiple(bool x=true) { requires_multiple_=x; if(x)supports_multiple_=true…
233 ParamDesc& set_optional(bool x=true) { optional_=x; return *this; }
234 ParamDesc& set_value_provided(bool x=true) { value_provided_=x; return *this; }
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/
H A Daction_param.h190 class ParamDesc
205 ParamDesc(const synfig::String &name, Param::Type type): in ParamDesc() function
227 ParamDesc& set_local_name(const synfig::String& x) { local_name_=x; return *this; } in set_local_name()
228 ParamDesc& set_desc(const synfig::String& x) { desc_=x; return *this; } in set_desc()
229 ParamDesc& set_mutual_exclusion(const synfig::String& x) { mutual_exclusion_=x; return *this; } in set_mutual_exclusion()
230 ParamDesc& set_user_supplied(bool x=true) { user_supplied_=x; return *this; }
231 ParamDesc& set_supports_multiple(bool x=true) { supports_multiple_=x; return *this; }
232ParamDesc& set_requires_multiple(bool x=true) { requires_multiple_=x; if(x)supports_multiple_=true…
233 ParamDesc& set_optional(bool x=true) { optional_=x; return *this; }
234 ParamDesc& set_value_provided(bool x=true) { value_provided_=x; return *this; }
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/cellrenderer/
H A Dcellrenderer_value.h76 Glib::Property<synfig::ParamDesc> property_param_desc_;
78 Glib::Property<synfig::ParamDesc> property_child_param_desc_;
95 …Glib::PropertyProxy<synfig::ParamDesc> property_param_desc() { return property_param_desc_.get_pro… in property_param_desc()
97 …Glib::PropertyProxy<synfig::ParamDesc> property_child_param_desc() { return property_child_param_d… in property_child_param_desc()
101 synfig::ParamDesc get_param_desc()const { return property_param_desc_; } in get_param_desc()
103 synfig::ParamDesc get_child_param_desc()const { return property_child_param_desc_; } in get_child_param_desc()

12345678910>>...101