Home
last modified time | relevance | path

Searched refs:link (Results 351 – 375 of 1418) sorted by path

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

/plugin/combo/resources/theme/default/components/css/
H A Dlink.css1 a.link-external:not(.btn):not(.nav-link):not(.dropdown-item) {
8 a.link-mail:not(.btn):not(.nav-link):not(.dropdown-item) {
H A Dminimap.css124 /* Active link css */
H A Dpage-explorer-tree.css27 /* Give space when the mouse is over the link */
H A Dsubscribe.css8 border: 1px solid var(--bs-link-color);
17 border: 1px solid var(--bs-link-color);
20 background-color:var(--bs-link-color);
23 border: 1px solid var(--bs-link-color);
24 background-color:var(--bs-link-color);
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-success.hbs3 Check your mailbox and click on the validation link.<br>
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs16 --bs-link-color: {{primary-color-text}};
17 --bs-link-hover-color: {{primary-color-text-hover}};
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css11 * See for the HTML code {@link TplUtility::getRailBar()}
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md140 <td>E:link</td><td>✓</td><td>✗</td>
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md31 - `heading_permalink/insert` - now accepts `none` to prevent the creation of the `<a>` link
270 - Optimized link label parsing
279 - Fixed link label normalization with escaped newlines
297 - Added `footnote/backref_symbol` option for customizing backreference link appearance (#522)
367 - **Heading Permalinks now link to element IDs instead of using `name` attributes** (#602)
H A DREADME.md103 - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
/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/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/confightmlok/
H A DLICENSE183 Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
/plugin/confmanager/lang/en/
H A Dinterwiki.txt1 …the whole net. Today its more of an easy way to link from one wiki to another by having some simpl…
/plugin/confmanager/lang/nl/
H A Dinterwiki.txt1 … meer een makkelijke manier om van de ene naar de andere wiki te verwijzen met simpele link syntax.
/plugin/contactmodern/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/copycode/
H A DREADME.md59 - Updated date and link to github repository
/plugin/crosspost/
H A Daction.php223 $link = '<a ';
229 $link .= 'href="#" onclick="' . 'return cp_link_clicked(this,&quot;' .
232 $links[] = $link;
H A Dstyle.css21 background: transparent url(images/cp-link.gif) 0px 0px no-repeat;
/plugin/csstimeline/
H A Dfeed.php84 $rss->link = DOKU_URL;
93 $image->link = DOKU_URL;
108 $item->link = htmlspecialchars_decode($entry['link']);
110 $item->link = wl($id, '', true, '&');
/plugin/csv/_test/
H A Davengers.csv34 …a mindless husk."" Return 1: ""Ultron later revived Jocasta with a remote link activating the ment…
/plugin/cumulus/
H A Dsyntax.php143 $link = wl($id, '', true);
148 $link = wl($id, array('do'=>'showtag', 'tag'=>noNS($id)), true);
156 $link = wl($id, '', true);
163 $link = wl($word, array('do'=>'search', 'id'=>$word), true);
166 $link = wl($word, 'do=search', true);
172 …$xmlCloude .= '<a href="' .$link . '" class="' . $class .'"' .' title="' . $title . '" style="font…
/plugin/currentlyreading/
H A DREADME3 Displays a book cover and text with link to a story that says "Currently Reading."

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