Home
last modified time | relevance | path

Searched refs:explode (Results 351 – 375 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/nsrelation/
H A Dsyntax.php26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
/plugin/datedifference/
H A Dsyntax.php69 $arguments = explode (',', $provided_data);
71 list($key, $value) = explode('=', $argument);
/plugin/imagecarousel/
H A Dsyntax.php130 $confString = explode('&',$confString);
149 $tmp = explode('=',$flag,2);
/plugin/xref/
H A Dsyntax.php41 list($reference, $name) = explode('|', $match, 2);
42 list($reference, $anchor) = explode('#', $reference, 2);
/plugin/magnifier/
H A Dsyntax.php39 list($id, $param) = explode('?', $orig, 2); // find ID + Params
40 list($w, $h) = explode('x', $param, 2); // find Size
/plugin/explain/
H A Dsyntax.php52 $parts = explode("\t", $line);
79 list($id, $hash) = explode('#', $target, 2);
/plugin/zoom/
H A Dsyntax.php90 list($img,$all_params) = explode('?',$match,2);
92 list($params,$ext_params) = explode('&',$all_params,2);
/plugin/readability/
H A Dcalc.php106 $words = explode(' ', $text);
135 $words = explode(' ', $text);
/plugin/autogroup/conf/
H A Dsettings.class.php21 $array = explode("\n", $string);
59 $parts = explode(',',$item,3);
/plugin/tagsections/syntax/
H A Dtag.php95 $entries = explode(':', $entry);
101 $entries = explode(':', $entry);
/plugin/amazonlight/
H A Dsyntax.php59 list($ctry, $asin) = explode(':', $match, 2);
74 list($asin, $more) = explode(' ', $asin, 2);
/plugin/csv/syntax/
H A Dtable.php47 list($optstr, $content) = explode('>', $match, 2);
121 $lines = explode("\n", $row[$i]);
/plugin/quickstats/
H A Dhelper.php73 $confirms = explode(',',$confirms);
99 $ns_choices = explode(',',$sortable_ns);
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/iframeinterwiki/
H A Dsyntax.php28 $exploded = explode('|', $match, 2);
32 $explodedUrl = explode(' ', $url, 2);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php126 $lines = \explode($m[0][0], $xrefContent);
140 $pieces = \explode(' ', $line);
/plugin/dwinsect/
H A Dsyntax.php55 $ret=explode($link, trim($section), 2);
247 $a=explode("&", $params);
249 list($key, $val) = explode("=", $p);
/plugin/directions/syntax/
H A Dcommon.php42 $path = explode($delimiter,$line);
103 $pages = explode("->", $key);
155 $pages = explode("->", $key);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
295 $lines = explode($break, $str);
301 $words = explode(' ', $line);
/plugin/dataloop/syntax/
H A Droll.php72 $lines = explode("\n",$match);
96 $cols = explode(',',$line[1]);
114 $headlevelsplits = explode(';',$line[1]);
117 $cols = explode(',',$sCols);
/plugin/mindmap/
H A Dsyntax.php100 $pairs = explode('&', $parameters_string);
103 list($key, $value) = explode('=', $pair, 2);
197 $namespaces = explode(',', $data['namespaces']);
471 list($mid) = explode('#',$mid,2);
/plugin/latexcaption/syntax/
H A Dcaption.php87 $match_arr = explode('|', $match, 2);
92 $match_arr = explode(' ', trim($matches), 2);
96 $opts = (!empty($opts) ? explode(' ', $opts) : ['noalign',]);
182 list($type,$num) = explode('=',trim($match));
/plugin/dokusioc/
H A Daction.php430 $accepted = explode(',', $http_accept);
442 $formatspec = explode(';', $format);
617 $parts = explode('?', $uri);
628 $attr = explode($sep, $query);
/plugin/farmsync/meta/
H A DFarmSyncUtil.php261 $parts = explode(':', $page);
273 list($atticpageid, $timestamp,) = explode('.', $entry);
297 …$remoteChangelog = $this->getAnimalDataDir($animal) . 'meta/' . join('/', explode(':', $page)) . '…
312 …$remoteChangelog = $this->getAnimalDataDir($animal) . 'media_meta/' . join('/', explode(':', $medi…
324 $lines = explode("\n", io_readFile($remoteChangelog));
370 $parts = explode("\t", $lines[$lineToMakeFree - $i]);
/plugin/fckg/syntax/
H A Ddwplugin.php50 list($title, $pattern) = explode('>',substr($match,7,-9),2);
78 list($title, $pattern) = explode('>',substr($match,7,-9),2);
82 list($t,$plugin) = explode('=',$title);
139 list($title, $pattern) = explode('>',substr($match,7,-9),2);
142 list($name,$value)=explode('=', $title);
238 list($match,$plugin_name) = explode(':::',$match_open);

1...<<11121314151617181920>>...66