Home
last modified time | relevance | path

Searched refs:explode (Results 651 – 675 of 1634) sorted by relevance

1...<<21222324252627282930>>...66

/plugin/mikioplugin/syntax/
H A Dnav.php45 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
H A Dquizitem.php51 $options = explode('|', $data['options']);
52 $scores = explode('|', $data['scores']);
60 $options = explode('|', $data['options']);
61 $scores = explode('|', $data['scores']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php56 list($currentUri) = explode('?', $currentUri);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php38 $val = explode($this->delimiter, $val);
/plugin/redirect/
H A Dhelper.php73 $link = explode('#', $redirects[$id], 2);
/plugin/linkmanager/exe/
H A Dajax.php56 $lvl = count(explode(':',$ns));
/plugin/pagebox/
H A Dsyntax.php39 return array($include, $id, explode('&', $flags));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php40 $val = explode($this->delimiter, $val);
/plugin/interwiki/
H A Daction.php37 explode(',',
/plugin/syntaxhighlightjs/
H A Dhelper.php26 … $restrictedClasses = array_map('trim', explode(',', $this->getConf('restrictedClasses')));
/plugin/tiledblog/
H A Dajax.php33 $exclude_array = explode("|", $exclude);
/plugin/mredirect/
H A Daction.php27 $parts = explode('|', $inner);
/plugin/dlcounter/
H A Daction.php47 $extension = explode( ",", $extension );
/plugin/fontawesome/syntax/
H A Dfontawesome.php61 $words=explode(" ",$match);
/plugin/strata/types/
H A Dimage.php24 $value = explode('|', $value, 2);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php56 list($currentUri) = explode('?', $currentUri);
/plugin/combo/ComboStrap/
H A DFetcherPdf.php18 $fragments = explode($fragment, "=");
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php87 $users = explode('_', $value['min_max']);
296 $users = explode('_', $threadpm['min_max']);
438 $users = explode('_', $index['min_max']);
489 $user = explode('_', $list['min_max']);
626 $users = explode('_', $member['min_max']);
749 $blackls[$data['uid']] = explode(',', $data['blacklist']);
775 $list = explode(',', $blackls);
793 $list = $blackls = explode(',', $blackls);
/plugin/bookcreator/syntax/
H A Dbookmanager.php80 [/* $junk */, $params] = array_pad(explode(':', $match, 2), 2, '');
81 [$param1, $param2] = array_pad(explode('&', $params, 2),2, '');
369 $nsdepth = count(explode('/', $tt));
/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']));
/plugin/bbcode/
H A Dquote.php32 $match = explode('"',substr($match, 6, -1));
/plugin/letsencrypt/classes/
H A DLescript.php46 $domains = explode(',', $data['extensions']['subjectAltName']);
/plugin/signavio/
H A Dsyntax.php92 $sigData = explode(':',$match);
/plugin/vamr/
H A Dsyntax.php38 $param = explode(' ', $handle);
/plugin/cssperpage/
H A Dsyntax.php61 list($class,$rest) = explode(';',$match);

1...<<21222324252627282930>>...66