Home
last modified time | relevance | path

Searched refs:explode (Results 51 – 75 of 1634) sorted by relevance

12345678910>>...66

/plugin/prolog/
H A Dattribute_include.php97 $exValues = explode(',', $value);
126 $IDparts = explode(':', $ID);
169 $tailIDParts = explode(':',$tailID);
170 $joinedIDParts = explode(':',$headNS);
252 $subdirectories = explode('/',$path);
257 $extension = end(explode('.',end($subdirectories)));
/plugin/anewssystem/
H A Daction.php90 $split_array = explode(',',$tmp); // one or multiple tag filters: $prefs[1] ... [n]
109 $newsitems = explode("======",$oldrecord);
120 $article_array = explode("\n * ",$article);
155 $tags = explode(',',$value);
176 $elt = explode(",",$news_date);
179 list($new_month,$new_year) = explode(',',$elt[0]);
/plugin/imageflow/syntax/
H A Dimageflow.php69 list($orig, $desc) = explode('>', substr($match, 6, -8), 2);
70 list($src, $title) = explode('|', $orig, 2);
71 list($src, $params) = explode('?', $src, 2);
72 $paramsFull = explode('&', str_replace('&', '&', $params));
76 list($key, $value) = explode('=', $item, 2);
133 list($id, $width) = explode('?', $data, 2);
/plugin/jplayer/vendor/symfony/process/
H A DExecutableFinder.php54 … $searchPath = array_merge(explode(\PATH_SEPARATOR, ini_get('open_basedir')), $extraDirs);
68 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')),
76 …$suffixes = array_merge($pathExt ? explode(\PATH_SEPARATOR, $pathExt) : $this->suffixes, $suffixes…
/plugin/snippeter/
H A Daction.php41 $title = explode('.', $file, 2);
52 $iconstring = explode(":", $iconstring);
54 $iconstring = explode(".", $iconstring);
/plugin/issuetracker/
H A Dassilist.php11 $assignees_list_files = explode(',',$assignees_lists);
19 $parts = explode('=', $line_of_text);
40 $ext = explode('.',$file);
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php123 $headerCollection = explode("\n\n", trim($rawHeaders));
127 $headerComponents = explode("\n", $rawHeader);
132 list($key, $value) = explode(': ', $line, 2);
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php52 $searchPath = array_merge(explode(\PATH_SEPARATOR, ini_get('open_basedir')), $extraDirs);
66 explode(\PATH_SEPARATOR, getenv('PATH') ?: getenv('Path')),
74 $suffixes = array_merge($pathExt ? explode(\PATH_SEPARATOR, $pathExt) : $this->suffixes, $suffixes);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php32 $segments = explode('/', $path);
176 $segments = explode('/', $target->getPath());
187 $sourceSegments = explode('/', $base->getPath());
188 $targetSegments = explode('/', $target->getPath());
204 if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) {
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php49 if (count(explode('.', $this->release)) == 3) {
58 if (count(explode('.', $this->release)) == 3) {
61 $git = explode('-', $git);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php63 $parts = explode(' ', $blameParts[0]);
87 $fileParts = explode(DIRECTORY_SEPARATOR, $filename);
116 $blames = explode("\n", $rawContent);
/plugin/avatar/
H A Dsyntax.php29 list($syntax, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
30 $one = explode('?', $match, 2); // [user|mail] ? [size]|[title]
31 $two = explode('|', $one[0], 2); // [user] & [mail]
32 $three = explode('|', $one[1], 2); // [size] & [title]
/plugin/tag/syntax/
H A Dtopic.php50 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
51 $flags = explode('&', $flags);
52 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
119 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/reflect/
H A Dsyntax.php35 list($src, $add) = explode('|', $match, 2);
36 list($desc, $link) = explode('|', $add, 2);
37 list($src, $params) = explode('$', $src, 2);
/plugin/tablelayout/
H A Dsyntax.php69 $options = explode('&', $optionsString);
76 list($key, $value) = explode('=', $option);
87 $value = array_map('trim', explode(',', trim($value, '"\'')));
/plugin/blog/syntax/
H A Darchive.php27 list($match, $flags) = explode('&', $match, 2);
28 $flags = explode('&', $flags);
29 list($match, $refine) = explode(' ', $match, 2);
30 list($ns, $rest) = explode('?', $match, 2);
54 list($year, $month, $day) = explode('-', $rest, 3);
61 list($year, $month) = explode('-', $rest, 2);
/plugin/farm/
H A Dsoapconfig.class.php73 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
75 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
145 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
147 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
260 …foreach(explode("\n\n", preg_replace('`<\?php[^?]+\?>\s*`i', '', @file_get_contents(DOKU_FARM_PLUG…
262 foreach(explode("\n", trim($a)) as $f) {
282 foreach(array_map('trim', explode(',', $ovr)) as $o) {
283 $o = array_map('trim', explode('=', $o));
287 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
H A Dsoapserver.php77 …foreach(explode("\n\n", preg_replace('`<\?php[^?]+\?>\s*`i', '', file_get_contents('./trusted_apps…
79 foreach(explode("\n", trim($a)) as $f) {
91 foreach(array_map('trim', explode(',', $ovr)) as $o) {
92 $o = array_map('trim', explode('=', $o));
96 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php116 explode(',', $acceptHeaderValue)
308 foreach (explode(',', $l1) as $l2) {
333 $parts = explode(';', $str);
338 $mimeType = explode('/', trim($mimeType));
350 explode('=', $part, 2);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php116 explode(',', $acceptHeaderValue)
308 foreach (explode(',', $l1) as $l2) {
333 $parts = explode(';', $str);
338 $mimeType = explode('/', trim($mimeType));
350 explode('=', $part, 2);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php48 list($scheme, $url) = explode('://', $sourceUrl, 2);
49 list($host, $path) = explode('/', $url, 2);
72 list(, $mtime) = explode(':', $header, 2);
/plugin/securelogin/
H A Daction.php35 list($request,) = explode(';', $this->slhlp->decrypt($_REQUEST['securelogin']));
37 foreach(explode("&", $request) as $var) {
38 list($key, $value) = explode("=",$var,2);
/plugin/publistx/
H A Dsyntax.php63 $matches = explode('|', $matches[6]);
67 $optparts[2] = explode(';', $optparts[2]);
70 $single = explode('=', $single);
85 $tmp = explode(':', $data['options']['authors'],2);
/plugin/katex/action/
H A Dsetup.php59 …array=> json_decode( str_replace( "\\", "\\\\", trim( $line ) ), true ), explode( "\n", trim( $con…
87 …$value_option_ignored_tags = array_map( fn( $text ): string => trim( $text ), explode( ',', $conf_…
115 …ption_ignored_classes = array_map( fn( $text ): string => trim( $text ), explode( ',', $conf_optio…
183 …array=> json_decode( str_replace( "\\", "\\\\", trim( $line ) ), true ), explode( "\n", trim( $con…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php100 $words = explode(' ', $text);
146 $words = explode(' ', $firstTitle);
174 $firstLines = explode("\n", $first);
181 $words = explode(' ', $secondTitle);
209 $secondLines = explode("\n", $second);

12345678910>>...66