Home
last modified time | relevance | path

Searched refs:tag (Results 26 – 27 of 27) sorted by last modified time

12

/dokuwiki/inc/Form/
H A DTagOpenElement.php8 * Creates an open HTML tag. You have to make sure you close it
16 * @param string $tag
19 public function __construct($tag, $attributes = []) argument
21 parent::__construct('tagopen', $tag, $attributes);
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php222 * Get the link and image tag for the screenshot/thumbnail
343 foreach ($extension->getTags() as $tag) {
349 $url = $this->gui->tabURL('search', ['q' => 'tag:' . $tag]);
350 $html .= '<bdi><a href="' . $url . '">' . hsc($tag) . '</a></bdi>';

12