Home
last modified time | relevance | path

Searched refs:explode (Results 1051 – 1075 of 1634) sorted by relevance

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

/plugin/datepicker/
H A Daction.php81 $found=explode('<'.$mode,$range_part);
/plugin/webcomponent/syntax/
H A Dbutton.php157 $link = explode('|', $link, 2);
/plugin/jukebox/
H A Dsyntax.php54 list($ns,$params) = explode(' ',$match,2);
/plugin/pagemod/helper/
H A Dpagemod.php153 $params = array_map('trim', explode(",", $params_string));
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php184 list($_name, $toNamespace) = explode(':', $_name, 2);
/plugin/svgpureinsert/
H A Dhelper.php117 list(, , $width, $height) = explode(' ', $attributes['viewbox']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.style.inc.php75 $values = explode(" ",$value);
H A Dcss.parse.inc.php185 $selector_strings = explode(",",$raw_selectors);
H A Dcss.border.width.inc.php69 $values = explode(' ', $value);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php345 foreach (explode(',', $this->value) as $value) {
/plugin/rrdgraph/
H A Daction.php52 $parts = explode(":", $media);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DTableTrait.php43 $cols = explode('|', trim($line, ' |'));
/plugin/stars2/
H A Dsyntax.php109 $num=explode('/',$num); // Strip size
/plugin/swiftmail/
H A Daction.php82 $parts = explode(',',$event->data[$hdr]);
/plugin/top/
H A Dhelper.php114 $translations = explode(' ', $conf['plugin']['translation']['translations']);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php363 foreach (explode(',', $this->value) as $value) {
/plugin/pagenav/
H A Dsyntax.php41 list($mode, $glob) = explode(' ', $match, 2);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php74 list($vendor, $name) = explode('/', $prettyName);
/plugin/bookcreator/action/
H A Dpagetools.php143 $skipPagesRegexp = join("|", explode(",", preg_quote($this->getConf('skip_ids'))));
/plugin/iptrust2/
H A Daction.php78 list($login, $host, $date) = explode("\t", $logins[$i]);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php154 $queryKeyValues = explode('&', $uri->getQuery());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php221 $parts = \explode('\\', $class);
/plugin/imgpaste/
H A Daction.php42 list($type, $data) = explode(';', $data);
/plugin/bez/cron/
H A Dfunctions.php30 $days_before = array_map('trim', explode(',', $days_before));
/plugin/photogallery/
H A Dadmin.php71 $info = explode(',',@ini_get('disable_functions'));

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