Home
last modified time | relevance | path

Searched refs:explode (Results 1 – 25 of 1634) sorted by last modified time

12345678910>>...66

/plugin/pagelist/
H A Dsyntax.php52 list($flags, $match) = array_pad(explode('>', $match, 2), 2, null);
53 $flags = explode('&', substr($flags, 1));
54 $items = explode('*', $match);
60 list($id, $title, $description) = array_pad(explode('|', $match[1], 3), 3, null);
61 list($id, $section) = array_pad(explode('#', $id, 2), 2, null);
76 list($image, $title) = array_pad(explode('|', $match[1], 2), 2, null);
/plugin/pagequery/
H A DPageQuery.php73 $tokens = explode(' ', trim($query));
258 $keys = explode(':', $key);
578 $filters = explode('->', $filter);
758 $cur_ns = explode(':', $cur);
759 $prev_ns = explode(':', $prev);
1054 $lines = explode("\n", $text);
H A Dsyntax.php52 $params = explode(';', $match);
108 $fields = explode(',', $value);
167 $options = explode(',', $value);
229 $parts = explode($delim, $str);
/plugin/twofactor/action/
H A Dlogin.php191 list(, $sticky,) = explode('|', $_COOKIE[DOKU_COOKIE], 3);
/plugin/nspages/
H A DnamespaceFinder.php47 $ns = explode(':', $this->wantedNs);
H A DoptionParser.php96 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs);
122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);
/plugin/nspages/fileHelper/
H A DpagePreparer.php47 $subNss = explode(':', $file['id']);
78 explode('.', $path),
87 $metadataAllowList = explode(',', preg_replace('/\s+/', '', $this->customTitleAllowListMetadata));
/plugin/nspages/printers/
H A DprinterTree.php100 $IdSplit = explode(':', $item['id']);
104 || count(explode(':', $item['ns'])) === count($IdSplit) -2){ // case 2
125 return explode(':', $item['ns']);
/plugin/siteexport/action/
H A Dajax.php201 list($path, $query) = explode('?', $combined, 2);
232 $zipFile = explode(":", ($this->getConf('zipfilename')));
535 $extension = explode('.', $fileName);
629 $extension = explode('/', $extension, 2);
670 $SRCSETS = array_map( 'trim', explode( ",", $DATA[2] ) );
675 list($url, $size) = explode( " ", $SRCSET, 2 );
820 $elements = explode('/', $DATA[2]);
905 $DATA2Name = explode('/', $fileName);
1236 $PARRAY = explode('&', str_replace('&', '&', $PARAMS));
1240 list($key, $value) = explode('=', $item, 2);
[all …]
H A Daggregate.php41 $namespaces = explode('|', $namespaces);
/plugin/siteexport/
H A Dcron.php254 list($id,$parameters) = explode('?', $config, 2);
/plugin/siteexport/exe/
H A Dsiteexportmanager.php26 $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen');
/plugin/siteexport/inc/
H A Dfunctions.php73 $NSa = explode(':', $NS);
122 $elements = explode(':', $ID);
324 $FA = explode('.', $FILE);
446 foreach( explode("&", $intermediate) as $param ) {
447 list($key, $value) = array_pad( explode("=", $param, 2), 2, null );
644 $replaceParts = explode('/', $replaceURL);
647 $baseParts = explode('/', $baseURL);
726 $mapID = explode('|', $meta['id']);
H A DreadCSS.patch199 $stylearr = explode(';',$stylestr);
203 $tmp = explode(':',$sta,2);
222 $tagarr = explode(',',$tagstr);
H A Dtoc.php33 $url = explode('/', $inputURL);
103 …$elem['tags'] = explode(' ', p_get_metadata($elem['id'], 'context tags', true)); // thats from the…
108 $elem['depth'] = count(explode('/', $elem['url']));
136 $elem['tocNS'] = strlen($elem['tocNS']) > 0 ? explode('/', $elem['tocNS']) : array();
270 $elems = explode('/', $this->functions->getSiteName($site));
/plugin/siteexport/renderer/
H A Dpdf.php233 list($src,$hash) = explode('#',$src,2);
302 list($id, $hash) = explode('#', $id, 2);
/plugin/siteexport/syntax/
H A Daggregate.php33 $options = explode(' ', trim(substr($match, 2, -2)?:""));
54 list($key, $value) = explode('=', $option);
92 list($key, $value) = explode('=', $option);
H A Dsiteexport.php32 $options = explode(' ', trim(substr($match, 2, -2)?:""));
57 list($key, $value) = explode('=', $option);
H A Dtoc.php52 $this->options = explode(' ', substr($match, 5, -1)?:"");
61 $link = explode('|', $link, 2);
184 list($this->includedPages[]) = explode('#', $tocItem[0]);
303 list($id, $hash) = explode('#', $id, 2);
397 list($pageID, $pageReference) = explode("#", $instr[1][0], 2);
/plugin/linkback/
H A Dhttp.php170 list ($key, $value, $foo) = explode('=', $cookie);
/plugin/linkback/action/
H A Dsend.php166 $namespaces = explode(',', $namespace_conf);
225 $order = explode(',', $this->getConf('order'));
/plugin/structpublish/action/
H A Dbanner.php187 $parts = explode('.', $version);
/plugin/structpublish/helper/
H A Dnotify.php53 $assignees = explode(',', $assignees);
157 $actions = array_map('trim', explode(',', $this->getConf('email_status')));
/plugin/diagrams/action/
H A Daction.php97 $png = base64_decode(explode(',', $png)[1]);
/plugin/diagrams/
H A Drenderer.php45 if (!is_array($values)) $values = explode("\n", $values);

12345678910>>...66