Lines Matching refs:trim

80         $targetpage   = htmlspecialchars(trim($target));
111 $key = trim($key);
112 if( strpos(trim($postvalue), "\n") !== false ) {
168 if (trim($fields[1]) == "textarea") {
169 $output .= '<p>'.trim($fields[4]);
174 $output .= $this->news_edit_toolbar('news_input_'.trim($fields[0]));
177 ' id="news_input_'.trim($fields[0]).'"'.
178 … ' name="news_input_'.trim($fields[0]).'"'.
179 … ' title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"'.
183 …<a href="javascript:resizeBoxId(\'news_input_'.trim($fields[0]).'\', -20)"><img src="'.$imgBASE.'r…
184 …<a href="javascript:resizeBoxId(\'news_input_'.trim($fields[0]).'\', +20)"><img src="'.$imgBASE.'e…
188 $ansTBox_ID ='anss_textBox_'.trim($fields[0]);
194 $Font[0] = trim($Font[0]); // font-family
195 $Font[1] = trim($Font[1]); // font
260 <div id="anss_textBox_'.trim($fields[0]).'"
263 name="anss_textBox_'.trim($fields[0]).'"
264 … title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"
349 else if (trim($fields[0]) == "anchor") {
357 $output .= '<p>'.trim($fields[4]).'
358 <input class="news_input_'.trim($fields[0]).
359 '" id="news_input_'.trim($fields[0]).
360 '" name="news_input_'.trim($fields[0]).
361 '" type="'.trim($fields[1]).
362 '" '.trim($fields[2]).
363 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
367 $output .= '<input class="news_input_'.trim($fields[0]).
368 '" id="news_input_'.trim($fields[0]).
369 '" name="news_input_'.trim($fields[0]).
371 '" '.trim($fields[2]).
372 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
376 else if (trim($fields[1]) == "date") {
378 $output .= '<p>'.trim($fields[4]).'
379 <input class="news_input_'.trim($fields[0]).
380 '" id="news_input_'.trim($fields[0]).
381 '" name="news_input_'.trim($fields[0]).
382 '" type="'.trim($fields[1]).
383 '" '.trim($fields[2]).
384 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
387 else if (trim($fields[0]) == "author") {
409 $output .= '<p>'.trim($fields[4]).'
410 <input class="news_input_'.trim($fields[0]).
411 '" id="news_input_'.trim($fields[0]).
412 '" name="news_input_'.trim($fields[0]).
413 '" type="'.trim($fields[1]).
414 '" '.trim($fields[2]).
415 … ' value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
418 else if (trim($fields[1]) == "link") {
420 $output .= '<p>'.trim($fields[4]).'
421 <input class="news_input_'.trim($fields[0]).
422 '" id="news_input_'.trim($fields[0]).
423 '" name="news_input_'.trim($fields[0]).
424 '" type="'.trim($fields[1]).
425 '" '.trim($fields[2]).
426 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
430 $output .= '<p>'.trim($fields[4]).'
431 <input class="news_input_'.trim($fields[0]).
432 '" id="news_input_'.trim($fields[0]).
433 '" name="news_input_'.trim($fields[0]).
434 '" type="'.trim($fields[1]).
435 '" '.trim($fields[2]).
436 … 'value="'.trim($fields[3]).'" title="'.trim($this->getLang(trim($fields[5]))).
700 list($key, $value) = split(":",trim($item),2);
704 $anchor = trim($value);
706 elseif(($key=='start') && strtotime(trim($value)) < time()) {
711 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
820 if(($tag!==false) && (stripos($prefs[4],trim($tag))!==false)){
861 list($key, $value) = split(":",trim($item),2);
862 if(($key=='start') && strtotime(trim($value)) < time()) {
867 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
906 $styles .= ' text-align: '.substr(trim($token),1).';';
922 $styles .= ' float: '.substr(trim($token),1).';';
955 …php?id='.$this->getConf('news_output').$this->getConf('act_delim').'tag='.trim($tag).'" class="' .…
1010 list($key, $value) = split(":",trim($item),2);
1013 $anchor = trim($value);
1015 elseif(($key=='start') && strtotime(trim($value)) < time()) {
1023 elseif(($key=='stop') && strtotime(trim($value)) > time()) {
1065 $news_head = trim($value);
1103 …$news_subtitle = '<br /><span class="news_subtitle">'.trim($value).'</span>'.NL; …
1115 if(($tag!==false) && (stripos($prefs[1],trim($tag))!==false)){
1190 list($key, $value) = split("=",trim($item),2);
1222 list($key, $value) = split(":",trim($item),2);
1225 $anchor = trim($value);
1227 elseif(($key=='start') && strtotime(trim($value)) < time()) {
1236 $news_head = trim($value);
1239 …$news_subtitle = '<br /><span class="news_subtitle">'.trim($value).'</span>'.NL; …
1242 …$news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.N…
1256 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
1275 $elt[0] = trim(strip_tags(str_replace('(','',$elt[0])));
1285 if(trim($old_year) !== '') $close_ytag = "</li></ul>".NL;
1291 if(trim($old_month) !== '') $close_mtag = "</li></ul>".NL;
1306 …$news_content = "<br>".'<span class="news_preview">' . trim(substr($news_content,0,(int)$archive_o…
1310 …rchive_options['class']=='page')) $output .= '<div class="archive_item">'.trim($news_date).$news_h…
1311 …else $output .= '<ul><li class="level3"><div class="li">'.trim($news_date).$news_head.$news_conten…