Home
last modified time | relevance | path

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

/plugin/extlist/
H A Dsyntax.php35 protected $list_class = array(); // store class specified by macro variable in syntax_plugin_extlist
182 //error_log('olist lv='.$level.' list_class='.$this->list_class['ol'].' num='.$num);
185 if (strpos($this->list_class['ol'], 'alphabet') !== false){
210 $this->list_class[substr($str,2,2)] = trim(substr($str,5,-2));
242 if (isset($this->list_class[$tag])) {
243 // Note: list_class can be empty
244 $class.= ' '.$this->list_class[$tag];
395 // clear list_class
396 $this->list_class
[all...]