Home
last modified time | relevance | path

Searched refs:explode (Results 501 – 525 of 1634) sorted by last modified time

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

/plugin/tablelayout/action/
H A Dprint.php56 'colwidth' => explode(',', $INPUT->str('colwidth')),
/plugin/tablelayout/
H A Dsyntax.php69 $options = explode('&', $optionsString);
76 list($key, $value) = explode('=', $option);
87 $value = array_map('trim', explode(',', trim($value, '"\'')));
/plugin/gemini/
H A Dcli.php172 $_SERVER['REMOTE_ADDR'] = explode(':', $peername)[0];
173 $_SERVER['REMOTE_PORT'] = explode(':', $peername)[1];
H A Drenderer.php268 $id = explode('?', $id, 2)[0];
269 $id = explode('#', $id, 2)[0];
/plugin/layeranimation/syntax/
H A Ditem.php46 list ($option, $clip) = explode('?', substr($match, 6, -1), 2);
48 …return array('item__start', array('option' => explode(' ', $option), 'clip' => explode(':', $clip)…
84 $subItem = explode(':', $item, 2);
H A Danimation.php47 foreach ( explode(' ', substr($match, 11, -1)) as $item ) {
H A Dlayer.php46 $option = explode(' ', substr($match, 6, -1));
/plugin/discordnotifier/
H A Dhelper.php35 $validNamespacesArr = explode ( ',', $validNamespaces );
170 $webhooks_array = explode( ';', $this -> getConf ( 'webhook' ) );
/plugin/lms/
H A Dhelper.php81 [$time, $id, $seen] = explode("\t", trim($line));
/plugin/authorstats/
H A Daction.php49 $flags = explode(",", str_replace(" ", "", $this->getConf("pagelist_flags")));
160 $parts = explode(DOKU_TAB, $line);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php83 $lines = explode("\n", $match);
180 $chunks = explode(self::OPEN_SYNTAX, $template);
188 $chunk_parts = explode(self::CLOSE_SYNTAX, $chunk, 2);
/plugin/popupviewer/syntax/
H A Dviewer.php44 list($id, $name) = explode('|', $orig, 2); // find ID/Params + Name Extension
45 list($name, $title) = explode('%', $name, 2); // find Name and Title
46 list($id, $param) = explode('?', $id, 2); // find ID + Params
48 $params = explode('&', strtolower($param));
54 list($w, $h) = explode('x', $p, 2); // find Size
184 if ( !preg_match('/^(.*)@([^@]+)$/u', array_pop(explode('|', $name)), $match)) {
188 $coords = explode(',',$match[2]);
/plugin/openas/
H A Daction.php149 $link_array = explode('|',$matches[1]);
156 list($name,$hash) = explode('#',$link_array[0]);
H A Dsyntax.php47 list($type,$name,$newpagevars) = explode('>',(trim($match,'~')));
84 list($id,$template) = explode('#',$name);
/plugin/xtern/
H A Dadmin.php213 list($url,$rest) = explode('|',$url);
/plugin/xtern/scripts/
H A Dchk_links.php27 list($url,$rest) = explode('|',$matches[1]);
/plugin/xcom/
H A Dremote.php170 $result = explode('|', $file);
171 $result = explode('?',$result[0]);
/plugin/xcom/scripts/
H A Dxml.php51 list($key,$val) = explode (':' , $el);
/plugin/newpagetemplate/
H A Daction.php82 explode(';', $INPUT->str('newpagevars'))
H A Dhelper.php97 return explode(",", $v, 2);
98 }, explode(';', $newpagevars));
H A Dadmin.php156 list($id,$ext) = explode('.',$file);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
300 return explode(',', $value);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php21 use function explode;
295 $query = explode('?', $pieces['query'] ?? '');
297 $url->setAttributes(...($query[0] === '' ? [] : explode(',', $query[0])));
305 }, explode(',', $query[3]));
336 $parts = explode('?', $matches[2], 2);
/plugin/pureldap/classes/
H A DADClient.php426 [$cn] = explode(',', $dn, 2);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php41 use function explode;
688 $oids = explode('.', $type->getValue());
706 $oids = explode('.', $type->getValue());

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