Home
last modified time | relevance | path

Searched refs:explode (Results 726 – 750 of 1634) sorted by relevance

1...<<21222324252627282930>>...66

/plugin/blogtng/helper/
H A Dtools.php46 return array_filter(array_map('trim', explode(',', $string)));
/plugin/bbcodeextensions/syntax/
H A Dq.php18 $arr= explode(']', $match, 2);
/plugin/struct/meta/
H A DCSVSerialImporter.php47 $pageParts = explode(':', $pid);
H A DTranslationUtilities.php23 $langs = explode(' ', $lang);
/plugin/dw2pdf/
H A Daction.php253 $list = explode("|", $_COOKIE['list-pagelist']);
832 $usestyle = explode(',', $this->getConf('usestyles'));
911 $partsA = explode(':', $a['id']);
913 $partsB = explode(':', $b['id']);
982 [$top_input, $max_input] = array_pad(explode('-', $toclevels, 2), 2, '');
983 [$top_conf, $max_conf] = array_pad(explode('-', $this->getConf('toclevels'), 2), 2, '');
/plugin/bureaucracyau/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
/plugin/croissant/
H A Dsyntax.php58 $parts = explode(':', $ID);
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
/plugin/zip/
H A Dadmin.php16 foreach(explode(PATH_SEPARATOR, ini_get('include_path')) as $file) {
/plugin/multilingual/
H A Dhelper.php26 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown36 $arg = explode('=', $arg);
/plugin/html2pdf/multilingual/
H A Dhelper.php26 $this->trans = array_unique(array_filter(explode(' ',$this->trans)));
/plugin/edittable/action/
H A Dnewtable.php76 foreach (explode("\n", $fields['text']) as $line) {
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php41 $parts = explode('|', $tableName);
/plugin/bureaucracy/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
/plugin/struct/action/
H A Dajax.php69 [$schema, $colname] = explode('.', $col, 2);
/plugin/nspages/
H A DnamespaceFinder.php47 $ns = explode(':', $this->wantedNs);
/plugin/davcal/
H A Dhelper.php584 $user = explode('/', $principalUri);
773 $startDate = explode('-', $params['eventfrom']);
774 $startTime = explode(':', $params['eventfromtime']);
775 $endDate = explode('-', $params['eventto']);
776 $endTime = explode(':', $params['eventtotime']);
1277 $startDate = explode('-', $params['eventfrom']);
1278 $startTime = explode(':', $params['eventfromtime']);
1279 $endDate = explode('-', $params['eventto']);
1280 $endTime = explode(':', $params['eventtotime']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.curl.class.php91 $headers = array_slice(explode("\r\n", $matches[1]),1);
/plugin/loadskin/
H A Dhelper.php63 $excludeTemplates = array_map('trim', explode(",", $this->getConf('excludeTemplates')));
/plugin/datapopup/
H A Daction.php51 $fields = explode(',',$this->getConf('fields'));
/plugin/datasearchform/
H A Dsyntax.php61 list($key,$value) = explode('=', $match, 2);
/plugin/sentry/action/
H A Dajax.php83 $lines = explode("\n", $trace);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php71 list($dw,$str) = explode('|',$sstr,2);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php167 $rdate = explode(',', $rdate);

1...<<21222324252627282930>>...66