Home
last modified time | relevance | path

Searched refs:explode (Results 1526 – 1550 of 1634) sorted by relevance

1...<<616263646566

/plugin/combo/ComboStrap/
H A DMarkupRef.php581 * explode to the first `=`
586 $tokens = explode("=", $token, 2);
H A DFetcherSvg.php744 $attributes = explode(" ", $viewBox);
750 $attributes = explode(",", $viewBox);
H A DCall.php303 $componentNames = explode("_", $component);
317 // To resolve: explode() expects parameter 2 to be string, array given
H A DSite.php444 $localeParts = explode("_", $locale, 2);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php226 abstract public function explode($toArray = false); function in geoPHP\\Geometry\\Geometry
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php783 return null === $limit ? explode($delimiter, $value) : explode($delimiter, $value, $limit);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php41 use function explode;
688 $oids = explode('.', $type->getValue());
706 $oids = explode('.', $type->getValue());
/plugin/googlesearch/
H A Dnusoap.php2593 $header_array = explode($lb,$header_data);
2597 $arr = explode(':',$header_line, 2);
2755 $header_array = explode($lb,$header_data);
2761 $arr = explode(':',$header_line,2);
2782 $arr = explode(' ', $header_array[0], 3);
2804 $digestElements = explode(',', $digestString);
2806 $tempElement = explode('=', trim($val), 2);
3215 $qs = explode('&', $_SERVER['QUERY_STRING']);
3223 $qs = explode('&', $HTTP_SERVER_VARS['QUERY_STRING']);
6291 $children = explode('|',$this->message[$pos]['children']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php307 …$thisfile_riff_WAVE_bext_0['coding_history'] = explode("\r\n", trim(substr($thisfile_riff_…
368 …$thisfile_riff_WAVE_cart_0['tag_text'] = explode("\r\n", trim(substr($thisfile_riff_WAVE_c…
431 @list($numerator, $denominator) = explode('/', $parsedXML['SPEED']['MASTER_SPEED']);
435 @list($numerator, $denominator) = explode('/', $parsedXML['SPEED']['TIMECODE_RATE']);
H A Dwrite.php723 $multilineexploded = explode("\n", $value);
/plugin/pycode/
H A Dsyntax.php149 $data = explode(" ", $match);
/plugin/latexport/implementation/
H A Ddecorator_persister.php856 list($src, $hash) = explode('#', $src, 2);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt117 - Change split() to explode() as split is now depreciated
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php672 list($part) = explode(';', $contentType);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1062 $bytes = explode(' ', rtrim(chunk_split($bits, 8, ' ')));
1235 $parts = explode('.', $oid);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php728 list($part) = explode(';', $contentType);
/plugin/jsonrpc/
H A Djsonrpc.php58 $allowed_users = explode(';',$this->config['allowed']);
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php353 list($requestStatus) = explode(';', $requestStatus);
/plugin/blogtng/helper/
H A Dcomments.php263 $mails = array_map('trim', explode(',', $conf['notify']));
/plugin/mantis/lib/
H A Dnusoap.php2949 $header_array = explode($lb,$header_data);
2953 $arr = explode(':',$header_line, 2);
3125 $header_array = explode($lb,$header_data);
3131 $arr = explode(':',$header_line,2);
3153 $arr = explode(' ', $this->response_status_line, 3);
3175 $digestElements = explode(',', $digestString);
3177 $tempElement = explode('=', trim($val), 2);
3602 $qs = explode('&', $_SERVER['QUERY_STRING']);
3610 $qs = explode('&', $HTTP_SERVER_VARS['QUERY_STRING']);
6964 $children = explode('|',$this->message[$pos]['children']);
/plugin/autlogin/
H A Dadmin.php1688 $a_ids = explode(':', $a['id']);
1689 $b_ids = explode(':', $b['id']);
/plugin/404manager/
H A DREADME.md118 The query performed is an explode of the page asked.
/plugin/txt2tags/
H A Dtxt2tags.class.php256 return explode("\n", $body);
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php351 list($requestStatus) = explode(';', $requestStatus);
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php353 list($requestStatus) = explode(';', $requestStatus);

1...<<616263646566