Home
last modified time | relevance | path

Searched refs:explode (Results 1076 – 1100 of 1634) sorted by relevance

1...<<41424344454647484950>>...66

/plugin/webcode/syntax/
H A Dbasis.php424 … $externalResources = explode(",", $this->attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);
538 $externalResources = explode(",", $attributes[self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY]);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
667 $authorarray = explode(' and ', $entry);
736 $tmparray = explode(',', $author);
739 $vonlastarray = explode(' ', $tmparray[0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php19 $version = explode('.', PHP_VERSION);
536 $ini = explode('=', $this->_cliArgs[($pos + 1)]);
1169 return explode(',', $standard);
1220 $parts = explode('_', str_replace('\\', '_', $sniff));
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
667 $authorarray = explode(' and ', $entry);
736 $tmparray = explode(',', $author);
739 $vonlastarray = explode(' ', $tmparray[0]);
/plugin/publist/bib2tpl/lib/
H A DBibTex.php456 $arr = explode('{', $entry);
667 $authorarray = explode(' and ', $entry);
736 $tmparray = explode(',', $author);
739 $vonlastarray = explode(' ', $tmparray[0]);
/plugin/catlist/
H A Dsyntax.php88 $index_priority = explode(',', $this->getConf('index_priority'));
140 $list = explode(' ', $found[1]);
203 $split = explode(':', $ns);
316 $ex = explode(':', $ns);
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php36 $lines = explode("\n", $text);
162 $parts = explode("\t", $line);
869 $dividerCells = explode('|', $divider);
904 $headerCells = explode('|', $header);
/plugin/quiz/
H A Dclass_quiz.php356 $lines = explode("\n", $select);
371 $tmp_array['range']= explode("-", $temp);
420 $quizz['questions'][$nquest]['answers'] = explode("|", $temp);
/plugin/fedauth/Auth/OpenID/
H A DMessage.php458 $parts = explode('.', $key, 2);
512 $parts = explode('.', $rest, 2);
895 $parts = explode('.', $aliased_key, 2);
/plugin/stylingpages/
H A Daction.php58 $parts = explode('=', $entry, 2); // "page=file_pattern"
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php66 $uriParts = explode('/', $uri);
/plugin/toctweak/syntax/
H A Dmetatoc.php79 list($id, $hash) = explode('#', $id);
/plugin/codedoc/
H A Dblock.php96 list($match, $this->geshi) = explode(':',$match);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php116 list($call, $able) = explode('::', $call);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.swf.php76 …list($X1, $X2, $Y1, $Y2) = explode("\n", wordwrap($FrameSizeDataString, $FrameSizeBitsPerValue, "\…
H A Dmodule.misc.pdf.php125 list($firstObjectNumber, $XREFcount) = explode(' ', rtrim($this->fgets()));
/plugin/seqdia/
H A Dsyntax.php63 $lines = explode("\n",$match);
/plugin/mellelexport/
H A Dmellelconvert.php34 $wikiMarkup = explode($rowbreak, $wikiMarkup);
/plugin/flattr/
H A Dhelper.php97 if (!is_array($tags)) $tags = explode(' ', $tags);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php111 $list = explode('=', $arg);
/plugin/authfacebook/lib/
H A DSignedRequest.php177 return explode('.', $this->rawSignedRequest, 2);
/plugin/rrdgraph/inc/
H A Drpncomputer.php89 foreach (explode(",", $expression) as $part) {
/plugin/bloglinks/
H A Daction.php73 $namespaces = explode(',', $this->getConf('enabled_namespaces'));

1...<<41424344454647484950>>...66