Home
last modified time | relevance | path

Searched refs:explode (Results 1301 – 1325 of 1634) sorted by relevance

1...<<51525354555657585960>>...66

/plugin/pubchem/classes/
H A Dcache.php203 $items = explode("\t",$line);
/plugin/farm/
H A Dinstall.class.php94 $conf = explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'install/config.php'));
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php81 $parts = explode('/', $range);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php77 $parts = explode('.', $source);
/plugin/bureaucracyau/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
/plugin/medialist/
H A Dhelper.php72 $args = explode(' ', $args, 2);
/plugin/pubmed/classes/
H A Dcache.php203 $items = explode("\t",$line);
/plugin/dlcount/
H A Dadmin.php50 $dirs = explode(DIRECTORY_SEPARATOR, $mask);
/plugin/tokenbucketauth/
H A Daction.php265 $to_be_notifieds = explode(',', $to_be_notified);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php58 $arr_members = explode("\x1F\x8B\x08", $buffer);
/plugin/authgoogle/
H A Dauth.php153 … if ($this->getConf('default_groups')) $grps = explode(' ', $this->getConf('default_groups'));
/plugin/davcard/action/
H A Dajax.php185 $contactname = explode(';', $contactdata['structuredname']);
/plugin/csv/
H A Dhelper.php102 list($c, $r) = array_pad(explode(',', $opt['output']), 2, 0);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php197 $scope = explode(' ', $scope);
/plugin/oauth/
H A DOAuthManager.php206 [$userdata['user']] = explode('@', $userdata['mail']);
/plugin/hidden/
H A Dsyntax.php112 $return['element'] = explode(' ', $element[1]);
/plugin/dw2pdf/
H A Drenderer.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php165 $patterns = explode(' ', $patterns);
/plugin/bureaucracy/helper/
H A Dactionmail.php197 list($syntax,) = explode(' ', trim($codeoptions), 2);
/plugin/spatialhelper/helper/
H A Dindex.php290 $nums = explode('/', $param);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php514 $dirs = explode('/',$path);
565 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php510 $dirs = explode('/',$path);
549 list($top_level,$auth) = explode(';;',$_REQUEST['TopLevel']);
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php134 $parts = explode('/', $filename);
545 $path=explode('/', $path);
/plugin/struct/meta/
H A DSearch.php
/plugin/textile2/
H A DclassTextile.php441 foreach(explode("|", $row) as $cell) {
469 $text = explode("\n", $m[0]);
525 $text = explode("\n\n", $text);

1...<<51525354555657585960>>...66