Home
last modified time | relevance | path

Searched refs:explode (Results 226 – 250 of 1634) sorted by relevance

12345678910>>...66

/plugin/openid/Auth/OpenID/
H A DKVForm.php34 $lines = explode("\n", $kvs);
48 $kv = explode(':', $line, 2);
/plugin/struct/types/
H A DDate.php76 [$rawvalue] = explode(' ', $rawvalue, 2); // strip off time if there is any
78 [$year, $month, $day] = explode('-', $rawvalue, 3);
/plugin/watchcycle/
H A Dhelper.php96 $all = explode(',', $def);
133 $all = explode(',', $def);
185 $all = explode(',', $def);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php83 $lines = explode("\n", $match);
180 $chunks = explode(self::OPEN_SYNTAX, $template);
188 $chunk_parts = explode(self::CLOSE_SYNTAX, $chunk, 2);
/plugin/ireadit/syntax/
H A Dlist.php26 $lines = explode("\n", $match);
48 $pair = explode(':', $line, 2);
55 $states = array_map('trim', explode(',', strtolower($value)));
/plugin/combo/ComboStrap/
H A DMime.php199 return explode("/", $this->mime)[0];
215 $secondPart = explode("/", $this->mime)[1];
217 return explode("+", $secondPart)[0];
/plugin/stopforumspam2/
H A Dhelper.php225 $exlist = explode("\n", $exlist);
240 $exlist = explode("\n", $exlist);
255 $exlist = explode("\n", $exlist);
258 $emexp = explode('@', $email, 2);
/plugin/timetrack/
H A Dsyntax.php45 $flags = explode('&', $command);
205 list($flag,$value) = explode('=',$flag,2);
208 $data = explode('=',$value,2);
217 $data = explode('=',$value,2);
/plugin/translationbuddy/
H A Dsyntax.php56 $lines = explode("\n",$match);
88 $ignore_ns = explode(' ', $data['ignore_ns']);
95 $langs = explode(' ', $data['langs']);
98 $langs = explode(' ', $conf['plugin']['translation']['translations']);
/plugin/textinsert/
H A Dsyntax.php68 list($prefix,$trans) = explode('_',$match,2);
72 list($ns,$rest) = explode(':',$ID,2);
109 $substitutions=explode(',',$subtitution[2]);
184 list($prefix,$trans) = explode('_',$keys[$i],2);
/plugin/dataloop/syntax/
H A Dtextloop.php81 $lines = explode("\n",$match);
105 $cols = explode(',',$line[1]);
123 $headlevelsplits = explode(';',$line[1]);
126 $cols = explode(',',$sCols);
228 $aParts = explode($sDataLoopSeperator, $renderer->doc);
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php110 $chunks = explode(':', $address);
113 $parts = explode('::', $address);
115 $before = ($parts[0] === '') ? array() : explode(':', $parts[0]);
116 $after = ($parts[1] === '') ? array() : explode(':', $parts[1]);
294 explode(':', $this->longAddress)
/plugin/move/helper/
H A Dhandler.php159 $selfpath = explode(':', $this->ns);
160 $goalpath = explode(':', getNS($new));
232 $link = explode('|', $link, 2);
267 $parts = explode('#', $id, 2);
274 $parts = explode('?', $id, 2);
/plugin/button/
H A Dsyntax.php136 $styles = explode("\n", $styles);
147 $style = explode('|', $style, 2);
258 $link_items = explode(":", $link['url']);
374 $parts = explode('?', $id, 2);
416 list($id, $hash) = explode('#', $id, 2);
474 list($src, $hash) = explode('#', $src, 2);
/plugin/groupmail/
H A Dsyntax.php87 foreach(explode('|',$match) as $param){
88 $splitparam = explode('=',$param,2);
114 $vals = explode(',' , $data[$field]);
141 $res[$field] = explode(',' , $data[$field]);
159 $this->sender_groups = explode(',', $this->getConf('sender_groups'));
160 $this->recipient_groups = explode(',', $this->getConf('recipient_groups'));
321 $vals=explode(',' , $_POST[$field]);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
106 list($start, $end) = explode('/', $item, 2);
/plugin/fckg/syntax/
H A Dfont.php42 list($size,$weight) = explode(':',$size);
69 list($face,$fg,$bg) = explode(';;',$face);
/plugin/google_cal/
H A Dsyntax.php34 @list($url, $alt) = explode('|',$match,2);
41 @list($w, $h) = explode(',',$matches[2],2);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php40 $this->setValue(explode($this->delimiter, $val));
95 list($start, $end) = explode('/', $item, 2);
/plugin/autogallery/
H A Dsyntax.php59 $options = explode('#', $options, 2);
62 $templates = explode(',', $options[1]);
/plugin/autotweet/syntax/
H A Dautotweet.php66 $pairs = explode('&', $match);
69 list($key, $value) = explode('=', $pair, 2);
/plugin/socialshareprivacy2/
H A Daction.php57 $parts = explode("_", $opt, 2);
85 list($service, $setting) = explode("_", $opt, 2);
/plugin/tipoftheday/syntax/
H A Dtotns.php29 list($match, $flags) = explode('&', $match, 2);
41 return array($page, explode('&', $flags));
/plugin/pixelyear/
H A Dsyntax.php76 $rows = explode ("\n", $match);
79 list ($month, $day, $pixel) = explode ("|", $row);
/plugin/imagelink/syntax/
H A Dimagelink.php95 $confString = explode('&',$confString);
111 $tmp = explode('=',$flag,2);

12345678910>>...66