Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 102) sorted by relevance

12345

/dokuwiki/inc/Parsing/ParserMode/
H A DInternallink.php27 $link = preg_replace(['/^\[\[/', '/\]\]$/u'], '', $match);
30 $link = sexplode('|', $link, 2);
31 if ($link[1] !== null && preg_match('/^\{\{[^\}]+\}\}$/', $link[1])) {
33 $link[1] = Media::parseMedia($link[1]);
35 $link[0] = trim($link[0]);
39 if (link_isinterwiki($link[0])) {
41 $interwiki = sexplode('>', $link[0], 2, '');
44 [$link[0], $link[1], strtolower($interwiki[0]), $interwiki[1]],
47 } elseif (preg_match('/^\\\\\\\\[^\\\\]+?\\\\/u', $link[0])) {
51 [$link[0], $link[1]],
[all …]
H A DMedia.php44 $link = preg_replace(['/^\{\{/', '/\}\}$/u'], '', $match);
47 $link = sexplode('|', $link, 2);
50 $ralign = (bool)preg_match('/^ /', $link[0]);
51 $lalign = (bool)preg_match('/ $/', $link[0]);
65 if (!isset($link[1])) {
66 $link[1] = null;
70 $link[0] = trim($link[0]);
73 $pos = strrpos($link[0], '?');
75 $src = substr($link[0], 0, $pos);
76 $param = substr($link[0], $pos + 1);
[all …]
H A DRss.php24 $link = preg_replace(['/^\{\{rss>/', '/\}\}$/'], '', $match);
27 [$link, $params] = sexplode(' ', $link, 2, '');
48 $handler->addCall('rss', [$link, $p], $pos);
/dokuwiki/inc/parser/
H A Dxhtml.php826 * @param string $link The link name
832 public function camelcaselink($link, $returnonly = false) argument
835 return $this->internallink($link, $link, null, true);
837 $this->internallink($link, $link);
909 $link = [];
916 $link['rel'] = 'nofollow';
927 $link['target'] = $conf['target']['wiki'];
928 $link['style'] = '';
929 $link['pre'] = '';
930 $link['suf'] = '';
[all …]
H A Drenderer.php570 * @param string $link The link name
573 public function camelcaselink($link) argument
590 * @param string $link page ID to link to. eg. 'wiki:syntax'
593 public function internallink($link, $title = null) argument
600 * @param string $link full URL with scheme
603 public function externallink($link, $title = null) argument
622 * @param string $link original link - probably not much use
627 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
634 * @param string $link the link
637 public function filelink($link, $title = null) argument
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DAuthor.php33 public $link; variable in SimplePie\\Author
48 ?string $link = null, argument
52 $this->link = $link;
88 if ($this->link !== null) {
89 return $this->link;
H A DLocator.php245 foreach ($links as $link) {
249 if ($link->hasAttribute('href') && $link->hasAttribute('rel')) {
250 …$this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link->getAttribute('rel'…
251 $line = method_exists($link, 'getLineNo') ? $link->getLineNo() : 1;
254 …$href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $…
256 …$href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $…
262 …'stylesheet', $rel) && $link->hasAttribute('type') && in_array(strtolower($this->registry->call(Mi…
297 foreach ($links as $link) {
298 if ($link->hasAttribute('href')) {
299 $href = trim($link->getAttribute('href'));
[all …]
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php30 $link = ml($id, '', true);
31 …echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/magnifier.png…
35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
36 …echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/mediamanager.…
41 $link = DOKU_BASE . 'lib/exe/mediamanager.php?delete=' . rawurlencode($id) .
43 echo ' <a href="' . $link . '" class="btn_media_delete" title="' . $id . '">' .
H A DDisplay.php107 $link = 'lib/images/fileicons/svg/' . $this->mediaFile->getIcoClass() . '.svg';
108 if (!file_exists(DOKU_INC . $link)) $link = 'lib/images/fileicons/svg/file.svg';
109 return DOKU_BASE . $link;
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_links.css14 .dokuwiki a.wikilink2:link,
24 /* any link to current page */
29 /*____________ other link types ____________*/
41 /* external link */
43 background-image: url(../../images/external-link.svg);
49 /* email link */
55 /* link to some embedded media */
58 /* interwiki link */
62 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/dokuwiki/lib/scripts/
H A Dlinkwiz.js216 let link = this.$entry.val();
219 if (!link) {
243 const syntax = this.createLinkSyntax(link, linkTitle);
244 pasteText(selection, syntax.link, syntax);
271 let link = id;
274 link = LinkWizard.createRelativeID(refId, id);
277 let startofs = link.length;
282 link = this.val.open + link;
284 link += '|';
287 link += title;
[all …]
/dokuwiki/_test/tests/TreeBuilder/cp/
H A Dcomplex.txt5 * This is not a link
7 * [[foo:bar]] is also a link
21 Here is more and another [[link]].
/dokuwiki/lib/plugins/extension/
H A DGuiExtension.php74 $link = [];
84 $link = [
92 $img['alt'] = $link['title'];
100 if ($link) $html .= '<a ' . buildAttributes($link) . '>';
102 if ($link) $html .= '</a>';
452 $link = parse_url($url);
453 $base = $link['host'];
454 if (!empty($link['port'])) $base .= $base . ':' . $link['port'];
455 $long = $link['path'];
456 if (!empty($link['query'])) $long .= $link['query'];
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php14 public $title, $url, $link; variable in FeedImage
H A DFeedItem.php14 public $title, $description, $link; variable in FeedItem
/dokuwiki/inc/Extension/
H A DPluginInterface.php134 * @param string $link
141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
H A DPluginTrait.php257 public function external_link($link, $title = '', $class = '', $target = '', $more = '') argument
261 $link = htmlentities($link);
262 if (!$title) $title = $link;
270 return "<a href='$link'$class$target$more>$title</a>";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php46 ….= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars($this->link)."\"/>\n";
47 $feed .= " <id>".htmlspecialchars($this->link)."</id>\n";
64 $this->items[$i]->link
73 $feed .= " <id>".htmlspecialchars($this->items[$i]->link)."</id>\n";
H A DRSSCreator10.php36 $feed .= " <link>".$this->link."</link>\n";
45 … <rdf:li rdf:resource=\"".htmlspecialchars((string) $this->items[$i]->link)."\"/>\n";
53 $feed .= " <link>".$this->image->link."</link>\n";
60 … $feed .= " <item rdf:about=\"".htmlspecialchars((string) $this->items[$i]->link)."\">\n";
82 $feed .= " <link>".htmlspecialchars((string) $this->items[$i]->link)."</link>\n";
H A DHTMLCreator.php83 $imageStr = "<a href='".$this->image->link."'".$targetInsert.">".
98 …$feedArray[] = "<div class='".$this->stylePrefix."title'><a href='".$this->link."' ".$targetInsert…
117 if ($this->items[$i]->link) {
119 …div class='".$this->stylePrefix."item_title'><a href='".$this->items[$i]->link."' class='".$this->…
H A DGPXCreator.php33 <url>".htmlspecialchars($this->link)."</url>
42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
H A DOPMLCreator.php56 if (isset($this->items[$i]->link)) {
57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";
/dokuwiki/inc/lang/en/
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
/dokuwiki/inc/lang/az/
H A Dbacklinks.txt3 Bu, bu səhifəyə link saxlayan səhifələrin siyahısıdır.
/dokuwiki/inc/lang/ro/
H A Dnewpage.txt3 Ai urmat un link către o pagină care nu există. O poți crea prin apăsarea butonului **Creează aceas…

12345