Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 472) sorted by path

12345678910>>...19

/plugin/404manager/
H A DREADME.md15 in order to move page around. The most important problem is that thus external links become obsolet…
/plugin/a2s/
H A Ddemo.txt113 … [[doku>config:canonical|canonical]] setting and always generate absolute links. Since neither lib…
/plugin/accscounter/lang/en/
H A Dmovedirection.txt7 **Be careful, once you click one of following links, the system will __start to move or delete the …
/plugin/accscounter/lang/pt-br/
H A Dmovedirection.txt7 **Cuidado, depois de clicar em um dos links a seguir, o sistema __ começará a mover ou excluir os a…
/plugin/aceeditor/
H A DNEWS54 * Fixed syntax highlighting of media and internal links
/plugin/acronym/
H A DREADME22 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic
40 2010-04-15: 3 hours: external links work
/plugin/actionlink/
H A DREADME.md4 Lets you use action links in your wiki syntax.
H A Dplugin.info.txt6 desc Lets you use action links in your wiki syntax
/plugin/addressbook/
H A DREADME.md55 Contact search results are display on the search results page. In order to activate links to show o…
/plugin/adfs/phpsaml/
H A DREADME.md1157 echo '<p><a href="?slo" >Logout</a></p>'; // Print some links with possible
/plugin/advanced/lang/en/
H A Dconfig.txt14 …' | [[doku>interwiki]] | interwiki shortcut links |
20 … | [[doku>urlschemes]] | URL schemes to be recognized as links |
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt9 | %%[[wp>InterWiki]]%% | [[wp>InterWiki]] | links to the English language Wikipedia |
10 | %%[[phpfn>random]]%% | [[phpfn>random]] | links to a function in the PHP manual |
11 | %%[[google>Wiki]]%% | [[google>Wiki]] | links to a Google search |
12 | %%[[doku>interwiki]]%% | [[doku>interwiki]] | links to the DokuWiki wiki |
14 | %%[[this>feed.php]]%% | [[this>feed.php]] | links to your wiki's URL. The example links to th…
/plugin/ahrefmenu/
H A Dgenerate_map.py84 self.links = []
121 self.links.append(lnk)
126 for lnk in self.links:
263 for lnk in self.network.links:
308 for lnk in self.network.links:
327 self.export_item(self.network.links[0].place_from, self.network.links[0].caption, 1)
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md66 Beware that this still allows users to insert unsafe scripting vectors, such as links like `[xss](javascript:alert%281%29)`.
/plugin/anewssystem/
H A Dsyntax.php725 $links = array();
727 $links = $this->replace_links($pattern, $value, 'url');
742 $links = $this->replace_placeholder($links, $prvw_string, 'url');
1036 $links = array();
1057 $links = $this->replace_placeholder($links, $prvw_string, 'url');
1385 preg_match_all($pattern, $value, $links);
1387 foreach($links[0] as $link) {
1391 return $links;
1395 function replace_placeholder($links, &$prvw_string, $r_string) { argument
1397 foreach($links[0] as $link) {
[all …]
/plugin/api/_test/
H A Dpage.test.php110 $actualLinks = $data['links'];
/plugin/api/
H A Daction.php109 $links = array();
113 $links[] = $link['page'];
118 $data['links'] = $links;
/plugin/articlelinks/
H A DREADME3 Creates mediawiki style links to main articles for a topic
H A Dplugin.info.txt6 desc Creates mediawiki style links to main articles for a topic
H A Dsyntax.php56 $links = $this->getLang('related articles');
60 $links = $this->getLang('related article');
64 $links = $this->getLang('main article');
68 $links = $this->getLang('related section');
72 $links = '';
75 …$links .= substr($match,strpos($match, '>') + 1 , strpos($match, $endtag) - strpos($match, '>') -1…
76 $data['links'] = p_get_instructions($links);
/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php363 public $links; variable in Google_GanService
380 …$this->links = new Google_LinksServiceResource($this, $this->serviceName, 'links', json_decode('{"…
H A DGoogle_OrkutService.php971 public $links; variable in Google_Activity
1005 $this->links = $links;
1230 public $links; variable in Google_Comment
1264 $this->links = $links;
1354 public $links; variable in Google_Community
1410 $this->links = $links;
1681 $this->links = $links;
1877 $this->links = $links;
2143 $this->links = $links;
2277 $this->links = $links;
[all …]
H A DGoogle_TasksService.php344 public $links; variable in Google_Task
394 public function setLinks(/* array(Google_TaskLinks) */ $links) { argument
395 $this->assertIsArray($links, 'Google_TaskLinks', __METHOD__);
396 $this->links = $links;
399 return $this->links;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DSpan.php126 public function setLinks(Links $links) argument
128 $this->links = $links;
135 return $this->links;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectDiagnostics.php49 public function setLinks($links) argument
51 $this->links = $links;
58 return $this->links;

12345678910>>...19