Home
last modified time | relevance | path

Searched refs:implode (Results 51 – 75 of 989) sorted by path

12345678910>>...40

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php246 implode(', ', $protocols)
H A DUriTemplate.php161 $expanded = implode($joiner, $kvp);
177 $expanded = implode(',', $kvp);
200 $ret = implode($joiner, $replacements);
H A DUtils.php51 $errorMessage .= ' (errors: ' . implode(', ', $errors) . ')';
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php41 $msg .= "\r\n{$name}: " . implode(', ', $values);
H A DMessageTrait.php65 return implode(', ', $this->getHeader($header));
H A DUri.php355 return $uri->withQuery(implode('&', $result));
379 return $uri->withQuery(implode('&', $result));
400 return $uri->withQuery(implode('&', $result));
H A DUriNormalizer.php156 $uri = $uri->withQuery(implode('&', $queryKeyValues));
H A DUriResolver.php41 $newPath = implode('/', $results);
199 $relativePath = str_repeat('../', count($sourceSegments)) . implode('/', $targetSegments);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php149 return implode("\n", $records);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php192 …return "(function (c) {if (c && c.groupCollapsed) {\n" . implode("\n", $script) . "\n}})(console);…
291 return 'c.' . $method . '(' . implode(', ', $args) . ');';
H A DCubeHandler.php56 . ' Valid options are ' . implode(', ', $this->acceptedSchemes)
H A DLogglyHandler.php147 $headers[] = 'X-LOGGLY-TAG: '.implode(',', $this->tag);
H A DNativeMailerHandler.php122 $headers = ltrim(implode("\r\n", $this->headers) . "\r\n", "\r\n");
134 $parameters = implode(' ', $this->parameters);
H A DSyslogUdpHandler.php93 $message = implode("\n", $message);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php405 …validArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(…
435 …validArgumentException('Level "'.$level.'" is not defined, use one of: '.implode(', ', array_keys(…
439 …tion('Level "'.var_export($level, true).'" is not defined, use one of: '.implode(', ', array_keys(…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php221 $element = implode(',', $element);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php189 …throw new \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$…
H A DPuTTY.php211 … $public = Base64::decode(implode('', array_map('trim', array_slice($key, 4, $publicLength))));
264 …$private = Base64::decode(implode('', array_map('trim', array_slice($key, $offset, $privateLength)…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php336 return implode('', $blocks);
376 $encrypted = implode('', $blocks);
397 $ciphertext .= implode('', $blocks);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php920 $value = implode('', $value);
1061 $bits = implode('', array_pad($bits, $size + $offset + 1, 0));
1097 $typename = implode('', array_keys($source));
1113 throw new \RuntimeException('No filters defined for ' . implode('/', $loc));
1136 …throw new \RuntimeException('Mapping provides no type definition for ' . implode('/', self::$locat…
1205 return implode('.', $oid);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php209 $result = implode('', array_map('chr', $result));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php71 implode(',', array_map('self::float2string', $m->value)) . '];
112 implode(',', array_map('self::float2string', $m)) . '];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php896 return '/' . implode('/', $new);
1972 $temp = implode('/', $temp);
H A DSSH2.php1554 $identifier .= ' (' . implode(', ', $ext) . ')';
5004 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php183 'result' => implode('.', $labels),
216 'result' => implode('.', $labels),
650 return implode('', $output);

12345678910>>...40