Home
last modified time | relevance | path

Searched refs:stream (Results 151 – 175 of 459) sorted by last modified time

12345678910>>...19

/plugin/fksnewsfeed/syntax/
H A Dcarousel.php36 $stream = $this->helper->serviceStream->findByName($param['stream']);
38 $allNews = $stream->getNews();
/plugin/fksnewsfeed/
H A Daction.php127 $stream = $this->helper->serviceStream->findByName($streamId);
129 $news = $stream->getNews();
177 $stream = $this->helper->serviceStream->findByName($streamName);
179 $streams = [$stream->streamId];
180 $this->helper->fullParentDependence($stream->streamId, $streams);
182 foreach ($streams as $stream) {
183 $this->helper->servicePriority->store($newsId, $stream);
193 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
195 …this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stream->streamId);
208 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
[all …]
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php94 …public function render(string $even, string $stream, string $pageId = '', bool $editable = true): … argument
100 $stream,
/plugin/fksnewsfeed/admin/
H A Dstream.php33 foreach ($streams as $stream) {
34 echo '<li class="form-group row"><span class="col-3">' . $stream->name . '</span>';
36 hsc('{{news-stream>stream="' . $stream->name . '" feed="5"}}') . '" />';
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php103 private function printPullBtn($stream): string { argument
107 $form->setHiddenField('news[stream]', $stream);
113 private function printPreviewBtn($stream): string { argument
117 'news[stream]' => $stream,
121 private function printCreateBtn($stream): string { argument
126 $form->setHiddenField('news[stream]', $stream);
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php86 $stream = $this->helper->serviceStream->findByName($streamName);
87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
115 protected function btnEditNews(int $id, string $stream): string { argument
127 if ($stream) {
131 $deleteForm->setHiddenField('news[stream]', $stream);
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php40 $stream = fopen('php://memory', 'r+');
41 fwrite($stream, $string);
42 rewind($stream);
45 $response->setBody($stream);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php128 $stream = fopen('php://temp', 'r+');
129 fwrite($stream, $input);
130 rewind($stream);
131 $this->input = $stream;
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md151 * #787: Cannot use non-seekable stream-wrappers with range requests.
258 * #787: Cannot use non-seekable stream-wrappers with range requests.
493 `application/octet-stream` if a better content-type could not be determined.
1788 * Fixed: Issue 67: Non-seekable stream support in ::put()/::get().
/plugin/webdav/vendor/sabre/http/
H A DREADME.md473 * Returns the body as a readable stream resource.
475 * Note that the stream may not be rewindable, and therefore may only be
485 * Note that because the underlying data may be based on a stream, this
495 * This could be either a string or a stream.
502 * Updates the body resource with a new stream.
617 * Returns the body as a readable stream resource.
619 * Note that the stream may not be rewindable, and therefore may only be
629 * Note that because the underlying data may be based on a stream, this
639 * This could be either a string or a stream.
647 * Updates the body resource with a new stream.
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php128 * @param resource $stream
134 $this->readStreams[(int)$stream] = $stream;
148 * @param resource $stream
154 $this->writeStreams[(int)$stream] = $stream;
162 * @param resource $stream
165 function removeReadStream($stream) { argument
168 $this->readStreams[(int)$stream],
169 $this->readCallbacks[(int)$stream]
177 * @param resource $stream
180 function removeWriteStream($stream) { argument
[all …]
H A Dfunctions.php68 * @param resource $stream
72 function addReadStream($stream, callable $cb) { argument
74 instance()->addReadStream($stream, $cb);
87 * @param resource $stream
93 instance()->addWriteStream($stream, $cb);
100 * @param resource $stream
103 function removeReadStream($stream) { argument
105 instance()->removeReadStream($stream);
112 * @param resource $stream
115 function removeWriteStream($stream) { argument
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php51 $stream = fopen('php://temp', 'r+');
52 fwrite($stream, $body);
53 rewind($stream);
54 return $stream;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md525 * Fixed: Issue #54. Parsing a stream of multiple vcards separated by more than
651 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/webdav/core/
H A DUtils.php20 * @param resource $stream resource
24 public static function streamReader($stream) argument
28 while (($buf = fread($stream, 8192)) != '') {
37 * @param resource $stream resource
42 public static function streamWriter($stream, $file) argument
58 while (($buf = fread($stream, 8192)) != '') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php89 $stream = fopen('php://temp', 'r+');
90 fwrite($stream, $body);
91 rewind($stream);
92 $body = $stream;
H A DTree.php311 $stream = fopen('php://temp', 'r+');
312 fwrite($stream, $data);
313 rewind($stream);
314 $data = $stream;
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php44 public function put($stream) argument
82 if (!Utils::streamWriter($stream, $this->info['path'])) {
/plugin/structsection/
H A Dyarn.lock1499 get-stream "^6.0.0"
1501 is-stream "^2.0.0"
1502 merge-stream "^2.0.0"
1618 get-stream@^6.0.0:
1620 …resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.0.tgz#3e0012cb6827319da2706e601…
1823 is-stream@^2.0.0:
1825 …resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d9…
1856 merge-stream "^2.0.0"
2022 merge-stream@^2.0.0:
2024 …resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770f…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css18 .jp-audio-stream *:focus,
24 .jp-audio-stream button::-moz-focus-inner,
30 .jp-audio-stream,
42 .jp-audio-stream {
97 .jp-audio-stream .jp-interface {
122 .jp-audio-stream .jp-controls {
238 .jp-audio-stream .jp-volume-controls {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js8 this.probe = function(stream) { argument
9 var offset = stream.offset;
12 while (stream.available(2)) {
14 stream.seek(offset);
19 stream.seek(offset);
40 stream.advance(1); // private
50 stream.advance(16);
78 var buffer = this.stream.readSingleBuffer(this.stream.remainingBytes());
155 var sign = stream.read(1),
528 stream.align();
[all …]
H A Dvorbis.js2stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}st… argument
59 if (!this.stream.available(1))
62 var list = this.stream.list;
H A Dflac.js67 var stream = this.bitstream;
68 if (!stream.available(32))
148 stream.align();
217 if (stream.read(1))
222 if (stream.read(1)) {
595 var stream = this.stream;
738 var buffer = stream.readSingleBuffer(stream.remainingBytes());
765 var stream = this.stream;
768 stream.advance(5); // magic
772 stream.advance(3);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as111 pause(myStatus.pausePosition); // Must pass time or the stream.time is read.
406 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css18 .jp-audio-stream *:focus,
24 .jp-audio-stream button::-moz-focus-inner,
30 .jp-audio-stream,
46 .jp-audio-stream {
111 .jp-audio-stream .jp-controls-holder {
122 .jp-audio-stream .jp-controls {
125 .jp-audio-stream .jp-controls {
162 .jp-audio-stream .jp-play,
163 .jp-audio-stream .jp-pause {
318 .jp-audio-stream .jp-volume-controls {
[all …]

12345678910>>...19