Home
last modified time | relevance | path

Searched refs:tagsmap (Results 1 – 2 of 2) sorted by relevance

/plugin/exttab2/
H A Dsyntax.php25 var $tagsmap = array(); variable in syntax_plugin_exttab2
34 $this->tagsmap = array(
237 $tagstr = $this->tagsmap[$tag][0];
238 $before = $this->tagsmap[$tag][1].$before;
239 $after = $this->tagsmap[$tag][2].$after;
245 $tagstr = $this->tagsmap[$tag][0];
246 $before = $this->tagsmap[$tag][1].$before;
247 $after = $this->tagsmap[$tag][2].$after;
/plugin/exttab3/
H A Dsyntax.php36 protected $tagsmap; variable in syntax_plugin_exttab3
308 isset($this->tagsmap) || $this->setTagsmap();
337 $before = $this->tagsmap[$tag][0];
338 $after = $this->tagsmap[$tag][1];
351 $before = $this->tagsmap['/'.$tag][0];
352 $after = $this->tagsmap['/'.$tag][1];
362 $this->tagsmap = array(