Home
last modified time | relevance | path

Searched refs:explode (Results 826 – 850 of 1634) sorted by relevance

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

/plugin/authhttp/
H A Dauth.php81 $this->specialusers = explode(" ", $this->specialusers);
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/icon/
H A Daction.php31 $parts = explode(':', $d['media']); // we use pseudo namespaces for configuration
/plugin/smtp/classes/
H A DMessage.php52 $addresses = explode(',', $this->rcpt);
/plugin/upgrade/
H A Dlegacy.php38 return array_map('trim', explode(' ', $item, 2));
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMinutesField.php29 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
/plugin/combo/ComboStrap/
H A DConditionalValue.php51 $parts = explode("-", $value);
/plugin/button/
H A Daction.php78 $link_items=explode("#",$data['link']);
/plugin/bez/syntax/
H A Dqlink.php61 $ex = explode(':', $id);
/plugin/layeranimation/syntax/
H A Danimation.php47 foreach ( explode(' ', substr($match, 11, -1)) as $item ) {
/plugin/struct/types/
H A DDropdown.php18 $options = explode(',', $this->config['values']);
/plugin/issuetracker/
H A Daction.php239 $tmp = explode(chr(10),$txt);
949 $status = explode(',', $this->getConf('status')) ;
960 $products = explode(',', $this->getConf('products')) ;
968 $severity = explode(',', $this->getConf('severity')) ;
3030 { $b_display = explode("@",$issue[$key]);
3269 $umlaute = explode(',',$this->getLang('umlaute'));
3270 $replace = explode(',',$this->getLang('conv_umlaute'));
3375 $parts = explode(".", $file);
3495 $parts = explode(".", $file);
3678 $ext = explode('.',$file);
[all …]
/plugin/pagequery/
H A DPageQuery.php73 $tokens = explode(' ', trim($query));
258 $keys = explode(':', $key);
578 $filters = explode('->', $filter);
758 $cur_ns = explode(':', $cur);
759 $prev_ns = explode(':', $prev);
1054 $lines = explode("\n", $text);
/plugin/authucenter/lib/uc_client/control/
H A Dtag.php45 $tmp = explode("\t", $tagdata['data']);
/plugin/logger/action/
H A Dlogging.php118 $nsArray = explode(';',$ns_exclude);
/plugin/gitlab/
H A Dsyntax.php20 list($name, $repository_name, $commit_id) = explode('>', $match);
/plugin/abbr/syntax/
H A Dabbreviation.php59 list($shortened, $phrase) = explode('|',$match,2);
/plugin/latexit/syntax/
H A Dbase.php79 $tildas = explode('RECURSIVE', $match);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php106 $names = explode(',', $name);
/plugin/prettyphoto/
H A Drenderer.php24 list($src,$hash) = explode('#',$src,2);
/plugin/mailto/
H A Daction.php66 foreach ((array)explode(',', $this->getConf('mailto_acl_grps')) as $grps) {
/plugin/page4release/
H A Dsyntax.php50 $filename = array_pop(explode(':',$ID));
/plugin/jokuwiki/
H A Dsyntax.php78 list($attributes, $data)=explode('>', substr($match,2,4),2);
/plugin/fields/
H A Dsyntax.php49 $extinfo = explode('=',$match);
/plugin/webcomponent/syntax/
H A Dbrand.php114 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);

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