Home
last modified time | relevance | path

Searched refs:link (Results 26 – 50 of 95) sorted by last modified time

1234

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DOPMLCreator.php56 if (isset($this->items[$i]->link)) {
57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";
H A DPHPCreator.php28 $feed .= " \$feedLink='".$this->link."';\n";
38 $feed .= " \$feedItem[$i]->link='".htmlspecialchars($this->items[$i]->link)."';\n";
/dokuwiki/inc/lang/pt/
H A Donceexisted.txt3 Você seguiu um link para uma página que não existe mais. Você pode verificar a lista de **revisões antigas** para ver quando e por que foi excluída, acessar revisões antigas ou restaurá-la.
H A Dresendpwd.txt3 Insira o seu nome de usuário neste formulário para solicitar uma nova senha para esta conta/perfil. Um link de confirmação será enviado para o endereço de e-mail associado.
/dokuwiki/inc/Ui/
H A DIndex.php86 $link = wl($ID, 'idx=' . rawurlencode($item['id']));
87 $html .= '<a href="' . $link . '" title="' . $item['id'] . '" class="idx_dir"' . $nofollow . '><strong>';
/dokuwiki/inc/Ui/Media/
H A DDisplay.php59 $link = 'lib/images/fileicons/svg/' . $this->mediaFile->getIcoClass() . '.svg';
60 if (!file_exists(DOKU_INC . $link)) $link = 'lib/images/fileicons/svg/file.svg';
61 return DOKU_BASE . $link;
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
/dokuwiki/inc/
H A Dcommon.php101 * @link http://en.wikipedia.org/wiki/Cross-site_request_forgery
102 * @link http://christ1an.blogspot.com/2007/04/preventing-csrf-efficiently.html
494 * This builds a link to a wikipage
546 * This builds a link to an alternate page format
590 * Build a link to a media file
592 * Will return a link to the detail page if $direct is false
599 * @param bool $direct link to detail page if false
838 * @link http://www.brainhandles.com/2007/10/15/detecting-mobile-browsers/#code
873 * check if a given link is interwiki link
883 link_isinterwiki($link) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php76 $link = wl(
80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>';
/dokuwiki/inc/parser/
H A Dmetadata.php32 /** @var array the list of headers used to create unique link ids */
138 * @param string $id the hash link
434 * Render a CamelCase link argument
436 * @param string $link The link name
439 public function camelcaselink($link)
441 $this->internallink($link, $link);
445 * Render a page local link
447 * @param string $hash hash link identifie
[all...]
H A Drenderer.php46 /** @var string|int link pages and media against this revision */
49 /** @var array the list of headers used to create unique link ids */
185 * @param string $id the hash link
568 * Render a CamelCase link
570 * @param string $link The link name
573 public function camelcaselink($link)
578 * Render a page local link
580 * @param string $hash hash link identifier argument
581 * @param string $name name for the link
513 camelcaselink($link) global() argument
531 internallink($link, $title = null) global() argument
540 externallink($link, $title = null) global() argument
562 interwikilink($link, $title, $wikiName, $wikiUri) global() argument
571 filelink($link, $title = null) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
H A Dpwconfirm.txt7 To confirm that the request was really sent by you please use the following link.
/dokuwiki/inc/lang/az/
H A Dbacklinks.txt3 Bu, bu səhifəyə link saxlayan səhifələrin siyahısıdır.
/dokuwiki/inc/lang/hr/
H A Dpwconfirm.txt7 Da bi ste potvrdili da ste to ipak bili Vi, molimo slijedite link u nastavku:
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php219 $lang['showuseras_o_username_link'] = 'Nome completo do usuário como link do usuário interwiki';
221 $lang['showuseras_o_email_link'] = 'E-mail do usuário como um link mailto:';
/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/inc/lang/sq/
H A Dnewpage.txt3 Keni ndjekur një link për në një temë që nuk ekziston ende. Nëse ua lejojnë të drejtat, mund ta krijoni duke klikuar butonin **Krijo këtë faqe**.
H A Dpwconfirm.txt7 Për të konfirmuar që kërkesa u dërgua me të vërtetë nga ju, ju lutemi përdorni link-un e mëposhtëm.
/dokuwiki/inc/lang/ro/
H A Donceexisted.txt3 Ați urmărit un link către o pagină care nu mai există. Puteți verifica lista de **reviziuni vechi** pentru a vedea când și de ce a fost ștearsă, accesați reviziile vechi sau restaurați-o.
H A Dresendpwd.txt3 Introduc numele de utilizator în formularul de mai jos pentru a solicita o nouă parolă pentru aceast wiki. Un link de confirmare va fi trimis la adresa de e-mail înregistrată.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php42 * @link http://simplepie.org/ SimplePie
733 * Remove items that link back to this before destroying this object
1426 * host supports {@link http://php.net/mbstring mbstring},
1427 * {@link http://php.net/iconv iconv}, or both. See
1428 * {@link http://simplepie.org/wiki/faq/Supported_Character_Encodings} for
1961 * the correct {@link http://www.iana.org/assignments/media-types/ mime-type}
1967 * {@link http://php.net/header header()} function, and these are the
1993 * using {@link http://php.net/language.operators.bitwise bitwise operators}
2093 * @todo Also, |atom:link|@rel=self
2274 * Uses `<xml:base>` if available, otherwise uses the first link i
[all...]
H A DSource.php42 * @link http://simplepie.org/ SimplePie
320 if ($links = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'link')) {
321 foreach ($links as $link) {
322 if (isset($link['attribs']['']['href'])) {
323 $link_rel = (isset($link['attribs']['']['rel'])) ? $link['attribs']['']['rel'] : 'alternate';
324 $this->data['links'][$link_rel][] = $this->sanitize($link['attribs']['']['href'], \SimplePie\SimplePie::CONSTRUCT_IRI, $this->get_base($link));
328 if ($links = $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_03, 'link')) {
329 foreach ($links as $link) {
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/inc/Remote/
H A DApiCore.php94 * @link https://www.dokuwiki.org/config:title
199 * Read the link below to learn more about the permission levels.
201 * @link https://www.dokuwiki.org/acl#background_info
320 * @link https://www.dokuwiki.org/search#syntax
359 * @link https://www.dokuwiki.org/config:recent
423 * @link https://www.dokuwiki.org/config:canonical
469 * @link https://www.dokuwiki.org/config:recent
512 * If a link occurs multiple times on the page, it will be returned multiple times.
520 * @todo returning link titles would be a nice addition
522 * @todo maybe return the same link onl
[all...]

1234