Home
last modified time | relevance | path

Searched refs:explode (Results 426 – 450 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php60 $pathParts = explode('/', $path);
111 $pathParts = explode('/', ltrim($parts['path'], '/'));
/plugin/blogtng/action/
H A Dfeed.php73 'blog' => explode(',', $opt['blog']),
74 'tags' => ($opt['tags'] ? explode(',', $opt['tags']) : null),
/plugin/structpublish/helper/
H A Dnotify.php53 $assignees = explode(',', $assignees);
157 $actions = array_map('trim', explode(',', $this->getConf('email_status')));
/plugin/semanticdata/syntax/
H A Dtable.php61 $lines = explode("\n",$match);
88 $cols = explode(',',$line[1]);
102 $cols = explode(',',$line[1]);
203 $values = explode(",",$row[$cval]);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php488 $m = explode('=', $matches[1], 2);
602 $m = explode('=',$matches[1],2);
685 $arr = explode('{', $entry);
1015 $authorarray = explode(' and ', $entry);
1026 $tmparray = explode(' ', $author);
1080 $tmparray = explode(',', $author);
1083 $vonlastarray = explode(' ', $tmparray[0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php410 list($ext, $tokenizer) = explode('/', $ext);
584 $parts = explode('.', strtolower($sniffCode));
590 $parts = explode('.', strtolower($sniffCode));
796 $parts = explode('.', $exclude['name']);
971 $fileParts = explode('.', $filename);
1088 $parts = explode('.', $ref);
1268 foreach (explode(',', $value) as $val) {
1452 $parts = explode('_', $listenerClass);
1454 $parts = explode('\\', $listenerClass);
1633 $fileParts = explode('.', $fileName);
[all …]
/plugin/sphinxsearch-was/
H A DSphinxSearch.php221 $words = explode(" ", $query);
230 $words = explode(" ", $query);
275 $quotesCount = count(explode('"', $query)) - 1;
/plugin/projects/lib/
H A Dlayout.php26 $this->file_name = array_pop(explode(":", $ID));
192 $path = explode(':', $this->crosslink);
202 $path = explode(':', $this->crosslink);
/plugin/owncloud/
H A Daction.php153 $parts = explode("|",$rawdata);
244 $line = explode("\t", $xLine);
250 $line = explode("\t", $lastLine);
/plugin/davcard/syntax/
H A Dbook.php59 $options = explode(',', $options);
67 list($key, $val) = explode('=', $option);
73 list($k, $v) = explode(':', strtolower($val), 2);
/plugin/judge/
H A Dsyntax.php92 $parameters = explode(' ', $match);
105 $parameters = explode(' ', $match);
174 list($key, $value) = explode('=', $parameter);
/plugin/sphinxsearch/
H A DSphinxSearch.php217 $words = explode(" ", $query);
226 $words = explode(" ", $query);
271 $quotesCount = count(explode('"', $query))-1;
/plugin/multipoll/
H A Dsyntax.php43 $o = array_map('trim', explode(' ', substr($match, 0, strpos($match, '|'))));
48 $v = array_map('trim', explode(',', substr($v, 14)));
62 foreach(explode("\n", $r) as $l) {
/plugin/datatemplate/syntax/
H A Dentry.php225 $vals = explode("\n",$value);
239 list($id,$title) = explode('|',$val,2);
249 list($id,$title) = explode(' ',$val,2);
/plugin/alphaindex/
H A Dsyntax.php78 $match = explode(" ", $match[1]);
146 $articlesDeletionPatterns = explode('|', $this->getConf('articles_deletion'));
155 $hidepages = explode('|', $this->getConf('hidepages'));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php106 $latitudeAndLongitude = explode(' ', $string);
167 $parts = explode(' ', trim($box->firstChild->nodeValue));
188 $parts = explode(' ', trim($circle->firstChild->nodeValue));
/plugin/imagebox/
H A Dsyntax.php29 $result = explode('#',$match['src'],2);
51 $mime_type = explode('/', mime_content_type(mediaFN($src)), 2);
62 $mime_type = explode('/', mime_content_type($src), 2);
103 list ($src) = explode('#', $match['src'], 2);
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php57 $authHeader = explode(' ', $authHeader);
64 list($this->accessKey, $this->signature) = explode(':', $authHeader[1]);
/plugin/var/
H A Dsyntax.php128 list($vrel,$vdate,$vname) = explode(' ', self::$wikiVERSION);
132 list($vrel,$vdate,$vname) = explode(' ', self::$wikiVERSION);
/plugin/autogroup/
H A Daction.php43 …$raw_cfg = array_map(function($x){return explode(',',$x,3);}, explode("\n", $this->getConf('regex'…
/plugin/simplewikipagetree/
H A Dsyntax.php139 $title = end(explode(':',$id));
143 $title = end(explode(':',$this->getID($filepath)));
/plugin/farmsync/
H A Dadmin.php95 $pages = array_filter(explode($textare_linebreak, $options['pages']));
96 $media = array_filter(explode($textare_linebreak, $options['media']));
/plugin/workflow/syntax/
H A Ddecision.php81 $lines = explode("\n *", $data);
97 list($name, $value) = array_map('trim', explode('=', $tokens[$i+1]));
/plugin/drawio/
H A Daction.php38 …'toolbar_possible_extension' => array_map('trim', explode(",",$this->getConf('toolbar_possible_ext…
104 $base64data = explode(",", $content)[1];
/plugin/bookmarkme/
H A Daction.php162 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
175 $be = explode(",",$this->getConf('bookmarks'));

1...<<11121314151617181920>>...66