Home
last modified time | relevance | path

Searched refs:link (Results 376 – 400 of 1418) sorted by last modified time

1...<<11121314151617181920>>...57

/plugin/translate/
H A Dhelper.php295 $link = '<a href="'.$url.'" class="translate" title="'.$text.'">'.$text.'</a>';
297 $out .= '<div class="li">'.$link.'</div>'.DOKU_LF;
/plugin/translate/lang/en/
H A Dnewtrans.txt3 You've followed a link to a translation that doesn't exist yet. If permissions allow, you may creat…
/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/discordnotifier/
H A Dhelper.php108 $link = $this -> _get_url ( $event, null );
110 $description = "{$user} {$event_name} [__{$page}__]({$link})";
/plugin/lms/_test/data/pages/
H A Dlms.txt5 * This is not a link
7 * [[foo:bar]] is also a link
16 Here is more and another [[link]].
/plugin/lms/
H A Dhelper.php211 $link = $instruction[1][0];
212 resolve_pageid($cpns, $link, $exists);
215 $ns = getNS($link);
221 $pages[] = $link;
/plugin/authorstats/
H A Dsyntax.php171 $link = array(
177 …$link = "<a href='" . $link["href"] . "' class='" . $link["class"] . "' title='" . $link["tooltip"…
178 return $link;
/plugin/bpmnioeditor/
H A Dstyle.css923 .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
936 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
950 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css101 .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
114 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
128 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
/plugin/popupviewer/
H A DREADME.md17 …et the name or an additional image. This will be displayed to the user as link to click on for the…
/plugin/openas/
H A Daction.php65 foreach($backlinks as $link) {
66 if(checklock($link)) {
68 $locked_array[$link] = array($id,$orig);
71 $this->resolve_ids($id,$orig,$link);
72 unlock($link);
/plugin/xtern/
H A DREADME.md2 prepends green or red icon to link, to show whether an external link is available.
H A Dadmin.php200 foreach($submatches[0] as $link) {
201 $link = preg_replace("#[^\w\#\?\/]+$#m","",$link);
202 $this->do_check($link,$lineno,$id);
226 $link =$this->local_url($id,$url);
243 echo $status .": $link:\n<br />";
H A Dplugin.info.txt6 desc red or green icons at link show if link is active
H A Daction.php149 $link = preg_quote($this->current);
150 …$matches[0] = preg_replace("#\[\[($link.*?)\]\]#ms", "__ BROKEN-LINK:[[$1]] LINK-BROKEN __", $matc…
/plugin/xtern/lang/en/
H A Dheader.txt4 …n necessary, on a large wiki. Clicking on the wiki pagename in the broken link list opens a new wi…
/plugin/xcom/lang/en/
H A Dhowto.txt40 …Query'' field where the current query is displayed. At the far right is a link which enables you t…
56 …re formatted as tables in which the first column is an action link. If you click that link, the it…
/plugin/xcom/
H A Dstyle.css40 #xcom_status a:link {color:#333;} /* unvisited link */
41 #xcom_status a:visited {color:#333;} /* visited link */
42 #xcom_status a:hover {color:#999;} /* mouse over link */
43 #xcom_status a:active {color:#000;} /* selected link */
/plugin/include/
H A Dstyle.css18 background: transparent url(images/link.gif) 0px 1px no-repeat;
33 /* Disable the default interwiki icon for the user link (if there is any) */
/plugin/include/syntax/
H A Dfooter.php60 $link = array(
68 $xhtml[] = $renderer->_formatLink($link);
97 } else { // DokuWiki versions < 2014-05-05 doesn't have userlink support, fall back to not providing a link
111 $link = $linkback->td($page);
112 if ($link) $xhtml[] = '<span class="linkback">' . $link . '</span>';
/plugin/move/helper/
H A Dhandler.php72 // FIXME this simply assumes that the link pointed to :$conf['start'], but it could also point to another page
94 * if the old link ended with a colon and the new one is a start page, adjust
117 * Uses a relative link only if the original was relative, too. This function is for
130 // first check if the old link still resolves
135 // Work around bug in DokuWiki 2020-07-29 where resolve_pageid doesn't append the start page to a link to
144 return $relold; // old link still resolves, keep as is
149 // check if the link was relative
183 // if the old link ended with a colon and the new one is a start page, adjust
210 // link is still valid as is
214 // only namespace changed, keep CamelCase in link
[all...]
/plugin/move/
H A Dstyle.less130 * page rename link
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md31 - `heading_permalink/insert` - now accepts `none` to prevent the creation of the `<a>` link
270 - Optimized link label parsing
279 - Fixed link label normalization with escaped newlines
297 - Added `footnote/backref_symbol` option for customizing backreference link appearance (#522)
367 - **Heading Permalinks now link to element IDs instead of using `name` attributes** (#602)
H A DREADME.md103 - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php

1...<<11121314151617181920>>...57