Home
last modified time | relevance | path

Searched refs:link (Results 226 – 250 of 1418) sorted by last modified time

12345678910>>...57

/plugin/do/
H A Dhelper.php528 … $link = '<button class="plugin__do_usertasks" title="' . $title . '">' . $doInner . '</button>';
531 …$link = '<span class="plugin__do_usertasks noopentasks" title="' . $title . '">' . $doInner . '</s…
534 return $link;
/plugin/ifauthex/
H A DREADME.md6 You can use the download link URL to install it on DokuWiki directly.
/plugin/feedmod/
H A Daction.php105 …$clink .= ' <a href="' . $event->data['item']->link . '#discussion__section" title="'. $this->get…
113 $footer = str_replace('@URL@', $event->data['item']->link, $footer);
/plugin/odtsupport/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
H A Ddokuwiki_plugin_page.wiki110 …erts a link to an URL defined in the configuration key 'serverurl' (see configuration). The provid…
116 <code>{{serverurl>\subfolder:My <PAGEHASH4> subfolder}}</code> will result in a link to the followi…
/plugin/usecounter/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/fastwiki/
H A Dtemplates.js14 // Add a "show" link for templates which have a <ul> list of action links.
20 var link = $("a[href *= 'do=']", pagetools)[0];
21 if (link) {
22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
/plugin/docnavigation/
H A Daction.php75 if ($data['previous']['link']) {
82 if ($data['toc']['link']) {
89 if ($data['next']['link']) {
98 * Build nice url title, if no title given use original link with original not cleaned id
100 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
103 protected function htmlLink($link) {
110 $title = $this->getTitle($link, $Renderer);
111 $id = ':' . $link['link']
99 htmlLink($link) global() argument
118 getTitle($link, $Renderer) global() argument
[all...]
/plugin/docnavigation/syntax/
H A Dpagenav.php23 * 'link' => string,
103 [$link, $title] = array_pad(explode('|', $linkstr, 2), 2, null);
109 $link = trim($link);
112 if ($index == 1 && empty($link)) {
116 $link = $ns . ':' . $conf['start'];
119 $link = $ns . ':' . noNS($ns);
122 $link = (!getNS($ns) ? ':' : '') . $ns;
125 //store original link with special chars and upper cases
126 $rawlink = $link;
[all...]
H A Dtoc.php224 if (empty($pagedata['previous']['link']) || $pagedata['previous']['link'] != $previouspage) {
233 if (empty($pagedata['next']['link'])) {
236 $nextpageid = $pagedata['next']['link'];
271 $link = html_wikilink(':' . $item['id'], $name);
274 $ret .= $link;
277 $ret .= $link;
/plugin/dw2markdown/
H A Drenderer.php604 * @param array $link attributes of a link
609 public function _formatLink($link) { argument
611 if(substr($link['url'], 0, 7) != 'mailto:') {
612 $link['url'] = str_replace('&', '&amp;', $link['url']);
613 $link['url'] = str_replace('&amp;amp;', '&amp;', $link['url']);
616 $link['title'] = str_replace('&amp;amp;', '&amp;', $link['title']);
620 $link['url'] = strtr($link['url'], array('>' => '%3E', '<' => '%3C', '"' => '%22'));
621 … $link['title'] = strtr($link['title'], array('>' => '&gt;', '<' => '&lt;', '"' => '&quot;'));
623 $res = $link['pre'] . '[' . $link['name'] . '](' . $link['url'] . ')' . $link['suf'];
/plugin/edittable/renderer/
H A Dinverse.php377 function camelcaselink($link) { argument
379 $this->doc .= $link;
/plugin/blog/
H A Daction.php42 $url = parse_url($event->data['item']->link);
/plugin/pubmed2020/site/
H A Ddescription.txt28 ^[[#short]] |link |Show a short pubmed link|
29 ^[[#long]] |link |Show a detailed pubmed link|
30 ^[[#long_abstract]]|link |Show a detailed pubmed link and the complete abstract of the article (if …
31 ^[[#search]] |link |Create a link to a search query over PubMed (you can use MeSH terms, wild…
/plugin/pubmed2020/
H A Dsyntax.php496 $link = $this->pubmed2020->getPubmedSearchURL($id);
499 $renderer->doc .= $link[1];
500 $renderer->doc .= '">'.$link[0].'</a>';
/plugin/captcha/lang/en/audio/
H A DREADME13 the link above for the original files.
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt3 …hole Internet. Today its more of an easy way to link from one wiki to another by having some simpl…
14 …on|XML feed]]. ''%%[[this>]]%%'' is a special case and the only interwiki link which **cannot be c…
20 The shortcut is the one you will be able to use in the link later. In the URL you can use some plac…
H A Dstyleini.txt34 ^''%%__link__%%'' |the general link color (**new** since Greebo) |
/plugin/linksuggest/
H A Daction.php74 if ($entered_ns === '') { // [[:xxx -> absolute link
76 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
109 $link = '';
125 $link = $q;
149 'link' => $link
192 if ($entered_ns === '') { // [[:xxx -> absolute link
194 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
244 'link' => ''
H A Dscript.js119 'link': data.link,
134 let link = item.link;
142 return '[[' + link + '#' + toc.hid + appendSubtitle(toc.title) + appendClosing();
/plugin/s5/ui/blue/
H A Dpretty.css8 :link, :visited {text-decoration: none; color: #F8B73E;}
/plugin/s5/ui/pixel/
H A Dpretty.css8 :link, :visited {text-decoration: none;}
/plugin/s5/ui/dokuwiki/
H A Dpretty.css9 :link, :visited {text-decoration: none; color: #436976;font-style:italic;}
/plugin/s5/ui/flower/
H A Dpretty.css8 :link, :visited {text-decoration: none;}
/plugin/s5/ui/default/
H A Dpretty.css4 :link, :visited {text-decoration: none; color: #00C;}

12345678910>>...57