Home
last modified time | relevance | path

Searched refs:explode (Results 101 – 125 of 1634) sorted by last modified time

12345678910>>...66

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php93 $newTokensBpe = explode(' ', $newTokensBpe);
/plugin/aichat/
H A Dsyntax.php
/plugin/bez/cron/
H A Dfunctions.php30 $days_before = array_map('trim', explode(',', $days_before));
/plugin/bez/mdl/
H A DUserFactory.php26 $groups = explode(',', $groups_s);
/plugin/bez/meta/
H A DTpl.php86 $arr = explode(' ', $id);
153 list($hour, $minute) = explode(':', $time);
/plugin/bez/syntax/
H A Dqlink.php61 $ex = explode(':', $id);
H A Dstruct.php57 $lines = explode("\n", $match);
/plugin/bez/action/
H A Dmigration.php264 $subscribents = explode(',', $row['subscribents']);
375 $org_participants = array_filter(explode(',', $row['participants']));
380 $subscribents = array_filter(explode(',', $row['subscribents']));
H A Ddefault.php125 $ex = explode(':', $id);
143 $ex = explode(':', $ID);
/plugin/imagemapping/
H A Dsyntax.php151 list($url, $hash) = explode('#', $url, 2);
166 list($scheme) = explode('://', $url);
194 list($url, $hash) = explode('#', $url, 2);
/plugin/sql/
H A DDB.php63 $parts = explode('/', $dsn);
64 list($dsna['phptype']) = explode(':', $parts[0]);
65 list($creds , $dsna['hostspec']) = explode('@', $parts[2]);
66 list($dsna['username'], $dsna['password']) = explode(':', $creds);
H A Dsyntax.php78 $queries = explode(';', $match);
/plugin/tagging/
H A Dhelper.php36 $ex = array_filter(explode(',', $group));
429 return explode(',', $i);
453 }, explode(',', $newTagNames));
726 $sort = explode(',', $this->getParam('sort'));
822 $pids = explode(',',$taginfo['pids']);
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php21 $this->extension = explode(',',$extension);
/plugin/oauthazure/
H A Daction.php38 str_replace('-', '+', explode('.', $idToken)[1]))));
49 $data['user'] = explode('@', $data['user'], 2)[0];
/plugin/cloud/
H A Dsyntax.php42 list($num, $ns) = array_pad(explode('>', $match, 2), 2, '');
43 list($junk, $num) = array_pad(explode(':', $num, 2), 2, '');
50 $found = explode(',', $matches);
62 if(!is_null($ns)) $namespaces = explode('|', $ns);
216 $blacklist = explode(',', $blacklist);
266 $value = explode(':', $idx[$i]);
/plugin/caption/syntax/
H A Dcaption.php101 $label = count(explode(' ',$match)) > 1 ? explode(' ',$match)[1] : null;
102 if (in_array(explode(' ',$match)[0],$this->_types)) {
103 $this->_type = explode(' ',$match)[0];
293 list($_type,$_num) = explode('=',trim($match));
324 list($match,$label) = explode(' ',$match);
392 list($match,$label) = explode(' ',$match);
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DSVGIcon.php100 list($prefix, $name) = explode(':', $ident);
/plugin/structtasks/
H A Dcli.php47 array_map('intval', explode(',', $this->getConf('reminder'))),
/plugin/orphanswanted/
H A Dhelper.php98 $ignoredPages = explode(';', $ignoredPages);
133 $match_array = explode(":", $id);
H A Dsyntax.php67 …$match_in = explode("@", $match); // eg: $match_array = array(); $match_in = array('all…
68 …$match_ex = explode("!",array_pop($match_in)); // eg: $match_array = array(); $match_in = ar…
/plugin/button/
H A Dsyntax.php136 $styles = explode("\n", $styles);
147 $style = explode('|', $style, 2);
258 $link_items = explode(":", $link['url']);
374 $parts = explode('?', $id, 2);
416 list($id, $hash) = explode('#', $id, 2);
474 list($src, $hash) = explode('#', $src, 2);
H A Daction.php78 $link_items=explode("#",$data['link']);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php98 $opt = explode('=', $option, 2);

12345678910>>...66