Home
last modified time | relevance | path

Searched defs:options (Results 126 – 150 of 867) sorted by path

12345678910>>...35

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactoryInterface.php17 public function create(RequestInterface $request, array $options);
H A DCurlHandler.php26 public function __construct(array $options = [])
33 public function __invoke(RequestInterface $request, array $options)
H A DCurlMultiHandler.php26 private $options = []; variable in GuzzleHttp\\Handler\\CurlMultiHandler
39 public function __construct(array $options = [])
81 public function __invoke(RequestInterface $request, array $options)
H A DEasyHandle.php32 public $options = []; variable in GuzzleHttp\\Handler\\EasyHandle
H A DMockHandler.php63 public function __invoke(RequestInterface $request, array $options)
185 array $options,
H A DStreamHandler.php30 public function __invoke(RequestInterface $request, array $options)
76 array $options,
96 array $options,
142 private function createSink(StreamInterface $stream, array $options)
157 private function checkDecode(array $options, array $headers, $stream)
259 private function createStream(RequestInterface $request, array $options)
339 private function resolveHost(RequestInterface $request, array $options)
408 private function add_proxy(RequestInterface $request, &$options, $value, &$params)
434 private function add_verify(RequestInterface $request, &$options, $value, &$params)
460 private function add_cert(RequestInterface $request, &$options, $value, &$params)
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php67 public function __invoke(RequestInterface $request, array $options)
H A DPool.php103 array $options = []
120 private static function cmpCallback(array &$options, $name, array &$results)
H A DPrepareBodyMiddleware.php31 public function __invoke(RequestInterface $request, array $options)
76 array $options,
H A DRedirectMiddleware.php49 public function __invoke(RequestInterface $request, array $options)
85 array $options,
150 private function guardMax(RequestInterface $request, array &$options)
175 array $options,
H A DRetryMiddleware.php63 public function __invoke(RequestInterface $request, array $options)
82 private function onFulfilled(RequestInterface $req, array $options)
103 private function onRejected(RequestInterface $req, array $options)
122 …private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = …
H A DUtils.php31 public static function idnUriConvert(UriInterface $uri, $options = 0)
73 private static function idnToAsci($domain, $options, &$info = [])
H A Dfunctions.php301 function json_decode($json, $assoc = false, $depth = 512, $options = 0)
324 function json_encode($value, $options = 0, $depth = 512)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php46 public function __construct(callable $source, array $options = [])
H A DStream.php47 public function __construct($stream, $options = [])
H A DStreamWrapper.php72 public function stream_open($path, $mode, $options, &$opened_path)
H A DUtils.php303 public static function streamFor($resource = '', array $options = [])
H A Dfunctions.php82 function stream_for($resource = '', array $options = [])
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php26 private $options; variable in Monolog\\Handler\\CouchDBHandler
31 public function __construct(array $options = [], $level = Logger::DEBUG, bool $bubble = true)
H A DElasticaHandler.php47 protected $options = []; variable in Monolog\\Handler\\ElasticaHandler
53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DElasticsearchHandler.php54 protected $options = []; variable in Monolog\\Handler\\ElasticsearchHandler
60 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DPHPConsoleHandler.php46 private $options = [ variable in Monolog\\Handler\\PHPConsoleHandler
77 …public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DE…
92 private function initOptions(array $options): array
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php129 abstract public function toString($type, array $options = []);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php203 protected static function wrapPrivateKey($publicKey, $privateKey, $password, $options)
H A DPKCS1.php186 protected static function wrapPrivateKey($key, $type, $password, array $options = [])

12345678910>>...35