Home
last modified time | relevance | path

Searched refs:explode (Results 1451 – 1475 of 1634) sorted by relevance

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

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php120 $pathA = explode(DIRECTORY_SEPARATOR, $path);
/plugin/authvk/
H A Dauth.php368 $groups = array_values(array_filter(explode(",", $row[4])));
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php52 $e=explode(' ',rtrim($l));
/plugin/settingstree/settings/
H A Dsettingslevel.class.php249 $path = explode(':',ltrim($path,':')); // explode path if not already exploded.
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php320 $attrArray = explode($this->tagAttributeValueQuote, $attrString);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php236 list($group, $name) = explode('.', $name, 2);
/plugin/datatemplate/syntax/
H A Dlist.php50 $lines = explode("\n", $match);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php329 $nm = explode(',', $handle);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php45 $parts = explode(' ', array_shift($hdrs), 3);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php250 $arg = explode('=', substr($arg, 2), 2);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php425 $encodingList = array_map('trim', explode(',', $encodingList));
462 $encodingList = array_map('trim', explode(',', $encodingList));
/plugin/odt/renderer/
H A Dpage.php430 $data ['indents'] = explode (',', $this->config->getParam('toc_indents'));
434 $data ['indents'] = explode (',', $temp);
1211 if (empty($title)) {$title=explode(':',$src); $title=end($title);}
1336 list($id,$hash) = explode('#',$id,2);
/plugin/authimap2/
H A Dauth.php429 $groups = array_values(array_filter(explode(",", $row[4])));
/plugin/redissue/
H A Dsyntax.php187 $bootstrap_exploded = explode(',', $bootstrap_themes);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php62 explode("\r\n",$this->headers),
/plugin/emoji/emojione/
H A DClient.php517 $pairs = explode('-',$unicode);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php248 $elems = explode(':', $_COOKIE['FCK_NmSp']);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php131 $this->bibtexString = explode("\n",$bibtex_string);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php226 list($group, $name) = explode('.', $name, 2);
/plugin/exttab3/
H A Dsyntax.php162 $items = explode(' ',$matches[1]);
/plugin/wikistats/
H A Dsyntax.php124 $match = explode('&', $match);
/plugin/xtern/
H A Dadmin.php213 list($url,$rest) = explode('|',$url);
/plugin/epub/scripts/
H A Dcss3.php162 $lines = explode("\n", $css);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php250 $elems = explode(':', $_COOKIE['FCK_NmSp']);
/plugin/ckgedit/scripts/
H A Dcss6.php169 $lines = explode("\n", $css);

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