Home
last modified time | relevance | path

Searched refs:explode (Results 451 – 475 of 1634) sorted by last modified time

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

/plugin/davcal/syntax/
H A Dcalendar.php77 $options = explode(',', $options);
81 list($key, $val) = explode('=', $option);
101 $fcoptions = explode(';', $val);
104 list($o, $v) = explode(':', $opt, 2);
H A Dtable.php53 $options = explode(',', $options);
71 list($key, $val) = explode('=', $option);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php14 $setupSql = explode(';', $setupSql);
H A DPDOSqliteTest.php14 $setupSql = explode(';', $setupSql);
/plugin/pot/
H A Dhelper.php35 $potsettings = explode('|', $potsettings); // splitt template name and arguments
41 $temp = explode('=', $potsets);
/plugin/indexmenu/
H A Dadmin.php
/plugin/indexmenu/inc/
H A Dpclzip.lib.php328 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
501 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
1529 $v_work_list = explode(",", $p_options_list[$i + 1]);
1554 $v_item_list = explode("-", $v_work_list[$j]);
5245 $v_list = explode("/", $p_dir);
5333 $v_list_dir = explode("/", $p_dir);
5335 $v_list_path = explode("/", $p_path);
/plugin/indexmenu/syntax/
H A Dindexmenu.php88 $defaults = explode(' ', $defaultsStr);
92 [$nsStr, $optsStr] = array_pad(explode('|', $match, 2), 2, '');
94 $opts = explode(' ', $optsStr);
106 $subns_lvl = explode("#", $nsStrs[$i]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php370 $keys = explode('.', $field);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php151 $result[] = explode(',', $temp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php105 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
137 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
H A DXML.php126 $names = explode('/', $name);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php316 $mods = explode(';', $match[1]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php37 $pieces = array_filter(array_map('trim', explode(';', $cookie)));
45 $cookieParts = explode('=', $part, 2);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php53 return array_map('trim', explode(',', $header));
H A DQuery.php42 foreach (explode('&', $str) as $kvp) {
43 $parts = explode('=', $kvp, 2);
H A DUriResolver.php32 $segments = explode('/', $path);
176 $segments = explode('/', $target->getPath());
187 $sourceSegments = explode('/', $base->getPath());
188 $targetSegments = explode('/', $target->getPath());
204 if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) {
/plugin/authgooglesheets/
H A Dhelper.php94 $grps = array_map('trim', explode(',', $grps));
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php101 $tks = \explode('.', $jwt);
257 $lines = array_filter(explode("\n", $key));
313 $lines = array_filter(explode("\n", $keyMaterial));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php565 $parts = explode('.', $idToken);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php177 $range_array = explode('-', $range);
H A DBatch.php147 $contentType = explode(';', $contentType);
150 $part = explode('=', $part, 2);
159 $parts = explode("--$boundary", $body);
166 list($rawHeaders, $part) = explode("\r\n\r\n", $part, 2);
170 $status = explode(" ", $status);
204 $responseHeaderLines = explode("\r\n", $rawHeaders);
207 list($header, $value) = explode(': ', $headerLine, 2);
248 $responseSegments = explode("\r\n\r\n", $respData, 2);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php137 $parts = explode(' ', $key, 3);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php666 $versions = explode(',', $this->extensions['versions']);
879 $path = explode('/', $path);
1273 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1312 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1342 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1965 $dirs = explode('/', preg_replace('#/(?=/)|/$#', '', $dir));

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