Home
last modified time | relevance | path

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

/plugin/metadisplay/helper/
H A Dhtml.php92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
93 $id_name = PAGES . preg_replace("/\.meta$/","",$store_name) . '.txt';
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { argument
182 echo $store_name ."\n";
H A Dplaintext.php92 $store_name = preg_replace('/^\./', $this->subdir, "$dir/$file");
93 $id_name = PAGES . preg_replace("/\.meta$/","",$store_name) . '.txt';
95 $success = $this->get_data("$dir/$file","$id_name",$store_name);
110 function get_data($file,$id_path,$store_name="") { argument
182 echo "\n----------------\n$store_name";
/plugin/xcom/
H A Dremote.php274 $store_name = preg_replace('/^\./', $xcom_prefix, "$dir/$file");
275 $id_name = PAGES ."$cur_dir${store_name}";