Home
last modified time | relevance | path

Searched refs:ret_str (Results 1 – 3 of 3) sorted by relevance

/plugin/quickstats/GEOIP/
Dcc_arrays_dat.php107 $ret_str = "";
112 $ret_str .= $QSTATS_COUNTRY_CODES[$key]. '::' . $eval."\n";
116 if(!$ret_str) return "";
117 return rawurlencode(trim($ret_str,"\n"));
/plugin/quickstats/scripts/
Dget_useragent.php40 $ret_str = implode('::',$qs_agents); variable
41 echo rawurlencode(rtrim($ret_str,':'));
/plugin/ckgedit/action/
Dedit.php1302 $ret_str = " " . trim($matches[3]) . " " . trim($matches[2]) . " " . trim($matches[1]) ;
1303 return $ret_str;