/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | StreamingStageLocation.php | 25 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 D | StreamMapping.php | 33 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 D | ServicePriority.php | 20 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 D | ModelStream.php | 15 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 D | ModelPriority.php | 23 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 D | WriteResponse.php | 30 public $streamId; variable in Google\\Service\\Firestore\\WriteResponse 55 public function setStreamId($streamId) argument 57 $this->streamId = $streamId; 64 return $this->streamId;
|
H A D | WriteRequest.php | 30 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 D | helper.php | 94 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 D | action.php | 125 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 D | push.php | 42 $targetStreamId = $stream->streamId; 48 foreach ($streamIds as $streamId) { 49 $this->helper->servicePriority->store($newsId, $streamId);
|
/plugin/fksnewsfeed/inc/renderer/ |
H A D | VyfukRenderer.php | 103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
|
H A D | FykosRenderer.php | 87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 16761 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 D | pdf.worker.js | 55535 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 D | pdf.js.map | 1 …streamId","startCapability","startCall","isClosed","pullCapability","cancelCapability","_createStr…
|
H A D | pdf.worker.js.map | 1 …streamId","startCapability","startCall","isClosed","pullCapability","cancel","cancelCapability","_…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Datastream.php | 492 'streamId' => [
|
H A D | YouTube.php | 761 'streamId' => [
|