Home
last modified time | relevance | path

Searched refs:Utils (Results 76 – 100 of 163) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php16 use Monolog\Utils; alias
54 $this->filename = Utils::canonicalizePath($filename);
H A DTelegramBotHandler.php16 use Monolog\Utils; alias
H A DNewRelicHandler.php15 use Monolog\Utils; alias
188 newrelic_add_custom_parameter($key, Utils::jsonEncode($value, null, true));
H A DPHPConsoleHandler.php17 use Monolog\Utils; alias
H A DSlackHandler.php16 use Monolog\Utils; alias
139 $dataArray['attachments'] = Utils::jsonEncode($dataArray['attachments']);
H A DSlackWebhookHandler.php16 use Monolog\Utils; alias
96 $postString = Utils::jsonEncode($postData);
H A DStreamHandler.php15 use Monolog\Utils; alias
58 if (($phpMemoryLimit = Utils::expandIniShorthandBytes(ini_get('memory_limit'))) !== false) {
76 $this->url = Utils::canonicalizePath($stream);
133 … can not be opened. This may be caused by a premature call to close().' . Utils::getRecordMessageF…
146 …e "%s" could not be opened in append mode: '.$this->errorMessage, $url) . Utils::getRecordMessageF…
154 …throw new \LogicException('No stream was opened yet' . Utils::getRecordMessageForException($record…
H A DSwiftMailerHandler.php15 use Monolog\Utils; alias
88 …age as instance of Swift_Message or a callable returning it' . ($record ? Utils::getRecordMessageF…
H A DSyslogUdpHandler.php17 use Monolog\Utils; alias
99 …throw new \RuntimeException('Could not preg_split: ' . $pcreErrorCode . ' / ' . Utils::pcreLastErr…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php15 use Monolog\Utils; alias
235 ? Utils::jsonEncode($normalized, JSON_PRETTY_PRINT|Utils::DEFAULT_JSON_FLAGS)
236 : Utils::jsonEncode($normalized, Utils::DEFAULT_JSON_FLAGS);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php14 use Monolog\Utils; alias
70 $replacements[$placeholder] = '[object '.Utils::getClass($val).']';
72 $replacements[$placeholder] = 'array'.Utils::jsonEncode($val, null, true);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php14 final class Utils class
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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 DRedirectMiddleware.php196 $uri = Utils::idnUriConvert($uri, $idnOptions);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php5 final class Utils class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
143 Utils::copyToStream($this, $target);
H A DLazyOpenStream.php40 return Utils::streamFor(Utils::tryFopen($this->filename, $this->mode));
H A DMessageTrait.php121 $this->stream = Utils::streamFor('');
H A DRequest.php55 $this->stream = Utils::streamFor($body);
H A DResponse.php104 $this->stream = Utils::streamFor($body);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md41 …* Fixed Utils::getClass handling of anonymous classes not being fully compatible with PHP 8 (#1563)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php16 use Monolog\Utils; alias
113 $message->setShortMessage(Utils::substr($record['message'], 0, $this->maxLength));
132 …$message->setAdditional($this->extraPrefix . $key, Utils::substr((string) $val, 0, $this->maxLengt…
143 …$message->setAdditional($this->contextPrefix . $key, Utils::substr((string) $val, 0, $this->maxLen…
H A DLineFormatter.php14 use Monolog\Utils; alias
122 …untimeException('Failed to run preg_replace: ' . $pcreErrorCode . ' / ' . Utils::pcreLastErrorMess…
191 $str = '[object] (' . Utils::getClass($e) . '(code: ' . $e->getCode();
/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 DMediaFileUpload.php144 Psr7\Utils::streamFor($chunk)
258 $request = $request->withBody(Psr7\Utils::streamFor($postBody));

1234567