Searched refs:store_name (Results 1 – 3 of 3) sorted by relevance
/plugin/metadisplay/helper/ |
H A D | html.php | 92 $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 D | plaintext.php | 92 $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 D | remote.php | 274 $store_name = preg_replace('/^\./', $xcom_prefix, "$dir/$file"); 275 $id_name = PAGES ."$cur_dir${store_name}";
|