Home
last modified time | relevance | path

Searched refs:explode (Results 476 – 500 of 1634) sorted by last modified time

1...<<11121314151617181920>>...66

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php343 $labels = explode('.', $domain);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php87 $this->scope = is_array($scope) ? $scope : explode(' ', (string) $scope);
H A DGCECredentials.php197 $scope = explode(' ', $scope);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php102 $parts = explode(' ', array_shift($hdrs), 3);
103 $ver = explode('/', $parts[0])[1];
H A DEasyHandle.php52 $startLine = explode(' ', array_shift($this->headers), 3);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php68 $parts = explode(':', $line, 2);
262 $host = explode($host, ':', 2)[0];
H A DClient.php257 $defaults['proxy']['no'] = explode(',', $cleanedNoProxy);
H A DUriTemplate.php72 foreach (explode(',', $expression) as $value) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php154 $queryKeyValues = explode('&', $uri->getQuery());
H A DMessage.php212 $parts = explode(' ', $data['start-line'], 3);
213 $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1';
242 $parts = explode(' ', $data['start-line'], 3);
248 explode('/', $parts[0])[1],
H A DUri.php706 return array_filter(explode('&', $current), function ($part) use ($decodedKeys) {
707 return !in_array(rawurldecode(explode('=', $part)[0]), $decodedKeys, true);
797 if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php174 $vars = explode(",", $section);
197 $explode = false;
203 list($key, $length) = explode(":", $key);
208 $explode = true;
214 $list_sep = $explode ? $sep : ",";
226 if ($combine && $explode) {
241 if ($explode) {
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php20 $classPath = explode('_', $className);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php828 $this->scope = explode(' ', $scope);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php129 list($timestamp, $level, $message) = explode(':', $store[$i], 3);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1062 $bytes = explode(' ', rtrim(chunk_split($bits, 8, ' ')));
1235 $parts = explode('.', $oid);
H A DX509.php3180 foreach (explode('/', $path) as $i) {
3215 foreach (explode('/', $path) as $i) {
3247 foreach (explode('/', $path) as $i) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4990 $subkeys = explode('/', $key);
/plugin/a2s/
H A DASCIIToSVG.php2850 $this->grid = explode("\n", $data);
/plugin/foldablelist/
H A Dsyntax.php86 list($key, $val) = explode('=', $parameter);
/plugin/c3chart/
H A Dsyntax.php52 list($opts, $c3data) = explode('>', $match, 2);
70 $c3data = explode("\n", $c3data);
/plugin/vshare/syntax/
H A Dvideo.php80 [$site, $vid] = explode('>', $command);
/plugin/instructions/
H A Dsyntax.php69 list($typ) = explode('~~',$match);
71 list($typ) = explode('>',$match);
134 $param = explode('|-',$match);
140 list($p, $z) = explode('-',$zeilen[$i]);
/plugin/translate/
H A Dhelper.php69 list($ns1) = explode(':',$id,2);
94 list ($key, $subkey) = explode('-',$code,2); // Locale style code, i.e. en-GB
96 list ($name) = explode(',',$name,2);
132 $inc_nss = array_map('trim',explode(',',$str));
144 $exc_nss = array_map('trim',explode(',',$str));
151 $exc_pages = array_map('trim',explode(',',$str));
331 list ($ns1,$ns_tail) = explode(':',$ns,2);
367 $langs = array_map('trim', explode(',', strtolower($langs)));
/plugin/tablelayout/action/
H A Daction.php114 list($start) = explode('-', $RANGE);
120 $pretext = explode("\n", rtrim(substr($event->data['newContent'], 0, $start)));

1...<<11121314151617181920>>...66