Home
last modified time | relevance | path

Searched refs:link (Results 376 – 400 of 1418) sorted by relevance

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

/plugin/recommend/
H A Dadmin.php112 $link = wl(
131 …$form .= '<td><a class="deletePattern" href="' . $link . '">' . $this->getLang('assign_del') . '</…
/plugin/backlinks2/_test/data/pages/aaa/bbb/cc/
H A Dlink_namespace.txt3 This is [[:mmm:nnn:ooo:|link to a namespace]].
H A Dlink_a.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
H A Dlink_b.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
H A Dlink_d.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
H A Dlink_c.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
/plugin/nodetailsxhtml/
H A DREADME.md4 XHTML renderer replacement without details link for internal images.
/plugin/backlinks2/_test/data/pages/exclude/
H A Dlink.txt1 ====== An excluded link to Bob Ross ======
/plugin/backlinks2/_test/data/pages/include/
H A Dlink.txt1 ====== An included link to Bob Ross ======
/plugin/photogallery/
H A Dsyntax.php457 $link = $item->link;
458 if(!preg_match('/^https?:\/\//i',$link)){
459 if($link[0] == '/'){
460 $link = $host.$link;
462 $link = $host.$path.$link;
477 'detail' => $link,
/plugin/crosspost/
H A Daction.php223 $link = '<a ';
229 $link .= 'href="#" onclick="' . 'return cp_link_clicked(this,&quot;' .
232 $links[] = $link;
/plugin/directorylist/
H A Dreadme.md86 Adding a new 'type' option to the directorylist syntax to enable different types of href link.
91 Also allows 'link' links that, using the absolute path and dokuwiki basedir, serve weblinks to cont…
101 <directorylist: [...] type="link">
/plugin/backlinks2/_test/data/pages/aaa/
H A Dlink.txt3 This is [[:mmm:nnn:ooo:start|link to a start page]].
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js470 var link = document.createElement('a');
471 link.style.cursor = 'pointer';
480 link.appendChild(img);
483 mxUtils.write(link, label);
484 mxEvent.addListener(link, 'click', fn);
486 div.appendChild(link);
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest18.txt8 [[test18|Rekurzivni link]]
H A Dtest16.txt4 ====== Another link ======
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php270 $expected->link = ['http://example.org/', 'http://example.com/'];
318 public $link = []; variable in Sabre\\Xml\\Order
/plugin/owncloud/ajax/
H A Dfilelist.php57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder)); variable
63 …echo '<td class="col0" '.$padding.'> '.$link.' </td><td class="col1"> </td><td class="col2 filein…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFacebook.php26 * @link https://developers.facebook.com/docs/reference/login/
27 * @link https://developers.facebook.com/tools/explorer For a list of permissions use 'Get Access Token'
/plugin/tagging/script/
H A Dsearch.js31 const $link = jQuery(element);
33 if ($link.attr('href').indexOf('tagging-logic') === -1) {
34 $link.attr('href', $link.attr('href') + '&tagging-logic=and');
93 $resultLinks.toArray().forEach(function(link) { argument
94 const text = jQuery(link).text();
167 $link = jQuery(this);
168 const qParam = $link[0]['href'].match(/q=[^&]*/)[0];
169 $link[0]['href'] = $link[
[all...]
/plugin/openid/Auth/Yadis/
H A DParseHTML.php192 foreach ($link_matches[0] as $link) {
194 preg_match_all($this->_attr_find, $link, $attr_matches);
/plugin/batchedit/
H A Dstyle.css8 --batchedit-link: __link__;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_and_reference.md1 link [ref1]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md6 github_changelog_generator --user=schmittjoh --project=serializer --pull-requests --no-compare-link
/plugin/preregister/
H A DREADME.md4 Dokuwiki plugin for registering by means of a confirmation link, with built-in captcha as well as

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