Home
last modified time | relevance | path

Searched refs:explode (Results 326 – 350 of 1634) sorted by last modified time

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

/plugin/virtualgroup/
H A Dadmin.php84 explode(',', $groups)
107 explode(',', $users)
166 explode(',', $groups)
189 explode(',', $users)
/plugin/edittable/action/
H A Dnewtable.php76 foreach (explode("\n", $fields['text']) as $line) {
/plugin/blog/
H A Daction.php195 list($newmonth, $dateprefix) = explode('?', substr($dateprefix, 1));
H A Dhelper.php152 $newentrytitle = array_pop(explode('=', array_pop($newentrytitle), 2));
/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);
H A Dblog.php25 list($match, $flags) = array_pad(explode('&', $match, 2), 2, null);
26 $flags = explode('&', $flags);
28 list($match, $refine) = array_pad(explode(' ', $match, 2), 2, null);
29 list($ns, $num) = array_pad(explode('?', $match, 2), 2, null);
H A Darchive.php27 list($match, $flags) = explode('&', $match, 2);
28 $flags = explode('&', $flags);
29 list($match, $refine) = explode(' ', $match, 2);
30 list($ns, $rest) = explode('?', $match, 2);
54 list($year, $month, $day) = explode('-', $rest, 3);
61 list($year, $month) = explode('-', $rest, 2);
/plugin/pubmed2020/classes/
H A Dpubmed2020.php109 $pmids = explode("\n", $m[1]);
157 $options = explode("|", $searchTerms);
328 $n = explode(",", trim($value));
332 $n = explode(" ", trim($value));
337 foreach (explode(' ', $sn) as $w) {
/plugin/pubmed2020/
H A Dsyntax.php96 return array($state, explode('>', $match, 2));
367 list($cmd, $id) = explode(':', $req, 2);
401 $id = explode(",", $id);
429 list($id, $tt) = explode('|', $id, 2);
445 list($id, $hash) = explode('|', $id, 2);
473 $id = explode(",", $id);
650 $list = explode(",", $refs["hashtags"]);
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/simplenavi/
H A Dsyntax.php44 return explode(' ', substr($match, 13, -2));
/plugin/captcha/
H A Dfiglet.php66 $hp = explode(" ", $this->fontFile[0]); // get header
/plugin/tplinc/
H A Dhelper.php33 $assignments[] = array_map('trim', explode("\t", $line, 4));
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php72 list(, $v, $name) = explode("_", $fi);
/plugin/mathpublish/
H A Dsyntax.php93 list($size, $math) = explode('>', $match, 2);
/plugin/statdisplay/pchart/
H A DCSVImporter.php70 $Values = explode ( $Delimiter, $buffer );
90 $Values = explode ( $Delimiter, $buffer );
H A DpChart.php189 $Values = explode ( $Delimiter, $buffer );
2921 $Value = explode ( "\?", $Values );
/plugin/statdisplay/
H A DBrowser.php414 $aversion = explode(' ',$aresult[1]);
447 $aversion = explode(' ',$aresult[1]);
463 $aversion = explode(" ",$aresult[1]);
479 $aversion = explode(' ',$aresult[1]);
488 $aversion = explode(' ',$aresult[1]);
503 $aversion = explode(' ',$aresult[1]);
570 $aresult = explode('/',$resultant);
609 $aversion = explode(' ',$aresult[1]);
625 $aversion = explode(' ',$aresult[1]);
640 $aversion = explode(' ',$aresult[1]);
[all …]
H A Dsyntax.php39 list($command, $params) = array_pad(explode('?', $command), 2, '');
40 $params = explode(' ', $params);
96 list($month, $year) = array_pad(explode('_', strtolower($date)), 2, '');
/plugin/statdisplay/helper/
H A Dlog.php101 $parts = explode(' ', $line);
108 list($url) = explode('?', $parts[6]); // strip GET vars
202 list($referer) = explode('?', $referer);
302 list($version) = explode('.', $ua->getVersion());
456 list($year, $month) = explode('-', $date);
/plugin/linksuggest/
H A Daction.php53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null);
/plugin/firenews/
H A Dsyntax.php28 $match = explode(">", substr($match, 0, -2));
95 $pagelocation = explode(':', $_POST['ltargetpage']);
/plugin/gh/
H A Dsyntax.php75 list($url, $lines) = explode(' ', $match, 2);
76 list($from, $to) = explode('-', $lines, 2);
148 $lines = explode("\n", $text);
/plugin/oauthauthsch/
H A DDotAccess.php35 foreach (explode('.', $key) as $segment) {
/plugin/pageredirect/
H A Daction.php74 list($page, $section) = array_pad(explode('#', $page, 2), 2, null);

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