Home
last modified time | relevance | path

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

/plugin/quickstats/scripts/
H A Dget_geocity.php27 qs_say($helper->getLang('download_fail'), $gzfile);
33 qs_say($helper->getLang('write_fail'), $gzfile);
37 qs_say($helper->getLang('write_fail'), $gzfile);
41 qs_say($helper->getLang('file_saved'), $gzfile);
48 qs_say($helper->getLang('file_saved'), $data_file);
51 qs_say($helper->getLang('no_unpack'), $gzfile);
55 qs_say($helper->getLang('no_geoip_local'));
60 function qs_say(){ function
H A Dget_geocity2.php50 $this->qs_say("testing %s", $url);
52 else $this->qs_say("GeoLiteCity url: %s", $url);
62 $this->qs_say($this->helper->getLang('download_fail'), $gzfile);
68 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
72 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
76 $this->qs_say($this->helper->getLang('file_saved'), $gzfile);
91 $this->qs_say($this->helper->getLang('tar_extracted'), $tar);
93 $this->qs_say($this->helper->getLang('file_exists'),"\n$file\n$tar\n");
120 … $this->qs_say($this->helper->getLang('installing_mmdb'), MMDB);
158 function qs_say(){ function in qs_geoliteCity
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php33 qs_say($helper->getLang('download_fail'), $gzfile);
39 qs_say($helper->getLang('write_fail'), $gzfile);
43 qs_say($helper->getLang('write_fail'), $gzfile);
47 qs_say($helper->getLang('file_saved'), $gzfile);
54 qs_say($helper->getLang('file_saved'), $data_file);
57 qs_say($helper->getLang('no_unpack'), $gzfile);
62 function qs_say(){ function