Lines Matching +full:it_data +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang)

280 …        if($this->getConf('it_data')==false) $pfile = DOKU_CONF."../data/meta/".$project.'.issues';
281 else $pfile = DOKU_CONF."../". $this->getConf('it_data').$project.'.issues';
328 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
329 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
364 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
365 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
688 …if($this->getConf('it_data')==false) $comments_file = DOKU_CONF."../data/meta/".$project."_".$_REQ…
689 …else $comments_file = DOKU_CONF."../". $this->getConf('it_data').$project."_".$_REQUEST['comment_i…
821 …if($this->getConf('it_data')==false) $modfile = DOKU_CONF."../data/meta/".$project.'_'.$issue_id.'…
822 … else $modfile = DOKU_CONF."../". $this->getConf('it_data').$project.'_'.$issue_id.'.mod-log';
1473 …if($this->getConf('it_data')==false) $cfile = DOKU_CONF."../data/meta/".$project."_".$issue_id.'.c…
1474 else $cfile = DOKU_CONF."../". $this->getConf('it_data').$project."_".$issue_id.'.cmnts';
1977 …if($this->getConf('it_data')==false) $modfile = DOKU_CONF."../data/meta/".$project.'_'.$issue[$iss…
1978 …else $modfile = DOKU_CONF."../". $this->getConf('it_data').$project.'_'.$issue[$issue_id]['id'].'.…
3198 if($this->getConf('it_data')==false) $pfile = DOKU_CONF."../data/meta/".$project.'.issues';
3199 else $pfile = DOKU_CONF."../". $this->getConf('it_data').$project.'.issues';
3246 …if($this->getConf('it_data')==false) $modfile = DOKU_CONF."../data/meta/".$project.'_'.$issue_id.'…
3247 … else $modfile = DOKU_CONF."../". $this->getConf('it_data').$project.'_'.$issue_id.'.mod-log';
3285 if($this->getConf('it_data')==false) $filename = DOKU_CONF."../data/meta/it_eventcheck.txt";
3286 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3311 if($this->getConf('it_data')==false) $filename = DOKU_CONF."../data/meta/it_eventcheck.txt";
3312 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3356 if($this->getConf('it_data')==false) $filename = DOKU_CONF."../data/meta/it_eventcheck.txt";
3357 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3359 if($this->getConf('it_data')==false) $path = DOKU_CONF."../data/meta/";
3360 else $path = DOKU_CONF."../".$this->getConf('it_data');
3443 if($this->getConf('it_data')==false) $filename = DOKU_CONF."../data/meta/it_eventcheck.txt";
3444 else $filename = DOKU_CONF."../". $this->getConf('it_data').'it_eventcheck.txt';
3513 if($this->getConf('it_data')==false) $target_path = "data/meta/";
3514 else $target_path = $this->getConf('it_data');
3706 if($this->getConf('it_data')==false) $it_datastore = DOKU_CONF."../data/meta/";
3707 else $it_datastore = DOKU_CONF."../". $this->getConf('it_data');
3737 if($this->getConf('it_data')==false) $pfile = $it_datastore.$project.'.issues';