Home
last modified time | relevance | path

Searched refs:links (Results 76 – 100 of 472) sorted by relevance

12345678910>>...19

/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js1415 var links = this.ui.statusContainer.getElementsByTagName('div');
1417 if (links.length > 0 && this.isRevisionHistorySupported())
1419 links[0].style.cursor = 'pointer';
1420 links[0].style.textDecoration = 'underline';
1422 mxEvent.addListener(links[0], 'click', mxUtils.bind(this, function()
1519 var links = this.ui.statusContainer.getElementsByTagName('div');
1521 if (links != null && links.length > 0)
1523 links[0].style.cursor = 'pointer';
1525 mxEvent.addListener(links[0], 'click', mxUtils.bind(this, function()
1573 if (links != null && links.length > 0)
[all …]
/plugin/pagemove/
H A Dadmin.php636 * @param links Array of page names on this page.
640 function _pm_updatebacklinks($backlinkingId, $links, $opts, &$brackets) { argument
674 foreach ( $links as $link ) {
682 foreach ( $links as $link ) {
689 foreach ( $links as $link ) {
696 foreach ( $links as $link ) {
743 function _pm_updatelinks(&$text, $links) { argument
744 foreach( $links as $old => $new ) {
/plugin/imagemap/
H A DREADME4 as links. With this plugin, you can not only create an image map,
15 * [[http://w3.org/|{{w3c-logo.png|Even image links work @10,115,80,95,150,115,80,135}}]]
20 capable of it.) There will be three links in the image:
/plugin/translation/
H A Daction.php237 $links = [];
239 $links[] = '<a href="' . wl($ID, ['do' => 'edit', 'fromlang' => $t]) . '">' .
248 implode(', ', $links)
/plugin/button/
H A Dstyle.css51 - template style won't apply to the links because it is not a <a> link.
55 (example below for external links)
H A Dplugin.info.txt6 desc Add button links syntax
/plugin/syntaxmantis/
H A DREADME.md2 Dokuwiki plugin for Mantis-BT links
/plugin/pubchem/
H A DREADME3 Creates PubChem image and links
H A Dplugin.info.txt6 desc Creates PubChem image and links
/plugin/issuelinks/services/
H A DGitHub.service.php160 $links = $utils->parseHTTPLinkHeaders($this->dokuHTTPClient->resp_headers['link']);
161 if (empty($links['next'])) {
164 $endpoint = substr($links['next'], strlen($this->githubUrl));
581 $links = $util->parseHTTPLinkHeaders($headers['link']);
582 preg_match('/page=(\d+)$/', $links['last'], $matches);
/plugin/crosspost/
H A Daction.php215 $links = array();
232 $links[] = $link;
242 join( ' ', $links ) . '</div>';
/plugin/directorylist/
H A Dreadme.md88 This allows 'direct' links using the file:// protocal.
89 …od choice since most browsers, eg. Chrome, forbid the openning of file:// links from non-local pag…
91 Also allows 'link' links that, using the absolute path and dokuwiki basedir, serve weblinks to cont…
/plugin/imagemapping/
H A DREADME4 as links. With this plugin, you can not only create an image map,
15 * [[http://w3.org/|{{w3c-logo.png|Even image links work @10,115,80,95,150,115,80,135}}]]
20 capable of it.) There will be four links in the image:
/plugin/linksuggest/
H A Dplugin.info.txt6 desc ajax autosuggest for links
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Nofollow.txt
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt34 DokuWiki supports multiple ways of creating links.
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
40 DokuWiki supports multiple ways of creating links. External links are recognized
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
49 Internal links are created by using square brackets. You can either just give
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[syntax#internal|this Section]].
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
72 DokuWiki supports [[doku>Interwiki]] links
[all...]
/plugin/rtlink/
H A Dplugin.info.txt6 desc Generates links to RT:: Tickets
/plugin/advanced/lang/en/
H A Dconfig.txt14 …' | [[doku>interwiki]] | interwiki shortcut links |
20 … | [[doku>urlschemes]] | URL schemes to be recognized as links |
/plugin/imagelink/
H A Dplugin.info.txt6 desc create image links with caption
/plugin/interwiki/
H A Dplugin.info.txt6 desc Interwiki links insert helper button on toolbar.
/plugin/linkfix/
H A Dplugin.info.txt6 desc Mass adjust links in the wiki
/plugin/interwikiformatting/
H A DREADME.md10 Interwiki links are a powerful and time saving tool in the belt of any Dokuwiki editor, especially …
12 This plugin attempts to solve that issue by automating the formatting of interwiki links that don't…
14 …ty provided by the plugin's settings should simplify the use of interwiki links, standardize their…
22 This plugin requires no special syntax, simply use interwiki links, *[[shortcut>Some_Page#OptionalA…
39 …d. The mod takes advantage of the built-in methods for creating interwiki links and simple provide…
/plugin/links4pages/
H A Dplugin.info.txt6 desc Add custom links in all PageMenus
/plugin/eventum/
H A Dplugin.info.txt6 desc Makes links to Eventum Issue Tracker
/plugin/actionlink/
H A DREADME.md4 Lets you use action links in your wiki syntax.

12345678910>>...19