Home
last modified time | relevance | path

Searched refs:explode (Results 801 – 825 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/metadisplay/helper/
H A Dplaintext.php53 list($this->timestamp,$this->t_when) = explode(':',$tm);
392 $arr = explode('|', $str);
396 $vals = explode('|',$val_str);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php158 $name = explode('.', $name);
177 $words = explode(' ', utf8_stripspecials($query, ' ', '\._\-:\*'));
405 list($mime1, $mime2) = explode('/', strtolower($mime));
/plugin/gitbacked/lib/
H A DGit.php586 $branchArray = explode("\n", $this->run("branch"));
608 $branchArray = explode("\n", $this->run("branch -r"));
705 $tagArray = explode("\n", $this->run("tag -l $pattern"));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php79 @list($huge, $major, $minor) = @explode('.', @$matches[1]);
460 $DisabledFunctions[0] = explode(',', @get_cfg_var('disable_functions'));
461 $DisabledFunctions[1] = explode(',', @ini_get('disable_functions'));
/plugin/pagestat/syntax/
H A Dedit.php32 $arg_list = explode(" ",$match);
H A Deditpt.php33 $arg_list = explode(" ",$match);
/plugin/prolog/
H A Dattribute_options.php32 $exValues = explode(',', $optionsValue);
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php33 $lengths = explode(",",$lengths_src);
H A Dbox.iframe.php46 $content_type_array = explode(';', $content_type);
/plugin/ipban/
H A Dadmin.php74 $fields = explode("\t", $ban);
/plugin/podcast/blogtng-tpl/
H A Dentry.php11 $path = explode( ':', $page );
/plugin/mtg/
H A Dsyntax.php67 list($card_name, $edition) = explode("|", $matches[1]);
/plugin/navpath/
H A Dsyntax.php89 $data = explode($this->split, $match);
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php90 $_files[] = $_fileParts = explode(DIRECTORY_SEPARATOR, $file);
/plugin/since/
H A Dsince.php57 $content = explode(',',$content);
/plugin/unameban/
H A Dadmin.php71 $fields = explode("\t",$ban);
/plugin/uilanguage/
H A Daction.php48 … $languages = explode(',', preg_replace('/\(;q=\d+\.\d+\)/i', '', getenv('HTTP_ACCEPT_LANGUAGE')));
/plugin/webcomponent/
H A Dwebcomponent.php73 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
/plugin/aceeditor/
H A Daction.php37 $xmltags = ($xmltags ? explode(',', $xmltags) : array());
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php48 @list($ip, $mask) = explode('/', $cidr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php145 $parts = explode('_', $className);
/plugin/flash/
H A Dsyntax.php65 $lines = explode("\n",$match);
/plugin/directions/syntax/
H A Dgraph.php98 $pages = explode("->", $key);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php45 $out = explode(':', str_replace('socket://', '', $out));
/plugin/pdftools/
H A Daction.php51 $t = explode(';',$d);

1...<<31323334353637383940>>...66