Home
last modified time | relevance | path

Searched refs:link (Results 401 – 425 of 1418) sorted by last modified time

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php41 foreach ($e->getDocument()->iterator() as $link) {
42 if (! ($link instanceof Link)) {
46 $host = \parse_url($link->getUrl(), PHP_URL_HOST);
53 $link->data->set('external', false);
54 $this->applyRelAttribute($link, false);
59 $this->markLinkAsExternal($link, $openInNewWindow, $classes);
63 private function markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes): void
65 $link->data->set('external', true);
66 $this->applyRelAttribute($link, true);
69 $link
68 markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes) global() argument
83 applyRelAttribute(Link $link, bool $isExternal) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php97 // Create the new link
98 $link = new Link('#' . $this->fragmentPrefix . $headingLink->getSlug(), StringContainerHelper::getChildText($heading, [RawMarkupContainerInterface::class]));
103 $listItem->appendChild($link);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A D10k-common-passwords.txt4366 link
H A Dwords.txt2056 link
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DLICENSE46 separable from, or merely link (or bind by name) to the interfaces of,
/plugin/csv/_test/
H A Davengers.csv34 …a mindless husk."" Return 1: ""Ultron later revived Jocasta with a remote link activating the ment…
/plugin/bloglinks/
H A DCHANGELOG
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/zerolinecss/
H A Daction.php35 foreach( $event->data['link'] as &$link ) {
36 if ( $link['rel'] != 'zerolinecss' || empty($link['href']) ) continue;
38 $data = $this->httpClient->get( DOKU_URL . $link['href'] );
46 'type' => $link['type'],
52 $link = array();
H A DREADME.md25 $headers['link'][] = array(
/plugin/multiorphan/action/
H A Dmultiorphan.php113 $link = urldecode($INPUT->str('link'));
114 saveWikiText($link, '', "Remove page via multiORPHANS");
120 $link = $INPUT->str('link');
122 tpl_mediaFileDetails($link, null);
134 $link = urldecode($INPUT->str('link'));
135 $status = media_delete($link, $AUTH);
437 list($link, $hash) = explode('#', $id, 2);
443 return wl($link) . $hash;
/plugin/multiorphan/
H A Dscript.js263 $.each(linked, function(link) { argument
264 if ( (idx = orphaned.indexOf(link)) > -1 ) {
/plugin/strata/
H A Dmanual.txt45 Contact [link]*: j.doe@example.com, http://www.facebook.com/Jane-Doe
46 Contact [link]: jane.doe@workmail.com
167 There is a single magic value to indicate the empty value: ''%%[[]]%%'' This token can be used with any type, but is especially useful with the [[#types|ref]] and [[#types|page]] types as it will create a link to the page the data block is on.
232 * Subject literals must be enclosed in ''%%[[%%'' and ''%%]]%%'', and are interpreted as if it were a wiki link
H A Dstyle.css55 .dokuwiki .strata-data-fragment-link-previous {
58 .dokuwiki .strata-data-fragment-link-next {
H A DREADME.md22 Contact [link]: john.doe@example.org
29 ?person Contact [link]: ?contact
/plugin/preregister/
H A DREADME.md4 Dokuwiki plugin for registering by means of a confirmation link, with built-in captcha as well as
/plugin/linkscollection/
H A DREADME3 Create a link collection from site tree
H A Dplugin.info.txt6 desc Create a link collection from site tree
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js94 function isDeskLink(link) argument
100 return config != null && link.substring(0, dl) == deskDomain &&
101 (link.substring(dl, dl + 18) == '/helpdesk/tickets/' ||
102 link.substring(dl, dl + 11) == '/a/tickets/');
110 function getIdForDeskLink(link) argument
112 return link.substring(link.lastIndexOf('/') + 1);
216 var link = graph.getLinkForCell(state.cell);
218 if (link != null && isDeskLink(link))
220 var id = getIdForDeskLink(link);
262 function getCellForLink(link) argument
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js408 addedLinks.push(link);
412 var link = addedLinks[i];
413 links.push(link);
415 linkCells[link] = cell;
509 var link = {};
512 link.weight = 0.5;
514 return link;
859 result.push(link);
876 var link = links[i];
881 if (link.source == existingLink.source && link.target == existingLink.target)
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt463 link=Esteka

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