Home
last modified time | relevance | path

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

1234

/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/data/pages/wiki/
H A Dsyntax.txt38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
72 DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
75 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
97 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
103 Please note: The image formatting is the only formatting syntax accepted in link names.
105 The whole [[#images_and_other_files|image]] and [[#links|link]] synta
[all...]
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Ui/
H A DSearch.php137 $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']);
138 $searchForm->addHTML($link);
270 $link = $this->searchState
273 $searchForm->addHTML($link);
317 $link = $this->searchState->withNamespace('')->getSearchLink($lang['search_any_ns']);
318 $searchForm->addHTML($link);
332 $link = $this->searchState->withNamespace($ns)->getSearchLink($label);
333 $searchForm->addHTML($link);
431 $link = $this->searchState
434 $searchForm->addHTML($link);
[all...]
/dokuwiki/inc/
H A DAjax.php90 * @link http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0
300 'link' => media_managerURL(['ns' => $ns, 'image' => $NS . ':' . $id], '&'),
344 * List matching namespaces and pages for the link wizard
429 $link = wl($item['id']);
439 echo '<a href="' . $link . '" title="' . hsc($item['id']) . '" class="wikilink1">' . $name . '</a>';
/dokuwiki/inc/lang/en/
H A Dbacklinks.txt3 This is a list of pages that seem to link back to the current page.
/dokuwiki/inc/lang/da/
H A Donceexisted.txt3 Du har fulgt et link til en side der ikke længere eksisterer. Du kan kigge i listen over **gamle revisioner** for at se hvorfor/hvornår siden blev slettet, samt tilgå gamle revisioner eller gendanne siden.
/dokuwiki/lib/scripts/
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/inc/lang/sq/
H A Dresendpwd.txt3 Ju lutemi futni emrin tuaj të përdorimit në formën e mëposhtme për të kërkuar një fjalëkalim të ri për llogarinë tuaj në këtë wiki. Një link konfirmimi do të dërgohet në adresën tuaj të eMail-it.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php14 public $title, $url, $link; variable in FeedImage
/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 Ddesign.less256 a:link,
/dokuwiki/inc/lang/pt-br/
H A Dnewpage.txt3 Você clicou em um link para um tópico que ainda não existe. Se for permitido, você poderá criá-lo usando o botão **Criar essa página**.
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 anteriores** para verificar quando e porque ela foi excluída, acessar revisões anteriores ou restaurá-la.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php10 * The API for this library is modeled after the API from PHP's {@link http://php.net/book.ftp FTP extension}.
31 * @link http://phpseclib.sourceforge.net
1430 * Returns general information about a file or symbolic link.
1494 * Returns general information about a file or symbolic link
1846 * Return the target of a symbolic link
1848 * @param string $link
1852 public function readlink($link)
1858 $link = $this->realpath($link);
1860 $this->send_sftp_packet(NET_SFTP_READLINK, Strings::packSSH2('s', $link));
2016 readlink($link) global() argument
2066 symlink($target, $link) global() argument
[all...]
/dokuwiki/inc/lang/ro/
H A Dpwconfirm.txt7 Pentru a confirma că cererea a fost într-adevăr trimisă de tine, folosește link-ul de mai jos.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DAuthor.php42 * @link http://simplepie.org/ SimplePie
69 * Author's link
74 public $link; variable in SimplePie\\Author
88 * @param string $link
91 public function __construct($name = null, $link = null, $email = null) argument
94 $this->link = $link;
124 * Author's link
130 if ($this->link !== null) {
131 return $this->link;
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md79 - Fix using the best base link for an item content by @Alkarex in [#744](https://github.com/simplepie/simplepie/pull/744)
/dokuwiki/inc/lang/id/
H A Dpwconfirm.txt7 Untuk mengkonfirmasi bahwa permintaan tersebut adalah benar dari Anda, silahkan gunakan link dibawah.

1234