Home
last modified time | relevance | path

Searched defs:streamId (Results 1 – 9 of 9) 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)
/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)
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php20 public function findByNewsAndStream(int $newsId, int $streamId): ?ModelPriority {
32 public function store(int $newsId, int $streamId): void {
H A DModelPriority.php23 public int $streamId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelPriority
H A DModelStream.php15 public int $streamId; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelStream
/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)
H A DWriteRequest.php30 public $streamId; variable in Google\\Service\\Firestore\\WriteRequest
55 public function setStreamId($streamId)
/plugin/fksnewsfeed/
H A Dhelper.php94 private function allParentDependence(int $streamId): array {
108 public function fullParentDependence(int $streamId, array &$arr): void {
H A Daction.php125 private function printStream(int $start, int $length, string $streamId, string $pageId): array {