Home
last modified time | relevance | path

Searched refs:explode (Results 176 – 200 of 1634) sorted by relevance

12345678910>>...66

/plugin/jquotes/
H A Dsyntax.php50 list($cookie, $params) = explode('?', $match, 2);
79 $full = explode('|', helper_plugin_jquotes::getCookieHTML($data['cookie']));
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php12 $components = explode(DIRECTORY_SEPARATOR, dirname(__FILE__));
26 $languages = explode(',', $languages_str);
/plugin/remotelistnamespace/
H A Dremote.php48 $parts = explode('/',ltrim($file,'/'));
62 $parts = explode('/',ltrim($file,'/'));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst43 Internally, Twig uses the PHP `explode`_ or `str_split`_ (if delimiter is
52 .. _`explode`: https://secure.php.net/explode target
/plugin/loglog/helper/
H A Dlogging.php106 $cparts = explode("\n", $chunk);
115 list($cdate) = explode("\t", $cparts[0]);
137 list($dt, $junk, $ip, $user, $msg, $data) = explode("\t", $line, 6);
/plugin/logstats/
H A Daction.php132 $tmp_array_agents_banned = explode(',', $this->getConf('banned_agents'));
142 $tmp_array_ip_banned = explode(',', $this->getConf('banned_ip'));
152 $tmp_array_users_banned = explode(',', $this->getConf('banned_users'));
/plugin/siteexport/syntax/
H A Daggregate.php33 $options = explode(' ', trim(substr($match, 2, -2)?:""));
54 list($key, $value) = explode('=', $option);
92 list($key, $value) = explode('=', $option);
/plugin/googletrends/
H A Dsyntax.php42 $match = explode("|", preg_replace("/^.*?>(.*)}}$/", "$1", $match));
45 $data["terms"] = explode(",", $terms );
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
105 list($start, $end) = explode('/', $item, 2);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
105 list($start, $end) = explode('/', $item, 2);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php42 $this->setValue(explode($this->delimiter, $val));
105 list($start, $end) = explode('/', $item, 2);
/plugin/charpicker/
H A Daction.php29 $add_chars = explode(',',$add_chars);
35 $del_chars = explode(',',$del_chars);
/plugin/tag/syntax/
H A Dtagpage.php54 $match = array_pad(explode('|', $match, 2), 2, ''); // split to tags, link name and options
56 [$tag, $flag] = array_pad(explode('&', $match[0], 2), 2, '');
/plugin/aichat/
H A Dsyntax.php
/plugin/rrdgraph/
H A Dhelper.php321 list ($incPageId, $incTmplName) = explode('>', $element[2], 2);
354 list ($incPageId, $incTmplName) = explode('>', $element[2], 2);
460 $parts = explode(':', $element[2], 3);
466 $parts = explode('=', $element[2], 2);
475 $parts = explode('=', $element[2], 2);
489 $parts = explode('=', $element[2], 2);
491 $rparts = explode(':', $parts[1], 2);
/plugin/caption/syntax/
H A Dcaption.php101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
102 if (in_array(explode(' ',$match)[0],$this->_types)) {
103 $this->_type = explode(' ',$match)[0];
293 list($_type,$_num) = explode('=',trim($match));
324 list($match,$label) = explode(' ',$match);
392 list($match,$label) = explode(' ',$match);
/plugin/graphgear/
H A Dsyntax.php46 $data = explode("\n",$data);
198 list($node,$opts) = explode('[',$line,2);
209 list($edge,$opts) = explode('[',$line,2);
214 list($from,$to) = explode('->',$edge,2);
/plugin/fedauth/Auth/
H A DOpenID.php183 $chunks = explode("&", $str);
187 $parts = explode("=", $chunk, 2);
271 $parts = explode('&', $query);
275 $pair = explode('=', $parts[$i]);
/plugin/blog/syntax/
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);
/plugin/const/
H A Daction.php74 $item = explode("=", trim($entry), 2);
153 $item = explode(":", $entry);
174 $original = explode("\n", $original);
175 $wikified = explode("\n", $wikified);
/plugin/openid/Auth/
H A DOpenID.php187 $chunks = explode("&", $str);
191 $parts = explode("=", $chunk, 2);
287 $parts = explode('&', $query);
291 $pair = explode('=', $parts[$i]);
/plugin/struct/meta/
H A DConfigParser.php198 $parts = explode(',', $val);
218 $cols = explode(',', $val);
245 $vals = explode(',', $val);
/plugin/pagequery/
H A Dsyntax.php52 $params = explode(';', $match);
108 $fields = explode(',', $value);
167 $options = explode(',', $value);
229 $parts = explode($delim, $str);
/plugin/bashorg/
H A Dbash.org.php25 $quotes = explode("\n", $data);
27 list($usec, $sec) = explode(' ', microtime());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php190 list($profilename, $compressiondata) = explode("\x00", $chunk['data'], 2);
201 list($keyword, $text) = explode("\x00", $chunk['data'], 2);
211 list($keyword, $otherdata) = explode("\x00", $chunk['data'], 2);
234 list($keyword, $otherdata) = explode("\x00", $chunk['data'], 2);
239 …list($languagetag, $translatedkeyword, $text) = explode("\x00", substr($oth…
335 …list($palettename, $otherdata) = explode("\x00", $chunk['data']…
391 …list($calibrationname, $otherdata) = explode("\x00", $chunk['data'], …
403 …$thisfile_png_chunk_type_text['parameters'] = explode("\x00", substr($chunk['data'], $pCAL…
411 …list($pixelwidth, $pixelheight) = explode("\x00", substr($chunk['data'…

12345678910>>...66