Home
last modified time | relevance | path

Searched refs:a_subtype (Results 1 – 16 of 16) sorted by relevance

/dports/devel/aegis/aegis-4.25.D510/fmtgen/type/top_level/
H A Dintrosp_incl.cc31 generator *a_gen, const pointer &a_subtype) : in type_top_level_introspector_include() argument
32 type_top_level(a_gen, a_subtype) in type_top_level_introspector_include()
40 const pointer &a_subtype) in create() argument
43 return pointer(new type_top_level_introspector_include(a_gen, a_subtype)); in create()
H A Dintrosp_code.cc32 generator *a_gen, const pointer &a_subtype) : in type_top_level_introspector_code() argument
33 type_top_level(a_gen, a_subtype) in type_top_level_introspector_code()
41 const pointer &a_subtype) in create() argument
44 return pointer(new type_top_level_introspector_code(a_gen, a_subtype)); in create()
H A Dcode.cc31 const pointer &a_subtype) : in type_top_level_code() argument
32 type_top_level(a_gen, a_subtype) in type_top_level_code()
38 type_top_level_code::create(generator *a_gen, const pointer &a_subtype) in create() argument
40 return pointer(new type_top_level_code(a_gen, a_subtype)); in create()
H A Dinclude.cc30 const pointer &a_subtype) : in type_top_level_include() argument
31 type_top_level(a_gen, a_subtype) in type_top_level_include()
37 type_top_level_include::create(generator *a_gen, const pointer &a_subtype) in create() argument
39 return pointer(new type_top_level_include(a_gen, a_subtype)); in create()
/dports/devel/aegis/aegis-4.25.D510/fmtgen/type/
H A Dtop_level.cc28 type_top_level::type_top_level(generator *a_gen, const pointer &a_subtype) : in type_top_level() argument
29 type(a_gen, a_subtype->def_name(), true), in type_top_level()
30 subtype(a_subtype) in type_top_level()
/dports/www/ilias/ILIAS-5.4.25/Services/DidacticTemplate/classes/
H A Dclass.ilDidacticTemplateFilterPattern.php114 * @param int $a_subtype
116 public function setPatternSubType($a_subtype) argument
118 $this->pattern_sub_type = $a_subtype;
/dports/www/ilias6/ILIAS-6.14/Services/DidacticTemplate/classes/
H A Dclass.ilDidacticTemplateFilterPattern.php114 * @param int $a_subtype
116 public function setPatternSubType($a_subtype) argument
118 $this->pattern_sub_type = $a_subtype;
/dports/devel/aegis/aegis-4.25.D510/fmtgen/type/list/
H A Dintrosp_code.cc32 const nstring &a_name, bool a_global, const type::pointer &a_subtype) : in type_list_introspector_code() argument
33 type_list(a_gen, a_name, a_global, a_subtype) in type_list_introspector_code()
H A Dcode.cc32 bool a_global, const type::pointer &a_subtype) : in type_list_code() argument
33 type_list(a_gen, a_name, a_global, a_subtype) in type_list_code()
/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDValues.php493 …dv_rec_obj_ref_id, $adv_rec_obj_type, $adv_rec_obj_subtype, $a_obj_id, $a_subtype, $a_records, $a_… argument
512 "sub_type" => array("text", $a_subtype),
537 "sub_type" => array("text", $a_subtype),
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDValues.php493 …dv_rec_obj_ref_id, $adv_rec_obj_type, $adv_rec_obj_subtype, $a_obj_id, $a_subtype, $a_records, $a_… argument
512 "sub_type" => array("text", $a_subtype),
537 "sub_type" => array("text", $a_subtype),
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransactCache.cc545 char a_type[32], a_subtype[32]; in calculate_quality_of_accept_match() local
546 HttpCompat::parse_mime_type(a_param->str, a_type, a_subtype, sizeof(a_type), sizeof(a_subtype)); in calculate_quality_of_accept_match()
548 …matching Content-type; '%s/%s' with Accept value '%s/%s'\n", c_type, c_subtype, a_type, a_subtype); in calculate_quality_of_accept_match()
557 } else if (is_asterisk(a_subtype) && (strcasecmp(a_type, c_type) == 0)) { in calculate_quality_of_accept_match()
566 if ((strcasecmp(a_type, c_type) == 0) && (strcasecmp(a_subtype, c_subtype) == 0)) { in calculate_quality_of_accept_match()
/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.SurveyMatrixQuestion.php1137 public function setSubtype($a_subtype = 0) argument
1139 switch ($a_subtype) {
1146 $this->subtype = $a_subtype;
H A Dclass.SurveyQuestion.php2023 public function setSubtype($a_subtype) argument
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/Questions/
H A Dclass.SurveyMatrixQuestion.php1110 public function setSubtype($a_subtype = 0) argument
1112 switch ($a_subtype) {
1119 $this->subtype = $a_subtype;
H A Dclass.SurveyQuestion.php1993 public function setSubtype($a_subtype) argument