Home
last modified time | relevance | path

Searched refs:Utils (Results 51 – 75 of 163) sorted by last modified time

1234567

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php9 use Antlr\Antlr4\Runtime\Utils\Set;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DLexerNoViableAltException.php10 use Antlr\Antlr4\Runtime\Utils\StringUtils;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DBaseErrorListener.php12 use Antlr\Antlr4\Runtime\Utils\BitSet;
H A DProxyErrorListener.php12 use Antlr\Antlr4\Runtime\Utils\BitSet;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php7 use Antlr\Antlr4\Runtime\Utils\StringUtils;
H A DTokenFactory.php7 use Antlr\Antlr4\Runtime\Utils\Pair;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php11 use Antlr\Antlr4\Runtime\Utils\DoubleKeyMap;
H A DPredictionContextCache.php7 use Antlr\Antlr4\Runtime\Utils\Map;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php5 namespace Antlr\Antlr4\Runtime\Utils;
H A DSet.php5 namespace Antlr\Antlr4\Runtime\Utils;
H A DStringUtils.php5 namespace Antlr\Antlr4\Runtime\Utils;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst11 ``GuzzleHttp\Streams\Utils`` instead.
22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second
52 ``GuzzleHttp\Streams\Utils``. Use ``GuzzleHttp\Stream\Stream::factory()``
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php65 return Utils::copyToString($this);
H A DUtils.php10 class Utils class
H A DLazyOpenStream.php35 return Stream::factory(Utils::open($this->filename, $this->mode));
H A DPumpStream.php53 return Utils::copyToString($this);
H A DStreamDecoratorTrait.php49 return Utils::copyToString($this);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php207 return \class_exists(Psr7\Utils::class)
208 ? Psr7\Utils::streamFor($data)
H A DAwsAuthV4.php63 if (\class_exists(Psr7\Utils::class)) {
64 $request = Psr7\Utils::modifyRequest($request, $changes);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DCachingStreamTest.php6 use GuzzleHttp\Stream\Utils; alias
100 $this->assertEquals("0000\n", Utils::readline($body));
101 $this->assertEquals("0001\n", Utils::readline($body));
106 $this->assertEquals("0003\n", Utils::readline($body));
108 $this->assertEquals("0004\n", Utils::readline($body));
109 $this->assertEquals("0005\n", Utils::readline($body));
115 $this->assertEquals("TEST\n", Utils::readline($body));
116 $this->assertEquals("0003\n", Utils::readline($body));
117 $this->assertEquals("0004\n", Utils::readline($body));
118 $this->assertEquals("0005\n", Utils
[all...]
H A DUtilsTest.php8 use GuzzleHttp\Stream\Utils; alias
17 $this->assertEquals('foobaz', Utils::copyToString($s));
19 $this->assertEquals('foo', Utils::copyToString($s, 3));
20 $this->assertEquals('baz', Utils::copyToString($s, 3));
21 $this->assertEquals('', Utils::copyToString($s));
32 $result = Utils::copyToString($s1);
40 Utils::copyToStream($s1, $s2);
44 Utils::copyToStream($s1, $s2, 3);
46 Utils::copyToStream($s1, $s2, 3);
55 Utils
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php11 use GuzzleHttp\Stream\Utils; alias
108 ? new Stream(Utils::open($dest, 'r+'))
111 Utils::copyToStream($stream, $dest);
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js31 …d){return SCAYT.prototype.Utils.inArray(this.children,d)},removeChild:function(d,c){this.children.… method in SCAYT
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php15 use Monolog\Utils; alias
H A DFlowdockHandler.php15 use Monolog\Utils; alias
116 return Utils::jsonEncode($record['formatted']['flowdock']);

1234567