Home
last modified time | relevance | path

Searched refs:explode (Results 1326 – 1350 of 1634) sorted by relevance

1...<<51525354555657585960>>...66

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php55 $open_basedirs = explode(PATH_SEPARATOR, $open_basedir);
345 $DirPieces = explode(DIRECTORY_SEPARATOR, realpath($helperappsdir));
352 $lines = explode("\n", $dir_listing);
426 foreach (explode("\n", $this->startup_warning) as $startup_warning) {
/plugin/htmlokay/
H A Dhelper.php280 $dirs = explode('#', $namespace);
/plugin/labeled/
H A Dhelper.php82 $labels = explode(',', $labels);
/plugin/plantuml/
H A Dsyntax.php58 $lines = explode("\n", $match);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php292 $filters = array_map('trim', explode('|', $name));
/plugin/dlcount/
H A Daction.php79 …'<acronym title="Modified: ' . date('Y-m-d H:i.s', $fmod) . '">' . reset(explode(' ', $this->time_…
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php220 list($class) = explode(':', $exception);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php290 return explode(';;', $str);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php60 $absy = $this->parseBlocks(explode("\n", $text));
/plugin/facebookwall/
H A Dsyntax.php285 $post_values = explode( "_", $post_id);
/plugin/fedauth/Auth/OpenID/
H A DSReg.php268 foreach (explode(',', $items) as $field_name) {
/plugin/ditaa/
H A Dsyntax.php80 $lines = explode("\n", $match);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php370 $keys = explode('.', $field);
/plugin/linksuggest/
H A Daction.php53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null);
/plugin/do/syntax/
H A Ddo.php87 $data['task']['users'] = explode(',', $content);
/plugin/blogtng/helper/
H A Dtags.php186 $tags = array_map('trim', explode(' ', $tagquery));
/plugin/keyboard/
H A Dsyntax.php68 $keys = explode($separator, $match);
/plugin/structodt/
H A Daction.php51 $event->data['config'][$key] = array_map('trim', explode(',', $val));
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php361 foreach (array_map('trim', explode(',', $part)) as $listPart) {
/plugin/combo/ComboStrap/
H A DPipelineUtility.php183 $words = explode(" ", $value);
/plugin/gitbacked/action/
H A Deditcommit.php63 $paths = explode(',',$ignorePaths);
/plugin/struct/action/
H A Dinline.php216 [$table, $field] = explode('.', $INPUT->str('field'), 2);
/plugin/issuetracker/
H A Dedit.php357 $exploded = explode(' ',htmlspecialchars(stripslashes($_POST['id'])));
391 $status = explode(',', $conf['plugin']['issuetracker']['status']);
/plugin/autotweet/
H A DOAuth.php817 $pairs = explode('&', $input);
821 $split = explode('=', $pair, 2);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php93 $typeNames = explode('|', $returnType);
378 $typeNames = explode('|', $param['type']);

1...<<51525354555657585960>>...66