Home
last modified time | relevance | path

Searched refs:explode (Results 1376 – 1400 of 1634) sorted by relevance

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

/plugin/linkback/
H A Dhttp.php170 list ($key, $value, $foo) = explode('=', $cookie);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php132 $groups = array_values(array_filter(explode(",", $row[3])));
458 $value = explode(';', $value);
/plugin/fckg/action/
H A Dedit.php68 $ns_choices = explode(',',$dwedit_ns);
2808 $exclusions = explode (',', $exclusions);
/plugin/tindexmenu/syntax/
H A Dindexmenu.php413 $ahp=explode(",",$headpage);
556 $ahp=explode(",",$headpage);
/plugin/wrap/
H A Dhelper.php109 $arr = explode('-', $attr['lang']);
159 $classes = explode (' ', $attr['class']);
799 $classes = explode(' ', $class_string);
/plugin/combo/ComboStrap/Web/
H A DUrl.php153 $parts = explode($separator, $string);
664 $names = explode(self::PATH_SEP, $this->getPath());
/plugin/mikioplugin/syntax/
H A Dcore.php231 $parts = explode(' ', $optionValue);
505 $parts = explode(' ', $list['text-decoration']);
791 $types = explode(' ', $typelist);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php666 $versions = explode(',', $this->extensions['versions']);
879 $path = explode('/', $path);
1273 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1312 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1342 $dirs = explode('/', preg_replace('#^/|/(?=/)|/$#', '', $path));
1965 $dirs = explode('/', preg_replace('#/(?=/)|/$#', '', $dir));
/plugin/markdownextra/
H A Dmarkdown.php143 $mdwp_hidden_tags = explode(' ',
145 $mdwp_placeholders = explode(' ', str_rot13(
1659 $blocks = explode("\t", $line);
2771 $rows = explode("\n", trim($content, "\n"));
2893 $terms = explode("\n", trim($matches[1]));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/indexmenu2/syntax/
H A Dindexmenu.php303 $idx = 'indexmenu'.str_replace(".","",join(explode(" ",microtime())));
/plugin/task/syntax/
H A Dtask.php32 list($user, $date) = explode('?', $match);
/plugin/eventline/
H A Dplain.php110 list($src,$hash) = explode('#',$src,2);
/plugin/pdb/
H A Dsyntax.php41 return array($state,explode(':',$match));
/plugin/offline/
H A Drenderer.php272 list($id,$hash) = explode('#',$id,2);
/plugin/fetchmedia/action/
H A Dajax.php111 list($protocoll, $code, $textstatus) = explode(' ', $finalStatus, 3);
/plugin/subjectindex/inc/
H A Dcommon.php67 list($_, $path) = explode('/', $path, 2);
/plugin/purplenumbers/
H A Drenderer.php305 $restrictionNS = explode(',', $this->getConf('restrictionNS'));
/plugin/strata/syntax/
H A Dselect.php75 $lines = explode("\n",$match);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php151 $result[] = explode(',', $temp);
/plugin/authgooglesheets/
H A Dhelper.php94 $grps = array_map('trim', explode(',', $grps));
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php177 $range_array = explode('-', $range);
/plugin/davcal/
H A DcalendarBackendDokuwiki.php98 $components = explode(',', $row['components']);
/plugin/dw2markdown/
H A Drenderer.php350 $this->doc .= DOKU_LF . "\t" . implode( "\n\t", explode("\n", $text) );
/plugin/combo/ComboStrap/
H A DPageImageTag.php303 $defaultOrderOfPreference = explode("|", $default);

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