Home
last modified time | relevance | path

Searched refs:sprintf (Results 301 – 325 of 1115) sorted by last modified time

1...<<11121314151617181920>>...45

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php109 return sprintf(
H A DNormalizerFormatter.php190 return sprintf('[resource(%s)]', get_resource_type($data));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php890 sprintf(
899 sprintf(
984 throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config));
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php41 $serviceDir = sprintf(
47 $serviceDir = sprintf(
57 sprintf(
85 sprintf(
95 sprintf(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php146 …throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened in append…
216 …throw new \UnexpectedValueException(sprintf('There is no existing directory at "%s" and it could n…
H A DCouchDBHandler.php51 $basicAuth = sprintf('%s:%s@', $this->options['username'], $this->options['password']);
H A DErrorLogHandler.php43 … $message = sprintf('The given message type "%s" is not supported', print_r($messageType, true));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DRegistry.php116 …throw new InvalidArgumentException(sprintf('Requested "%s" logger instance is not in the registry'…
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php173 sprintf(
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php98 $firstLine = sprintf(
109 $headers .= sprintf("%s:%s\r\n", $name, implode(', ', $values));
112 $body .= sprintf(
128 'Content-Type' => sprintf('multipart/mixed; boundary=%s', $this->boundary),
H A DREST.php57 sprintf('%s %s', $request->getMethod(), (string) $request->getUri()),
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php375 throw new InvalidArgumentException(sprintf(
391 throw new RuntimeException(sprintf(
H A DOAuth2.php1485 throw new \InvalidArgumentException(sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php98 $message = sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php348 sprintf(
360 sprintf(
H A DCurlFactory.php182 $message = sprintf(
385 throw new \RuntimeException(sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php96 sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DAggregateException.php14 sprintf('%s; %d rejected promises', $msg, count($reasons))
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md376 $logger->debug(sprintf('new access token received at cache key %s', $cacheKey));
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php113 $error = sprintf(
136 $error = sprintf($message, get_class($this), gettype($time));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DLimitStream.php76 throw new \RuntimeException(sprintf(
H A DMultipartStream.php120 ? sprintf(
H A DUploadedFile.php283 sprintf('Uploaded file could not be moved to %s', $targetPath)
H A DUri.php683 sprintf('Invalid port: %d. Must be between 0 and 65535', $port)
H A DUtils.php372 $ex = new \RuntimeException(sprintf(
385 $ex = new \RuntimeException(sprintf(

1...<<11121314151617181920>>...45