Home
last modified time | relevance | path

Searched refs:explode (Results 1176 – 1200 of 1634) sorted by relevance

1...<<41424344454647484950>>...66

/plugin/htmlokay/
H A Dadmin.php194 $row = explode(":", $line, 5);
195 $groups = explode(",", $row[4]);
H A Ddirectory_scan-3.php108 $dirs = explode('#', $namespace);
/plugin/icalevents/
H A Dsyntax-impl.php59 list($source, $flagStr) = explode('#', $match, 2);
462 $haystackArray = explode($needle, $haystack);
/plugin/weiqi/
H A Dweiqi_parser.php85 $lines = explode("\n", $str);
441 $attributes = explode(' ', $str);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php504 $values = explode(',', $freebusy);
506 list($startTime, $endTime) = explode('/', $value);
/plugin/strata/syntax/
H A Dentry.php53 $lines = explode("\n",$match);
117 $values = ($multi == '*') ? explode(',',$values) : array($values);
/plugin/structgantt/meta/
H A DGantt.php133 $start = explode(' ', $start); // cut off time
139 $end = explode(' ', $end); // cut off time
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php292 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
371 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
/plugin/btable2/
H A Dsyntax.php110 $plugin_groups = explode(';', $conf_groups);
338 list($colg, $name) = explode(":", $row, 2);
/plugin/siteexport/renderer/
H A Dpdf.php233 list($src,$hash) = explode('#',$src,2);
302 list($id, $hash) = explode('#', $id, 2);
/plugin/statistics/inc/
H A DBrowscap.php651 $pattern_parts = explode('(\d)', $pattern);
814 $browscap = explode("\n", $browscap);
990 $file = explode("\n\n", $file);
/plugin/submgr/
H A Dhelper.php190 $members = explode(',', $members);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php332 $features = explode(',', $dav);
/plugin/feed/
H A Dfeed.php136 list($id, /* $hash */) = explode('#', $page['id'], 2);
/plugin/pubmed/
H A Dsyntax.php30 list($cmd,$pmid) = explode(':',$match);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php131 list($lexeme, $namespace) = explode(':', $fullLexeme, 2);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/gitlog/
H A Dsyntax.php164 $columns = explode(GITLOG_DELIMITER, $line);
/plugin/jsonrpc/
H A DIJR_Server.php93 list($pluginname, $callback) = explode(':', substr($method, 7), 2);
/plugin/owncloud/
H A Dsyntax.php125 list($src,$hash) = explode('#',$match['src'],2);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php245 foreach (explode("\n", $tags) as $tag_line) {
/plugin/gchart/
H A Dsyntax.php76 $lines = explode("\n", $match);
/plugin/newpagetemplate/
H A Dadmin.php156 list($id,$ext) = explode('.',$file);
/plugin/prosemirror/action/
H A Dajax.php65 list($shortcut, $reference) = explode('>', $inner);
/plugin/dev/
H A DSVGIcon.php100 list($prefix, $name) = explode(':', $ident);

1...<<41424344454647484950>>...66