Home
last modified time | relevance | path

Searched refs:trim (Results 1351 – 1375 of 1709) sorted by last modified time

1...<<51525354555657585960>>...69

/plugin/anewssystem/
H A Daction.php57 $targetpage = htmlspecialchars(trim($target));
95 list($key, $value) = split("=",trim($item),2);
128 list($key, $value) = split(":",trim($item),2);
131 $anchor = trim($value);
133 elseif(($key=='start') && strtotime(trim($value)) < time()) {
142 $news_head = trim($value);
148 …$news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.N…
157 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
177 $elt[0] = trim(strip_tags(str_replace('(','',$elt[0])));
187 if(trim($old_year) !== '') $close_ytag = "</li></ul>".NL;
[all …]
H A Dsyntax.php80 $targetpage = htmlspecialchars(trim($target));
111 $key = trim($key);
168 if (trim($fields[1]) == "textarea") {
179 … ' title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"'.
264 … title="'.trim($this->getLang(trim($fields[5]))).'" '.trim($fields[2]).'"
363 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
372 … 'value="'.$default_anker.'" title="'.trim($this->getLang(trim($fields[5]))).
384 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
415 … ' value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
426 … 'value="'.$default_value.'" title="'.trim($this->getLang(trim($fields[5]))).
[all …]
/plugin/visrep/
H A Dsyntax.php68 $input = trim((string)$dom);
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php62 $p['desc'] = trim($p['desc']);
/plugin/freechat/phpfreechat/src/commands/
H A Dme.class.php21 if (trim($param) == "")
H A Ddeop.class.php15 if (trim($p["param"]) == "")
27 $nicktodeop = trim($p["param"]);
H A Didentify.class.php45 $password = trim($param);
H A Djoin.class.php20 $channame = trim($param);
H A Dnick.class.php21 if (trim($param) == '')
H A Dop.class.php21 if (trim($param) == "")
33 $nicktoop = trim($param);
H A Dredirect.class.php19 if (trim($param) == '')
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php378 $add = trim('\\'.$add);
496 $this->at = trim($this->at).',';
579 $this->selector = trim($this->selector).',';
657 $this->sub_value = trim($this->sub_value).',';
714 $this->selector = trim($this->selector);
879 if($this->get_cfg('preserve_css') || trim($new_val) == '') {
894 $this->css[$media][$selector][$property] = trim($new_val);
937 $value = trim($value);
939 $value = trim($value);
941 $value = trim($value);
[all …]
H A Dclass.csstidy_optimise.php162 $this->sub_value = trim($this->sub_value);
304 $color_tmp[$i] = trim ($color_tmp[$i]);
625 $return[$key] = csstidy_optimise::shorthand(trim($return[$key].$important));
662 $str_value[$i] = csstidy_optimise::explode_ws(' ',trim($str_value[$i]));
783 $new_bg_value = trim($new_bg_value);
H A Dclass.csstidy_print.php207 $output = trim($output);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php992 $this->version = trim(file_get_contents(dirname(__FILE__)."/../version.txt"));
1013 $line = trim($line);
1019 $smiley_str = trim($res[2])."\n";
1160 $nickname = trim($nickname);
H A Dpfccontainer.class.php427 $data["id"] = trim($formated_line[0]);
H A Dphpfreechat.class.php143 $nickname = trim($nickname);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php469 return trim($str);
/plugin/glossary/
H A Dscript.js11 function trim (str) { function
154 var value = trim (jInput.val ()).toLowerCase ();
222 jDiv.html (trim (response));
/plugin/data-graph/
H A Dsyntax.php51 $kv[trim($d[0])] = trim($d[1]);
88 if(trim($g) == $v){
101 if(trim($g) == $v){
114 $g = trim($g);
133 $g = trim($g);
170 $curname = explode(" ", trim($arr[$i]["k"]));
198 print( trim($systems, " ,") . "|\n");
/plugin/poll/
H A Dsyntax.php44 $options[$i] = trim($options[$i]);
47 return array(trim($title), $options);
71 $more = trim(array_shift($options));
/plugin/patchpanel/
H A Dsyntax.php84 $o = trim($o);
87 $opt['name'] = htmlspecialchars(trim($matches[1], '"\''), ENT_QUOTES);
202 $item['label'] = htmlspecialchars(trim($matches[0][1], '"\''), ENT_QUOTES);
213 …$csv .= '"' . $item['port'] . '","' . $item['label'] . '","' . trim($item['comment'], '"\' ') . '"…
214 …$item['comment'] = str_replace(array("\r","\n"), '', p_render('xhtml',p_get_instructions(trim($ite…
/plugin/abbrlist/
H A Dsyntax.php51 $options = trim(substr($match,11,-2));
/plugin/javadoc/
H A Dsyntax.php73 $site = trim(substr($match,8,-1));
/plugin/indexnumber/
H A Dsyntax.php78 $idxId = trim($matches[1]);
85 $description = trim($matches[3]);

1...<<51525354555657585960>>...69