Home
last modified time | relevance | path

Searched refs:Utils (Results 101 – 125 of 163) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php23 use GuzzleHttp\Psr7\Utils; alias
H A DAccessToken.php29 use GuzzleHttp\Psr7\Utils; alias
303 $body = Utils::streamFor(http_build_query(['token' => $token]));
H A DOAuth2.php26 use GuzzleHttp\Psr7\Utils; alias
1441 return Utils::uriFor($uri);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php177 Psr7\Utils::streamFor($partBody)
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php64 class Google_Utils_UriTemplate extends \Google\Utils\UriTemplate {}
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php17 use Monolog\Utils; alias
85 …ption('Failed to preg_split formatted string: ' . $pcreErrorCode . ' / '. Utils::pcreLastErrorMess…
H A DIFTTTHandler.php15 use Monolog\Utils; alias
61 $postString = Utils::jsonEncode($postData);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php6 use GuzzleHttp\Utils; alias
105 $currentTime = Utils::currentTime();
157 $this->delays[$id] = Utils::currentTime() + ($easy->options['delay'] / 1000);
209 $currentTime = Utils::currentTime();
H A DStreamHandler.php10 use GuzzleHttp\Utils; alias
37 $startTime = isset($options['on_stats']) ? Utils::currentTime() : null;
86 Utils::currentTime() - $startTime,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php8 final class Utils class
H A DClient.php219 $uri = Utils::idnUriConvert($uri, $idnOptions);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DRejectedPromise.php35 $queue = Utils::queue();
H A Dfunctions.php26 return Utils::queue($assign);
41 return Utils::task($task);
119 return Utils::inspect($promise);
138 return Utils::inspectAll($promises);
159 return Utils::unwrap($promises);
179 return Utils::all($promises, $recursive);
202 return Utils::some($count, $promises);
217 return Utils::any($promises);
236 return Utils::settle($promises);
H A DFulfilledPromise.php35 $queue = Utils::queue();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8
H A DREADME.md26 $a = Psr7\Utils::streamFor('abc, ');
27 $b = Psr7\Utils::streamFor('123.');
92 $stream = Psr7\Utils::streamFor();
115 $stream = Psr7\Utils::streamFor('hi');
438 ## `GuzzleHttp\Psr7\Utils::hash`
466 ## `GuzzleHttp\Psr7\Utils::readLine`
531 ## `GuzzleHttp\Psr7\Utils::uriFor`
563 | `uri_for` | `Utils::uriFor` |
569 | `try_fopen` | `Utils::tryFopen` |
572 | `hash` | `Utils::hash` |
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php67 return Utils::copyToString($this);
H A DPumpStream.php57 return Utils::copyToString($this);
H A DStreamDecoratorTrait.php57 return Utils::copyToString($this);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php15 use Monolog\Utils; alias
35 private $jsonEncodeOptions = Utils::DEFAULT_JSON_FLAGS;
186 return [Utils::getClass($data) => $value];
206 'class' => Utils::getClass($e),
253 return Utils::jsonEncode($data, $this->jsonEncodeOptions, $ignoreErrors);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php23 use Google\Utils\UriTemplate;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php18 namespace Google\Utils;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md242 * Added `Utils::getDefaultHandler()`
287 * Replaced `Utils.php` with plain functions in `functions.php`.
408 implemented in `GuzzleHttp\Utils` using camelCase. `GuzzleHttp\json_decode`
409 moved to `GuzzleHttp\Utils::jsonDecode`. `GuzzleHttp\get_path` moved to
410 `GuzzleHttp\Utils::getPath`. `GuzzleHttp\set_path` moved to
411 `GuzzleHttp\Utils::setPath`. `GuzzleHttp\batch` should now be
451 `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
944 * BC: Removed `Guzzle\Http\Utils` class
1303 * Adding Guzzle\Http\Utils class to provide getDefaultUserAgent() and getHttpDate()
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md18 - Fix manually settle promises generated with Utils::task
H A DREADME.md426 $queue = GuzzleHttp\Promise\Utils::queue();
512 | `queue` | `Utils::queue` |
513 | `task` | `Utils::task` |
518 | `inspect` | `Utils::inspect` |
519 | `inspect_all` | `Utils::inspectAll` |
520 | `unwrap` | `Utils::unwrap` |
521 | `all` | `Utils::all` |
522 | `some` | `Utils::some` |
523 | `any` | `Utils::any` |
524 | `settle` | `Utils::settle` |

1234567