Home
last modified time | relevance | path

Searched refs:explode (Results 876 – 900 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/simpleforward/
H A Daction.php107 $parts = explode('?', $_SERVER['REQUEST_URI'], 2);
/plugin/socialshareprivacy/
H A Daction.php53 $parts = explode("_", $opt, 2);
/plugin/creole/syntax/
H A Dlistblock.php91 $c = count(explode(' ',str_replace("\t",' ',$match)));
/plugin/newsticker/syntax/
H A Dticker.php60 $lines = explode("\n",$match);
/plugin/imagereference/syntax/
H A Dimgref.php63 $parts = explode('#', $ref, 2);
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php130 foreach (explode('/', $path) as $component) {
/plugin/latexit/classes/
H A DBibHandler.php76 $namespace = explode(':', trim($match[1]));
/plugin/authimap/
H A Dauth.php132 list($local) = explode('@', $user); // we only use the local part
/plugin/ipgroup/
H A Daction.php37 list($network,$group) = explode(';', $line);
/plugin/include/syntax/
H A Dheader.php86 list($tag, $rest) = explode(' ', $subject, 2);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php87 $this->scope = is_array($scope) ? $scope : explode(' ', (string) $scope);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php64 $parts = explode('?', $path, 2);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php64 $parts = explode('?', $path, 2);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php37 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
/plugin/bez/mdl/
H A DUserFactory.php26 $groups = explode(',', $groups_s);
/plugin/bureaucracy-au/
H A Dsyntax.php74 $lines = explode("\n", $match);
146 list($plugin, $component) = explode('_', $action['actionname']);
259 list($k, $v) = explode('=', $item, 2);
/plugin/bureaucracyau/
H A Dsyntax.php74 $lines = explode("\n", $match);
146 list($plugin, $component) = explode('_', $action['actionname']);
259 list($k, $v) = explode('=', $item, 2);
/plugin/linkbonus/syntax/
H A Dinterwiki.txt81 list ($iw_shortcut, $iw_uri) = explode ('>', $link['url'] );
131 list ($key, $val) = explode ('=', $D, 2);
214 list($reference,$hash) = explode('#',$reference,2);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php428 $lines = explode($this->LE, $encoded_value[$key]);
492 $lines = explode($this->LE, $header_line);
504 $lines = explode($this->LE, $encoded);
/plugin/passpolicy/
H A Dhelper.php79 $opts = explode(',', $this->getConf('pools'));
521 $results = explode("\n", $list);
523 list($result,) = explode(':', $result); // strip off the number
/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/guzzlehttp/psr7/src/
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/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php168 list($contentType) = explode(';', $contentType);
190 $resourceType = explode(',', $postVars['resourceType']);
752 $xml = explode("\n", $xml);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php93 $this->_conf['file'] = explode(';',$this->plugin->getConf('file'));
94 $this->_conf['pdfdir'] = explode(';',$this->plugin->getConf('pdfdir'));
153 $bibkeys = explode(',',$optval);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php842 $header_array = explode($lb,$header_data);
846 $arr = explode(':',$header_line, 2);
1018 $header_array = explode($lb,$header_data);
1024 $arr = explode(':',$header_line,2);
1046 $arr = explode(' ', $this->response_status_line, 3);
1068 $digestElements = explode(',', $digestString);
1070 $tempElement = explode('=', trim($val), 2);

1...<<31323334353637383940>>...66