Home
last modified time | relevance | path

Searched refs:explode (Results 1601 – 1625 of 1634) sorted by last modified time

1...<<616263646566

/plugin/register/
H A Dsyntax.php85 $range = explode(" ", $bit["range"]);
96 $lines = explode("\n", $match);
135 $lines = explode("\n", $match);
H A Dregister.php56 $flags = explode(" ", $data[4]);
440 $text = explode("\n", $bdesc);
/plugin/calc/
H A Dsyntax.php142 $tmp=explode('.',$n);
/plugin/code2/
H A Dsyntax.php272 $lines = explode("\n", $aMarkup);
380 $aText = explode("\n", $aText);
885 $aData[1] = explode('>', $geshi->parse_code(), 2);
894 $aData[1] = explode('</pre>', $aData[1][1], 2);
909 $aData[2] = explode("\n", $aData[1][1]);
922 $aData[2] = explode('</pre>',
1018 $aData[1] = explode('>', $geshi->parse_code(), 2);
1024 $aData[1] = explode('</pre>', $aData[1][1], 2);
1039 $aData[1] = explode("\n", $aData[2]);
/plugin/superacl/
H A Dajax.php45 $lvl = count(explode(':',$ns));
/plugin/weiqi/
H A Dweiqi_parser.php85 $lines = explode("\n", $str);
441 $attributes = explode(' ', $str);
/plugin/complex_lists/complex_lists/
H A Dsyntax.php54 return array($state, $this->list_styles = explode('|', trim($match, "#\r\n")));
327 $command = explode('#', substr($listtext, 0, $pos));
/plugin/linkmanager/
H A Dfunctions.php121 $pgsplt=explode(':',$item['id']);
/plugin/nroff/
H A Drenderer.php533 list($id,$hash) = explode('#',$id,2);
/plugin/nsrelation/
H A Dsyntax.php26 $this->relatedns = array_unique(array_filter(explode('|',$this->getConf('nsrelations'))));
27 …$this->relatedns_display = array_unique(array_filter(explode('|',$this->getConf('nsrelationsdispla…
/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
134 $lines = explode("\n",$hunk);
141 $target_lines = explode("\n",$files[$fname]);
/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/galleryv1.5/inc/
H A Dmagazinelayout.class.php224 $ext = explode(".", $file);
/plugin/linkmanager/exe/
H A Dajax.php56 $lvl = count(explode(':',$ns));
/plugin/externallink/
H A Dsyntax.php74 list($foo,$url) = explode("/",substr($url,7),2);
/plugin/textile2/
H A DclassTextile.php441 foreach(explode("|", $row) as $cell) {
469 $text = explode("\n", $m[0]);
525 $text = explode("\n\n", $text);
/plugin/gcalendar/inc/
H A Dgcal_show.php173 list($page,$pagelist) = explode("(",$page,2);
224 $width_list = explode(",",substr($options["width"],1,-1));
266 list($page_name,$page_list) = explode("(",$page_ID,2);
280 $page_list=explode("|",$page_list);
H A Dgcal_read.php27 list($page_name,$page_list) = explode("(",$page,2);
31 $page_list = explode("|",$page_list);
43 list($wikipage,$section)=explode('#',$wikipage,2);
170 $cat_classes = 'gCal_cat_'.implode(' gCal_cat_',explode(' ',$cat))." ";
351 list($link,$name)=explode("|",substr($wl,2,strlen($wl)-4),2);
H A Dgcal_main.php60 $pages = explode(',',$pages);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1608 list($math,$v,$name)=explode("_",$fi);
/plugin/chat/
H A Dajax.php57 $lines = explode("\n----\n", $file."\n");
122 $uinfo = explode('|', $parts[2]);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php921 $initialsArray = explode(' ', $creator['initials']);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php44 $author = explode(",", preg_replace("/\s{2,}/", ' ', trim($value)));
/plugin/googlesearch/
H A Dnusoap.php2593 $header_array = explode($lb,$header_data);
2597 $arr = explode(':',$header_line, 2);
2755 $header_array = explode($lb,$header_data);
2761 $arr = explode(':',$header_line,2);
2782 $arr = explode(' ', $header_array[0], 3);
2804 $digestElements = explode(',', $digestString);
2806 $tempElement = explode('=', trim($val), 2);
3215 $qs = explode('&', $_SERVER['QUERY_STRING']);
3223 $qs = explode('&', $HTTP_SERVER_VARS['QUERY_STRING']);
6291 $children = explode('|',$this->message[$pos]['children']);
/plugin/zip/
H A Dadmin.php16 foreach(explode(PATH_SEPARATOR, ini_get('include_path')) as $file) {

1...<<616263646566