Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 25 of 26) sorted by path

12

/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2404 public $streamName; variable in Google_IngestionInfo
2417 public function setStreamName( $streamName) { argument
2418 $this->streamName = $streamName;
2421 return $this->streamName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DIngestionInfo.php41 public $streamName; variable in Google\\Service\\YouTube\\IngestionInfo
102 public function setStreamName($streamName) argument
104 $this->streamName = $streamName;
111 return $this->streamName;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php259 * @param string $streamName The name of the stream containing the grammar.
263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName) argument
338 $streamName,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php79 * @param string $streamName Stream name.
86 $streamName, argument
92 parent::__construct($streamName, $context, $wait);
100 * @param string $streamName Stream name (e.g. path or URL).
106 protected function &_open($streamName, Stream\Context $context = null) argument
108 if (false === is_dir($streamName)) {
113 $streamName
117 $streamName,
H A DFile.php142 $streamName, argument
149 switch ($streamName) {
152 $streamName = 'php://stdin';
157 $streamName = 'php://stdout';
162 $streamName = 'php://stderr';
169 $streamName = 'php://fd/' . $streamName;
197 if (substr($streamName, 0, 4) == 'file' &&
202 [dirname($streamName), basename($streamName)]
211 $streamName
219 $streamName,
[all …]
H A DRead.php54 * @param string $streamName Stream name.
61 $streamName, argument
66 parent::__construct($streamName, $mode, $context, $wait);
74 * @param string $streamName Stream name (e.g. path or URL).
80 protected function &_open($streamName, Stream\Context $context = null) argument
94 preg_match('#^(\w+)://#', $streamName, $match);
97 !file_exists($streamName)) {
101 $streamName
105 $out = parent::_open($streamName, $context);
H A DReadWrite.php57 * @param string $streamName Stream name.
64 $streamName, argument
69 parent::__construct($streamName, $mode, $context, $wait);
77 * @param string $streamName Stream name (e.g. path or URL).
83 protected function &_open($streamName, Stream\Context $context = null) argument
100 preg_match('#^(\w+)://#', $streamName, $match);
103 !file_exists($streamName) &&
108 $streamName
112 $out = parent::_open($streamName, $context);
H A DWrite.php54 * @param string $streamName Stream name.
61 $streamName, argument
66 parent::__construct($streamName, $mode, $context, $wait);
74 * @param string $streamName Stream name (e.g. path or URL).
80 protected function &_open($streamName, Stream\Context $context = null) argument
96 preg_match('#^(\w+)://#', $streamName, $match);
99 !file_exists($streamName) &&
104 $streamName
108 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php55 * @param string $streamName Stream name.
64 $streamName, argument
69 if (!is_link($streamName)) {
73 $streamName
77 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php55 * @param string $streamName Stream name.
62 $streamName, argument
67 parent::__construct($streamName, $mode, $context, $wait);
75 * @param string $streamName Stream name (e.g. path or URL).
81 protected function &_open($streamName, Stream\Context $context = null) argument
95 preg_match('#^(\w+)://#', $streamName, $match);
98 !file_exists($streamName)) {
102 $streamName
106 $out = parent::_open($streamName, $context);
H A DReadWrite.php58 * @param string $streamName Stream name.
65 $streamName, argument
70 parent::__construct($streamName, $mode, $context, $wait);
78 * @param string $streamName Stream name (e.g. path or URL).
84 protected function &_open($streamName, Stream\Context $context = null) argument
101 preg_match('#^(\w+)://#', $streamName, $match);
104 !file_exists($streamName) &&
109 $streamName
113 $out = parent::_open($streamName, $context);
H A DWrite.php54 * @param string $streamName Stream name.
61 $streamName, argument
66 parent::__construct($streamName, $mode, $context, $wait);
74 * @param string $streamName Stream name (e.g. path or URL).
80 protected function &_open($streamName, Stream\Context $context = null) argument
96 preg_match('#^(\w+)://#', $streamName, $match);
99 !file_exists($streamName)) {
103 $streamName
107 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php55 * @param string $streamName Stream name.
62 $streamName, argument
67 parent::__construct($streamName, $mode, $context, $wait);
75 * @param string $streamName Stream name (e.g. path or URL).
81 protected function &_open($streamName, Stream\Context $context = null) argument
95 preg_match('#^(\w+)://#', $streamName, $match);
98 !file_exists($streamName)) {
102 $streamName
106 $out = parent::_open($streamName, $context);
H A DReadWrite.php58 * @param string $streamName Stream name.
65 $streamName, argument
70 parent::__construct($streamName, $mode, $context, $wait);
78 * @param string $streamName Stream name (e.g. path or URL).
84 protected function &_open($streamName, Stream\Context $context = null) argument
101 preg_match('#^(\w+)://#', $streamName, $match);
104 !file_exists($streamName) &&
109 $streamName
113 $out = parent::_open($streamName, $context);
H A DTemporary.php65 * @param string $streamName Stream name (or file descriptor).
73 $streamName, argument
78 if (null === $streamName) {
79 $streamName = 'hoa://Library/File/Temporary.php#' . self::$_i++;
82 parent::__construct($streamName, $mode, $context, $wait);
90 * @param string $streamName Stream name (here, it is
96 protected function &_open($streamName, Stream\Context $context = null) argument
H A DWrite.php55 * @param string $streamName Stream name.
62 $streamName, argument
67 parent::__construct($streamName, $mode, $context, $wait);
75 * @param string $streamName Stream name (e.g. path or URL).
81 protected function &_open($streamName, Stream\Context $context = null) argument
97 preg_match('#^(\w+)://#', $streamName, $match);
100 !file_exists($streamName)) {
104 $streamName
108 $out = parent::_open($streamName, $context);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md140 protected function &_open($streamName, Hoa\Stream\Context $context = null)
143 $out = fopen($streamName, 'rb');
145 $out = fopen($streamName, 'rb', false, $context->getContext());
230 2 events are registered: `hoa://Event/Stream/<streamName>` and
231 `hoa://Event/Stream/<streamName>:close-before`. Thus, for instance, to
H A DStream.php153 $this->_streamName = $streamName;
188 * @param string $streamName Stream name.
196 $streamName, argument
200 $name = md5($streamName);
217 self::NAME => $streamName,
223 'hoa://Event/Stream/' . $streamName,
310 $streamName = $this->getStreamName();
311 $name = md5($streamName);
330 'hoa://Event/Stream/' . $streamName
384 * @param string $streamName Stream name.
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php771 protected function &_open($streamName, LUT\Context $context = null) argument
774 $out = fopen($streamName, 'rb');
776 $out = fopen($streamName, 'rb', false, $context->getContext());
/plugin/fksnewsfeed/
H A Daction.php176 private function saveIntoStreams(int $newsId, string $streamName): void { argument
177 $stream = $this->helper->serviceStream->findByName($streamName);
H A Dscript.js37 const streamName = newsContainer.getAttribute('data-stream');
53 fetchNews(streamName, index, numberFeed, renderNext);
57 fetchNews(streamName, index, 3, renderNext);
/plugin/fksnewsfeed/admin/
H A Dpush.php58 $streamName = $INPUT->param('news')['stream'];
59 $stream = $this->helper->serviceStream->findByName($streamName);
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php68 protected function getPriorityField(int $id, string $streamName, array $params): string { argument
83 $form->setHiddenField('news[stream]', $streamName);
86 $stream = $this->helper->serviceStream->findByName($streamName);
H A DVyfukRenderer.php83 protected function getPriorityField($id, $streamName, $params) { argument
98 $form->setHiddenField('news[stream]', $streamName);
101 $stream = $this->helper->serviceStream->findByName($streamName);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as46 private var streamName:String;
398 myStream.play(streamName);
568 streamName = streamFileName;
674 //streamName="";
676 //streamName=connectString.streamFileName;
679 myConnection.call("getStreamLength",responder,streamName);

12