Home
last modified time | relevance | path

Searched refs:explode (Results 951 – 975 of 1634) sorted by relevance

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

/plugin/bureaucracy/
H A Dsyntax.php79 $lines = explode("\n", $match);
151 list($plugin, $component) = explode('_', $action['actionname']);
264 list($k, $v) = explode('=', $item, 2);
/plugin/nodetailsxhtml/
H A Drenderer.php248 $parts = explode('?', $id, 2);
286 list($id,$hash) = explode('#',$id,2);
/plugin/structat/syntax/
H A Dtable.php72 $lines = explode("\n", $match);
/plugin/dokumicrobugtracker/
H A Dedit.php52 $exploded = explode(' ',htmlspecialchars(stripslashes($_POST['row_id'])));
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php133 $padname = explode("$",$pad);
/plugin/authgoogle/google/io/
H A DGoogle_IO.php149 explode(',', $responseHeaders['connection'])
/plugin/amazon_heavy/
H A Dsyntax.php109 $tmp_amazon=explode("\n",$data);
/plugin/formatplus2/
H A Dformatting.php62 $disabled = explode(',',$this->getConf('disable_syntax'));
H A Daction.php25 $disabled = explode(',',$this->getConf('disable_syntax'));
/plugin/autotooltip/
H A Dsyntax.php75 $parts = array_map(function($s) {return trim($s);}, explode('|', $inner));
/plugin/partialsearch/
H A Daction.php56 $arr= explode(' ', $event->data['query']);
/plugin/authyubikey/lib/
H A DNEWS17 *** Replace use of 'split' with 'explode'.
/plugin/rowmove/
H A Daction.php56 $zeilen = explode("\n",$data);
/plugin/formatplus/
H A Dformatting.php62 $disabled = explode(',',$this->getConf('disable_syntax'));
H A Daction.php25 $disabled = explode(',',$this->getConf('disable_syntax'));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php161 $lines = explode("\n", $contents);
/plugin/dig/
H A Dsyntax.php40 $lines = explode("\n", $match);
191 explode(',', $certinfo['extensions']['subjectAltName'])
/plugin/emphasis/syntax/
H A Dfont.php84 $colors = explode(',', $this->getConf($colortype.'s'));
/plugin/searchform/
H A Dsyntax.php53 list($key, $value) = array_pad(explode('=', $match, 2), 2, null);
/plugin/xtern/scripts/
H A Dchk_links.php27 list($url,$rest) = explode('|',$matches[1]);
/plugin/foldablelist/
H A Dsyntax.php86 list($key, $val) = explode('=', $parameter);
/plugin/odt/renderer/
H A Dbook.php130 list($id,$hash) = explode('#',$id,2);
/plugin/oauth/
H A DSession.php151 [$servicename, $oauth, $storageId] = explode('|', $_COOKIE[DOKU_COOKIE]);
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php86 $stylingDeclarationsAsString = explode(";", $htmlStyleValue);
/plugin/bibtex4dw/syntax/
H A Dbibtex.php98 $opt = explode('=', $option, 2);

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