Searched refs:getStreamName (Results 1 – 10 of 10) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Generic.php | 71 return basename($this->getStreamName()); 81 return dirname($this->getStreamName()); 95 return filesize($this->getStreamName()); 115 return fileatime($this->getStreamName()); 125 return filectime($this->getStreamName()); 311 $from = $this->getStreamName(); 343 $from = $this->getStreamName(); 376 $this->getStreamName(), 457 return is_dir($this->getStreamName()); 566 return $this->getStreamName(); [all …]
|
H A D | Directory.php | 160 $from = $this->getStreamName(); 208 $from = $this->getStreamName();
|
/plugin/findologicxmlexport/vendor/hoa/file/Link/ |
H A D | Link.php | 89 return lstat($this->getStreamName()); 100 return lchgrp($this->getStreamName(), $group); 111 return lchown($this->getStreamName(), $user); 132 $target = dirname($this->getStreamName()) . DS . 173 return readlink($this->getStreamName());
|
/plugin/findologicxmlexport/vendor/hoa/stream/ |
H A D | Stream.php | 310 $streamName = $this->getStreamName(); 344 public function getStreamName() function in Hoa\\Stream\\Stream 535 if (false === $pos = strpos($this->getStreamName(), '://')) { 539 return substr($this->getStreamName(), 0, $pos); 633 return $this->getStreamName();
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Llk.php | 73 ': The stream ' . $stream->getStreamName() . 79 $stream->getStreamName(); 86 static::parsePP($pp, $tokens, $rawRules, $pragmas, $stream->getStreamName());
|
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
H A D | Stream.php | 82 ->string($result->getStreamName()) 125 ->string($result->getStreamName()) 143 ->variable($result->getStreamName()) 162 ->string($result->getStreamName()) 185 ->variable($stream->getStreamName()) 229 ->string($result->getStreamName()) 278 ->when($result = $stream->getStreamName())
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | IngestionInfo.php | 109 public function getStreamName() function in Google\\Service\\YouTube\\IngestionInfo
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 86 ->variable($wrapper->getStreamName()) 353 ->string($wrapper->getStreamName()) 595 ->variable($wrapper->getStreamName()) 620 ->string($wrapper->getStreamName()) 645 ->variable($wrapper->getStreamName())
|
/plugin/findologicxmlexport/vendor/hoa/protocol/ |
H A D | Wrapper.php | 573 public function getStreamName() function in Hoa\\Protocol\\Wrapper
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeService.php | 2420 public function getStreamName() { function in Google_IngestionInfo
|