Searched refs:channel (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | DB.php | 82 … $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['feed'][0]; 84 … $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['feed'][0]; 86 $channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_RDF]['RDF'][0]; 88 …$channel = &$data->data['child'][\SimplePie\SimplePie::NAMESPACE_RSS_20]['rss'][0]['child'][\Simpl… 90 $channel = null; 93 if ($channel !== null) { 94 if (isset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['entry'])) { 95 unset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['entry']); 97 if (isset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['entry'])) { 98 unset($channel['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['entry']); [all …]
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Colors.php | 111 * @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 D | SSH2.php | 2974 * @param string $channel 2978 protected function open_channel($channel, $skip_extended = false) argument 2980 …if (isset($this->channel_status[$channel]) && $this->channel_status[$channel] != NET_SSH2_MSG_CHAN… 2981 …throw new \RuntimeException('Please close the channel (' . $channel . ') before trying to open it … 2994 $this->window_size_server_to_client[$channel] = $this->window_size; 3003 $channel, 3004 $this->window_size_server_to_client[$channel], 3010 $this->channel_status[$channel] = NET_SSH2_MSG_CHANNEL_OPEN; 3012 return $this->get_channel_packet($channel, $skip_extended); 3107 * @param int $channel The channel number to evaluate [all …]
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 1 rss channel, feed, RDF { 23 channel title, feed title {
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | SimplePie.php | 2205 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_10, 'channel')) { 2206 if (isset($channel[0]['child'][$namespace][$tag])) { 2207 return $channel[0]['child'][$namespace][$tag]; 2212 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_090, 'channel')) { 2213 if (isset($channel[0]['child'][$namespace][$tag])) { 2214 return $channel[0]['child'][$namespace][$tag]; 2219 if ($channel = $this->get_feed_tags(self::NAMESPACE_RSS_20, 'channel')) { 2220 if (isset($channel[0]['child'][$namespace][$tag])) { 2221 return $channel[0]['child'][$namespace][$tag];
|
| H A D | Parser.php | 613 $channel = ['channel' => [['child' => ['' => 617 'child' => ['' => $channel]]];
|
| /dokuwiki/data/pages/wiki/ |
| H A D | dokuwiki.txt | 51 * [[doku>irc|Talk to other users in the IRC channel]]
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | dokuwiki.txt | 52 * [[doku>irc|Talk to other users in the IRC channel]]
|