Lines Matching refs:this

21        $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this,'_ajax_call');    
22 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this,'handle_started');
27 if($this->getConf('notoc')) {
47 $this->up = $this->get_up_dir($pathinf ); //inserted in get_dir_list()
49 $list = $this->get_dir_list($pathinf['dirname'], $ns);
58 $this->ul_count = $this->ul_open = $this->ul_closed = 0;
59 $this->get_toc($wikifn);
60 if($this->retv) {
61 echo $this->retv;
64 $up = $this->get_up_dir(pathinfo("$file/file"));
66 … echo "<li><span class='ten__ptb'>" . $this->getLang('notoc') ." $wikifn</span></li></ul>";
71 echo $this->getLang('perm');
79 $this->retv = "";
84 $this->ulcount('open');
86 $up = $this->get_up_dir(pathinfo(wikiFN("$id:file")));
87 $this->retv .= "<UL class='tocsel_li1'>$up\n";
90 $level = $this->format_item($head, $current,$id);
94 $this->retv .= "</UL>\n";
95 $this->ulcount('closed');
97 $this->retv .= "</UL>\n";
98 $this->ulcount('closed');
99 if($this->ul_open > $this->ul_closed) {
100 $this->retv .= "</UL>\n";
109 $this->ulcount('open');
110 $this->retv .= "<UL>\n";
114 $this->retv .= "</UL>\n";
115 $this->ulcount('closed');
118 $this->retv .= '<li>' . $this->format_link($h['title'], $h['hid'],$id) . "</li>\n";
130 if($this->ul_open> 0) $this->retv .="\n" .'<li class="ihidden">';
131 $this->ul_count++;
132 $this->ul_open++;
135 $this->ul_count --;
136 if($this->ul_closed> 0) $this->retv .="</li>\n";
137 $this->ul_closed ++;
143 if(!empty($this->up)) $retdir .= $this->up;
153 $dir_ar[$file] = $this->handle_directory($file, $namespace);
157 $file_ar[$file] = $this->handle_file($file, $namespace);
194 return $this-> handle_up($up); // empty $up = root ns