Searched refs:overall_id (Results 1 – 1 of 1) sorted by relevance
460 var $overall_id = ''; variable in GeSHi795 $this->overall_id = $id;3713 if ($this->add_ids && !$this->overall_id) {3714 $this->overall_id = 'geshi-' . substr(md5(microtime()), 0, 4);3785 $attrs['id'][] = "$this->overall_id-$i";3953 if ($this->overall_id != '') {3954 $attributes .= " id=\"{$this->overall_id}\"";4219 if ($this->overall_id) {4220 $selector = '#' . $this->overall_id;4235 " * CSS class: {$this->overall_class}, CSS id: {$this->overall_id}\n".