Home
last modified time | relevance | path

Searched refs:link (Results 226 – 250 of 1418) sorted by relevance

12345678910>>...57

/plugin/dpicorrect/
H A Daction.php46 $link = str_replace(":","/",$matches[1]);
48 $file = 'data/media/'.$link;
53 if(strpos($link,".jpg")!==false) {
62 else if (strpos($link,".png")!==false) {
/plugin/lms/
H A Dhelper.php211 $link = $instruction[1][0];
212 resolve_pageid($cpns, $link, $exists);
215 $ns = getNS($link);
221 $pages[] = $link;
/plugin/cite/lang/nl/
H A Dintro.txt13 link of knop zal verschijnen!
17 Om een permanente link of een link naar de citaties toe te voegen in je document, gebruik je de vol…
35 * **cite_getPermURL()** : Een //permanente link// naar een specifieke paginarevisie
36 …* **cite_getCiteURL()** : Een //citatie link// dus daarmee kun jij anderen de citaties makkelijk l…
/plugin/indexmenu/
H A Daction.php436 $link = '#' . $item['hid'];
438 $link = $item['link'];
442 if ($link[0] == '#') {
443 $link = wl($id, $link, false, '');
445 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>';
541 // $event->data["link"][] = [
547 // $event->data["link"][] = [
553 // $event->data["link"][]
[all...]
/plugin/prosemirror/parser/
H A DWindowsShareLinkNode.php16 public static function render($renderer, $link, $title) argument
18 self::renderToJSON($renderer, 'other', $link, $title);
/plugin/xtern/
H A Dplugin.info.txt6 desc red or green icons at link show if link is active
/plugin/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/clock/
H A Dsyntax.php44 // if 'clock_infopage' contains a link, we convert it
94 $link= $this->getConf('clock_infopage');
95 if (empty($link) ) { // point to plugin page by default
98 $info= "[[$link|Info]]";
/plugin/pgsqlquery/
H A Dsyntax.php94 $link = new PDO($dsn);
97 if( $link )
100 $stmt = $link->query($querystring);
/plugin/cumulus/
H A Dsyntax.php143 $link = wl($id, '', true);
148 $link = wl($id, array('do'=>'showtag', 'tag'=>noNS($id)), true);
156 $link = wl($id, '', true);
163 $link = wl($word, array('do'=>'search', 'id'=>$word), true);
166 $link = wl($word, 'do=search', true);
172 …$xmlCloude .= '<a href="' .$link . '" class="' . $class .'"' .' title="' . $title . '" style="font…
/plugin/translation/
H A Dhelper.php125 $link = ':' . $this->translationNs . $lng . ':' . $idpart;
128 $link = ':' . $this->translationNs . $idpart;
131 return [$link, $name];
176 * Return the (localized) about link
199 * Returns a list of (lc => link) for all existing translations of a page
212 [$link, $name] = $this->buildTransID($t, $idpart);
213 if (page_exists($link)) {
214 $result[$name] = $link;
293 // no link on current page
320 * older than the original page. Tries to link t
[all...]
/plugin/latexport/implementation/
H A Ddecorator_includer.php252 * @param string $link page ID to link to. eg. 'wiki:syntax'
255 function internallink($link, $title = null) { argument
259 $this->internalLinkToInclude = new InternalLink($link, $this->headingLevel, $title);
265 $this->decorator->internallink($link, $title);
270 $this->decorator->internallink($link, $title);
/plugin/uncmap/
H A Dsyntax.php188 $link = substr($ourdoc, $linkoffset);
190 $link = preg_replace('/class=\"(windows|media)\"/','class="' . $newClass . '"',$link);
192 $ourdoc .= $link;
/plugin/indexmenu/images/doku2/
H A Dstyle.css7 .dokuwiki .dtree a:link,
8 .dokuwiki .aside .dtree a:link {
/plugin/bookmarkfile/
H A DREADME.md3 With this DokuWiki plugin you can convert a bookmark file into a hierarchic link list.
4 Thus you can create link lists based on your bookmark files without having to convert them first.
/plugin/editonlink/
H A DREADME.md3 Hower an *inner wiki link* to see an animated decoration and a popover button for editing the page …
19 * Button click is detected by calculating popover position in relation to the parent link.
/plugin/tagsections/syntax/
H A Dtag.php112 $link = tpl_link($format, $name, 'rel="tag" title="'.$entry.'"', true);
114 $link = $name;
117 … return '<span class="tagsections header tag '.implode(' ', $list).'">'.$link.'</span>';
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php145 foreach ($links['link'] as $link) {
146 return hsc(substr($link,0,strpos($link,'|')));
/plugin/singlesearchresult/
H A Daction.php42 $link = wl($pageid, '', true);
43 print "<script type='text/javascript'>window.location.href='$link'</script>";
/plugin/tindexmenu/
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
8 a.node Namespace without url link js
12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
63 /*Namespace without page link in nojs mode. !important has to be used*/
70 /*Namespace with page link (headpage) in nojs mode. !important has to be used*/
/plugin/diagramsnet/lib/js/
H A Dopen.js109 var link = document.createElement('a');
110 link.style.fontDecoration = 'none';
111 window.parent.mxUtils.write(link, fileInfo.title);
112 link.style.cursor = 'pointer';
113 nameTd.appendChild(link);
158 window.parent.mxEvent.addListener(link, 'click', (function(k)
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md10 [link](url){#id1 .class}
14 [link][linkref] or [linkref]
/plugin/autolink3/
H A Dsys.php15 function link_replace($text = NULL, $word, $link, $filename) argument
42 …_replace('/(\W|^)('.$word.')($|[^a-z0-9_\-])/i','\1'."[[".substr($link,0, strlen($link)-4)."|".'\2…
43 $element = link_replace($element, $word, $link, $filename);
/plugin/linksuggest/
H A Dscript.js119 'link': data.link,
134 let link = item.link;
142 return '[[' + link + '#' + toc.hid + appendSubtitle(toc.title) + appendClosing();
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte155 .link-style {
168 <a class="link-style" href={url} download="" on:click={onCopyClipboard}>
174 <a class="link-style" href={url} download="" on:click={onDownloadPNG}>
179 <a class="link-style" href={url}>Link to view</a>
182 <a class="link-style" href={url} download="" on:click={onDownloadSVG}>
187 <a class="link-style" href={iUrl}>Link to Image</a>
190 <a class="link-style" href={svgUrl}>Link to SVG</a>

12345678910>>...57