/dports/devel/p5-Input-Validator/Input-Validator-0.001005/lib/Input/Validator/Constraint/ |
H A D | Email.pm | 8 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 D | CmsPageCategoryType.php | 50 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 D | Profiler.cpp | 96 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 D | AbstractProfileCommand.php | 70 … 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 D | editcontainernamedlg.cpp | 30 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 D | ProfileType.php | 72 '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 D | sexp_container.cpp | 94 } 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 D | sexp_container.h | 89 static constexpr int NAME_MAX_LENGTH = VALUE_MAX_LENGTH - 2; member
|
/dports/finance/prestashop/prestashop/src/Core/Domain/Profile/ |
H A D | ProfileSettings.php | 34 public const NAME_MAX_LENGTH = 32; define in PrestaShop\\PrestaShop\\Core\\Domain\\Profile\\ProfileSettings
|
/dports/finance/prestashop/prestashop/modules/productcomments/ |
H A D | ProductCommentCriterion.php | 28 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 D | edit_field.class.php | 125 … 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 D | edit_field.class.php | 125 … 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 D | edit_field.class.php | 125 … 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 D | FieldStorageConfig.php | 59 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 D | FieldStorageConfig.php | 59 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 D | highscores.h | 50 #define NAME_MAX_LENGTH 20 macro
|
/dports/www/moodle310/moodle/lib/xmldb/ |
H A D | xmldb_field.php | 82 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 D | xmldb_field.php | 82 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 D | xmldb_field.php | 82 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 D | edit_table_save.class.php | 78 …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 D | edit_table_save.class.php | 78 …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 D | edit_table_save.class.php | 78 …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 D | edit_table.class.php | 134 … 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 D | edit_table.class.php | 134 … 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 D | edit_table.class.php | 134 … name="name" type="text" size="'.xmldb_table::NAME_MAX_LENGTH.'" maxlength="'.xmldb_table::NAME_MA…
|