Home
last modified time | relevance | path

Searched refs:explode (Results 626 – 650 of 1634) sorted by relevance

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

/plugin/owncloud/
H A Dhelper.php231 $line = explode("\t", $onemeta);
302 $line = explode("\t", $onemeta);
369 $allowedImagesURL = explode(',',$this->getConf('allowedImagesURL'));
380 $allowedImagesURLregexp = explode(',',$this->getConf('allowedImagesURLregexp'));
403 list($src,$hash) = explode('#',$src,2);
487 list($src,$hash) = explode('#',$src,2);
/plugin/userhomepage/
H A Daction.php203 … foreach (explode(' ',$conf['plugin']['translation']['translations']) as $language){
330 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
334 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
341 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_private';
345 … $where = end(explode('/',$this->getConf('templates_path'))).':userhomepage_public';
524 $groups = explode(',', $groups);
/plugin/ckgedit/action/
H A Dmeta.php133 list($size,$ft) = explode(';',$size_tm);
223 list($name, $val) = explode('=',$data[$i]);
371 $ns_choices = explode(',',$dwedit_ns);
536 list($prefix,$mdir) = explode(trim(DOKU_BASE, '/'),$userfiles);
709 $elems = explode(':', $ID);
733 list($scayt_lang_title,$scayt_lang_code) = explode('/',$scayt_lang);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php20 list($to) = explode(' ', $to, 2);
/plugin/dokutranslate/
H A Dajax.php46 $lvl = count(explode(':',$ns));
/plugin/htmlsafe/
H A Dsyntax.php43 $strict = array_unique(array_filter(explode(' ',$strict)));
/plugin/page4release/
H A Drebuildindex.php37 $filename = array_pop(explode(':',$page['id']));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithLifecycleCallbacks.php57 [$this->firstname, $this->lastname] = explode(' ', $this->name);
/plugin/codeprettify/
H A Daction.php50 $scripts = explode(',', $handlers);
/plugin/usercontact/
H A Daction.php38 $fields = explode(',', $this->getConf('fields'));
/plugin/superacl/
H A Dajax.php45 $lvl = count(explode(':',$ns));
/plugin/phprestrict/action/
H A Daction.php55 $paths = explode(',',
/plugin/displaytitle/
H A Dsyntax.php44 list($key, $id) = explode(' ', trim(substr($match, 9, -2)), 2);
/plugin/autolink2/syntax/
H A Dadd.php57 $anchors = explode('|', substr($match, 11, -2)); // strip markup and split tags
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php53 return array_map('trim', explode(',', $header));
/plugin/oauthauthsch/
H A DDotAccess.php35 foreach (explode('.', $key) as $segment) {
/plugin/oauthgeneric/
H A DDotAccess.php37 foreach (explode('.', $key) as $segment) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php117 list($name, $content) = explode("\n", $chunk, 2);
/plugin/nextday/
H A Dsyntax.php26 $in = explode(' ', substr($match,10,-2));
/plugin/html2pdf/html2pdf/html2ps/
H A Dautofix.url.php32 $path = join('/', array_map('rawurlencode', explode('/',$path)));
/plugin/mailto/
H A Dsyntax.php46 return explode( ',', $match );
/plugin/likeit/
H A Dhelper.php32 $users_r = explode(" ",trim($users));
/plugin/podcast/blogtng-tpl/
H A Dlist.php10 $path = explode( ':', $page );
/plugin/infomail/
H A Dhelper.php80 $parts = explode("###template_begin###", $mailtext);
/plugin/badbehaviour/bad-behavior/
H A Dbanned.inc.php16 $ip = explode(".", $_SERVER['REMOTE_ADDR']);

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