Home
last modified time | relevance | path

Searched refs:resource (Results 326 – 350 of 428) sorted by path

1...<<1112131415161718

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1resource transfer type\n */\n RESOURCES: 'ResourceURLs',\n /**\n * Browser specific …
H A Djson.worker.js.map1resource, document) {\n // first use $schema if present\n if (document && document.r…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst66 * LazyOpenStream now correctly returns the underlying stream resource when
88 * Updated the ``detach()`` method to return the underlying stream resource or
89 ``null`` if it does not wrap a resource.
90 * Multiple fixes for how streams behave when the underlying resource is
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DInflateStream.php8 * the gzip header, converts the provided stream to a PHP stream resource,
10 * to a Guzzle stream resource to be used as a Guzzle stream.
23 $resource = GuzzleStreamWrapper::getResource($stream);
24 stream_filter_append($resource, 'zlib.inflate', STREAM_FILTER_READ);
25 $this->stream = new Stream($resource);
H A DStream.php39 * @param resource|string|StreamInterface $resource Entity body data
43 * @throws \InvalidArgumentException if the $resource arg is not valid.
45 public static function factory($resource = '', array $options = []) argument
47 $type = gettype($resource);
51 if ($resource !== '') {
52 fwrite($stream, $resource);
58 if ($type == 'resource') {
59 return new self($resource, $options);
62 if ($resource instanceo
[all...]
H A DUtils.php13 * Safely opens a PHP stream resource using a filename.
21 * @return resource
185 * @param mixed $resource Resource to create
194 public static function create($resource, array $options = []) argument
196 return Stream::factory($resource, $options);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php87 * @param resource $stream
88 * @param string|resource|StreamInterface $dest
148 * Create a resource and check to ensure it was created successfully
150 * @param callable $callback Callable that returns stream resource
152 * @return resource
167 $resource = $callback();
170 if (!$resource) {
171 $message = 'Error creating resource: ';
180 return $resource;
406 $resource
[all...]
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf716 https?:\/\/([^\/]*\.)?bank-of-fetish-resource\.aroundworld\.in\.ua
/plugin/farmer/lang/en/
H A Dnotfound_404.txt3 The requested resource could not be found.
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md26 This library provides the `hoa://` protocol, which is a way to abstract resource
112 `Foo.php` configuration file. This is an **abstract path for a resource**.
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php151 ->resource($_resource)
350 ->resource($openedPath)
400 ->resource($openedPath)
422 ->resource($_resource)
497 ->resource($_resource)
519 ->resource($_resource)
542 ->resource($_resource)
572 ->resource($_resource)
665 ->resource($_resource)
685 ->resource($_resource)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md25 * Stream: Disallow invalid resource in `_setStream`. (Ivan Enderlin, 2017-02-03T11:55:01+01:00)
H A DREADME.md439 stream resource.
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php165 $this->resource(SUT::prepend($stream, $name));
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php88 ->resource($bucket->bucket)
126 ->resource($_bucket->bucket)
H A DContext.php190 ->resource($result)
H A DStream.php188 ->isEqualTo($resource)
231 ->resource($result->getStream())
232 ->isNotEqualTo($resource)
293 ->resource($result)
357 ->resource($result)
388 ->resource($result)
436 ->resource($_stream)
516 ->resource($_stream)
556 ->resource($_stream)
587 ->resource($_stream)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php141 ->resource($result)
154 ->resource($result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php617 $resource = fopen($file, 'r');
638 [$resource, $resource],
H A DConstraintTest.php1230 public function testConstraintIsResourceTypeEvaluatesCorrectlyWithResources($resource) argument
1234 $this->assertTrue($constraint->evaluate($resource, '', true));
1236 @fclose($resource);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt18 Starting test 'DataProviderDebugTest::testProvider with data set #1 (1.2, resource(%d) of type (str…
H A Dhelp.phpt53 --disallow-resource-usage Be strict about resource usage during small tests.
H A Dhelp2.phpt54 --disallow-resource-usage Be strict about resource usage during small tests.
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md64 // resource(13) of type (stream)
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DSnapshotClass.php25 private static $resource; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass
34 self::$resource = fopen('php://memory', 'r');

1...<<1112131415161718