Home
last modified time | relevance | path

Searched refs:root (Results 1 – 7 of 7) sorted by relevance

/web-master/scripts/
H A Dupdate-backend11 // We need the root path for phpweb to write the data there
13 $root = $argv[1]; variable
21 "$root/backend/events.csv");
27 pregenerate_events("$root/backend/events.csv", "$root/include/pregen-events.inc", $months);
32 fetch_ip_to_country($root);
35 pregen_atom("$root/archive/archive.xml", "$root/feed.atom", "$root/include/pregen-news.inc");
37 legacy_rss("$root/feed.atom", "$root/news.rss", "$root/conferences/news.rss");
41 pregenerate_conf_teaser("$root/feed.atom", "$root/include/pregen-confs.inc");
50 $root . '/images/elephpants',
55 usergroups_update_infos($root);
H A Dupdate-user-notes17 $root = $argv[1]; variable
18 if (substr($root,-1) != '/') {
19 $root = "$root/"; variable
53 $bz = popen("bzip2 -9 -c > $root/all.bz2", "w");
66 @mkdir($root.substr($hash,0,2),0755);
68 $file = $root.substr($hash,0,2)."/$hash";
H A Dusergroups_update_infos5 function usergroups_update_infos($root)
10 $nameOfUgCacheFile = $root . "/backend/usergroups.json";
21 $usergroupIcalFileCache = $root . "/backend/events/" . md5($url);
H A Dip-to-country6 function fetch_ip_to_country($root)
11 $ipdb = "$root/backend/ip-to-country.db";
12 $ipidx = "$root/backend/ip-to-country.idx";
H A Drss_parser203 function GenerateRSSFile($root, $aboutLink) {
205 $homepage = getData("$root/index.php");
234 #$RSSNews = GenerateRSSFile($root, "http://php.net/");
235 #$RSSConf = GenerateRSSFile("$root/conferences", "http://php.net/conferences/");
/web-master/
H A Dfbsd_upgrade.txt46 ps ax > /root/pslist-old
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text50 "wp-content" at the root of your site:
144 located at `(MT CGI root)/php/extlib/smarty/plugins`. This will allow

Completed in 17 milliseconds