Home
last modified time | relevance | path

Searched refs:explode (Results 851 – 875 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/webcomponent/syntax/
H A Dsearch.php95 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/botbouncer/
H A Daction.php36 $whitelist_ips = explode(',',$this->getConf('whitelist'));
/plugin/authg2fa/
H A DTokenHelper.php28 $row = explode(":", $line, 2);
/plugin/ajaxedit/
H A Daction.php54 list($r_start,$r_end) = explode('-',$range);
/plugin/skipentity/
H A Dsyntax.php14 $excludes = explode(',',$this->getConf('xcl_formats'));
/plugin/prosemirror/parser/
H A DInternalLinkNode.php43 $parts = explode('?', $inner, 2);
/plugin/mikioplugin/
H A Dcss.php37 $cssFileList = platformSlashes(explode(',', $_GET['css']));
/plugin/dwcommits/
H A Dhelper.php97 list($base,$count) = explode('_',$db);
126 list($base,$count) = explode('_',$this->db_name);
563 list($name,$email) = explode('<',$val);
710 list($month,$day,$year) = explode('-',$dstr);
762 list($prefix,$index) = explode('_',$db);
/plugin/elwikiupgrade/
H A DHTTPClient.php352 list($cookie) = explode(';',$cookie,2);
353 list($key,$val) = explode('=',$cookie,2);
745 list($usec, $sec) = explode(" ", microtime());
761 $lines = explode("\n",$string);
764 @list($key, $val) = explode(':',$line,2);
/plugin/indexmenu/syntax/
H A Dindexmenu.php88 $defaults = explode(' ', $defaultsStr);
92 [$nsStr, $optsStr] = array_pad(explode('|', $match, 2), 2, '');
94 $opts = explode(' ', $optsStr);
106 $subns_lvl = explode("#", $nsStrs[$i]);
/plugin/news/
H A Dadmin.php82 $prev_deleted = explode(',',$prev_deleted);
210 $deleted = explode(',',$_REQUEST['prev_del']);
/plugin/judge/
H A Daction.php226 foreach (explode(",",$INPUT->str('questions')) as &$problem_name) {
308 $temp = explode(".", $filename);
/plugin/svgembed/
H A Dsyntax.php28 $link = explode('|', $link, 2);
343 list($src) = explode('#', $src, 2);
/plugin/noiewarning/
H A Daction.php62 $parts = explode('_',get_class($this));
70 $lang= explode(',', $info['lang']);
/plugin/swfobject/
H A Dsyntax.php86 $conf = explode('&', $conf[1]);
88 list ($key, $value) = explode('=', $keyValue);
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php91 $tmp = explode ( ":", $filerows[$i] );
100 $values = explode ( ",", $row_info );
/plugin/authyubikey/lib/
H A DYubico.php388 $rows = explode("\r\n", trim($str));
393 $row = explode("#", $val);
/plugin/davcal/syntax/
H A Dtable.php53 $options = explode(',', $options);
71 list($key, $val) = explode('=', $option);
/plugin/combo/syntax/
H A Dminimap.php159 $parts = explode(':', $nameSpacePath);
399 list(/* $t */, /* $p */, $c) = explode('_', $get_called_class, 3);
/plugin/linkback/action/
H A Dsend.php166 $namespaces = explode(',', $namespace_conf);
225 $order = explode(',', $this->getConf('order'));
/plugin/data-au/syntax/
H A Dtable.php75 $lines = explode("\n", $match);
110 $cols = explode(',', $line[1]);
128 $cols = explode(',', $line[1]);
142 $cols = explode(',', $line[1]);
/plugin/quickstats/
H A Daction.php91 $conf_tokens = explode(',',$conf_tokens);
211 $elems = explode('&',html_entity_decode($_SERVER['QUERY_STRING'])) ;
220 list($name,$value) = explode('=',$el);
342 $xcludes=explode(',',$xcl);
/plugin/data/syntax/
H A Dtable.php85 $lines = explode("\n", $match);
120 $cols = explode(',', $line[1]);
138 $cols = explode(',', $line[1]);
152 $cols = explode(',', $line[1]);
/plugin/webcomics/
H A Dsyntax.php26 $feeds = explode(';', $this->getConf('feeds'));
/plugin/addressbook/
H A Daction.php70 $text = explode(" ",$text);

1...<<31323334353637383940>>...66