Home
last modified time | relevance | path

Searched refs:explode (Results 901 – 925 of 1634) sorted by relevance

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

/plugin/profiles/
H A Dsyntax.php60 $p = explode ("|", $indata["parameter"]);
/plugin/goto/
H A Daction.php50 $groups = explode(',',$groups);
/plugin/calc/
H A Dsyntax.php142 $tmp=explode('.',$n);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.svg.php61 $keyvalueexploded = explode('=', $keyvaluepair);
/plugin/abbrlist/
H A Dsyntax.php52 $options = explode(',', $options);
/plugin/abortlogin/
H A Daction.php55 $tests = explode(',',$test);
/plugin/farm/
H A Dvirtualhostconfig.class.php102 foreach(explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'virtual_hosts.php')) as $l) {
/plugin/unblink/
H A Dsyntax.php40 list($login,$title) = explode('|',$match,2);
/plugin/konsole/
H A Dsyntax.php139 $arr_retour = explode(',',$data);
/plugin/zotero/
H A DZoteroConfig.php69 $parts = explode(":", $cachePage);
/plugin/numbering/scripts/
H A Dgetnum.php31 $images = explode(',',$imagestr);
/plugin/panoview/
H A Dtiles.php22 list($data['zoom'], $data['col'], $data['row']) = explode('-', $_GET['tile']);
/plugin/nslist/
H A Dsyntax.php65 list($ns,$params) = explode(' ',$match,2);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php87 list($path, $query) = explode('?', $url, 2);
/plugin/authhttp/
H A Daction.php52 $disableactions = explode(',', $conf['disableactions']);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php122 $fileParts = explode('/', $name);
/plugin/combo/ComboStrap/
H A DSlug.php38 $parts = explode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $string);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php10 $tags = explode('-', $llcc);
/plugin/recommend/helper/
H A Dmail.php48 $recipients = explode(',', $recipients);
/plugin/openlayersmap/helper/
H A Dstaticmap.php83 [$width, $height] = explode('x', $size);
/plugin/struct/syntax/
H A Dcloud.php64 $lines = explode("\n", $match);
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php120 $chunks = explode('.', $this->fromAddress->toString());
127 $chunks = explode(':', $this->fromAddress->toString(true));
/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/amazon/
H A Dsyntax.php59 list($ctry,$asin) = explode(':',$match,2);
72 list($asin,$more) = explode(' ',$asin,2);
/plugin/snap/
H A Dhelper.php160 $titrePage=explode(":",$param);
210 $ports=explode(" ",$this->snapPorts);

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