Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDB.php45 … $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['feed'][0];
47 … $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['feed'][0];
49 $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_RDF]['RDF'][0];
51 …$channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_RSS_20]['rss'][0]['child'][\Simpl…
53 $channel = null;
56 if ($channel !== null) {
57 if (isset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['entry'])) {
58 unset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['entry']);
60 if (isset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['entry'])) {
61 unset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['entry']);
[all …]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php111 * @param resource $channel file descriptor to write to
115 public function ptln($line, $color, $channel = STDOUT) argument
117 $this->set($color, $channel);
118 fwrite($channel, rtrim($line) . "\n");
119 $this->reset($channel);
158 * @param resource $channel file descriptor to write to
161 public function set($color, $channel = STDOUT) argument
163 fwrite($channel, $this->getColorCode($color));
169 * @param resource $channel file descriptor to write to
173 public function reset($channel = STDOUT) argument
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2982 * @param string $channel
2986 protected function open_channel($channel, $skip_extended = false) argument
2988 if (isset($this->channel_status[$channel])) {
2989 …throw new \RuntimeException('Please close the channel (' . $channel . ') before trying to open it …
3002 $this->window_size_server_to_client[$channel] = $this->window_size;
3011 $channel,
3012 $this->window_size_server_to_client[$channel],
3018 $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_OPEN;
3020 return $this->get_channel_packet($channel, $skip_extended);
3115 * @param int $channel The channel number to evaluate
[all …]
/dokuwiki/lib/styles/
H A Dfeed.css1 rss channel, feed, RDF {
23 channel title, feed title {
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt51 * [[doku>irc|Talk to other users in the IRC channel]]
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt52 * [[doku>irc|Talk to other users in the IRC channel]]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php2398 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_10, 'channel')) {
2399 if (isset($channel[0]['child'][$namespace][$tag])) {
2400 return $channel[0]['child'][$namespace][$tag];
2405 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_090, 'channel')) {
2406 if (isset($channel[0]['child'][$namespace][$tag])) {
2407 return $channel[0]['child'][$namespace][$tag];
2412 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_20, 'channel')) {
2413 if (isset($channel[0]['child'][$namespace][$tag])) {
2414 return $channel[0]['child'][$namespace][$tag];
H A DParser.php649 $channel = ['channel' => [['child' => ['' =>
653 'child' => ['' => $channel]]];