Home
last modified time | relevance | path

Searched refs:streamId (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DStreamingStageLocation.php25 public $streamId; variable in Google\\Service\\Dataflow\\StreamingStageLocation
30 public function setStreamId($streamId) argument
32 $this->streamId = $streamId;
39 return $this->streamId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DStreamMapping.php33 public $streamId; variable in Google\\Service\\FirebaseManagement\\StreamMapping
66 public function setStreamId($streamId) argument
68 $this->streamId = $streamId;
75 return $this->streamId;
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php20 public function findByNewsAndStream(int $newsId, int $streamId): ?ModelPriority { argument
21 …uery('SELECT * FROM ? WHERE stream_id=? AND news_id =?', $this->table, $streamId, $newsId)->fetch(…
32 public function store(int $newsId, int $streamId): void { argument
33 $model = $this->findByNewsAndStream($newsId, $streamId);
35 $this->update($model, ['news_id' => $newsId, 'stream_id' => $streamId]);
37 $this->create(['news_id' => $newsId, 'stream_id' => $streamId, 'priority' => 0]);
H A DModelStream.php15 public int $streamId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelStream
24 $this->streamId);
57 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $this->streamId);
70 $res = $this->sqlite->query('SELECT * FROM dependence WHERE child=?', $this->streamId);
81 $model->streamId = $data['stream_id'];
H A DModelPriority.php23 public int $streamId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelPriority
33 …te->query('DELETE FROM priority WHERE stream_id=? AND news_id =?', $this->streamId, $this->newsId);
41 $model->streamId = $data['stream_id'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DWriteResponse.php30 public $streamId; variable in Google\\Service\\Firestore\\WriteResponse
55 public function setStreamId($streamId) argument
57 $this->streamId = $streamId;
64 return $this->streamId;
H A DWriteRequest.php30 public $streamId; variable in Google\\Service\\Firestore\\WriteRequest
55 public function setStreamId($streamId) argument
57 $this->streamId = $streamId;
64 return $this->streamId;
/plugin/fksnewsfeed/
H A Dhelper.php94 private function allParentDependence(int $streamId): array { argument
96 $res = $this->sqlite->query('SELECT * FROM dependence WHERE parent=?', $streamId);
108 public function fullParentDependence(int $streamId, array &$arr): void { argument
109 foreach ($this->allParentDependence($streamId) as $newStreamId) {
H A Daction.php125 private function printStream(int $start, int $length, string $streamId, string $pageId): array { argument
127 $stream = $this->helper->serviceStream->findByName($streamId);
133 $htmlNews[] = $news[$i]->render($e, $streamId, $pageId);
179 $streams = [$stream->streamId];
180 $this->helper->fullParentDependence($stream->streamId, $streams);
195 …this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stream->streamId);
209 …this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stream->streamId);
/plugin/fksnewsfeed/admin/
H A Dpush.php42 $targetStreamId = $stream->streamId;
48 foreach ($streamIds as $streamId) {
49 $this->helper->servicePriority->store($newsId, $streamId);
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
H A DFykosRenderer.php87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js16761 this.streamId = 1;
16817 } else if (data.streamId) {
16872 var streamId = this.streamId++;
16888 streamId: streamId,
16903 streamId: streamId,
16919 streamId: streamId
16931 var streamId = data.streamId;
16948 streamId: streamId,
16987 delete self.streamSinks[streamId];
17028 var streamId = data.streamId;
[all …]
H A Dpdf.worker.js55535 this.streamId = 1;
55591 } else if (data.streamId) {
55646 var streamId = this.streamId++;
55662 streamId: streamId,
55677 streamId: streamId,
55693 streamId: streamId
55705 var streamId = data.streamId;
55722 streamId: streamId,
55761 delete self.streamSinks[streamId];
55802 var streamId = data.streamId;
[all …]
H A Dpdf.js.map1streamId","startCapability","startCall","isClosed","pullCapability","cancelCapability","_createStr…
H A Dpdf.worker.js.map1streamId","startCapability","startCall","isClosed","pullCapability","cancel","cancelCapability","_…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php492 'streamId' => [
H A DYouTube.php761 'streamId' => [