Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/file/
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());
135 return filemtime($this->getStreamName());
145 return filegroup($this->getStreamName());
155 return fileowner($this->getStreamName());
165 return fileperms($this->getStreamName());
231 return is_readable($this->getStreamName());
[all …]
DDirectory.php160 $from = $this->getStreamName();
208 $from = $this->getStreamName();
/plugin/findologicxmlexport/vendor/hoa/file/Link/
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/
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/
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/
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/
DIngestionInfo.php109 public function getStreamName() function in Google\\Service\\YouTube\\IngestionInfo
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
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/
DWrapper.php573 public function getStreamName() function in Hoa\\Protocol\\Wrapper
/plugin/authgoogle/google/contrib/
DGoogle_YouTubeService.php2420 public function getStreamName() { function in Google_IngestionInfo