Home
last modified time | relevance | path

Searched refs:explode (Results 1001 – 1025 of 1634) sorted by relevance

1...<<41424344454647484950>>...66

/plugin/evesso/
H A Dhelper.php130 $validGroups = explode(',', trim($this->getConf($name), ','));
/plugin/dwedit/
H A Daction.php67 $ns_choices = explode(',',$dwedit_ns);
/plugin/captcha/
H A Dfiglet.php66 $hp = explode(" ", $this->fontFile[0]); // get header
/plugin/database2/
H A Dsyntax.php166 $ua = explode(',',trim($this->getConf('develusers')));
/plugin/jirainfo/
H A Daction.php67 $arrFields = explode(",", $this->getConf('taskHideField'));
/plugin/fedauth/classes/
H A Dfa_cookie.class.php73 … list($user, $sticky, $provid, $svcdata, $sectok) = explode('|', $_COOKIE[FEDAUTH_COOKIE], 5);
/plugin/projects/lib/
H A Dfile_definition.php89 $path = explode(":", $linkto);
/plugin/googledrawing/
H A Dsyntax.php76 $lines = explode("\n",$match);
/plugin/issuelinks/
H A Dsyntax.php62 list($pmServiceKey, $issueSyntax) = explode('>', trim($match, '[]'));
/plugin/fckg/
H A Dhelper.php31 return explode(',', $str);
/plugin/javadoc/
H A Dsyntax.php111 $config = explode(' ', $this->getConf($key));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php42 $parts = explode('\\', $classname);
/plugin/docimporter/
H A Daction.php95 $content_lines = explode(PHP_EOL, $myWikiContent);
/plugin/sketchcanvas/
H A Daction.php210 $lines = explode("\n", $fields['text']);
/plugin/linkbonus/
H A Dcommon.php168 list ($key, $val) = explode ('=', $D, 2);
/plugin/poldek/
H A Dhelper.php150 foreach (explode(',', $repos) as $repo) {
/plugin/ghissues/syntax/
H A Dsyntax.php53 $exploded = explode(' ',$dropwrapper);
/plugin/webdav/core/
H A DServer.php40 $enabled_collections = explode(',', $helper->getConf('collections'));
/plugin/xfortune/
H A Dhelper.php45 $lines = count(explode("\n", $cookie));
/plugin/telleveryone/action/
H A Dnotification.php88 $remote_logs_sources = array_filter(explode("\n", $this->getConf('remote')));
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php122 $parts = explode(" ", $line, 2);
/plugin/accscounter/syntax/
H A Dpopularity.php46 return explode(' ', substr($match, strlen('{{POPULAR '), -2));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php44 $author = explode(",", preg_replace("/\s{2,}/", ' ', trim($value)));
/plugin/multiselect/
H A Daction.php77 $found=explode("<multiselect",$range_part);
/plugin/preregister/
H A Dadmin.php76 $elems = explode('*',$delete_time);

1...<<41424344454647484950>>...66