Home
last modified time | relevance | path

Searched +full:prev_length +(+path:plugin +path:anewssystem) -(+path:plugin +path:anewssystem +path:lang) (Results 1 – 3 of 3) sorted by last modified time

/plugin/anewssystem/conf/
H A Ddefault.php9 $conf['prev_length'] = '500';
H A Dmetadata.php12 $meta['prev_length'] = array('string');
/plugin/anewssystem/
H A Dsyntax.php172 …name="nws_charcount">'.$this->getLang('wordcount2').$this->getConf('prev_length').' )</label><br /…
180 … ' onkeyup="count_chars(this,'.$this->getConf('prev_length').')" >'.
265 … onkeyup="count_chars(this,'.$this->getConf("prev_length").')"
660 if($prefs[0]<10) $prefs[0] = $this->getConf('prev_length');
977 if($prefs[0]<10) $prefs[0] = $this->getConf('prev_length');