Lines Matching refs:this

96 			if ($this->getConf('structure') == 'flat') {
97 …$posts = $this->read_dir_to_array($ID . '/', 'file', '/^[0-9]{4}-[0-9]{2}-[0-9]{2}-[0-9]{6}\.txt$/…
111 $years = $this->read_dir_to_array($ID . '/', 'dir');
117 $months = $this->read_dir_to_array($ID . '/' . $year . '/', 'dir');
122 $days = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/', 'dir');
127 $posts = $this->read_dir_to_array($ID . '/' . $year . '/' . $month . '/' . $day . '/',
164 $ts = $this->getTimestampFromFile($file);
167 $str .= $this->getDateHeader($ts);
175 $post_url = $this->getUrlPartFromTimestamp($ID, $ts);
176 $edit_url = $this->getRewriteUrl($post_url, 'do=edit', false);
178 $timestamp = date($this->getConf('datefooter'), $ts);
179 …{permalink}', '{edit}'), array($timestamp, $post_url, "this>$edit_url"), $this->getConf('footer'));
196 $date = date($this->getConf('dateheader'), $ts);
208 if ($this->getConf('structure') == 'flat') {
242 if ($this->getConf('structure') == 'flat') {
302 $page = $this->getUrlPartFromTimestamp($ID, time());
304 $hilf = $this->getRewriteUrl($page, 'do=edit');
321 $html .= $this->getRewriteUrl($ID, "page=$page");
391 $renderer->doc .= $this->newPostLink($this->getConf('newlabel'));
395 … $recents = $this->getPosts($ID, $this->getConf('numposts'), ($page * $this->getConf('numposts')));
396 $compiled = $this->compilePosts($recents);
408 if (sizeof($recents) == $this->getConf('numposts')) {
409 …$renderer->doc .= '<div id="blogolder">' . $this->pagingLink($page+1, $this->getConf('olderlabel')…
414 …$renderer->doc .= '<div id="blognewer">' . $this->pagingLink($page-1, $this->getConf('newerlabel')…