Searched refs:it_datastore (Results 1 – 3 of 3) sorted by relevance
23 if($this->getConf('it_data')==false) $it_datastore = DOKU_CONF."../data/meta/"; variable24 else $it_datastore = DOKU_CONF."../". $this->getConf('it_data'); variable27 $i = strrchr ($it_datastore, chr(47)); // chr(47) = "/"28 $j = strrchr ($it_datastore, chr(92)); // chr(92) = "\"29 … if(($i !== strlen($it_datastore)) && ($i !== strlen($it_datastore))) { $it_datastore .= chr(47); }33 $xprojects = $this->__find_projects($it_datastore);41 if(is_file($it_datastore.$project.'.issues') == true) {42 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));
1927 if($this->getConf('it_data')==false) $it_datastore = DOKU_CONF."../data/meta/";1928 else $it_datastore = DOKU_CONF."../". $this->getConf('it_data');1931 $i = strrchr ($it_datastore, chr(47)); // chr(47) = "/"1932 $j = strrchr ($it_datastore, chr(92)); // chr(92) = "\"1933 … if(($i !== strlen($it_datastore)) && ($i !== strlen($it_datastore))) { $it_datastore .= chr(47); }1937 $xprojects = $this->__find_projects($it_datastore);1945 if(is_file($it_datastore.$project.'.issues') == true) {1946 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));1959 if($this->getConf('it_data')==false) $pfile = $it_datastore.$data['project'].'.issues';1960 else $pfile = $it_datastore.$data['project'].'.issues';
3706 if($this->getConf('it_data')==false) $it_datastore = DOKU_CONF."../data/meta/";3707 else $it_datastore = DOKU_CONF."../". $this->getConf('it_data');3710 $i = strrchr ($it_datastore, chr(47)); // chr(47) = "/"3711 $j = strrchr ($it_datastore, chr(92)); // chr(92) = "\"3712 … if(($i !== strlen($it_datastore)) && ($i !== strlen($it_datastore))) { $it_datastore .= chr(47); }3716 $xprojects = $this->__find_projects($it_datastore);3723 if(is_file($it_datastore.$project.'.issues') == true) {3724 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));3737 if($this->getConf('it_data')==false) $pfile = $it_datastore.$project.'.issues';3738 else $pfile = $it_datastore.$project.'.issues';