Home
last modified time | relevance | path

Searched refs:NAME_MAX_LENGTH (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/p5-Input-Validator/Input-Validator-0.001005/lib/Input/Validator/Constraint/
H A DEmail.pm8 use constant NAME_MAX_LENGTH => 64; constant
14 return unless length $value <= NAME_MAX_LENGTH + 1 + DOMAIN_MAX_LENGTH;
20 return unless length $name <= NAME_MAX_LENGTH;
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Improve/Design/Pages/
H A DCmsPageCategoryType.php50 public const NAME_MAX_LENGTH = 64; define in PrestaShopBundle\\Form\\Admin\\Improve\\Design\\Pages\\CmsPageCategoryType
98 'max' => self::NAME_MAX_LENGTH,
102 ['%limit%' => self::NAME_MAX_LENGTH]
201 'max' => self::NAME_MAX_LENGTH,
205 ['%limit%' => self::NAME_MAX_LENGTH]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DProfiler.cpp96 static const int NAME_MAX_LENGTH = 30; in PrintData() local
107 memset(indentedName, ' ', NAME_MAX_LENGTH); in PrintData()
109 strncat(indentedName, block->name_, NAME_MAX_LENGTH - depth); in PrintData()
111 indentedName[NAME_MAX_LENGTH] = 0; in PrintData()
/dports/finance/prestashop/prestashop/src/Core/Domain/Profile/Command/
H A DAbstractProfileCommand.php70 … if (null !== $name && !is_string($name) || strlen($name) > ProfileSettings::NAME_MAX_LENGTH) {
74 ProfileSettings::NAME_MAX_LENGTH,
/dports/games/fs2open/fs2open.github.com-release_21_4_1/fred2/
H A Deditcontainernamedlg.cpp30 DDV_MaxChars(pDX, m_new_container_name, sexp_container::NAME_MAX_LENGTH); in DoDataExchange()
44 new_name_edit->SetLimitText(sexp_container::NAME_MAX_LENGTH); in BEGIN_MESSAGE_MAP()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Profile/
H A DProfileType.php72 'max' => ProfileSettings::NAME_MAX_LENGTH,
75 ['%limit%' => ProfileSettings::NAME_MAX_LENGTH],
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp_container.cpp94 } else if (name.length() > sexp_container::NAME_MAX_LENGTH) { in stuff_one_generic_sexp_container()
98 sexp_container::NAME_MAX_LENGTH); in stuff_one_generic_sexp_container()
102 sexp_container::NAME_MAX_LENGTH); in stuff_one_generic_sexp_container()
H A Dsexp_container.h89 static constexpr int NAME_MAX_LENGTH = VALUE_MAX_LENGTH - 2; member
/dports/finance/prestashop/prestashop/src/Core/Domain/Profile/
H A DProfileSettings.php34 public const NAME_MAX_LENGTH = 32; define in PrestaShop\\PrestaShop\\Core\\Domain\\Profile\\ProfileSettings
/dports/finance/prestashop/prestashop/modules/productcomments/
H A DProductCommentCriterion.php28 const NAME_MAX_LENGTH = 64; define in ProductCommentCriterion
46 …lang' => true, 'validate' => 'isGenericName', 'required' => true, 'size' => self::NAME_MAX_LENGTH],
/dports/www/moodle310/moodle/admin/tool/xmldb/actions/edit_field/
H A Dedit_field.class.php125 … name="name" type="text" size="'.xmldb_field::NAME_MAX_LENGTH.'" maxlength="'.xmldb_field::NAME_MA…
/dports/www/moodle311/moodle/admin/tool/xmldb/actions/edit_field/
H A Dedit_field.class.php125 … name="name" type="text" size="'.xmldb_field::NAME_MAX_LENGTH.'" maxlength="'.xmldb_field::NAME_MA…
/dports/www/moodle39/moodle/admin/tool/xmldb/actions/edit_field/
H A Dedit_field.class.php125 … name="name" type="text" size="'.xmldb_field::NAME_MAX_LENGTH.'" maxlength="'.xmldb_field::NAME_MA…
/dports/www/drupal9/drupal-9.2.10/core/modules/field/src/Entity/
H A DFieldStorageConfig.php59 const NAME_MAX_LENGTH = 32; define in Drupal\\field\\Entity\\FieldStorageConfig
325 if (mb_strlen($this->getName()) > static::NAME_MAX_LENGTH) {
326 …tempt to create a field storage with an name longer than ' . static::NAME_MAX_LENGTH . ' character…
/dports/www/drupal8/drupal-8.9.20/core/modules/field/src/Entity/
H A DFieldStorageConfig.php59 const NAME_MAX_LENGTH = 32; define in Drupal\\field\\Entity\\FieldStorageConfig
322 if (mb_strlen($this->getName()) > static::NAME_MAX_LENGTH) {
323 …tempt to create a field storage with an name longer than ' . static::NAME_MAX_LENGTH . ' character…
/dports/games/openbubbles/openbubbles-1.2/src/
H A Dhighscores.h50 #define NAME_MAX_LENGTH 20 macro
/dports/www/moodle310/moodle/lib/xmldb/
H A Dxmldb_field.php82 const NAME_MAX_LENGTH = 30; define in xmldb_field
767 if (strlen($name) > self::NAME_MAX_LENGTH) {
769 .' Limit is '.self::NAME_MAX_LENGTH.' chars.';
/dports/www/moodle311/moodle/lib/xmldb/
H A Dxmldb_field.php82 const NAME_MAX_LENGTH = 30; define in xmldb_field
767 if (strlen($name) > self::NAME_MAX_LENGTH) {
769 .' Limit is '.self::NAME_MAX_LENGTH.' chars.';
/dports/www/moodle39/moodle/lib/xmldb/
H A Dxmldb_field.php82 const NAME_MAX_LENGTH = 30; define in xmldb_field
767 if (strlen($name) > self::NAME_MAX_LENGTH) {
769 .' Limit is '.self::NAME_MAX_LENGTH.' chars.';
/dports/www/moodle310/moodle/admin/tool/xmldb/actions/edit_table_save/
H A Dedit_table_save.class.php78 …name = substr(trim(strtolower(required_param('name', PARAM_PATH))),0,xmldb_table::NAME_MAX_LENGTH);
/dports/www/moodle39/moodle/admin/tool/xmldb/actions/edit_table_save/
H A Dedit_table_save.class.php78 …name = substr(trim(strtolower(required_param('name', PARAM_PATH))),0,xmldb_table::NAME_MAX_LENGTH);
/dports/www/moodle311/moodle/admin/tool/xmldb/actions/edit_table_save/
H A Dedit_table_save.class.php78 …name = substr(trim(strtolower(required_param('name', PARAM_PATH))),0,xmldb_table::NAME_MAX_LENGTH);
/dports/www/moodle310/moodle/admin/tool/xmldb/actions/edit_table/
H A Dedit_table.class.php134 … name="name" type="text" size="'.xmldb_table::NAME_MAX_LENGTH.'" maxlength="'.xmldb_table::NAME_MA…
/dports/www/moodle311/moodle/admin/tool/xmldb/actions/edit_table/
H A Dedit_table.class.php134 … name="name" type="text" size="'.xmldb_table::NAME_MAX_LENGTH.'" maxlength="'.xmldb_table::NAME_MA…
/dports/www/moodle39/moodle/admin/tool/xmldb/actions/edit_table/
H A Dedit_table.class.php134 … name="name" type="text" size="'.xmldb_table::NAME_MAX_LENGTH.'" maxlength="'.xmldb_table::NAME_MA…

123