Home
last modified time | relevance | path

Searched refs:Utils (Results 1 – 25 of 163) sorted by path

1234567

/plugin/adfs/phpsaml/
H A DREADME.md1454 ##### OneLogin_Saml2_Utils - `Utils.php` #####
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DRevoke.php64 $body = Psr7\Utils::streamFor(http_build_query(array('token' => $token)));
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php177 Psr7\Utils::streamFor($partBody)
H A DMediaFileUpload.php144 Psr7\Utils::streamFor($chunk)
258 $request = $request->withBody(Psr7\Utils::streamFor($postBody));
/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/google/apiclient/src/
H A Daliases.php64 class Google_Utils_UriTemplate extends \Google\Utils\UriTemplate {}
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php29 use GuzzleHttp\Psr7\Utils; alias
303 $body = Utils::streamFor(http_build_query(['token' => $token]));
H A DIam.php23 use GuzzleHttp\Psr7\Utils; alias
H A DOAuth2.php26 use GuzzleHttp\Psr7\Utils; alias
1441 return Utils::uriFor($uri);
/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()
H A DUPGRADING.md80 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
184 - `GuzzleHttp\json_decode` -> `GuzzleHttp\Utils::jsonDecode`
185 - `GuzzleHttp\get_path` -> `GuzzleHttp\Utils::getPath`
186 - `GuzzleHttp\Utils::setPath` -> `GuzzleHttp\set_path`
832 ### Removed `Guzzle\Http\Utils`
834 The `Guzzle\Http\Utils` class was removed. This class was only used for testing.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php219 $uri = Utils::idnUriConvert($uri, $idnOptions);
H A DRedirectMiddleware.php196 $uri = Utils::idnUriConvert($uri, $idnOptions);
H A DUtils.php8 final class Utils class
/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/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` |
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php35 $queue = Utils::queue();
H A DPromise.php151 Utils::queue()->add(static function () use ($id, $value, $handlers) {
235 Utils::queue()->run();
H A DRejectedPromise.php35 $queue = Utils::queue();
H A DUtils.php5 final class Utils class
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);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8

1234567