Home
last modified time | relevance | path

Searched refs:link (Results 201 – 225 of 1418) sorted by relevance

12345678910>>...57

/plugin/redirect2/
H A Dsyntax.php56 $link = html_wikilink($page, $title);
58 $link = '<a href="'.hsc($page).'" class="urlextern">'.hsc($page).'</a>';
62 $message = '<div class="notify">'.sprintf($this->getLang('redirect_to'), $link).'</div>';
/plugin/socialmark/
H A Dlist.txt3 #URL|link text
6 #if link text is not specified, the host name is used.
9 http://www.connectedy.com/add-link.php?remote=1&url=|Connectedy it !
18 http://www.openbm.de/bm.php?outside=1&link=|Openbm it !
/plugin/autolink4/lang/en/
H A Dadmin_help.txt6 * The link for the text.
9 * tt: Hovering over this link will show a tooltip with the page title and abstract. Requires the [[https://www.dokuwiki.org/plugin:autotooltip|autotooltip]] plugin.
10 * once: Only link the first occurrence of this tooltip.
13 For example, this will link the words "Thing," "thing," "Things" and "things" to mywiki:thing, but only inside the mywiki namespace:
/plugin/reflect/
H A Dsyntax.php36 list($desc, $link) = explode('|', $add, 2);
44 if ( trim($link) != '' ) {
45 $array['link'] = trim($link);
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php188 public $link; variable in Google_Userinfo
236 public function setLink( $link) { argument
237 $this->link = $link;
240 return $this->link;
/plugin/menuext/
H A DMenuExtItem.php14 protected $link; variable in dokuwiki\\plugin\\menuext\\MenuExtItem
29 if (isset($data['link'])) $this->link = $data['link'];
39 return $this->linkReplacements($this->link);
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt30 [http://www.staerk.de/thorsten this is an external link] this is right from the link
40 ''This is an italic [[link]]''. '''This is a bold [[link]]'''.
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte158 #link-root {
162 #link-col1 {
165 #link-col2 {
220 .link-style {
255 <div id="link-root">
256 <div id="link-col1">
279 class="link-style">
287 class="link-style">
295 class="link-style">
303 class="link-style">
[all …]
/plugin/multiorphan/action/
H A Dmultiorphan.php113 $link = urldecode($INPUT->str('link'));
114 saveWikiText($link, '', "Remove page via multiORPHANS");
120 $link = $INPUT->str('link');
122 tpl_mediaFileDetails($link, null);
134 $link = urldecode($INPUT->str('link'));
135 $status = media_delete($link, $AUTH);
437 list($link, $hash) = explode('#', $id, 2);
443 return wl($link) . $hash;
/plugin/gemini/
H A Drenderer.php52 foreach ($this->linklist as $number => $link) {
53 $this->doc .= '=> ' . $link['url'] . " [$number] " . $link['title'];
251 public function camelcaselink($link) argument
253 $this->internallink($link);
368 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
382 public function windowssharelink($link, $title = null) argument
384 parent::windowssharelink($link, $title); // TODO: Change the autogenerated stub
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig3 <link rel="stylesheet" type="text/css" href="{{stylesheetUrl}}">
40 <th class="header-page-edit-link">
63 <td class="page-edit-link">
65 … <a target="_blank" class='page-edit-link-a' href="{{pages[page].url}}&do=edit">
66 … <div class='page-edit-link-div' style='background-image:url("{{editImageUrl}}");'></div>
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js92 var link = doc.createElement("link");
93 link.setAttribute("rel", "stylesheet");
94 link.setAttribute("type", "text/css");
95 link.setAttribute("href", url);
96 getHead(doc).appendChild(link);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js92 var link = doc.createElement("link");
93 link.setAttribute("rel", "stylesheet");
94 link.setAttribute("type", "text/css");
95 link.setAttribute("href", url);
96 getHead(doc).appendChild(link);
/plugin/pageredirect/
H A Dsyntax.php155 $link = html_wikilink($page);
157 $link = '<a href="' . hsc($page) . '" class="urlextern">' . hsc($page) . '</a>';
161 $message = '<div class="noteredirect">' . sprintf($this->getLang('redirect_to'), $link) . '</div>';
/plugin/xtern/
H A DREADME.md2 prepends green or red icon to link, to show whether an external link is available.
/plugin/backlinks2/_test/data/pages/
H A Dlink.txt1 ====== A link to Bob Ross ======
5 Another [[backlinks_syntax|link]] to the backlinks page.
/plugin/autolink3/
H A Dadmin.php36 if (isset($_REQUEST['link'])) $page = $_REQUEST['link'];
150 …<th><div style='width:80%;float:left;'>".$this->getLang('link')."</div><div align='right' style='w…
161 <select name = 'link'>
/plugin/prosemirror/parser/
H A DExternalLinkNode.php12 public static function render($renderer, $link, $name) argument
17 $link,
/plugin/webcomics/
H A Dsyntax.php67 $url = (string) $xml->channel->item->link;
79 …$link = '<a href="'.$url .'" alt=""><img src="'.$src.'" title="'.$title.'" alt="'.$alt.'"/></a>'."…
81 return array($link);
/plugin/text/
H A Drenderer.php427 function camelcaselink($link, $returnonly=false) { argument
428 $this->internallink($link,$link);
575 function _formatLink($link) { argument
576 if (!empty($link['name']))
577 return $link['name'];
578 elseif (!empty($link['title']))
579 return $link['title'];
580 return $link['url'];
/plugin/zotero/tests/
H A DTestEntries.txt2 |[[link|ABC123]]|Macke2011|A nice book|Stefan Macke|2011| |
3 |[[link|BCD234]]|Werner2012|A nicer book|Stefan Werner|2012| |
/plugin/dwmenu/
H A DREADME.md10 * link : "link" (default)
/plugin/html2pdf/multilingual/
H A Dsyntax.php110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
114 $out .= ' '.html_wikilink($link,$name).NL;
121 $out .= ' '.html_wikilink($link,$name).NL;
/plugin/linksenhanced/syntax/
H A Dtable.php124 foreach($links as $link)
130 echo '<td><a href="'.$link.'" class="plugin_linksenhanced_pending">'.$link.'</td>';
/plugin/select/
H A Dsyntax.php50 $link = preg_split('/\|/u',$item,2);
51 $arg1 = trim($link[0]);
54 $name = trim($link[1]);

12345678910>>...57