Home
last modified time | relevance | path

Searched refs:links (Results 401 – 425 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/html2pdf/multilingual/
H A Dstyle.css68 /* Image links only have class "media", they don't have wikilink 1 and 2 yet */
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog439 * Fixed: images were never rendered as links
1424 * PDFLIB output now allows local links between pages
1426 * PS2PDF and FPDF output now support local links
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php271 $l = $handler->links[$this->link];
971 var $links; //array of internal links variable in FPDF
1547 $this->links = array();
2050 $n=count($this->links)+1;
2051 $this->links[$n]=array(0,0);
2063 $this->links[$link]=array($page,$y);
/plugin/jiralinks/
H A Dplugin.info.txt5 name Jira-links
6 desc Automatically create links to Jira issues and automatically add remote issue links back to the…
H A DREADME.md1 Jira-links
5 add remote issue links back to the wiki pages where these issues are mentioned.
7 For the remote issue links functionality, the curl PHP module needs to be activated.
H A Dstyle.css2 * CSS for the Jira-links syntax plugin
/plugin/gitlab/
H A Dplugin.info.txt6 desc Resolves GitLab comits to commit messages and links to it
/plugin/publistx/
H A DREADME8 Additionally, use parameter author:page:authorpage if you want links to
/plugin/txt2tags/
H A Dsyntax.php119 $links = array();
125 $links[] = $href;
129 return $links;
/plugin/p2ilinkaction/
H A DREADME3links of your website by just one click installation. When user move mouse over the text links, th…
H A Dplugin.info.txt6links of your website by just one click installation. When user move mouse over the text links, th…
/plugin/podcast/blogtng-tpl/
H A Dentry.php41 $links = array( ); variable
45 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
52 if( count( $links )) {
54 echo implode( "\n", $links );
H A Dlist.php26 $links = array( ); variable
30 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
37 if( count( $links )) {
39 echo implode( "\n", $links );
/plugin/workflow/
H A Dscript.js103 var links = '';
105links += wfRenderLink(wfpageid, 'wfRemember(\'' + name + '\',\'' + values[i] + '\');', values[i]) …
107 if (links.length > 0)
108 links = links.slice(0, -3); // remove the extraneous vertical bar after the last value
109 jQuery('#wftable tr:last').after('<tr><td>Remember ' + name + ' = ' + links + '</td></tr>');
/plugin/profiles/
H A Dsyntax.php15 …var $links = array ("facebook" => "https://www.facebook.com/", "github" => "https://github.com/", … variable in syntax_plugin_profiles
64 $ahref = $this->links[$service];
H A Dplugin.info.txt8 desc Add Facebook, GitHub, Google Plus, Linkedin and Twitter profile links
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css75 /* make wiki links look the same as tool links in tool bars */
H A Dbasic.css211 /*____________ links ____________*/
H A Dcontent.css36 /*____________ links to wiki pages (addition to _links) ____________*/
/plugin/geonav/tpl/startermap/
H A Dstyle.ini72 ; these are used for links
/plugin/dokutexit/help/
H A Dtexit.txt33 ^recurse |Add internals links as appendix | on/off/chapter | off |
/plugin/dokutexit/
H A DREADME.md106 To prevent robots from following the links to PDF export, add a `robots.txt` in the root namespace …
/plugin/dokutexit/conf/
H A Dheader-namespace.tex33 % If you want to have colored links in your pdf, change the following line:
H A Dheader-page.tex33 % If you want to have colored links in your pdf, change the following line:
/plugin/aceeditor/
H A DNEWS54 * Fixed syntax highlighting of media and internal links

1...<<111213141516171819