Home
last modified time | relevance | path

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

1234

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DGPXCreator.php33 <url>".htmlspecialchars($this->link)."</url>
42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
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>";
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";
H A DPIECreator01.php30 $feed .= " <link>".$this->link."</link>\n";
37 $feed .= " <link>".htmlspecialchars($this->items[$i]->link)."</link>\n";
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...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php14 public $title, $url, $link; variable in FeedImage
H A DFeedItem.php14 public $title, $description, $link; variable in FeedItem
/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/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/vendor/simplepie/simplepie/idn/
H A DLICENCE43 code. If you link other code with the library, you must provide
272 link a "work that uses the Library" with the Library to produce a
349 8. You may not copy, modify, sublicense, link with, or distribute
351 attempt otherwise to copy, modify, sublicense, link with, or
368 original licensor to copy, distribute, link with or modify the Library
/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...]
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 DItem.php42 * @link http://simplepie.org/ SimplePie
123 * Remove items that link back to this before destroying this object
157 * Uses `<xml:base>`, or item link, or feed base URL.
167 $link = $this->get_permalink();
168 if ($link != null) {
169 return $link;
194 * @link http://simplepie.org/faq/typical_multifeed_gotchas#missing_data_from_feed
742 * with {@link http://php.net/setlocale setlocale()}. The available
798 * Returns the first link available with a relationship of "alternate".
807 $link
[all...]
H A DLocator.php42 * @link http://simplepie.org/ SimplePie
189 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds));
207 foreach ($links as $link) {
211 if ($link->hasAttribute('href') && $link->hasAttribute('rel')) {
212 $rel = array_unique($this->registry->call(Misc::class, 'space_separated_tokens', [strtolower($link->getAttribute('rel'))]));
213 $line = method_exists($link, 'getLineNo') ? $link->getLineNo() : 1;
216 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->base]);
218 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link
[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 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...]

1234