Home
last modified time | relevance | path

Searched refs:link (Results 51 – 75 of 1418) sorted by last modified time

12345678910>>...57

/plugin/mikioplugin/assets/
H A Dstyles.less203 &.mikiop-type-link {
204 ._mikiop-btn-type('link');
1225 .mikiop-list-group-item-link {
1246 .mikiop-list-group-item-link:hover {
1615 color: var(--mikiop-link-text-color);
1627 color: var(--mikiop-link-text-hover-color);
1766 .mikiop-list-group-item-link:hover {
1802 color: var(--sidebar-link-color);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md41 Parsedown is capable of escaping user-input within the HTML that it generates. Additionally Parsedown will apply sanitisation to additional scripting vectors (such as scripting link destinations) that are introduced by the markdown syntax itself.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe25360 link ed
/plugin/bez/style/
H A Dblock.less26 a:link, a:visited {
/plugin/bez/action/
H A Ddefault.php70 $event->data["link"][] = array (
104 $event->data["link"][] = array (
336 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
337 $link .= '#' . $thread->id;
338 $link .= '</a>';
340 $full = sprintf($this->getLang('notification problems_without_tasks'), $link);
345 'brief' => $link,
359 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
360 $link .= '#' . $thread->id;
361 $link
[all...]
/plugin/imagemapping/
H A DREADME14 * [[wp>image_map|An interwiki link @ 110,50,40]]
16 * {{example.pdf|Direct link to a media file @ 200,100,80,60}}
21 * A link to the wiki page ''wikipage'' in a rectangle.
22 * An interwiki link in a circle.
23 * An external link in a polygon. The link is defined with an image,
25 * A link to a media file
27 For a link to be used in the map, it must define the shape as part of the
28 link text. This is done with the ''@'' character followed by a list of
29 coordinates. The number of coordinates determines the shape of the link
[all...]
/plugin/tagging/action/
H A Dsearch.php120 $link = $this->getSettingsLink($label, 'tagging-logic', $key);
121 $searchForm->addHTML($link, ++$currElemPos);
318 * Returns a link that includes all parameters set by inbuilt search tools
336 // manipulate the link string because there is yet no way for inbuilt search to allow plugins
/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/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/cloud/
H A Dsyntax.php130 $link = wl($page);
139 $link = wl($word, array('do'=>'showtag', 'tag'=>$word));
145 $link = wl($word, array('do'=>'search', 'id'=>$word));
147 $link = wl($word, 'do=search');
155 $renderer->doc .= DOKU_TAB . '<a href="' . $link . '" class="' . $class .'"'
/plugin/xlsx2dw/
H A DREADME.md7 1.1. Download from DokuWiki Extension Manager ([Plugin page link](https://www.dokuwiki.org/plugin:x…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs21802 /* The first link is used. Links are assumed to be fully specified.
22565 case 'dde-link': // 14.6.4 <table:
22911 // TODO: choose correct parent path format based on link delimiters
25189 /*var externbooks = */dir.links.map(function(link) { argument
25191 var rels = parse_rels(getzipstr(zip, get_rels_path(strip_front_slash(link))), link);
25192 return parse_xlink(getzipdata(zip, strip_front_slash(link)), rels, link, opts);
/plugin/gallery/
H A Dsyntax.php
/plugin/api/
H A Daction.php111 foreach ($allLinks as $link) {
112 if ($link['type'] == 'local') {
113 $links[] = $link['page'];
115 $externalLinks[] = $link['href'];
H A DREADME.md50 Used in the `wl` function of the `common.php` file to create a link.
/plugin/orphanswanted/
H A Dplugin.info.txt6 desc Display Orphans, Wanteds and Valid link tables
/plugin/button/
H A Dstyle.css51 - template style won't apply to the links because it is not a <a> link.
52 - if I forced a link here (beside some problems in layout), it will override css given
59 background-image: url(../../images/external-link.png);
H A Dsyntax.php12 [[{namespace:image|extra css}wiki page|Title of the link]]
26 28/04/2015 : Refactored global config handling, add internal media link support, add escaping of userinput (contribution from Peter Stumm https://github.com/lisps/plugin-button)
90 } // Internal link is 300
195 if (preg_match('/\[\[{ *(?<image>[^}\|]*) *\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $matches)) {
200 $this->setStyle($data['link'], $data['title']);
202 $this->setTarget($data['link'], $data['title']);
247 // Test if internal or external link (from handler.php / internallink)
250 if ((substr($match['link'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) || (preg_match('#^mailto:|^([a-z0-9\-\.+]+?)://#i', $match['link']))) {
252 $link['ur
[all...]
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
/plugin/copycode/
H A DREADME.md59 - Updated date and link to github repository
/plugin/tag/
H A Dhelper.php160 * @return string HTML link tags
175 * Returns the link for one given tag
177 * @param string $tag the tag the link shall point to
178 * @param string $title the title of the link (optional)
179 * @param bool $dynamic if the link class shall be changed if no pages with the specified tag exist
180 * @return string The HTML code of the link
221 $link = [
227 Event::createAndTrigger('PLUGIN_TAG_LINK', $link);
228 return '<a href="'.$link['href'].'" class="'.$link['clas
[all...]
/plugin/imapmarkers/syntax/
H A Dmap.php114 $link = $matches[1];
121 $link = $matches[1];
151 $uri = $link;
153 if ($link != "") {
155 $dokuwiki_link = sprintf("[[%s|%s]]", $link, $text);
165 …$args = array($state, self::MATCH_IS_AREA, $is_correct, $err_msg, $link, $loc_id, $text, $num_coor…
289 …list($state, $match_type, $is_correct, $err_msg, $link, $loc_id, $text, $num_coords, $a_coords_s, …
290 $link = ($link == "") ? "#" : $link;
307 … list($state, $match_type, $is_correct, $err_msg, $link, $loc_id, $text, $a_coords) = $value;
308 $link = ($link == "") ? "#" : $link;
[all …]
/plugin/imapmarkers/
H A DREADME.md50 ```IMAGE-LINK``` is a normal DokuWiki image link, [see here](https://www.dokuwiki.org/images), this…
60 ```LINK``` is an ordinary [DokuWiki-link](https://www.dokuwiki.org/link).
61 This may be an external, internal or interwiki link.
62 If the area or marker is clicked, this link is opened.
95 **"marker"**: (string) ```"LINK"``` -- Internal or external link to an image.
/plugin/recommend/
H A Dadmin.php112 $link = wl(
131 …$form .= '<td><a class="deletePattern" href="' . $link . '">' . $this->getLang('assign_del') . '</…

12345678910>>...57