Lines Matching refs:this

18         $code_msg = '# '.$this->getLang('panel_info').'\n';
19 $code_txt = 'text="'.$this->getLang('port_title').'"';
20 $code_url = $code_txt.',link="'.$this->getLang('port_url').'",target="_blank"';
24 …$cl11se12 = '\n11,11:case=close,text="'.$this->getLang('port_close').'"\n12,12:case=serial,text="'…
27 …$of23gb24 = '\n23,23:case=of,text="'.$this->getLang('port_of').'"\n24,24:case=gbic,text="'.$this->…
30 …$cl35se36 = '\n11,35:case=close,text="'.$this->getLang('port_close').'"\n12,36:case=serial,text="'…
33 …$of47gb48 = '\n23,47:case=2of,text="'.$this->getLang('port_2of').'"\n24,48:case=gbic,text="'.$this
49 …$code = '\n<switchpanel showEars=false>\n'.$code_msg.'==text\n'.$this->getLang('name_1x24a').'\n'.…
53 …$code = '\n<switchpanel showEars=false>\n'.$code_msg.'==text\n'.$this->getLang('name_1x48a').'\n'.…
57 …$code = '\n<switchpanel showEars=false>\n'.$code_msg.'==text\n'.$this->getLang('name_2x24a').'\n'.…
58 … $code.= '\n==text\n'.$this->getLang('name_2x24b').'\n'.$rj25_48a.'\n</switchpanel>\n';
61 …$code = '\n<switchpanel showEars=false group=12>\n'.$code_msg.'==text\n'.$this->getLang('name_2x12…
65 …$code = '\n<switchpanel showEars=false group=12>\n'.$code_msg.'==text\n'.$this->getLang('name_4x12…
66 … $code.= '\n==text\n'.$this->getLang('name_4x12b').'\n'.$rj25_48b.'\n</switchpanel>\n';
69 … $code = '\n<switchpanel>\n'.$code_msg.'==text\n'.$this->getLang('name_logo').'\n'.$rj01_24a;
73 …$code = '\n<switchpanel logo=none>\n'.$code_msg.'==text\n'.$this->getLang('name_ears').'\n'.$rj01_…
84 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
95 'title' => $this->getLang('panel_24rj'),
97 'insert' => $this->getCodePanel('24rj'),
102 'title' => $this->getLang('panel_1x24'),
104 'insert' => $this->getCodePanel('1x24'),
109 'title' => $this->getLang('panel_1x48'),
111 'insert' => $this->getCodePanel('1x48'),
116 'title' => $this->getLang('panel_2x24'),
118 'insert' => $this->getCodePanel('2x24'),
123 'title' => $this->getLang('panel_2x12'),
125 'insert' => $this->getCodePanel('2x12'),
130 'title' => $this->getLang('panel_4x12'),
132 'insert' => $this->getCodePanel('4x12'),
137 'title' => $this->getLang('panel_logo'),
139 'insert' => $this->getCodePanel('logo'),
144 'title' => $this->getLang('panel_ears'),
146 'insert' => $this->getCodePanel('ears'),
151 'title' => $this->getLang('rj'),
158 'title' => $this->getLang('of'),
165 'title' => $this->getLang('2of'),
172 'title' => $this->getLang('gbic'),
179 'title' => $this->getLang('serial'),
186 'title' => $this->getLang('close'),
193 'title' => $this->getLang('none'),
200 'title' => $this->getLang('syntax'),