Home
last modified time | relevance | path

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

1234

/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/inc/lang/az/
H A Dpwconfirm.txt7 Tələbi təsdiq etmək üçün, aşağıdakı link-ə keçin.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php42 * @link http://simplepie.org/ SimplePie
166 public $link; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
247 $this->link = $link;
260 $parsed = \SimplePie\Misc::parse_url($link);
261 $this->link = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $idn->encode($parsed['authority']), $parsed['path'], $parsed['query'], $parsed['fragment']);
464 if ($this->link !== null) {
465 $url = \SimplePie\Misc::parse_url($this->link);
500 * @link htt
[all...]
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...]
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/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.
/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.
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/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/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
17 item link, entry id {
/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/lib/tpl/dokuwiki/css/
H A D_modal.css10 /* link wizard (opens from the link button in the edit toolbar)
H A D_footnotes.css7 /* link to footnote inside the text */
H A Dprint.css56 a:link,
64 /* display href after link */
/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 DKMLCreator.php67 <br/><br/><a href=\"".htmlspecialchars($this->items[$i]->link)."\">View Online</a>";
H A DFeedCreator.php16 public $title, $description, $link; variable in FeedCreator
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php76 $link = wl(
80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>';
/dokuwiki/inc/
H A Dhtml.php42 * @param string $name the name of the link, i.e. the text that is displayed
44 * @return string the HTML code of the link
587 * Create html link to a diff defined by two revisions
593 * @return string html of link to a diff
856 $link = '#' . $item['hid'];
858 $link = $item['link'];
861 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>';
869 * @param string $link - where to link (i
833 html_mktocitem($link, $text, $level, $hash = '#') global() argument
[all...]
/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]].
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/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...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md23 $rss->link = "http://www.dailyphp.net/news";
29 $image->link = "http://www.dailyphp.net";
44 $item->link = $data->url;
/dokuwiki/lib/scripts/
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/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...]

1234