Home
last modified time | relevance | path

Searched refs:link (Results 76 – 100 of 1418) sorted by relevance

12345678910>>...57

/plugin/txt2tags/
H A Dlinkwiz.js211 var link = dw_linkwiz.$entry.val(),
213 if(!link) {
236 link.indexOf(':') == -1){
237 link = ':' + link;
240 var so = link.length;
245 link = dw_linkwiz.val.open+stxt+' | '+link+dw_linkwiz.val.close;
250 link = dw_linkwiz.val.open+link+dw_linkwiz.val.close;
251 so = link.length-4;
257 pasteText(sel,link,{startofs: so, endofs: eo});
/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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md3 link should be url decoded: <http://en.wikipedia.org/wiki/Mase_%28disambiguation%29>
11 [I'm an inline-style link](https://www.google.com)
13 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
15 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
19 Or leave it empty and use the [link text itself]()
21 A [link [in a link](http://example.com)](http://example.com)
/plugin/statistics/
H A Dhelper.php66 * Return a link to the DB, opening the connection if needed
100 $link = $this->dbLink();
101 if(!$link) return null;
103 $result = mysqli_query($link, $sql_string);
105 dbglog('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
106 msg('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
121 if(mysqli_insert_id($link)) {
122 $resultarray = mysqli_insert_id($link); //give back ID on insert
/plugin/latexport/implementation/
H A Ddecorator.php123 function input($link) { argument
125 $this->decorator->input($link);
200 * @param string $link The anchor name.
203 function anchor($link, $title = null) { argument
205 $this->decorator->anchor($link, $title);
722 * @param string $link The link name
725 function camelcaselink($link) { argument
727 $this->decorator->camelcaselink($link);
772 $this->decorator->rss($link, $title);
793 * @param string $link the link
[all …]
/plugin/autotooltip/
H A Dhelper.php133 $link = $this->localRenderer->internallink($id, $content ?: $title, null, true);
136 $link = $this->stripNativeTooltip($link);
137 return $this->forText($link, $meta['abstract'], $title, $preTitle, $classes, $textClasses);
140 return $link;
162 * @param string $link
165 public function stripNativeTooltip($link) {
166 return preg_replace('/title="[^"]*"/', '', $link);
164 stripNativeTooltip($link) global() argument
/plugin/highlightparent/
H A Daction.php40 $link = $this->tpl();
41 $event->data = $link . $event->data;
140 $link = $xhtml_renderer->internallink($baseID, ($baseTitle ?: $baseID), false, true);
141 $link = "<span id='plugin__highlightparent'>$link</span>";
143 return $link;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DManagedShortLink.php36 public $link; variable in Google\\Service\\FirebaseDynamicLinks\\ManagedShortLink
91 public function setLink($link) argument
93 $this->link = $link;
100 return $this->link;
/plugin/icons/syntax/
H A Dicon.php163 $link = array();
173 $link['style'] = '';
174 $link['pre'] = '';
175 $link['suf'] = '';
176 $link['more'] = '';
177 $link['class'] = '';
178 $link['url'] = $url;
179 $link['name'] = $icon_markup;
182 $link['class'] = 'wikilink1';
185 $link['rel'] = 'nofollow';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php38 public $link; variable in Google\\Service\\CustomSearchAPI\\Promotion
103 public function setLink($link) argument
105 $this->link = $link;
112 return $this->link;
/plugin/dokutexit/
H A Dlatex.php420 $this->put($link);
1627 $link['url'] = str_replace('&','&amp;',$link['url']);
1628 $link['url'] = str_replace('&amp;amp;','&amp;',$link['url']);
1631 $link['title'] = str_replace('&amp;amp;','&amp;',$link['title']);
1641 if($link['class']) $ret .= ' class="'.$link['class'].'"';
1642 if($link['target']) $ret .= ' target="'.$link['target'].'"';
1643 if($link['title']) $ret .= ' title="'.$link['title'].'"';
1644 if($link['style']) $ret .= ' style="'.$link['style'].'"';
1645 if($link['more']) $ret .= ' '.$link['more'];
1659 $link['url'] = str_replace('#','\#',$link['url']);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DLinks.php47 public function setLink($link) argument
49 $this->link = $link;
56 return $this->link;
/plugin/owncloud/
H A Dwork.php33 $link = array_shift($parts);
35 $pos = strrpos($link,'?');
37 $src = substr($link,0,$pos);
38 $param = substr($link,$pos+1);
40 $src = $link;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventGadget.php37 public $link; variable in Google\\Service\\Calendar\\EventGadget
100 public function setLink($link) argument
102 $this->link = $link;
109 return $this->link;
/plugin/combo/resources/theme/default/components/css/
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/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DExtraMaterial.php30 public function setLink(TextLink $link) argument
32 $this->link = $link;
39 return $this->link;
/plugin/latexit/
H A Drenderer.php945 function camelcaselink($link) { argument
946 $this->internallink($link, $link);
990 $link_original = $link;
1052 * @param string $link External link
1059 $link = $this->_secureLink($link);
1608 * @param string $link The URL.
1612 $link = str_replace("\\", "\\\\", $link);
1613 $link = str_replace("#", "\#", $link);
1614 $link = str_replace("%", "\%", $link);
1615 $link = str_replace("&", "\&", $link);
[all …]
/plugin/dyncontent/
H A Dscript.js226 var link = dw_linkwiz_v2.$entry.val(),
228 if(!link) {
251 link.indexOf(':') == -1){
252 link = ':' + link;
255 var so = link.length;
260 link = dw_linkwiz_v2.val.open+link;
262 link += '>'; //close TAG
265 link += stxt;
268 link += dw_linkwiz_v2.val.close;
273 pasteText(sel,link,{startofs: so, endofs: eo});
/plugin/ahrefmenu/
H A Dtree.dtd4 <!ATTLIST branch link CDATA #REQUIRED> attribute
5 <!ELEMENT leaf (leafText,link)>
6 <!ELEMENT branchLink (branchText,link)>
9 <!ELEMENT link (#PCDATA)> element
/plugin/struct/renderer/
H A Dcsv.php10 * @link https://tools.ietf.org/html/rfc4180
11 * @link http://csvlint.io/
148 public function internallink($link, $title = null) argument
151 $title = $this->_simpleTitle($link);
156 public function externallink($link, $title = null) argument
159 $title = $link;
256 public function interwikilink($link, $title, $wikiName, $wikiUri) argument
259 $title = $wikiName . '>' . $link;
264 public function filelink($link, $title = null) argument
267 $title = $link;
272 windowssharelink($link, $title = null) global() argument
[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/dwedit/
H A Daction.php94 …$link = '<a href="' . wl($ID, $params) . '" class="action ' . $edclass . '" rel="nofollow" title="…
97 $link = '<li class = "dwedit">' . $link .'</li>';
100 $link = '<span class = "dwedit">' . $link .'</span>';
104 array('dwedit' => $link) + array_slice($event->data['items'], 1, NULL, true);
/plugin/fetchmedia/script/
H A Dmain.js6 const flatLinks = links.map(link => [page, link]);
11 function decorateLiWithResult(page, link, res) { argument
12 const selector = `td[data-id="${btoa(page + link)}"]`;
29 const [page, link] = value;
30 const selector = `td[data-id="${btoa(page + link)}"]`;
40 link,
48 decorateLiWithResult(page, link, res);
/plugin/uilanguage/
H A Daction.php83 $link = & $links[$i];
85 if ($link['rel']=='stylesheet' && $link['type']=='text/css') {
86 …$link['href'] = DOKU_BASE.'lib/plugins/'.$pluginname.'/rtlcss.php?s='.$link['media'].'&t='.$conf['…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProductStatus.php46 public $link; variable in Google\\Service\\ShoppingContent\\ProductStatus
143 public function setLink($link) argument
145 $this->link = $link;
152 return $this->link;

12345678910>>...57