/dports/www/drupal8/drupal-8.9.20/vendor/symfony/psr-http-message-bridge/Factory/ |
H A D | PsrHttpFactory.php | 34 private $streamFactory; variable in Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory 38 …equestFactoryInterface $serverRequestFactory, StreamFactoryInterface $streamFactory, UploadedFileF… argument 41 $this->streamFactory = $streamFactory; 62 $body = $this->streamFactory->createStreamFromFile('php://temp', 'wb+'); 65 … $body = $this->streamFactory->createStreamFromResource($symfonyRequest->getContent(true)); 96 …$files[$key] = $this->uploadedFileFactory->createUploadedFile($this->streamFactory->createStream()… 119 $this->streamFactory->createStreamFromFile( 137 $stream = $this->streamFactory->createStreamFromFile( 141 $stream = $this->streamFactory->createStreamFromFile('php://temp', 'wb+');
|
/dports/finance/prestashop/prestashop/vendor/symfony/http-client/ |
H A D | Psr18Client.php | 56 private $streamFactory; variable in Symfony\\Component\\HttpClient\\Psr18Client 58 …ll, ResponseFactoryInterface $responseFactory = null, StreamFactoryInterface $streamFactory = null) argument 62 …$this->streamFactory = $streamFactory ?? ($responseFactory instanceof StreamFactoryInterface ? $re… 64 if (null !== $this->responseFactory && null !== $this->streamFactory) { 75 …$this->streamFactory = $this->streamFactory ?? $psr17Factory ?? Psr17FactoryDiscovery::findStreamF… 108 $body = $this->streamFactory->createStreamFromResource($body); 149 $stream = $this->streamFactory->createStream($content); 163 return $this->streamFactory->createStreamFromFile($filename, $mode); 171 return $this->streamFactory->createStreamFromResource($resource);
|
H A D | HttplugClient.php | 63 private $streamFactory; variable in Symfony\\Component\\HttpClient\\HttplugClient 67 …ll, ResponseFactoryInterface $responseFactory = null, StreamFactoryInterface $streamFactory = null) argument 71 …$this->streamFactory = $streamFactory ?? ($responseFactory instanceof StreamFactoryInterface ? $re… 74 if (null === $this->responseFactory || null === $this->streamFactory) { 82 …$this->streamFactory = $this->streamFactory ?? $psr17Factory ?? Psr17FactoryDiscovery::findStreamF… 88 …w HttplugWaitLoop($this->client, $this->promisePool, $this->responseFactory, $this->streamFactory); 183 $stream = $this->streamFactory->createStream($body ?? ''); 185 $stream = $this->streamFactory->createStreamFromResource($body);
|
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/symfony/psr-http-message-bridge/Factory/ |
H A D | PsrHttpFactory.php | 34 private $streamFactory; variable in Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory 38 …equestFactoryInterface $serverRequestFactory, StreamFactoryInterface $streamFactory, UploadedFileF… argument 41 $this->streamFactory = $streamFactory; 61 $body = $this->streamFactory->createStreamFromResource($symfonyRequest->getContent(true)); 89 …$files[$key] = $this->uploadedFileFactory->createUploadedFile($this->streamFactory->createStream()… 110 $this->streamFactory->createStreamFromFile( 128 $stream = $this->streamFactory->createStreamFromFile( 132 $stream = $this->streamFactory->createStreamFromFile('php://temp', 'wb+');
|
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/psr-http-message-bridge/Factory/ |
H A D | PsrHttpFactory.php | 34 private $streamFactory; variable in Symfony\\Bridge\\PsrHttpMessage\\Factory\\PsrHttpFactory 38 …equestFactoryInterface $serverRequestFactory, StreamFactoryInterface $streamFactory, UploadedFileF… argument 41 $this->streamFactory = $streamFactory; 64 $body = $this->streamFactory->createStreamFromResource($symfonyRequest->getContent(true)); 92 …$files[$key] = $this->uploadedFileFactory->createUploadedFile($this->streamFactory->createStream()… 113 $this->streamFactory->createStreamFromFile( 131 $stream = $this->streamFactory->createStreamFromFile( 135 $stream = $this->streamFactory->createStreamFromFile('php://temp', 'wb+');
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/ |
H A D | ApiHandler.php | 50 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Api\\ApiHandler 61 StreamFactoryInterface $streamFactory, argument 67 $this->streamFactory = $streamFactory; 101 $this->streamFactory->createStream( 129 $this->streamFactory->createStream( 157 $this->streamFactory->createStream( 186 $this->streamFactory->createStream( 234 $this->streamFactory->createStream( 253 $this->streamFactory->createStream(
|
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/http/ |
H A D | HttpClientFactory.cpp | 109 … const Aws::IOStreamFactory &streamFactory) const override in CreateHttpRequest() 111 return CreateHttpRequest(URI(uri), method, streamFactory); in CreateHttpRequest() 114 …equest(const URI& uri, HttpMethod method, const Aws::IOStreamFactory& streamFactory) const override in CreateHttpRequest() 117 request->SetResponseStreamFactory(streamFactory); in CreateHttpRequest() 191 …teHttpRequest(const Aws::String& uri, HttpMethod method, const Aws::IOStreamFactory& streamFactory) in CreateHttpRequest() argument 194 return GetHttpClientFactory()->CreateHttpRequest(uri, method, streamFactory); in CreateHttpRequest() 197 …st> CreateHttpRequest(const URI& uri, HttpMethod method, const Aws::IOStreamFactory& streamFactory) in CreateHttpRequest() argument 200 return GetHttpClientFactory()->CreateHttpRequest(uri, method, streamFactory); in CreateHttpRequest()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 39 PassManager::ReproducerStreamFactory &streamFactory, 68 PassManager::ReproducerStreamFactory &streamFactory; member 93 PassManager::ReproducerStreamFactory &streamFactory, bool verifyPasses) in RecoveryReproducerContext() argument 95 streamFactory(streamFactory), in RecoveryReproducerContext() 112 std::unique_ptr<PassManager::ReproducerStream> stream = streamFactory(error); in generate() 175 Impl(PassManager::ReproducerStreamFactory &streamFactory, in Impl() 177 : streamFactory(streamFactory), localReproducer(localReproducer) {} in Impl() 180 PassManager::ReproducerStreamFactory streamFactory; member 199 : impl(std::make_unique<Impl>(streamFactory, localReproducer)) {} in PassCrashReproducerGenerator() 315 passOS.str(), op, impl->streamFactory, impl->pmFlagVerifyPasses)); in prepareReproducerFor() [all …]
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 40 PassManager::ReproducerStreamFactory &streamFactory, 69 PassManager::ReproducerStreamFactory &streamFactory; member 94 PassManager::ReproducerStreamFactory &streamFactory, bool verifyPasses) in RecoveryReproducerContext() argument 96 streamFactory(streamFactory), in RecoveryReproducerContext() 113 std::unique_ptr<PassManager::ReproducerStream> stream = streamFactory(error); in generate() 176 Impl(PassManager::ReproducerStreamFactory &streamFactory, in Impl() 178 : streamFactory(streamFactory), localReproducer(localReproducer) {} in Impl() 181 PassManager::ReproducerStreamFactory streamFactory; member 200 : impl(std::make_unique<Impl>(streamFactory, localReproducer)) {} in PassCrashReproducerGenerator() 312 passOS.str(), op, impl->streamFactory, impl->pmFlagVerifyPasses)); in prepareReproducerFor() [all …]
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 40 PassManager::ReproducerStreamFactory &streamFactory, 69 PassManager::ReproducerStreamFactory &streamFactory; member 94 PassManager::ReproducerStreamFactory &streamFactory, bool verifyPasses) in RecoveryReproducerContext() argument 96 streamFactory(streamFactory), in RecoveryReproducerContext() 113 std::unique_ptr<PassManager::ReproducerStream> stream = streamFactory(error); in generate() 176 Impl(PassManager::ReproducerStreamFactory &streamFactory, in Impl() 178 : streamFactory(streamFactory), localReproducer(localReproducer) {} in Impl() 181 PassManager::ReproducerStreamFactory streamFactory; member 200 : impl(std::make_unique<Impl>(streamFactory, localReproducer)) {} in PassCrashReproducerGenerator() 312 passOS.str(), op, impl->streamFactory, impl->pmFlagVerifyPasses)); in prepareReproducerFor() [all …]
|
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 40 PassManager::ReproducerStreamFactory &streamFactory, 69 PassManager::ReproducerStreamFactory &streamFactory; member 94 PassManager::ReproducerStreamFactory &streamFactory, bool verifyPasses) in RecoveryReproducerContext() argument 96 streamFactory(streamFactory), in RecoveryReproducerContext() 113 std::unique_ptr<PassManager::ReproducerStream> stream = streamFactory(error); in generate() 176 Impl(PassManager::ReproducerStreamFactory &streamFactory, in Impl() 178 : streamFactory(streamFactory), localReproducer(localReproducer) {} in Impl() 181 PassManager::ReproducerStreamFactory streamFactory; member 200 : impl(std::make_unique<Impl>(streamFactory, localReproducer)) {} in PassCrashReproducerGenerator() 312 passOS.str(), op, impl->streamFactory, impl->pmFlagVerifyPasses)); in prepareReproducerFor() [all …]
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Update/ |
H A D | ShowAction.php | 46 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\Update\\ShowAction 52 StreamFactoryInterface $streamFactory argument 57 $this->streamFactory = $streamFactory; 72 $this->streamFactory->createStream($result)
|
H A D | UpdateAction.php | 54 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\Update\\UpdateAction 61 StreamFactoryInterface $streamFactory argument 67 $this->streamFactory = $streamFactory; 102 $this->streamFactory->createStream($result)
|
/dports/finance/prestashop/prestashop/vendor/symfony/http-client/Internal/ |
H A D | HttplugWaitLoop.php | 34 private $streamFactory; variable in Symfony\\Component\\HttpClient\\Internal\\HttplugWaitLoop 36 …age $promisePool, ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory) argument 41 $this->streamFactory = $streamFactory; 123 $body = $this->streamFactory->createStreamFromResource($response->toStream(false)); 125 …$body = $this->streamFactory->createStreamFromResource(StreamWrapper::createResource($response, $t… 127 $body = $this->streamFactory->createStream($response->getContent(false));
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Waveform/ |
H A D | ShowAction.php | 45 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\Waveform\\ShowAction 50 StreamFactoryInterface $streamFactory argument 54 $this->streamFactory = $streamFactory; 85 ->withBody($this->streamFactory->createStream($waveform));
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/ShowGet/ |
H A D | ShowAction.php | 44 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\ShowGet\\ShowAction 48 StreamFactoryInterface $streamFactory argument 51 $this->streamFactory = $streamFactory; 77 $this->streamFactory->createStream($content)
|
/dports/audio/ampache/ampache-php74-5.0.0/vendor/nyholm/psr7-server/src/ |
H A D | ServerRequestCreator.php | 28 private $streamFactory; variable in Nyholm\\Psr7Server\\ServerRequestCreator 34 StreamFactoryInterface $streamFactory argument 39 $this->streamFactory = $streamFactory; 105 $body = $this->streamFactory->createStreamFromResource($body); 107 $body = $this->streamFactory->createStream($body); 216 $stream = $this->streamFactory->createStream(); 219 $stream = $this->streamFactory->createStreamFromFile($value['tmp_name']); 221 $stream = $this->streamFactory->createStream();
|
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nyholm/psr7-server/src/ |
H A D | ServerRequestCreator.php | 28 private $streamFactory; variable in Nyholm\\Psr7Server\\ServerRequestCreator 34 StreamFactoryInterface $streamFactory argument 39 $this->streamFactory = $streamFactory; 105 $body = $this->streamFactory->createStreamFromResource($body); 107 $body = $this->streamFactory->createStream($body); 216 $stream = $this->streamFactory->createStream(); 219 $stream = $this->streamFactory->createStreamFromFile($value['tmp_name']); 221 $stream = $this->streamFactory->createStream();
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Edit/ |
H A D | ShowEditObjectAction.php | 44 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Api\\Edit\\ShowEditObjectAction 48 StreamFactoryInterface $streamFactory, argument 54 $this->streamFactory = $streamFactory; 76 $this->streamFactory->createStream($results)
|
H A D | ShowEditPlaylistAction.php | 46 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Api\\Edit\\ShowEditPlaylistAction 58 StreamFactoryInterface $streamFactory, argument 68 $this->streamFactory = $streamFactory; 103 $this->streamFactory->createStream($result)
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Method/ |
H A D | AlbumMethod.php | 46 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Api\\Method\\AlbumMethod 50 StreamFactoryInterface $streamFactory argument 53 $this->streamFactory = $streamFactory; 109 $this->streamFactory->createStream(
|
H A D | AlbumsMethod.php | 44 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Api\\Method\\AlbumsMethod 49 StreamFactoryInterface $streamFactory, argument 52 $this->streamFactory = $streamFactory; 113 $this->streamFactory->createStream(
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Rss/ |
H A D | ShowAction.php | 46 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\Rss\\ShowAction 51 StreamFactoryInterface $streamFactory argument 55 $this->streamFactory = $streamFactory; 88 $this->streamFactory->createStream($rss->get_xml($params))
|
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/SearchData/ |
H A D | ShowAction.php | 43 private StreamFactoryInterface $streamFactory; variable in Ampache\\Module\\Application\\SearchData\\ShowAction 49 StreamFactoryInterface $streamFactory, argument 53 $this->streamFactory = $streamFactory; 80 $this->streamFactory->createStream($content)
|
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/ |
H A D | ClipboardController.php | 39 protected StreamFactoryInterface $streamFactory; variable in TYPO3\\CMS\\Backend\\Controller\\ClipboardController 42 …ction __construct(ResponseFactoryInterface $responseFactory, StreamFactoryInterface $streamFactory) argument 45 $this->streamFactory = $streamFactory; 107 ->withBody($this->streamFactory->createStream(json_encode($data)));
|