Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 95) sorted by last modified time

1234

/dokuwiki/lib/plugins/extension/
H A Dstyle.less12 * @link http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and-jquery/
/dokuwiki/inc/parser/
H A Dxhtml.php197 * @param string $id the hash link
489 // output the footnote reference and link
822 * Render a CamelCase link
824 * @param string $link The link name
830 public function camelcaselink($link, $returnonly = false)
833 return $this->internallink($link, $link, null, true);
835 $this->internallink($link, $link);
771 camelcaselink($link, $returnonly = false) global() argument
1526 _formatLink($link) global() argument
[all...]
/dokuwiki/inc/
H A Dtemplate.php252 $head['link'][] = [
260 $head['link'][] = ['rel' => 'start', 'href' => DOKU_BASE];
262 $head['link'][] = [
270 $head['link'][] = [
288 $head['link'][] = [
294 $head['link'][] = [
302 $head['link'][] = [
310 $head['link'][] = [
319 $head['link'][] = [
328 $head['link'][]
639 tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') global() argument
1106 tpl_img($maxwidth = 0, $maxheight = 0, $link = true, $params = null) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wiki. A confirmation link will be sent to your registered email address.
/dokuwiki/lib/images/
H A DREADME2 Icons: email.png, external-link.png, unc.png
/dokuwiki/inc/lang/nl/
H A Donceexisted.txt3 Je hebt een link gevolgd naar een pagina die niet meer bestaat. Je kunt de lijst met **Oude revisies** bekijken om te zien wanneer en waarom de pagina was verwijderd, oude versies te bekijken en om deze te herstellen.
H A Dpwconfirm.txt7 Volg de volgende link om te bevestigen dat je inderdaad een nieuw wachtwoord wilt:
/dokuwiki/inc/lang/it/
H A Donceexisted.txt3 Hai seguito un link ad una pagina che non esiste più. Puoi controllare la lista delle **vecchie revisioni** per vedere quando e perchè è stata cancellata, accedere alle vecchie revisioni o ripristinarla.
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dlang.php49 $lang['_links'] = 'Configurações de link';
224 $lang['showuseras_o_username_link'] = 'Nome completo do usuário como um link de usuário interwiki';
226 $lang['showuseras_o_email_link'] = 'endereço de e-mail de usuário como um link "mailto:"';
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini71 ; default link color
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
17 item link, entry id {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php62 $feed .= " <link>".$this->link."</link>\n";
73 $feed .= " <link>".$this->image->link."</link>\n";
136 $feed .= " <link>".htmlspecialchars((string) $this->items[$i]->link)."</link>\n";
H A DRSSCreator10.php36 $feed .= " <link>".$this->link."</link>\n";
45 $feed .= " <rdf:li rdf:resource=\"".htmlspecialchars((string) $this->items[$i]->link)."\"/>\n";
53 $feed .= " <link>".$this->image->link."</link>\n";
60 $feed .= " <item rdf:about=\"".htmlspecialchars((string) $this->items[$i]->link)."\">\n";
82 $feed .= " <link>".htmlspecialchars((string) $this->items[$i]->link)
[all...]
H A DFeedCreator.php16 public $title, $description, $link; variable in FeedCreator
H A DHTMLCreator.php83 $imageStr = "<a href='".$this->image->link."'".$targetInsert.">".
98 $feedArray[] = "<div class='".$this->stylePrefix."title'><a href='".$this->link."' ".$targetInsert." class='".$this->stylePrefix."title'>".
117 if ($this->items[$i]->link) {
119 "<div class='".$this->stylePrefix."item_title'><a href='".$this->items[$i]->link."' class='".$this->stylePrefix.
H A DKMLCreator.php67 <br/><br/><a href=\"".htmlspecialchars($this->items[$i]->link)."\">View Online</a>";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php14 public $title, $description, $link; variable in FeedItem
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less198 a:link,
203 a:link:hover,
205 a:link:focus,
207 a:link:active,
H A Dprint.css56 a:link,
64 /* display href after link */
/dokuwiki/inc/lang/pt-br/
H A Dpwconfirm.txt7 Se você realmente deseja receber uma nova senha, por favor, utilize o link abaixo, para confirmar sua requisição.
H A Dresendpwd.txt3 Por favor, digite o seu nome de usuário no formulário abaixo para requisitar uma nova senha para a sua conta nesse wiki. O link de confirmação será enviado para o endereço de e-mail que você forneceu.
/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);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php42 * @link http://simplepie.org/ SimplePie
332 if (end($this->namespace) === \SimplePie\SimplePie::NAMESPACE_XHTML && !in_array(end($this->element), ['area', 'base', 'basefont', 'br', 'col', 'frame', 'hr', 'img', 'input', 'isindex', 'link', 'meta', 'param'])) {
382 $link = '';
383 // Check if h-card is set and pass that information on in the link.
389 $link = $data['properties']['url'][0];
391 $name = $link;
397 return '<a class="h-card" href="'.$link.'">'.$person_tag.$name.'</a>';
459 $link = $entry['properties']['url'][0];
460 if (isset($link['value'])) {
461 $link
[all...]
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php234 $link = wl($id, [], true);
235 $tlist .= '* ' . $link . NL;
236 $hlist .= '<li><a href="' . $link . '">' . hsc($id) . '</a></li>' . NL;
/dokuwiki/inc/lang/pt/
H A Dnewpage.txt3 Você seguiu um link para um documento que ainda não existe. Pode criá-lo usando o botão **Criar página**, se as permissões lhe permitirem.

1234