Home
last modified time | relevance | path

Searched refs:explode (Results 1026 – 1050 of 1634) sorted by relevance

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

/plugin/metadisplay/
H A Dcli.php110 list($year,$month,$day) = explode('-',$date_str);
/plugin/csv/_test/
H A DCSVTest.php46 list($delim, $enc, $esc) = explode('-', $file);
/plugin/extranet/
H A Daction.php20 $restricted_ip_list = explode(',', $this->getConf('extranet_ip_list'));
/plugin/statistics/inc/pchart/
H A DPalette.php81 $values = explode($delimiter, $buffer);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php68 $options = explode('|', $match[1]);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php97 $opttitle = explode('=',$title,2);
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php47 $values = explode(" ", $value);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php163 return explode($stringSeparator, $value);
/plugin/tag/
H A Daction.php77 $flags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/mikioplugin/
H A Daction.php90 $date = array_map('intval', explode('-', $tpl_info['date']));
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php140 $parts = explode(" ", $line, 2);
/plugin/structstatus/
H A Dsyntax.php54 list($table, $column) = explode('.', $match, 2);
/plugin/subjectindex/syntax/
H A Dindex.php67 $args = explode(';', $match);
71 list($key, $value) = explode('=', $arg);
/plugin/git/lib/
H A DGit.php332 $output = explode("\n", $log);
512 $branchArray = explode("\n", $this->run("branch"));
/plugin/authsaml/
H A Dsaml.php287 $row = explode(":",$line,5);
288 $groups = array_map('urldecode', array_values(array_filter(explode(",",$row[3]))));
/plugin/dirtylittlehelper/
H A Daction.php188 $templates = explode("\n" , $templates);
191 $value=explode('|',$value);
/plugin/snippets/
H A Daction.php100 array_map(function($v) { return explode(",",$v,2); },
101 explode(';',$_REQUEST['macros']));
/plugin/gitlabapi/
H A Dsyntax.php309 $date_exploded = explode('T', $activity_time);
310 $time_exploded = explode('Z', $date_exploded[1]);
/plugin/odt/ODT/css/
H A Dcssdocument.php279 $this->entries [$this->size]['pseudo_classes'] = explode(' ', $pseudo_classes);
282 $this->entries [$this->size]['pseudo_elements'] = explode(' ', $pseudo_elements);
/plugin/combo/ComboStrap/
H A DLocalPath.php112 [$this->host, $relativePath] = explode("/", $pathWithoutNetworkShare, 2);
203 return explode($directorySeparator, $this->path);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php221 $coordinateSets = explode(' ', preg_replace('/[\r\n\s\t]+/', ' ', $coordinateElements[0]->nodeValue));
226 $setArray = explode(',', $setString);
/plugin/authplaincas/
H A Dauth.php221 $arr = explode(',', $this->_options[$optionName]);
590 $row = explode(":",$line,5);
591 $groups = explode(",",$row[3]);
/plugin/combo/syntax/
H A Dlink.php114 $linkArray = explode('|', $linkString, 2);
648 $a = explode(':', getNS($ID));
649 $b = explode(':', getNS($id));
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php277 $stylearr = explode(';', $stylestr);
282 $tmp = explode(':', $sta, 2);
305 $tagarr = explode(',', $tagstr);
368 $classes = explode('.', $m[1]);
378 $classes = explode('.', $m[2]);
417 $classes = explode('.', $m[1]);
427 $classes = explode('.', $m[2]);
676 $aux_fontlist = explode(',', $v);
1081 $ss = explode(',', $v);
1088 $p = explode(' ', tri
[all...]

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