Home
last modified time | relevance | path

Searched refs:max_length (Results 76 – 100 of 9799) sorted by relevance

12345678910>>...392

/dports/biology/garlic/garlic-1.6/
H A Dinit_hyphob.c45 int max_length; in InitHyphob_() local
53 max_length = RESNAMESIZE - 1; in InitHyphob_()
62 residue_nameP = runtimeSP->sequenceP + residueI * max_length; in InitHyphob_()
65 strncpy (residue_nameA, residue_nameP, max_length); in InitHyphob_()
66 residue_nameA[max_length] = '\0'; in InitHyphob_()
79 residue_nameP = runtimeSP->reference_sequenceP + residueI * max_length; in InitHyphob_()
82 strncpy (residue_nameA, residue_nameP, max_length); in InitHyphob_()
83 residue_nameA[max_length] = '\0'; in InitHyphob_()
/dports/www/py-social-auth-app-django/social-app-django-4.0.0/social_django/
H A Dmodels.py35 provider = models.CharField(max_length=32)
36 uid = models.CharField(max_length=UID_LENGTH, db_index=True)
61 return field.max_length
81 server_url = models.CharField(max_length=NONCE_SERVER_URL_LENGTH)
83 salt = models.CharField(max_length=65)
94 handle = models.CharField(max_length=ASSOCIATION_HANDLE_LENGTH)
98 assoc_type = models.CharField(max_length=64)
109 email = models.EmailField(max_length=EMAIL_LENGTH)
110 code = models.CharField(max_length=32, db_index=True)
121 token = models.CharField(max_length=32, db_index=True)
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/tests/customuser/migrations/
H A D0001_initial.py18 ('password', models.CharField(max_length=128, verbose_name='password')),
31 ('username', models.CharField(unique=True, max_length=100)),
32 ('email', models.EmailField(max_length=255, blank=True)),
35 ('first_name', models.CharField(max_length=50, blank=True)),
36 ('last_name', models.CharField(max_length=50, blank=True)),
37 ('country', models.CharField(max_length=100, blank=True)),
73 ('password', models.CharField(max_length=128, verbose_name='password')),
78 ('email', models.EmailField(unique=True, max_length=255)),
81 ('first_name', models.CharField(max_length=50, blank=True)),
82 ('last_name', models.CharField(max_length=50, blank=True)),
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Documentation/tools/
H A Dwrite-commands-summary.py55 max_length = len(header1) variable
57 max_length = max(max_length, len(arg)) variable
59 … separator = '=' * (max_length + 2) + ' ' + '=' * (max_length + len(brief_description_suffix) + 2)
61 print(header1 + (' ' * (max_length - len(header1) + 3)) + header2)
64 …print('|' + arg + '|' + (' ' * (max_length - len(arg))) + ' |' + arg + brief_description_suffix + …
67 …print('.. |' + arg + '|' + (' ' * (max_length - len(arg))) + ' replace:: :doc:`/commands/' + arg +…
/dports/games/openlierox/OpenLieroX/libs/coredumper/src/
H A Dcoredumper.c209 int WriteCoreDumpLimited(const char *file_name, size_t max_length) { in WriteCoreDumpLimited() argument
213 SetCoreDumpLimited(&params, max_length); in WriteCoreDumpLimited()
222 int WriteCoreDumpLimitedByPriority(const char *file_name, size_t max_length) { in WriteCoreDumpLimitedByPriority() argument
226 SetCoreDumpLimitedByPriority(&params, max_length); in WriteCoreDumpLimitedByPriority()
237 int WriteCompressedCoreDump(const char *file_name, size_t max_length, in WriteCompressedCoreDump() argument
244 SetCoreDumpLimited(&params, max_length); in WriteCompressedCoreDump()
252 SetCoreDumpParameter(params, max_length, SIZE_MAX); in ClearCoreDumpParametersInternal()
255 int SetCoreDumpLimited(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimited() argument
261 SetCoreDumpParameter(params, max_length, max_length); in SetCoreDumpLimited()
278 size_t max_length) { in SetCoreDumpLimitedByPriority() argument
[all …]
/dports/www/py-fastapi/fastapi-0.70.0/fastapi/
H A Dparams.py29 max_length: Optional[int] = None,
49 max_length=max_length,
73 max_length: Optional[int] = None,
91 max_length=max_length,
115 max_length: Optional[int] = None,
132 max_length=max_length,
175 max_length=max_length,
216 max_length=max_length,
260 max_length=max_length,
301 max_length=max_length,
[all …]
/dports/devel/py-azure-mgmt-eventhub/azure-mgmt-eventhub-9.1.0/azure/mgmt/eventhub/v2015_08_01/operations/
H A D_event_hubs_operations.py160 …aceName': self._serialize.url("namespace_name", namespace_name, 'str', max_length=50, min_length=6…
161 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
226 …aceName': self._serialize.url("namespace_name", namespace_name, 'str', max_length=50, min_length=6…
227 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
285 …aceName': self._serialize.url("namespace_name", namespace_name, 'str', max_length=50, min_length=6…
286 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
434 …aceName': self._serialize.url("namespace_name", namespace_name, 'str', max_length=50, min_length=6…
435 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
506 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
573 …'eventHubName': self._serialize.url("event_hub_name", event_hub_name, 'str', max_length=50, min_le…
[all …]
/dports/devel/py-pylint-django/pylint-django-2.4.4/pylint_django/tests/input/
H A Dfunc_noerror_foreignkeys.py11 name = models.CharField(max_length=100)
15 author_name = models.CharField(max_length=100)
19 value = models.CharField(max_length=100)
23 book_name = models.CharField(max_length=100)
37 fruit_name = models.CharField(max_length=20)
48 username = models.CharField(max_length=32)
80 line_1 = models.CharField(max_length=100)
81 line_2 = models.CharField(max_length=100)
82 city = models.CharField(max_length=100)
83 postal_code = models.CharField(max_length=100)
/dports/www/seahub/seahub-8.0.7-server/seahub/two_factor/migrations/
H A D0001_initial.py25 ….LowerCaseCharField(help_text='The user that this device belongs to.', max_length=255, unique=True…
26 … ('name', models.CharField(help_text='The human-readable name of this device.', max_length=64)),
28 ('number', models.CharField(max_length=40)),
29 …eahub.two_factor.utils.random_hex, help_text='Hex-encoded secret key', max_length=40, validators=[…
30 …s.CharField(choices=[('call', 'Phone Call'), ('sms', 'Text Message')], max_length=4, verbose_name=…
40 ….LowerCaseCharField(help_text='The user that this device belongs to.', max_length=255, unique=True…
41 … ('name', models.CharField(help_text='The human-readable name of this device.', max_length=64)),
52 ('token', models.CharField(db_index=True, max_length=16)),
60 ….LowerCaseCharField(help_text='The user that this device belongs to.', max_length=255, unique=True…
61 … ('name', models.CharField(help_text='The human-readable name of this device.', max_length=64)),
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/core/
H A Dmodels.py13 name = models.CharField(max_length=32)
17 author = models.CharField(max_length=255)
18 foo = models.CharField(max_length=255, blank=True)
36 author = models.CharField(max_length=255)
49 key = models.CharField(primary_key=True, max_length=10)
53 author = models.CharField(max_length=255)
54 editor = models.CharField(max_length=255)
70 author = models.CharField(max_length=255)
80 name = models.CharField(max_length=255)
89 score = models.CharField(max_length=10)
[all …]
/dports/devel/py-ovsdbapp/ovsdbapp-1.5.0/ovsdbapp/tests/
H A Dutils.py31 def get_rand_name(max_length=None, prefix='test'): argument
39 return get_related_rand_names([prefix], max_length)[0]
44 max_length=constants.DEVICE_NAME_MAX_LEN, prefix=prefix)
47 def get_related_rand_names(prefixes, max_length=None): argument
55 if max_length:
56 length = max_length - max(len(p) for p in prefixes)
67 max_length=constants.DEVICE_NAME_MAX_LEN)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/coredumper/src/
H A Dcoredumper.c189 int WriteCoreDumpLimited(const char *file_name, size_t max_length) { in WriteCoreDumpLimited() argument
193 SetCoreDumpLimited(&params, max_length); in WriteCoreDumpLimited()
202 int WriteCoreDumpLimitedByPriority(const char *file_name, size_t max_length) { in WriteCoreDumpLimitedByPriority() argument
206 SetCoreDumpLimitedByPriority(&params, max_length); in WriteCoreDumpLimitedByPriority()
217 int WriteCompressedCoreDump(const char *file_name, size_t max_length, const struct CoredumperCompre… in WriteCompressedCoreDump() argument
223 SetCoreDumpLimited(&params, max_length); in WriteCompressedCoreDump()
230 SetCoreDumpParameter(params, max_length, SIZE_MAX); in ClearCoreDumpParametersInternal()
233 int SetCoreDumpLimited(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimited() argument
239 SetCoreDumpParameter(params, max_length, max_length); in SetCoreDumpLimited()
254 int SetCoreDumpLimitedByPriority(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimitedByPriority() argument
[all …]
/dports/www/py-django-netfields/django-netfields-1.2.4/test/migrations/
H A D0001_initial.py21 …('network', netfields.fields.CidrAddressField(blank=True, default=None, max_length=43, null=True)),
22 … ('inet', netfields.fields.InetAddressField(blank=True, default=None, max_length=39, null=True)),
39 ('field', netfields.fields.CidrAddressField(max_length=43)),
59 ('field', netfields.fields.InetAddressField(max_length=39)),
89 ('field', netfields.fields.InetAddressField(max_length=39)),
99 ('field', netfields.fields.CidrAddressField(max_length=43, null=True)),
109 ('field', netfields.fields.InetAddressField(max_length=39, null=True)),
119 ('field', netfields.fields.CidrAddressField(max_length=43, unique=True)),
129 ('field', netfields.fields.InetAddressField(max_length=39, unique=True)),
139 ('network', netfields.fields.CidrAddressField(max_length=43)),
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/coredumper/src/
H A Dcoredumper.c189 int WriteCoreDumpLimited(const char *file_name, size_t max_length) { in WriteCoreDumpLimited() argument
193 SetCoreDumpLimited(&params, max_length); in WriteCoreDumpLimited()
202 int WriteCoreDumpLimitedByPriority(const char *file_name, size_t max_length) { in WriteCoreDumpLimitedByPriority() argument
206 SetCoreDumpLimitedByPriority(&params, max_length); in WriteCoreDumpLimitedByPriority()
217 int WriteCompressedCoreDump(const char *file_name, size_t max_length, const struct CoredumperCompre… in WriteCompressedCoreDump() argument
223 SetCoreDumpLimited(&params, max_length); in WriteCompressedCoreDump()
230 SetCoreDumpParameter(params, max_length, SIZE_MAX); in ClearCoreDumpParametersInternal()
233 int SetCoreDumpLimited(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimited() argument
239 SetCoreDumpParameter(params, max_length, max_length); in SetCoreDumpLimited()
254 int SetCoreDumpLimitedByPriority(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimitedByPriority() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/coredumper/src/
H A Dcoredumper.c189 int WriteCoreDumpLimited(const char *file_name, size_t max_length) { in WriteCoreDumpLimited() argument
193 SetCoreDumpLimited(&params, max_length); in WriteCoreDumpLimited()
202 int WriteCoreDumpLimitedByPriority(const char *file_name, size_t max_length) { in WriteCoreDumpLimitedByPriority() argument
206 SetCoreDumpLimitedByPriority(&params, max_length); in WriteCoreDumpLimitedByPriority()
217 int WriteCompressedCoreDump(const char *file_name, size_t max_length, const struct CoredumperCompre… in WriteCompressedCoreDump() argument
223 SetCoreDumpLimited(&params, max_length); in WriteCompressedCoreDump()
230 SetCoreDumpParameter(params, max_length, SIZE_MAX); in ClearCoreDumpParametersInternal()
233 int SetCoreDumpLimited(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimited() argument
239 SetCoreDumpParameter(params, max_length, max_length); in SetCoreDumpLimited()
254 int SetCoreDumpLimitedByPriority(struct CoreDumpParameters *params, size_t max_length) { in SetCoreDumpLimitedByPriority() argument
[all …]
/dports/www/py-django-polymorphic/django-polymorphic-2.1.2/polymorphic/tests/migrations/
H A D0001_initial.py54 ("field_b", models.CharField(max_length=10)),
71 ("name", models.CharField(max_length=10)),
88 ("text", models.CharField(max_length=10)),
115 ("text", models.CharField(max_length=10)),
147 ("b", models.CharField(max_length=1)),
214 ("bar", models.CharField(max_length=100)),
231 ("field1", models.CharField(max_length=10)),
281 ("topic", models.CharField(max_length=10)),
586 ("name", models.CharField(max_length=10)),
720 ("name", models.CharField(max_length=50)),
[all …]
/dports/www/py-social-auth-app-django/social-app-django-4.0.0/social_django/migrations/
H A D0001_initial.py46 models.CharField(max_length=ASSOCIATION_SERVER_URL_LENGTH)),
48 models.CharField(max_length=ASSOCIATION_HANDLE_LENGTH)),
49 ('secret', models.CharField(max_length=255)),
52 ('assoc_type', models.CharField(max_length=64)),
67 ('email', models.EmailField(max_length=75)),
68 ('code', models.CharField(max_length=32, db_index=True)),
84 models.CharField(max_length=NONCE_SERVER_URL_LENGTH)),
86 ('salt', models.CharField(max_length=65)),
99 ('provider', models.CharField(max_length=32)),
100 ('uid', models.CharField(max_length=UID_LENGTH)),
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/agents/
H A Dconfigs.py68 max_length = 200
76 max_length = 1000
84 max_length = 1000
94 max_length = 1000
102 max_length = 1000
112 max_length = 1000
122 max_length = 10
131 max_length = 1000
146 max_length = 1000
161 max_length = 1000
/dports/www/py-django-reversion/django-reversion-3.0.7/tests/test_app/
H A Dmodels.py17 max_length=191,
25 max_length=191,
47 name = models.CharField(max_length=191, primary_key=True)
65 max_length=191,
73 max_length=191,
81 max_length=191,
94 max_length=191,
106 max_length=191,
119 max_length=191,
/dports/games/tuxmath/t4k_common-0.1.1/src/
H A Dt4k_convert_utf.c42 int T4K_ConvertFromUTF8(wchar_t* wide_word, const char* UTF8_word, int max_length) in T4K_ConvertFromUTF8() argument
52 if(max_length > UTF_BUF_LENGTH) in T4K_ConvertFromUTF8()
55 max_length, UTF_BUF_LENGTH); in T4K_ConvertFromUTF8()
74 wcsncpy(wide_word, temp_wchar, max_length); in T4K_ConvertFromUTF8()
88 int T4K_ConvertToUTF8(const wchar_t* wide_word, char* UTF8_word, int max_length) in T4K_ConvertToUTF8() argument
105 if(max_length > UTF_BUF_LENGTH) in T4K_ConvertToUTF8()
108 max_length, UTF_BUF_LENGTH); in T4K_ConvertToUTF8()
126 strncpy(UTF8_word, temp_UTF8, max_length); in T4K_ConvertToUTF8()
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/rules/parameters/
H A DLimitValue.py39 max_length = paramvalue.get('MaxLength', 0)
41 if isinstance(max_length, (six.text_type, six.string_types)):
43 max_length = int(max_length)
46 max_length = 0
48 if isinstance(max_length, six.integer_types):
49 if max_length > value_limit:
52 matches.append(RuleMatch(path, message.format(max_length, value_limit)))
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_iov.cc59 max_length, iov_iter_p); in iov_converter()
73 size_t max_length) { in test_iov_type_pair() argument
96 max_length, &iov_iter); in test_iov_type_pair()
98 (length == max_length) || (cnt == iov1_cnt)); in test_iov_type_pair()
108 max_length, &iov_iter); in test_iov_type_pair()
115 max_length, &iov_iter); in test_iov_type_pair()
151 const size_t max_length = 1024; in UCS_TEST_F() local
157 max_length); in UCS_TEST_F()
160 max_length); in UCS_TEST_F()
163 max_length); in UCS_TEST_F()
[all …]
/dports/devel/py-executing/executing-0.8.2/tests/samples/
H A Dutils2.py28 def truncate(seq, max_length, middle): argument
29 if len(seq) > max_length:
30 left = (max_length - len(middle)) // 2
31 right = max_length - len(middle) - left
36 def truncate_string(string, max_length): argument
37 return truncate(string, max_length, '...')
40 def truncate_list(lst, max_length): argument
41 return truncate(lst, max_length, ['...'])
167 def _sample_indices(length, max_length): argument
168 if length <= max_length + 2:
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql-common/
H A Dpack.c61 ulong STDCALL net_field_length_checked(uchar **packet, ulong max_length) in net_field_length_checked() argument
70 return (len > max_length) ? max_length : len; in net_field_length_checked()
81 return (len > max_length) ? max_length : len; in net_field_length_checked()
87 return (len > max_length) ? max_length : len; in net_field_length_checked()
91 return (len > max_length) ? max_length : len; in net_field_length_checked()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql-common/
H A Dpack.c61 ulong STDCALL net_field_length_checked(uchar **packet, ulong max_length) in net_field_length_checked() argument
70 return (len > max_length) ? max_length : len; in net_field_length_checked()
81 return (len > max_length) ? max_length : len; in net_field_length_checked()
87 return (len > max_length) ? max_length : len; in net_field_length_checked()
91 return (len > max_length) ? max_length : len; in net_field_length_checked()

12345678910>>...392