Home
last modified time | relevance | path

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

/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Text_Flowed/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Text_Flowed/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/textproc/pear-Horde_Text_Flowed/Horde_Text_Flowed-2.0.4/lib/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Text_Flowed/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
269 empty($this->_maxlength) ||
270 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
290 if ($min <= $this->_maxlength) {
291 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Text_Flowed/Horde/Text/
H A DFlowed.php30 protected $_maxlength = 78; variable in Horde_Text_Flowed
94 $this->_maxlength = $max;
272 empty($this->_maxlength) ||
273 … ((Horde_String::length($line, $this->_charset) + $num_quotes) <= $this->_maxlength)) {
293 if ($min <= $this->_maxlength) {
294 $regex[] = '^(.{' . $min . ',' . $this->_maxlength . '}) (.*)';
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xoopsform/
H A Dformtext.php41 public $_maxlength; variable in XoopsFormText
65 $this->_maxlength = (int)$maxlength;
86 return $this->_maxlength;
H A Dformpassword.php41 public $_maxlength; variable in XoopsFormPassword
76 $this->_maxlength = (int)$maxlength;
98 return $this->_maxlength;
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/models/
H A Dtask_event_label_schema.py50 self._maxlength = None
110 return self._maxlength
121 self._maxlength = maxlength
H A Dtask_event_name.py55 self._maxlength = None
141 return self._maxlength
152 self._maxlength = maxlength
H A Dtask_events_snapshot_snapshot_export_tos3_s3auth_schema_secret_key.py55 self._maxlength = None
141 return self._maxlength
152 self._maxlength = maxlength
H A Dtask_event_label.py59 self._maxlength = None
148 return self._maxlength
159 self._maxlength = maxlength
H A Dtask_events_sshkey_sshkey_add_sshkey.py57 self._maxlength = None
146 return self._maxlength
157 self._maxlength = maxlength
/dports/games/cowsay/rank-amateur-cowsay-cowsay-3.04/cows/
H A DTextBalloon.pm133 sub _maxlength subroutine
167 my $max = _maxlength(@message);
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/codec/
H A Dwhoosh3.py712 if length > self._maxlength:
713 self._maxlength = length
747 self._maxlength = 0
786 length_to_byte(self._maxlength),
861 return self._maxlength
908 self._maxlength = None
949 self._maxlength = byte_to_length(mxlen)
1061 return self._maxlength
1153 self._maxlength = max(self._maxlength, block.max_length())
1181 maxlength = length_to_byte(self._maxlength)
[all …]
/dports/devel/rpc2/rpc2-2.14/rpc2-src/
H A Dmulti2.c388 int32_t _length, _maxlength; in pack() local
509 _maxlength = ((RPC2_BoundedBS *)(*args))->MaxSeqLen; in pack()
517 _maxlength = (*(*args)->bbs).SeqLen; in pack()
523 _maxlength = (*(*args)->bbsp)->MaxSeqLen; in pack()
529 _maxlength = (*(*args)->bbsp)->MaxSeqLen; in pack()
534 *(int32_t *)(*_ptr) = htonl(_maxlength); in pack()
824 int32_t _length, _maxlength; in new_unpack() local
925 _maxlength = ntohl(*(int32_t *)(*_ptr)); in new_unpack()
938 bbsbodyp->MaxSeqLen = _maxlength; in new_unpack()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/msforms/
H A Dvbatextbox.cxx84 ScVbaTextBox::setMaxLength( sal_Int32 _maxlength ) in setMaxLength() argument
86 sal_Int16 nTmp( _maxlength ); in setMaxLength()
H A Dvbatextbox.hxx42 virtual void SAL_CALL setMaxLength( sal_Int32 _maxlength ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/msforms/
H A Dvbatextbox.cxx84 ScVbaTextBox::setMaxLength( sal_Int32 _maxlength ) in setMaxLength() argument
86 sal_Int16 nTmp( _maxlength ); in setMaxLength()
H A Dvbatextbox.hxx41 virtual void SAL_CALL setMaxLength( sal_Int32 _maxlength ) override;
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Dsysproto.h18 char *strncpy P((char *_target, const char *_source, unsigned _maxlength));
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dreading.py71 self._maxlength = maxlength
89 self._maxlength = max(self._maxlength, length)
115 return self._maxlength
/dports/www/pear-Horde_Form/Horde_Form-2.0.20/lib/Horde/Form/
H A DType.php327 var $_maxlength; variable in Horde_Form_Type_text
352 $this->_maxlength = $maxlength;
359 if (!empty($this->_maxlength) && Horde_String::length($value) > $this->_maxlength) {
361 …= sprintf(Horde_Form_Translation::t("Value is over the maximum length of %d."), $this->_maxlength);
386 return $this->_maxlength;