Home
last modified time | relevance | path

Searched refs:explode (Results 76 – 100 of 1634) sorted by last modified time

12345678910>>...66

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php117 $parts1 = explode('.', $version1);
118 $parts2 = explode('.', $version1);
143 $phpinfo_array = explode("\n", $phpinfo);
444 $disable_functions_local = explode(',', strtolower(@ini_get('disable_functions')));
445 $disable_functions_global = explode(',', strtolower(@get_cfg_var('disable_functions')));
707 $pathelements = explode('/', $parsed_url['path']);
719 $queries = explode($queryseperator, $parsed_url['query']);
722 @list($param, $value) = explode('=', $query);
863 $open_basedirs = explode($delimiter, $config_open_basedir);
871 $directory_elements = explode(DIRECTORY_SEPARATOR, $dirname);
/plugin/photogallery/
H A Dsyntax.php67 $lines = explode("\n", $match);
104 $params = explode(' ',$params);
1023 $opts = explode(',', $optstr);
H A Dadmin.php71 $info = explode(',',@ini_get('disable_functions'));
/plugin/dokuprism/
H A Daction.php35 $languages = explode('|',$this->getConf('lanuages_list'));
/plugin/sqlite/
H A DSQLiteDB.php170 'backtrace' => explode("\n", dbg_backtrace())
H A Dhelper.php213 // explode at wildcard, then join again
214 $parts = explode('?', $sql, $argc + 1);
/plugin/structstatus/
H A Dsyntax.php54 list($table, $column) = explode('.', $match, 2);
/plugin/structprogress/types/
H A DProgress.php109 $tmp = explode('.', $number);
/plugin/latex-was/
H A Dclass.latexrender.php191 $result=explode(" ",$output);
192 $dim=explode("x",$result[2]);
/plugin/nodetailsxhtml/
H A Drenderer.php248 $parts = explode('?', $id, 2);
286 list($id,$hash) = explode('#',$id,2);
/plugin/keywords/syntax/
H A Dkeywords.php39 return explode(",",preg_replace("/{{keywords>(.*?)}}/","\\1",$match));
/plugin/qna/syntax/
H A Dblock.php84 list($tag, $style) = explode('_', $data[0]);
/plugin/templater/
H A Dsyntax.php309 list($k, $v) = explode('=', $replacers, 2);
316 list($k, $v) = explode('=', $rep, 2);
/plugin/batchedit/
H A Dinterface.php505 $label = explode('{1}', $this->getLang('lbl_searchlimit'));
516 $label = explode('{1}', $this->getLang('lbl_keepmarks'));
H A Drequest.php189 foreach (explode(',', $namespace) as $ns) {
H A Dengine.php1076 list($pageId, $offset) = explode('#', $matchId);
1139 foreach (explode(',', $namespace) as $ns) {
/plugin/mikioplugin/syntax/
H A Dalert.php48 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
H A Dbox.php56 $parts = explode(' ', $data['grid-row']);
70 $parts = explode(' ', $data['grid-col']);
H A Dcore.php231 $parts = explode(' ', $optionValue);
505 $parts = explode(' ', $list['text-decoration']);
791 $types = explode(' ', $typelist);
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']);
H A Dstep.php34 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
/plugin/mikioplugin/
H A Daction.php90 $date = array_map('intval', explode('-', $tpl_info['date']));
H A Dcss.php37 $cssFileList = platformSlashes(explode(',', $_GET['css']));
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php36 $lines = explode("\n", $text);
162 $parts = explode("\t", $line);
869 $dividerCells = explode('|', $divider);
904 $headerCells = explode('|', $header);

12345678910>>...66