Home
last modified time | relevance | path

Searched refs:link (Results 51 – 75 of 95) sorted by path

1234

/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php146 * Generate the link to the plugin homepage
196 * Generate a link to the author of the extension
199 * @return string The HTML code of the link
222 * Get the link and image tag for the screenshot/thumbnail
309 * Generate the link bar HTML code
418 * Create a link from the given URL
423 * @return string HTML link
427 $link = parse_url($url);
429 $base = $link['host'];
430 if (!empty($link['por
[all...]
/dokuwiki/lib/plugins/extension/
H A Dstyle.less12 * @link http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and-jquery/
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php76 $link = wl(
80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>';
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js176 $link = '<a href="' + result.link + '" id="h_:' + result.id + '" class="select">' + nameInput.value + '</a>';
177 jQuery(fileElement).html($link);
H A Dlinkwiz.js208 * as link title instead
211 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+link;
247 link
[all...]
H A Dmedia.js18 link: false, property in dw_mediamanager
53 // get the enclosed link (is always the first one)
54 var $link = $clicky.parent().find('div.li a.idx_dir');
58 $link[0].search.substr(1) + '&call=medians',
166 id: 'link', label: LANG.mediatarget,
239 if (dw_mediamanager.link === '4') {
243 if (dw_mediamanager.link === "3" && dw_mediamanager.ext === 'img') {
245 } else if (dw_mediamanager.link === "2" && dw_mediamanager.ext === 'img') {
316 var $link, $content, params;
324 $link
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css185 .ui-button:link,
937 .ui-state-default a:link,
940 a:link.ui-button,
961 .ui-state-hover a:link,
965 .ui-state-focus a:link,
993 .ui-state-active a:link,
1202 .ui-icon-link { background-position: -240px -112px; }
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
17 item link, entry id {
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_footnotes.css7 /* link to footnote inside the text */
H A D_links.css14 .dokuwiki a.wikilink2:link,
24 /* any link to current page */
29 /*____________ other link types ____________*/
41 /* external link */
43 background-image: url(../../images/external-link.svg);
49 /* email link */
55 /* link to some embedded media */
58 /* interwiki link */
62 /* RTL corrections; if link icons don't work as expected, remove the following lines */
H A D_media_popup.css153 /* link which inserts media file */
H A D_modal.css10 /* link wizard (opens from the link button in the edit toolbar)
H A D_tabs.css58 .dokuwiki ul.tabs li a:link,
H A Dbasic.less198 a:link,
203 a:link:hover,
205 a:link:focus,
207 a:link:active,
H A Ddesign.less256 a:link,
H A Dprint.css56 a:link,
64 /* display href after link */
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini71 ; default link color
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG390 * Updated the LaTeX file to link some keywords (BenBE)
409 - Fixed a problem with link targets resulting in unclickable links (SF#2379120, BenBE)
H A DREADME.md27 please tell me about it! It's worth a link to you, and I can give
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE43 code. If you link other code with the library, you must provide
277 link a "work that uses the Library" with the Library to produce a
355 8. You may not copy, modify, sublicense, link with, or distribute
357 attempt otherwise to copy, modify, sublicense, link with, or
374 original licensor to copy, distribute, link with or modify the Library
H A DREADME.md23 $rss->link = "http://www.dailyphp.net/news";
29 $image->link = "http://www.dailyphp.net";
44 $item->link = $data->url;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php11 * other link content types than text/html. Some of them may be created with
46 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars($this->link)."\"/>\n";
47 $feed .= " <id>".htmlspecialchars($this->link)."</id>\n";
63 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars(
64 $this->items[$i]->link
73 $feed .= " <id>".htmlspecialchars($this->items[$i]->link)."</id>\n";
H A DAtomCreator10.php11 * other link content types than text/html. Some of them may be created with
46 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars((string) $this->link)."\"/>\n";
47 $feed .= " <id>".htmlspecialchars((string) $this->link)."</id>\n";
67 $feed .= " <link rel=\"self\" type=\"application/atom+xml\" href=\"".htmlspecialchars(
74 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars(
75 (string) $this->items[$i]->link
84 $tempguid = $this->items[$i]->link;
143 $feed .= " <link rel=\"enclosure\" href=\"".$this->items[$i]->enclosure->url."\" type=\"".$this->items[$i]->enclosure->type."\" length=\"".$this->items[$i]->enclosure->length."\"";
H A DFeedCreator.php16 public $title, $description, $link; variable in FeedCreator

1234