Home
last modified time | relevance | path

Searched refs:explode (Results 976 – 1000 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/bez/syntax/
H A Dstruct.php57 $lines = explode("\n", $match);
/plugin/qna/syntax/
H A Dblock.php84 list($tag, $style) = explode('_', $data[0]);
/plugin/mermaid/
H A Dsyntax.php19 $splitText = explode(self::DOKUWIKI_LINK_SPLITTER, $text);
85 $values = explode(" ", $match);
91 $explodedMatch = explode("\n", $match);
/plugin/struct/syntax/
H A Dlist.php
H A Dtable.php72 $lines = explode("\n", $match);
/plugin/database2/
H A Dmedia.php355 list( $major, $minor ) = explode( '/', $mime );
365 list( $width, $height ) = explode( 'x', $temp );
/plugin/bliki/
H A Dsyntax.php209 $parts = explode('-', basename($file));
213 $parts = explode('/', dirname($file));
/plugin/showif/
H A Dsyntax.php.alternative.version94 // explode wanted auths
95 $this->conditions = explode(",",$conditions);
/plugin/patchpanel/
H A Dsyntax.php76 list($optstr,$opt['content']) = explode('>',$match,2);
194 foreach (explode("\n",$content) as $line) {
/plugin/pubchem/
H A Dsyntax.php39 return array($state,explode(':',$match));
54 list($cid,$title)=explode('|',$cid);
/plugin/mediatooltip/
H A Daction.php17 … if(!empty($this->toolTipOptions)) $this->toolTipOptions = explode(',',$this->toolTipOptions);
150 list($_pre,$_img) = explode('=',$matches[0]); // $matchs[0] has complete path to image
/plugin/authhiorgserver/
H A Dauth.php168 $userary = explode(",",$users);
254 foreach(explode("&",substr($url,$p+1)) as $par) {
/plugin/include/
H A Daction.php344 $replacers = explode('|', $syntax);
346 list($syntax, $flags) = array_pad(explode('&', $syntax, 2), 2, "");
H A Dhelper.php73 list($flag, $value) = explode('=', $flag, 2);
564 $link_parts = explode('?', $link_id, 2);
580 $link_parts = explode('?', $link_id, 2);
585 $link_parts = explode('#', $link_id, 2);
/plugin/odt/ODT/
H A DODTIndex.php331 $params = explode (',', $item);
370 $params = explode (',', $item);
/plugin/translation/
H A Dhelper.php36 $this->opts = explode(',', $this->opts);
64 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
/plugin/syntaxhighlighter3/
H A DREADME.md76 $attr_array = explode(";",$attr);
120 $attr_array = explode(";",$attr);
131 $highlight_exp = explode(',', $highlight_str);
137 $highlight_elt_exp = explode('-', $highlight_elt);
/plugin/xml/
H A Drenderer.php404 list($id, $hash) = explode('#', $id, 2);
405 list($id, $search) = explode('?', $id, 2);
567 list($src, $hash) = explode('#', $src, 2);
607 list($img['src'], $hash) = explode('#', $img['src'], 2);
/plugin/photogallery/phpThumb/
H A DphpThumb.php27 $starttime = array_sum(explode(' ', microtime())); // could be called as microtime(true) for PHP 5.…
175 $args = explode(';', substr($_SERVER['PATH_INFO'], 1));
191 @list($key, $value) = explode('=', @$args[$i]);
609 @list($bghexcolor, $opacity) = explode('|', $_GET['new']);
/plugin/givemeyouremail/
H A Dsyntax.php185 $addresses_array = explode(';',$email_addresses);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php74 $parts = explode('\\', $entityName);
/plugin/mapillary/
H A Dsyntax.php93 $params = explode('&', $match);
/plugin/tagsections/
H A Dhelper.php143 list($category, $tag) = explode(':', $nsTag, 2);
/plugin/dtable/
H A Dsyntax.php64 $file_cont = explode("\n", io_readWikiPage($filepath, $id));
/plugin/ipgroup/
H A Dadmin.php87 list($network, $group) = explode(';', $network);

1...<<31323334353637383940>>...66