Home
last modified time | relevance | path

Searched refs:explode (Results 1401 – 1425 of 1634) sorted by relevance

1...<<51525354555657585960>>...66

/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php112 $format = explode(':', $detected);
/plugin/struct/types/
H A DAbstractBaseType.php250 return array_map('trim', explode(',', $value));
/plugin/botbouncer/lib/
H A Dbotbouncer.php271 list($server,$port) = explode(':',$memCachedServer);
362 $rev = array_reverse(explode('.', $ip));
/plugin/mellelexport/
H A Drenderer.php345 $templateParts = explode($mapping['replacement'], $mapping['template']);
515 $lines = explode("\n", $xml);
/plugin/register/
H A Dregister.php56 $flags = explode(" ", $data[4]);
440 $text = explode("\n", $bdesc);
/plugin/davcard/
H A Dhelper.php99 $contactdata = explode(';', strtolower($entry['structuredname']));
508 $structuredname = explode(';', (string)$vcard->N);
/plugin/sync/
H A Dadmin.php721 $df = new Diff(explode("\n",htmlspecialchars($local)),
722 explode("\n",htmlspecialchars($remote)));
/plugin/odp/
H A Drenderer.php1003 foreach(explode(";", $all_css_styles) as $css_style) {
1004 $css_style_array = explode(":", $css_style);
1108 list($id,$hash) = explode('#',$id,2);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php337 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
527 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
1630 $v_work_list = explode(",", $p_options_list[$i+1]);
1657 $v_item_list = explode("-", $v_work_list[$j]);
5429 $v_list = explode("/", $p_dir);
5523 $v_list_dir = explode("/", $p_dir);
5525 $v_list_path = explode("/", $p_path);
/plugin/indexmenu/inc/
H A Dpclzip.lib.php328 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
501 $v_string_list = explode(PCLZIP_SEPARATOR, $p_filelist);
1529 $v_work_list = explode(",", $p_options_list[$i + 1]);
1554 $v_item_list = explode("-", $v_work_list[$j]);
5245 $v_list = explode("/", $p_dir);
5333 $v_list_dir = explode("/", $p_dir);
5335 $v_list_path = explode("/", $p_path);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.ruleset.class.php71 $media = explode(",",$root->get_attribute("media"));
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php338 $signed_list = explode(',', $signed);
/plugin/preservefilenames/
H A Daction_anteater.php200 list($src, $hash) = explode('#', $inst[$source], 2);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php221 list($group,$name) = explode('.', $name, 2);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php264 $elems = explode(':', $_COOKIE['FCK_NmSp']);
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php113 $path = explode(':',ltrim(strtr($folder,'/',':'),':'));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php202 $compassProcessArgs = array_merge(explode(' ', $this->rubyPath), $compassProcessArgs);
/plugin/permissioninfo/
H A Dadmin.php328 …$g2u[$grpname][$username] = array_pop(explode(' ', $properties['name'])); // Store last name of us…
/plugin/langdelete/
H A Dadmin.php93 $lang_keep = array_merge ($lang_keep, explode(',', $lang_str));
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php235 $ids = explode(",", $this->row[$nameType]);
/plugin/authchained/
H A Dauth.php52 foreach(explode(":",$this->getConf('authtypes')) as $tmp_plugin){
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php221 list($group,$name) = explode('.', $name, 2);
/plugin/pureldap/classes/
H A DADClient.php426 [$cn] = explode(',', $dn, 2);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php221 list($group,$name) = explode('.', $name, 2);
/plugin/combo/ComboStrap/
H A DBootstrap.php38 $bootstrapStyleSheetArray = explode(Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $qualifiedVersion);

1...<<51525354555657585960>>...66