Home
last modified time | relevance | path

Searched refs:explode (Results 1576 – 1600 of 1634) sorted by last modified time

1...<<616263646566

/plugin/diff/
H A Dsyntax.php317 $aMatch = explode('>', $aMatch, 2);
/plugin/nftr/
H A Daction.php124 $hidePages = explode(' ', $this->getConf('pages'));
125 $hideSpaces = explode(' ', $this->getConf('spaces'));
/plugin/highlightjs/highlight/
H A Dwp_highlight.js.php12 $components = explode(DIRECTORY_SEPARATOR, dirname(__FILE__));
26 $languages = explode(',', $languages_str);
/plugin/regex_template/
H A Daction.php49 $array_regex = (array)explode("\n",$conf['plugin']['regex_template']['reg_tpl_regex']);
52 list($pattern, $replacement) = explode(',', $regex);
/plugin/mailto/
H A Daction.php66 foreach ((array)explode(',', $this->getConf('mailto_acl_grps')) as $grps) {
H A Dsyntax.php46 return explode( ',', $match );
/plugin/gitlink2/
H A Dsyntax.php77 $gitv = explode('#', $data[0]);
80 $gitv = explode('?', $data[0]);
/plugin/flyspraylink/
H A Dsyntax.php77 $fsv = explode('#', $data[0]);
80 $fsv = explode('?', $data[0]);
/plugin/iptrust/
H A Dadmin.php171 list($user, $ip, $date) = explode("\t", $logins[$i]);
213 list($auser, $aip, $adate) = explode("\t", $a);
214 list($buser, $bip, $bdate) = explode("\t", $b);
H A Daction.php63 list($login, $host, $date) = explode("\t", $logins[$i]);
/plugin/favoris/
H A Daction.php66 list($cpt, $date)=explode(";",$cpt);
72 list($cpt, $date)=explode(";", $fav[$INFO['id']]);
131 $cpt=explode(";",$cpt);
H A Dsyntax.php88 list($cpt, $date1)=explode(";", $a);
89 list($cpt, $date2)=explode(";", $b);
126 list($cpt1, $date)=explode(";", $a);
127 list($cpt2, $date)=explode(";", $b);
/plugin/hyphenation/
H A Daction.php34 $hyph->loadUserDictFromArray(explode("\n", $this->getConf('customhyph')));
/plugin/translation2/
H A Daction.php46 …ault_language')) === false) $this->conf['default_language'] = trim(reset(explode(',', $this->getCo…
104 $languages = explode(',', $this->getConf('languages'));
/plugin/offline/
H A Dcreate.php363 $singleDirectoriesArr = explode($offlineConf['pathDelimiterStr'] , $dirStr);
369 $singleDirectoriesArr = explode($offlineConf['pathDelimiterStr'] , $dirStr);
H A Drenderer.php272 list($id,$hash) = explode('#',$id,2);
/plugin/hcalendar/syntax/
H A Dhelper.php14 @list($time_info,$summary,$location) = explode('|',$match,3);
15 @list($start_info,$end_info) = explode(';',$time_info,2);
50 list($time_yy,$time_mth,$time_day) = explode('/',$time_date);
55 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time);
66 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time);
73 @list($time_yy,$time_mth,$time_day) = explode('/',$time_date);
78 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time);
/plugin/prolog/
H A Dattribute_options.php32 $exValues = explode(',', $optionsValue);
H A Dattribute_include.php97 $exValues = explode(',', $value);
126 $IDparts = explode(':', $ID);
169 $tailIDParts = explode(':',$tailID);
170 $joinedIDParts = explode(':',$headNS);
252 $subdirectories = explode('/',$path);
257 $extension = end(explode('.',end($subdirectories)));
/plugin/givemeyouremail/
H A Dsyntax.php185 $addresses_array = explode(';',$email_addresses);
/plugin/bookmarkme/
H A Daction.php162 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
175 $be = explode(",",$this->getConf('bookmarks'));
/plugin/charter/
H A Dhelper.php196 list($fontname, $fontsize) = explode('@', $val, 2);
205 list($w, $h) = $this->_trimArray(explode('x', $val, 2));
227 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
252 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
254 $flags[$key][$i] = $this->_trimArray(explode('|', $flags[$key][$i]));
270 list($color, $shades) = $this->_trimArray(explode('@', $val, 2));
600 $data = explode("\n", $data);
604 $values = $this->_trimArray(explode(',', $row));
/plugin/cache/
H A Dplugin_cache.php210 $items = explode("\t",$line);
/plugin/snap/
H A Dhelper.php160 $titrePage=explode(":",$param);
210 $ports=explode(" ",$this->snapPorts);
H A Dsyntax.php.ori108 $param=explode("|",$param);
123 if ($options) $options=explode("x",$options);
142 $titrePage=explode(":",$param);

1...<<616263646566