Home
last modified time | relevance | path

Searched refs:explode (Results 26 – 50 of 1634) sorted by relevance

12345678910>>...66

/plugin/phosphor/
H A Dphitem.php55 … list($id, $title) = explode('|', substr($match, 6, -1), 2); // find ID/Params + Name Extension
56 list($id, $paramlist) = explode('?', $id, 2); // find ID + Params
59 foreach(explode('&', $paramlist) as $param)
61 list($n, $v) = explode('=', $param);
/plugin/blogtng/syntax/
H A Dblog.php93 list($type,$conf) = explode('>',$match,2);
96 $conf = linesToHash(explode("\n", $conf));
106 $conf['blog'] = array_filter(array_map('trim', explode(',', $conf['blog'])));
107 $conf['tags'] = array_filter(array_map('trim', explode(',', $conf['tags'])));
108 $conf['type'] = array_filter(array_map('trim', explode(',', $conf['type'])));
168 explode(',',$tags));
/plugin/layeranimation/syntax/
H A Ditem.php46 list ($option, $clip) = explode('?', substr($match, 6, -1), 2);
48 …return array('item__start', array('option' => explode(' ', $option), 'clip' => explode(':', $clip)…
84 $subItem = explode(':', $item, 2);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php52 $v = explode(',', $v);
183 foreach(explode(';', $value) as $part) {
189 list($partName, $partValue) = explode('=', $part);
193 $partValue=explode(',', $partValue);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php52 $v = explode(',', $v);
183 foreach(explode(';', $value) as $part) {
189 list($partName, $partValue) = explode('=', $part);
193 $partValue=explode(',', $partValue);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php52 $v = explode(',', $v);
183 foreach(explode(';', $value) as $part) {
189 list($partName, $partValue) = explode('=', $part);
193 $partValue=explode(',', $partValue);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php137 $c = explode('…', date('d…j…N…w…z…W…m…n…Y…y…g…G…h…H…i…s…u…O…T…U'));
303 $explode = preg_split(
309 $end = count($explode) - 1;
313 $explode[$i] = str_replace('\\.', '.', $explode[$i]);
316 $handle = [$explode[$i] => $handle];
318 $handle = [$explode[$i] => $this->zFormat($value)];
621 foreach (explode('\\', $out) as $part) {
/plugin/popupviewer/syntax/
H A Dviewer.php44 list($id, $name) = explode('|', $orig, 2); // find ID/Params + Name Extension
45 list($name, $title) = explode('%', $name, 2); // find Name and Title
46 list($id, $param) = explode('?', $id, 2); // find ID + Params
48 $params = explode('&', strtolower($param));
54 list($w, $h) = explode('x', $p, 2); // find Size
184 if ( !preg_match('/^(.*)@([^@]+)$/u', array_pop(explode('|', $name)), $match)) {
188 $coords = explode(',',$match[2]);
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php174 $vars = explode(",", $section);
197 $explode = false;
203 list($key, $length) = explode(":", $key);
208 $explode = true;
214 $list_sep = $explode ? $sep : ",";
226 if ($combine && $explode) {
241 if ($explode) {
/plugin/editor/
H A Dsyntax.php32 list($match, $flags) = explode('&', $match, 2);
33 $flags = explode('&', $flags);
34 list($match, $refine) = explode(' ', $match, 2);
35 list($ns, $user) = explode('?', $match);
/plugin/togglewrap/
H A Dsyntax.php32 list ($opts,$label) = explode('|',$match, 2);
33 list ($class,$opts) = explode('&', $opts, 2);
35 $opts = explode('&',$opts);
/plugin/ckgedit/action/
H A Dsave.php61 list($ext,$base) = explode(";",$matches[2]);
217 $link = explode('?',$matches[1]);
218 list($link_id,$linktext) = explode('|', $link[0]);
223 $link = explode('?',$matches[1]);
226 list($qs,$linktext) = explode('|', $link[1]);
228 else list($link_id,$linktext) = explode('|', $link[0]);
241 $tmp_ar = explode(':',$link_id);
257 $link = explode('?',$matches[2]);
258 list($link_id,$linktext) = explode('|', $link[0]);
436 $aLink=explode(':',$linkPath);
[all …]
/plugin/badbehaviour/bad-behavior/
H A Dblackhole.inc.php36 $find = implode('.', array_reverse(explode('.', $ip)));
59 $find = implode('.', array_reverse(explode('.', $package['ip'])));
62 $ip = explode('.', $result[0]);
/plugin/sapnotelink/
H A Dsyntax.php41 $sapnote = explode('#', $data[0]);
50 $sapnote = explode('#', $data[0]);
55 $sapnote = explode('#', $data[0]);
/plugin/ffindr/
H A Dffindr.php57 list($url, $dummy_header) = explode('|', $match, 2);
58 list($url, $params) = explode(' ', $url, 2);
60 foreach (explode(' ', $params) as $param) {
61 list($key, $value) = explode('=', $param, 2);
73 'format' => $format ? $format : explode(' ', "date title location"),
/plugin/accscounter/syntax/
H A Dcounter.php71 $exlist = explode("\n", $exlist);
82 $countries = explode(',', $this->getConf('cntrExclusion'));
87 $countriesin = explode(',', $this->getConf('cntrInclusion'));
94 $ingr = explode(".", $clientIP);
125 $rexlist = explode("\n", $rexlist);
127 $cntrexlist = explode(',', $this->getConf('reverseLookupCntrException'));
174 $fp = explode("\n", $fp);
228 $element = explode('|', $dataline);
288 $element = explode('|', $dataline);
332 return explode('|', substr($match, strlen('{{counter|'), -2));
/plugin/twistienav/
H A Dhelper.php35 foreach (explode(',', $this->getConf('exclusions')) as $exclusion) {
70 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
86 … } elseif (($useexclusions) && (in_array(explode(":", $item['id'])[0], $this->nsignore))) {
90 …} elseif ((explode(":", $item['id'])[0] == "playground") or ($item['id'] == $ID) or ($item['id'] =…
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php93 $lines = explode( "\n", $text );
107 $linesout = explode( "\n", $aspellret );
118 $line = explode( " ", $val, 5 );
121 $suggs = explode( ", ", $line[4] );
/plugin/dbtables/
H A Dsyntax.php69 $raw=explode("\n",$match);
94 $RowInfo=explode($this->options["fdelim"],$rawline);
156 $parmsexp=explode(';',$match);
172 $p=explode("=",$pexp);
/plugin/twistienav4bootstrap3/
H A Dhelper.php35 foreach (explode(',', $this->getConf('exclusions')) as $exclusion) {
69 $ajaxId = ltrim(explode("id=", $_SERVER["HTTP_REFERER"])[1], ":");
82 … } elseif (($useexclusions) && (in_array(explode(":", $item['id'])[0], $this->nsignore))) {
86 …} elseif ((explode(":", $item['id'])[0] == "playground") or ($item['id'] == $ID) or ($item['id'] =…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php85 $lines = explode( "\n", $text );
99 $linesout = explode( "\n", $aspellret );
110 $line = explode( " ", $val, 5 );
113 $suggs = explode( ", ", $line[4] );
/plugin/syntaxhighlighter3/syntax/
H A Dsyntax.php96 $attr_array = explode(";", $attr);
108 $attr_array = explode(";", $attr);
119 $highlight_exp = explode(',', $highlight_str);
125 $highlight_elt_exp = explode('-', $highlight_elt);
/plugin/scrape/
H A Dsyntax.php78 [$iw, $ref] = explode('>', $data['url'], 2);
/plugin/itemtable/
H A Dsyntax.php70 $raw=explode("\n",$match);
129 $RowInfo=explode($this->options["fdelim"],$rawline);
187 $parmsexp=explode(';',$match);
202 $p=explode("=",$pexp);
205 $pp=explode(",",$p[1]);
/plugin/anewssystem/
H A Dsyntax.php167 $fields = explode('|',$record);
652 $prefs = explode(',',$tmp);
688 $entries = explode("======",$oldrecord);
691 $temp_array = explode("\n * ",$entry);
818 $tags = explode(',',$value);
853 $temp_array = explode("\n * ",$entry);
874 $tags = explode(',',$value);
992 $entries = explode("======",$oldrecord);
1000 $temp_array = explode("\n * ",$entry);
1203 $newsitems = explode("======",$oldrecord);
[all …]

12345678910>>...66