Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php431 protected $overall_id = ''; variable in GeSHi
869 $this->overall_id = $id;
3847 if ($this->add_ids && !$this->overall_id) {
3848 $this->overall_id = 'geshi-' . substr(md5(microtime()), 0, 4);
3916 $attrs['id'][] = "$this->overall_id-$i";
4083 if ($this->overall_id != '') {
4084 $attributes .= " id=\"{$this->overall_id}\"";
4358 if ($this->overall_id) {
4359 $selector = '#' . $this->_genCSSName($this->overall_id);
4374 " * CSS class: {$this->overall_class}, CSS id: {$this->overall_id}\
[all...]