Lines Matching refs:this

34     $this->is_debug = false;
36 if ($this->is_debug) {
37 …ax_plugin_imapmarkers_map.__construct ID='%s' PLUGIN='%s'", cleanID($ID), $this->getPluginName()));
39 $this->nr_imagemap_handler = -1;
40 $this->nr_imagemap_render = -1;
41 $this->a_areas = array();
42 $this->a_cfg = array();
43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
64 $this->Lexer->addEntryPattern('\{{2}(?i)IMAPMARKERS>[^\}]+\}{2}', $mode, $this->component);
65 $this->Lexer->addPattern('\s*\{{2}(?i)CFG>\}{2}.*?\{{2}<CFG\s*\}{2}\s*', $this->component);
66 $this->Lexer->addPattern('\s*\[{2}.+?\]{2}\s*', $this->component);
74 $this->Lexer->addExitPattern('\{{2}<(?i)IMAPMARKERS\}{2}', $this->component);
86 $this->nr_imagemap_handler++;
87 if ($this->is_debug) {
88 …imapmarkers_map.handle::DOKU_LEXER_ENTER: [%d] MATCH='%s' HANDLER='%s'", $this->nr_imagemap_handle…
91 if ($this->is_debug) {
92 …"syntax_plugin_imapmarkers_map.handle::DOKU_LEXER_ENTER: [%d] IMG='%s'", $this->nr_imagemap_handle…
95 if ($this->is_debug) {
105 if ($this->is_debug) {
106 …gin_imapmarkers_map.handle::DOKU_LEXER_MATCHED: [%d] MATCH='%s' POS=%s", $this->nr_imagemap_handle…
156 $rendered_result = $this->render_text($dokuwiki_link);
162 if ($this->is_debug) {
205 $this->nr_imagemap_render++;
206 if ($this->is_debug) {
207 …syntax_plugin_imapmarkers_map.render::DOKU_LEXER_ENTER: [%d] DATA='%s'", $this->nr_imagemap_render…
214 …imapmarkers-container-%d" class="imapmarkers imapmarkers-container">%s', $this->nr_imagemap_render…
216 …mage media%s imap" usemap="#imapmarkers-map-%d"', $src, $this->nr_imagemap_render, $align, $this->…
240 if (!array_key_exists($this->nr_imagemap_render, $this->a_areas)) {
241 $this->a_areas[$this->nr_imagemap_render] = array();
243 array_push($this->a_areas[$this->nr_imagemap_render], $data);
246 if (!array_key_exists($this->nr_imagemap_render, $this->a_cfg)) {
247 $this->a_cfg[$this->nr_imagemap_render] = array();
249 array_push($this->a_cfg[$this->nr_imagemap_render], $data);
252 if ($this->is_debug) {
253 …ntax_plugin_imapmarkers_map.render::DOKU_LEXER_MATCHED: [%d] DATA='%s'", $this->nr_imagemap_render…
260 if ($this->is_debug) {
261 …ax_plugin_imapmarkers_map.render::DOKU_LEXER_UNMATCHED: [%d] DATA='%s'", $this->nr_imagemap_render…
269 if (array_key_exists($this->nr_imagemap_render, $this->a_areas)) {
270 $nr_areas = count($this->a_areas[$this->nr_imagemap_render]);
272 if (array_key_exists($this->nr_imagemap_render, $this->a_cfg)) {
275 if ($this->is_debug) {
276 …markers_map.render::DOKU_LEXER_EXIT: [%d] DATA='%s' #AREAS=%d #CFGS=%d", $this->nr_imagemap_render…
279 foreach ($this->a_areas[$this->nr_imagemap_render] as $value) {
287 … <map name="imapmarkers-map-%d" class="imapmarkers imapmarkers-map">%s', $this->nr_imagemap_render…
288 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
302 …imapmarkers" shape="%s" coords="%s" alt="%s" title="%s" href="%s" />%s', $this->nr_imagemap_render…
306 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
309 …ink-%d-%d" title="%s" href="%s" class="%s" rel="ugc nofollow">%s</a>%s', $this->nr_imagemap_render…
317 foreach ($this->a_cfg[$this->nr_imagemap_render] as $value) {
325 foreach ($this->a_cfg[$this->nr_imagemap_render] as $key => $value) {
327 …ass="imapmarkers imapmarkers-config" style="display: none;">%s</div>%s', $this->nr_imagemap_render…