Home
last modified time | relevance | path

Searched refs:attributeLabels (Results 1 – 25 of 66) sorted by relevance

123

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DShipInfoDisplay.cpp120 attributeLabels.clear(); in UpdateAttributes()
129 attributeLabels.push_back("cost:"); in UpdateAttributes()
134 attributeLabels.push_back(out.str()); in UpdateAttributes()
139 attributeLabels.push_back(string()); in UpdateAttributes()
153 attributeLabels.push_back("shields:"); in UpdateAttributes()
168 attributeLabels.push_back("hull:"); in UpdateAttributes()
200 attributeLabels.push_back(string()); in UpdateAttributes()
206 attributeLabels.push_back("max speed:"); in UpdateAttributes()
218 attributeLabels.push_back("turning:"); in UpdateAttributes()
241 attributeLabels.push_back(string()); in UpdateAttributes()
[all …]
H A DOutfitInfoDisplay.cpp241 attributeLabels.clear(); in UpdateAttributes()
261 attributeLabels.emplace_back(bit->second); in UpdateAttributes()
280 attributeLabels.emplace_back(); in UpdateAttributes()
287 attributeLabels.emplace_back("ammo:"); in UpdateAttributes()
292 attributeLabels.emplace_back("ammo usage:"); in UpdateAttributes()
298 attributeLabels.emplace_back("range:"); in UpdateAttributes()
375 attributeLabels.emplace_back("shots / second:"); in UpdateAttributes()
399 attributeLabels.emplace_back("homing:"); in UpdateAttributes()
421 attributeLabels.push_back(PERCENT_NAMES[i]); in UpdateAttributes()
427 attributeLabels.emplace_back(); in UpdateAttributes()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/site/model/
H A DFormModel.php38 public function attributeLabels() { function in GO\\Site\\Model\\FormModel
59 * @see attributeLabels
62 $labels = $this->attributeLabels();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/
H A DModel.php158 protected function attributeLabels() function in GO\\Base\\Model
167 * @see attributeLabels
171 $labels = $this->attributeLabels();
/dports/www/limesurvey/limesurvey/framework/gii/generators/form/
H A DFormCode.php26 public function attributeLabels() function in FormCode
28 return array_merge(parent::attributeLabels(), array(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/form/
H A DFormCode.php26 public function attributeLabels() function in FormCode
28 return array_merge(parent::attributeLabels(), array(
/dports/www/limesurvey/limesurvey/framework/gii/generators/module/
H A DModuleCode.php16 public function attributeLabels() function in ModuleCode
18 return array_merge(parent::attributeLabels(), array(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/module/
H A DModuleCode.php16 public function attributeLabels() function in ModuleCode
18 return array_merge(parent::attributeLabels(), array(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/base/
H A DCModel.php121 public function attributeLabels() function in CModel
302 * @see attributeLabels
306 $labels=$this->attributeLabels();
/dports/www/limesurvey/limesurvey/framework/gii/generators/controller/
H A DControllerCode.php22 public function attributeLabels() function in ControllerCode
24 return array_merge(parent::attributeLabels(), array(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/controller/
H A DControllerCode.php21 public function attributeLabels() function in ControllerCode
23 return array_merge(parent::attributeLabels(), array(
/dports/finance/prestashop/prestashop/modules/ps_facetedsearch/src/Filters/
H A DConverter.php360 $attributeLabels = $facetAndFiltersLabels[$attributeGroup['url_name']];
362 … $attributeLabels = $facetAndFiltersLabels[$attributeGroup['attribute_group_name']];
369 if (in_array($attribute['url_name'], $attributeLabels)
370 || in_array($attribute['name'], $attributeLabels)
/dports/www/limesurvey/limesurvey/framework/base/
H A DCModel.php128 public function attributeLabels() function in CModel
329 * @see attributeLabels
333 $labels=$this->attributeLabels();
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Ddn.cpp497 static std::pair<const char *, const char *> const attributeLabels[] = { variable
520 static const unsigned int numAttributeLabels = sizeof attributeLabels / sizeof * attributeLabels;
531 : map(attributeLabels, attributeLabels + numAttributeLabels) {} in Private()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/views/webapp/protected/models/
H A DContactForm.php36 public function attributeLabels() function in ContactForm
H A DLoginForm.php36 public function attributeLabels() function in LoginForm
/dports/www/limesurvey/limesurvey/framework/cli/views/webapp/protected/models/
H A DContactForm.php36 public function attributeLabels() function in ContactForm
H A DLoginForm.php36 public function attributeLabels() function in LoginForm
/dports/www/limesurvey/limesurvey/framework/gii/generators/crud/
H A DCrudCode.php26 public function attributeLabels() function in CrudCode
28 return array_merge(parent::attributeLabels(), array(
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/generators/crud/
H A DCrudCode.php25 public function attributeLabels() function in CrudCode
27 return array_merge(parent::attributeLabels(), array(
/dports/www/limesurvey/limesurvey/application/models/
H A DMapTutorialUsers.php51 public function attributeLabels() function in MapTutorialUsers
H A DTutorialEntryRelation.php54 public function attributeLabels() function in TutorialEntryRelation
H A DQuotaLanguageSetting.php87 public function attributeLabels() function in QuotaLanguageSetting
H A DInstallerConfigForm.php106 public function attributeLabels() function in InstallerConfigForm
/dports/www/thundersnarf/thundersnarf/protected/models/
H A DDomainIP.php79 public function attributeLabels() function in DomainIP

123