Home
last modified time | relevance | path

Searched refs:explode (Results 101 – 125 of 1634) sorted by relevance

12345678910>>...66

/plugin/cloud/
H A Dsyntax.php42 list($num, $ns) = array_pad(explode('>', $match, 2), 2, '');
43 list($junk, $num) = array_pad(explode(':', $num, 2), 2, '');
50 $found = explode(',', $matches);
62 if(!is_null($ns)) $namespaces = explode('|', $ns);
216 $blacklist = explode(',', $blacklist);
266 $value = explode(':', $idx[$i]);
/plugin/mp3play/
H A Dsyntax.php53 list($mp3, $params) = explode('?', $match);
56 $params = explode('&', $params);
100 list($key, $color) = explode('=', $line);
/plugin/twofactorsmsgateway/
H A Dhelper.php191 $contents = explode("\n", io_readFile($filename));
197 …$contents = array_merge(explode("\n", $local_contents), $contents, explode("\n", $local_contents));
201 list($provider, $domain) = explode("@", trim($line), 2);
/plugin/favoris/
H A Dsyntax.php88 list($cpt, $date1)=explode(";", $a);
89 list($cpt, $date2)=explode(";", $b);
126 list($cpt1, $date)=explode(";", $a);
127 list($cpt2, $date)=explode(";", $b);
H A Daction.php66 list($cpt, $date)=explode(";",$cpt);
72 list($cpt, $date)=explode(";", $fav[$INFO['id']]);
131 $cpt=explode(";",$cpt);
/plugin/davcal/syntax/
H A Dcalendar.php77 $options = explode(',', $options);
81 list($key, $val) = explode('=', $option);
101 $fcoptions = explode(';', $val);
104 list($o, $v) = explode(':', $opt, 2);
/plugin/discussion/syntax/
H A Dthreads.php57 list($match, $flags) = explode('&', $match, 2);
58 $flags = explode('&', $flags);
63 $tmp = explode('=', $flag);
79 list($ns, $refine) = explode(' ', $match, 2);
/plugin/combo/ComboStrap/
H A DHtml.php129 $expectedSrcSets = explode(",", $expected);
130 $actualSrcSets = explode(",", $actual);
138 $expectedSrcSetExploded = explode(" ", $expectedSrcSet, 2);
146 $actualSrcSetExploded = explode(" ", $actualSrcSet, 2);
/plugin/youtrack/syntax/
H A Dlist.php56 list($tmp, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
57 … list($filter, $cols) = explode('|', $match, 2); // split filter and columns from rest of match
59 $cols = array_map('hsc', array_map('trim', explode(',', $cols)));
/plugin/botbouncer/admin/
H A Dstatistics.php69 $data = explode("\t",$line);
141 $cparts = explode("\n",$chunk);
153 list($cdate) = explode("\t",$cparts[0]);
/plugin/icons/syntax/
H A Dicon.php68 @list($match, $title, $title2) = explode('|', $match);
78 list($match, $title) = explode('|', $match);
104 list($match, $flags) = explode('?', trim($match), 2);
105 list($pack, $icon) = explode('>', trim($match), 2);
109 … return array($pack, $icon, explode('&', rtrim($flags, '&')), $title, $url, $match, $state, $pos);
270 @list($flag, $value) = explode('=', $flag);
/plugin/structacl/
H A Dhelper.php14 $lines = explode(PHP_EOL , $confValue);
23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
/plugin/csstimeline/
H A Dhelper.php16 $lines = explode("\n",$match);
25 $lineSplit = explode(':', $line, 2);
/plugin/html5video/
H A Dvideo.php65 return array(state, explode('|', $params));
101 $obj_dimensions = explode('x', $video_size);
110 $arr_attr = explode(',', $video_attr);
/plugin/feed/
H A Dsyntax.php88 list($feed, $data) = explode('>', $match, 2);
90 list($params, $title) = explode('|', $data, 2);
91 list($namespace, $parameter) = explode('?', $params, 2);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php39 list($scheme, $url) = explode('://', $sourceBase.'/'.$sourcePath, 2);
40 list($host, $path) = explode('/', $url, 2);
89 foreach (explode('/', $host.$path.$url) as $part) {
H A DCssImportFilter.php53 list($importScheme, $tmp) = explode('://', $matches['url'], 2);
54 list($importHost, $importPath) = explode('/', $tmp, 2);
58 list($importHost, $importPath) = explode('/', substr($matches['url'], 2), 2);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php76 [$name, $value] = \explode('=', $attribute, 2);
85 foreach (\array_filter(\explode(' ', \trim($value))) as $class) {
118 $arg['class'] = \array_filter(\explode(' ', \trim($arg['class'])));
/plugin/zip/pear/MIME/
H A DType.php135 $tmp = explode(';', $type);
169 $tmp = explode('/', $type);
183 $tmp = explode('/', $type);
184 $tmp = explode(';', $tmp[1]);
/plugin/strata/types/
H A Dwiki.php54 $parts = explode('?', $instruction[0] ,2);
58 list($id,$hash) = explode('#', $id, 2);
100 list($src,$hash) = explode('#',$media['src'],2);
156 $parts = explode('?', $instruction[0],2);
/plugin/vshare/syntax/
H A Dvideo.php80 [$site, $vid] = explode('>', $command);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php212 $parts = explode(' ', $data['start-line'], 3);
213 $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1';
242 $parts = explode(' ', $data['start-line'], 3);
248 explode('/', $parts[0])[1],
/plugin/blog/syntax/
H A Dautoarchive.php27 list($match, $flags) = explode('?', $match, 2);
28 $flags = explode('&', $flags);
29 list($ns, $refine) = explode(' ', $match, 2);
66 list($y,$m) = explode('-',$now);
/plugin/translate/
H A Dhelper.php69 list($ns1) = explode(':',$id,2);
94 list ($key, $subkey) = explode('-',$code,2); // Locale style code, i.e. en-GB
96 list ($name) = explode(',',$name,2);
132 $inc_nss = array_map('trim',explode(',',$str));
144 $exc_nss = array_map('trim',explode(',',$str));
151 $exc_pages = array_map('trim',explode(',',$str));
331 list ($ns1,$ns_tail) = explode(':',$ns,2);
367 $langs = array_map('trim', explode(',', strtolower($langs)));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php24 $size = explode(',', $size);
32 $pos = explode(',', $pos);

12345678910>>...66