Home
last modified time | relevance | path

Searched refs:explode (Results 201 – 225 of 1634) sorted by relevance

12345678910>>...66

/plugin/yearbox/
H A Dsyntax.php81 $args = explode(';', $optionsString);
83 [$key, $value] = explode('=', $arg);
102 $opt['months'] = explode(',', $value);
105 $opt['weekdays'] = explode(',', $value);
351 $year_range = explode(',', $opt['year']);
/plugin/autolink2/
H A Dhelper.php42 list($key, $value) = explode("\t", $idx_line, 2);
152 if (!is_array($oldautolinks)) $oldautolinks = explode(' ', $oldautolinks);
191 if (!is_array($oldautolinks)) $oldautolinks = explode(' ', $oldautolinks);
257 if (!is_array($anchors)) $anchors = explode('|', $anchors);
317 list ($pageid,$anchor) = explode('|',$page);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php154 $authority = explode('/', $xri, 2);
168 $_segments = explode("!", $authority);
171 $segments = array_merge($segments, explode("*", $s));
/plugin/groupmatrix/syntax/
H A Dtable.php65 $lines = explode("\n", $match);
73 list($key, $value) = explode(':', $line);
194 foreach (explode($delimiter, $string) as $value) {
/plugin/wikipediasnippet/
H A Dsyntax.php25 list($command, $article) = explode('>', $data);
41 list($null, $lang) = explode(':', $command);
50 list($lang, $article) = explode('::', $data);
/plugin/podcast/
H A Dhelper.php24 $path = explode( ':', $page );
34 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
92 $extensions = explode( ',', $this->getConf( 'podcast_extensions' ));
/plugin/numberedheadings/
H A Dsyntax.php103 $part = explode(' ', substr($title, 1), 2);
111 list($number, $title) = explode(' ', substr($text, 1), 2);
121 list($number, $title) = explode(' ', substr($text, 1), 2);
/plugin/openid/Auth/Yadis/
H A DXRI.php154 $authority = explode('/', $xri, 2);
168 $_segments = explode("!", $authority);
171 $segments = array_merge($segments, explode("*", $s));
/plugin/nspages/fileHelper/
H A DpagePreparer.php47 $subNss = explode(':', $file['id']);
78 explode('.', $path),
87 $metadataAllowList = explode(',', preg_replace('/\s+/', '', $this->customTitleAllowListMetadata));
/plugin/orphanmedia/
H A Dsyntax.php46 $match_array = explode("!", $match);
74 $defFileTypes = explode(':',$data[0]); // split use case entry and file extensions
168 …$pagePath = rtrim($perPage_MediaLinks[0],end(explode("/",$perPage_MediaLinks[0] ))).$perPage_Media…
397 $parts = explode(".", $sub);
438 $parts = explode(".", $sub);
637 $parts = explode(".", $media_link);
656 $parts = explode(".", $flashpl_link);
678 $parts = explode(".", $fileshare_link);
700 $parts = explode(".", $imgmaps_link);
722 $parts = explode(".", $galary_link);
/plugin/orphanmedia2/
H A Dsyntax.php47 $match_array = explode("!", $match);
75 $defFileTypes = explode(':',$data[0]); // split use case entry and file extensions
169 …$pagePath = rtrim($perPage_MediaLinks[0],end(explode("/",$perPage_MediaLinks[0] ))).$perPage_Media…
398 $parts = explode(".", $sub);
439 $parts = explode(".", $sub);
638 $parts = explode(".", $media_link);
657 $parts = explode(".", $flashpl_link);
679 $parts = explode(".", $fileshare_link);
701 $parts = explode(".", $imgmaps_link);
723 $parts = explode(".", $galary_link);
/plugin/quiz/
H A Dsyntax.php46 list($match, $flags) = explode('&', $match, 2);
50 return array($include, $id, explode('&', $flags));
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php74 foreach (explode(RS, $this->_reach) as $part) {
85 foreach (explode(RS, $this->_reach) as $part) {
/plugin/task/syntax/
H A Dtaskform.php32 list($ns, $flags) = explode('&', $match, 2);
33 $flags = explode('&', $flags);
/plugin/dokupp/
H A Dsyntax.php31 return explode('=', $match);
34 list ($match, $format) = explode(':', $match);
/plugin/orphanswanted/
H A Dsyntax.php67 …$match_in = explode("@", $match); // eg: $match_array = array(); $match_in = array('all…
68 …$match_ex = explode("!",array_pop($match_in)); // eg: $match_array = array(); $match_in = ar…
/plugin/sketchcanvas/phplib/
H A Dlib.php7 $pl = explode(":", $str);
10 $point = explode(",", $value);
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php31 $lines = explode("\n", $kvs);
45 $kv = explode(':', $line, 2);
/plugin/inseecity/
H A Daction.php40 $exclude_array = explode ("|", ".|..");
52 foreach (explode (",", $this->getConf ('selectedDeps')) as $dep) {
/plugin/zip/pear/MIME/Type/
H A DParameter.php90 $tmp = explode('=', $param);
104 $tmp = explode('=', $param);
/plugin/gplusone/
H A Dsyntax.php44 $paramsArr = explode('~', $match);
47 $param = explode('=', $paramsArr[$i]);
/plugin/issuelinks/helper/
H A Dutil.php21 $links = explode(',', $linkHeader);
24 list($linktarget, $linkrel) = explode(';', $linkstring);
/plugin/textmodule/
H A Daction.php29 $t = explode("\n[TEXT MODULE DELIMITER]\n",$t);
32 $m = explode(PHP_EOL,trim($m));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidClassNameSniff.php77 $nameBits = explode('_', $name);
89 $nameBits = explode('_', trim($name, '_'));
/plugin/blogtng/renderer/
H A Dcomment.php93 …$comments_xhtml_renderer = array_map('trim', explode(',', $this->getConf('comments_xhtml_renderer'…
94 …$comments_forbid_syntax = array_map('trim', explode(',', $this->getConf('comments_forbid_syntax'))…

12345678910>>...66