Home
last modified time | relevance | path

Searched refs:explode (Results 126 – 150 of 1634) sorted by relevance

12345678910>>...66

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php46 $version = explode('-', self::id())[0];
51 return implode('.', array_slice(explode('.', $version), 0, 2));
/plugin/colorpicker/
H A Daction.php30 $scheme_lines = explode("\n", $colorscheme);
34 $combo = explode('=', $line, 2);
/plugin/netlogo/inc/
H A Dsupport.php15 $arFrom = explode($ps, rtrim($from, $ps));
16 $arTo = explode($ps, rtrim($to, $ps));
/plugin/elasticsearch/helper/
H A Dclient.php70 $lines = explode("\n", $servers);
72 list($host, $proxy) = array_pad(explode(',', $line, 2),2, null);
73 list($host, $port) = explode(':', $host, 2);
/plugin/docnavigation/syntax/
H A Dpagenav.php99 $linkstrs = explode("^", substr($match, 2, -2), 3);
103 [$link, $title] = array_pad(explode('|', $linkstr, 2), 2, null);
138 [$link,$hash] = array_pad(explode('#', $link, 2), 2, '');
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php128 $chunks = explode('-', $value);
145 $chunks = explode(',', $value);
157 $chunks = explode('/', $value);
H A DDayOfWeekField.php54 list($weekday, $nth) = explode('#', $value);
91 $parts = explode('-', $value);
124 foreach (explode(',', $value) as $expr) {
/plugin/mediasyntax/syntax/
H A Dinclude.php37 list($match, $flags) = explode('&', $match, 2);
41 return array($mode, $page, cleanID($sect), explode('&', $flags));
/plugin/disableactionsbygroup/
H A Daction.php40 $actionsbygroup = explode(';',$this->getConf('disableactionsbygroup'));
42 list($group, $action) = explode(":", $groupandactions);
/plugin/tagfilter/syntax/
H A Dfilter.php103 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
104 $flags = explode('&', $flags);
107 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
131 $selectExpressions = array_map('trim', explode('|', $tag));
133 $parts = explode("=", $parts);//split in Label,RegExp,Default value
137 $tagFilters['selectedTags'][$key] = isset($parts[2]) ? explode(' ', $parts[2]) : [];
/plugin/code2/
H A Dsyntax.php272 $lines = explode("\n", $aMarkup);
380 $aText = explode("\n", $aText);
885 $aData[1] = explode('>', $geshi->parse_code(), 2);
894 $aData[1] = explode('</pre>', $aData[1][1], 2);
909 $aData[2] = explode("\n", $aData[1][1]);
922 $aData[2] = explode('</pre>',
1018 $aData[1] = explode('>', $geshi->parse_code(), 2);
1024 $aData[1] = explode('</pre>', $aData[1][1], 2);
1039 $aData[1] = explode("\n", $aData[2]);
/plugin/rater/
H A Dsyntax.php40 $params = explode('|',$match);
53 $splitparam = explode('=',$param);
177 $rater_tmp=explode("|",$d);
323 $d=explode("|",$d);
622 $d1=explode("?",$findings['img']);
679 $d1=explode("?",$findings['img']);
772 $d=explode("|",$d);
800 $d=explode("|",$d);
907 $fileReference = explode("|",$link);
974 $search = explode(",",$this->getLang('search'));
[all …]
/plugin/nobadbrowser/
H A Daction.php216 $ver= explode('.', $browserversion[1], 3);
236 $variants= explode(' ', $variants);
240 $variant= explode('/', $variants[0]);
245 $variantversion= explode('.', $variant[1],3);
252 //list($ret['majorver'], $ret['minorver'])= explode('.', $chrome_info[1],3);
/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.parse.php24 $names = explode(',', $root->get_attribute('name'));
45 $names = explode(',', $root->get_attribute('name'));
98 $names = explode(",",$root->get_attribute('name'));
108 $names = explode(",",$root->get_attribute('name'));
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php68 $pathParts = explode('/', $path);
119 $pathParts = explode('/', ltrim($parts['path'], '/'));
337 list($uri, $result['fragment']) = explode('#', $uri, 2);
341 list($uri, $result['query']) = explode('?', $uri, 2);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php68 $pathParts = explode('/', $path);
119 $pathParts = explode('/', ltrim($parts['path'], '/'));
337 list($uri, $result['fragment']) = explode('#', $uri, 2);
341 list($uri, $result['query']) = explode('?', $uri, 2);
/plugin/farmsync/meta/
H A DPageUpdates.php37 …$diff3 = new \Diff3(explode("\n", $commonroot), explode("\n", $targetText), explode("\n", $sourceT…
92 $namespace = join(':', explode(':', $cleanline, -1));
/plugin/instructions/
H A Dsyntax.php69 list($typ) = explode('~~',$match);
71 list($typ) = explode('>',$match);
134 $param = explode('|-',$match);
140 list($p, $z) = explode('-',$zeilen[$i]);
/plugin/authucenter/lib/uc_client/control/
H A Dmail.php27 $mail['uids'] = explode(',', $this->input('uids'));
28 $mail['emails'] = explode(',', $this->input('emails'));
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php71 $lines = explode("\n", $lines);
112 $tmp = explode("\t", $line);
132 $lines = explode("\n", $lines);
172 $tmp = explode("\t", $line);
260 $tmp = explode("\t", $line);
/plugin/bureaucracy-au/helper/
H A Dfieldmultiselect.php20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
/plugin/selectsearch/
H A Daction.php34 $searchnamespaces = explode("\n",$this->getConf('searchnamespaces'));
36 list($namespace,$displayname) = explode("|",$ns);
/plugin/bureaucracyau/helper/
H A Dfieldmultiselect.php20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
/plugin/bureaucracy/helper/
H A Dfieldmultiselect.php20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php40 $periods = explode(',', (string) $freebusy);
46 list($busyStart, $busyEnd) = explode('/', $period);

12345678910>>...66