Home
last modified time | relevance | path

Searched refs:explode (Results 301 – 325 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/acknowledge/
H A Dhelper.php67 return auth_isMember($memberList, $user, explode('///', $groups));
217 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
242 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
312 foreach (explode(',', $assignments) as $item) {
387 $assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees)))));
/plugin/issuetracker/
H A Dsyntax.php49 $params = explode('|',$match);
52 $splitparam = explode('=',$param);
448 $status = explode(',', $this->getConf('status')) ;
459 $products = explode(',', $this->getConf('products')) ;
467 $severity = explode(',', $this->getConf('severity')) ;
562 $allowed_users = explode('|', $this->getConf('assign'));
938 $b_display = explode("@",$issue[$key]);
1122 $allowed_users = explode('|', $this->getConf('assign'));
1162 $products = explode(',', $temp);
1872 $ext = explode('.',$file);
[all …]
/plugin/inclform/
H A Dsyntax.php88 $FORM_PARAMS = explode(';', $data);
119 $parts = explode('=', $item);
/plugin/showlinkpermission/
H A Drenderer.php33 $parts = explode('?', $id, 2);
76 list($id,$hash) = explode('#',$id,2);
/plugin/likeit/
H A Daction.php49 $found=explode("<likeit",$data);
61 $newuserlist_r=explode(" ",trim($olduserlist));
/plugin/top/
H A Dsyntax.php52 $match = explode(",", $match);
54 list($key, $val) = explode('=', $option);
/plugin/select/
H A Dsyntax.php28 list($title, $match) = explode('>', $match, 2);
29 $items = explode("\n", $match);
/plugin/c3chart/
H A Dsyntax.php52 list($opts, $c3data) = explode('>', $match, 2);
70 $c3data = explode("\n", $c3data);
/plugin/statdisplay/pchart/
H A DCSVImporter.php70 $Values = explode ( $Delimiter, $buffer );
90 $Values = explode ( $Delimiter, $buffer );
/plugin/statistics/inc/pchart/
H A DCSVImporter.php68 $Values = explode($Delimiter, $buffer);
88 $Values = explode($Delimiter, $buffer);
/plugin/gcalendar/inc/
H A Dgcal_show.php173 list($page,$pagelist) = explode("(",$page,2);
224 $width_list = explode(",",substr($options["width"],1,-1));
266 list($page_name,$page_list) = explode("(",$page_ID,2);
280 $page_list=explode("|",$page_list);
/plugin/schulzevote/syntax/
H A Dvote.php34 $lines = explode("\n", $match);
55 $opts['admin_users'] = explode(',', $admins[1]);
60 $opts['admin_groups'] = explode(',', $admins[1]);
211 $vote = explode(' ', $vote)[0];
/plugin/pubmed2020/
H A Dsyntax.php96 return array($state, explode('>', $match, 2));
367 list($cmd, $id) = explode(':', $req, 2);
401 $id = explode(",", $id);
429 list($id, $tt) = explode('|', $id, 2);
445 list($id, $hash) = explode('|', $id, 2);
473 $id = explode(",", $id);
650 $list = explode(",", $refs["hashtags"]);
/plugin/gitlabproject/gitlab/
H A Dgitlab.php52 $namespace_array = explode('/', $this->dw_data['project']);
70 $unwanted_members = explode(',', $unwanted_members);
/plugin/colortag/
H A Dcolortag.php57 $content = explode(',',$content);
75 $a = explode(':',$c);
/plugin/hipchat/
H A Daction.php47 $namespaces = explode(',', $ns);
48 $current_namespace = explode(':', $INFO['namespace']);
/plugin/nssearch/
H A Daction.php39 $a = explode(':', getNS(cleanID($id)));
68 $nslist = explode(';', $this->getConf('namespaces'));
/plugin/admnote/syntax/
H A Drenderer.php91 $words = explode(' ',$match);
135 list($cssClass, $heading) = explode('#',$text);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php100 $elements = explode(',', $header);
175 $elements = explode(',', $header);
/plugin/flowplayer/
H A Dsyntax.php35 list($url, $attr) = explode(" ", hsc(trim(substr($match, 13, -2))), 2);
36 foreach (explode(" ", $attr) as $param) {
/plugin/mathjax/syntax/
H A Dprotecttex.php84 $mathtags = explode(',', $conf_mathtags);
106 $mathtags = explode(',', $conf_mathtags);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/katex/syntax/
H A Dprotect.php90 $mathtags = explode( ',', $conf_mathtags );
114 $mathtags = explode( ',', $conf_mathtags );
/plugin/mikioplugin/syntax/
H A Dbox.php56 $parts = explode(' ', $data['grid-row']);
70 $parts = explode(' ', $data['grid-col']);
/plugin/contactmodern/
H A Dsyntax.php225 $email_array = explode("@", $email);
226 $local_array = explode(".", $email_array[0]);
236 $domain_array = explode(".", $email_array[1]);

1...<<11121314151617181920>>...66