Home
last modified time | relevance | path

Searched refs:getStreamName (Results 1 – 10 of 10) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php71 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 DDirectory.php160 $from = $this->getStreamName();
208 $from = $this->getStreamName();
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php89 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 DStream.php310 $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 DLlk.php73 ': 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 DStream.php82 ->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 DIngestionInfo.php109 public function getStreamName() function in Google\\Service\\YouTube\\IngestionInfo
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php86 ->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 DWrapper.php573 public function getStreamName() function in Hoa\\Protocol\\Wrapper
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2420 public function getStreamName() { function in Google_IngestionInfo