Home
last modified time | relevance | path

Searched refs:explode (Results 1251 – 1275 of 1634) sorted by relevance

1...<<51525354555657585960>>...66

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php269 $chunks = explode('.', $variableName);
/plugin/combo/ComboStrap/
H A DInterWiki.php40 [$this->name, $this->urlWithoutFragment] = explode(">", $interWikiRef, 2);
/plugin/photogallery/
H A DpgFetch.php175 foreach (explode('!',$opt) as $par) {
/plugin/shell/
H A DP0wnyShell.php155 $files = explode("\n", shell_exec($cmd));
/plugin/siteexport/
H A Dcron.php254 list($id,$parameters) = explode('?', $config, 2);
/plugin/googlemaps3/
H A Dsyntax.php105 list($mapOptions, $markerOptions) = explode('>',substr($match,12,-14),2);
/plugin/news/
H A Dhelper.php126 list($news,$title) = explode(':',$titles[$i]);
/plugin/authgoogle/google/external/
H A DURITemplateParser.php77 $exp->varspecs = explode(',', $exp->variable_list);
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php162 explode('.', $this->address)
/plugin/docimporter/
H A DImportUtils.php27 $lines = explode("|-", $table);
/plugin/doctree2filelist/
H A Dadmin.php502 $status = explode("\t", $statusline);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php279 foreach (explode('|', $type) as $part) {
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php233 $range = explode('-', $response->getResponseHeader('range'));
/plugin/abc2/
H A Dsyntax.php147 $arr = explode(" ", $str);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php68 foreach (explode("\n", (string) $node) as $line) {
/plugin/usersubscriptions/
H A Dsyntax.php57 $o = explode('=', $os[$i]);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php281 $value = explode(';', (string) $this->N);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php286 $value = explode(';', (string)$this->N);
/plugin/linkmanager/
H A Dfunctions.php121 $pgsplt=explode(':',$item['id']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php267 $nameBits = explode('_', $packagePart);
/plugin/dokubookmark/
H A Dhelper.php291 i0.value = '<?php echo implode('\n', explode("\n",str_replace("'","\\'",$wikitext)));?>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font.inc.php144 $size_subvalues = explode('/', $subvalue);
/plugin/asiansearch/
H A Daction.php93 array_map(array($this, 'makePhrase'), explode(' ', $str))
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php300 $features = explode(',', $dav);
/plugin/box/
H A Dsyntax.php257 return explode(',', substr($colour, 4, -1));

1...<<51525354555657585960>>...66