Home
last modified time | relevance | path

Searched refs:max_text_len (Results 1 – 6 of 6) sorted by relevance

/plugin/freechat/phpfreechat/themes/default/
H A Dchat.html.tpl.php30 maxlength="<?php echo $max_text_len; ?>"/>
H A Dchat.js.tpl.php49 var pfc_max_text_len = <?php echo $json->encode($max_text_len); ?>;
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.html.tpl.php30 maxlength="<?php echo $max_text_len; ?>"/>
H A Dchat.js.tpl.php49 var pfc_max_text_len = <?php echo $json->encode($max_text_len); ?>;
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php187 $msg = utf8_substr($msg, 0, $c->max_text_len+25);
189 $msg = utf8_substr($msg, 0, $c->max_text_len);
H A Dpfcglobalconfig.class.php277 var $max_text_len = 400; variable in pfcGlobalConfig