Home
last modified time | relevance | path

Searched refs:explode (Results 1276 – 1300 of 1634) sorted by relevance

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

/plugin/sectiontoggle/
H A Daction.php179 $names = explode(',',$str);
/plugin/pageredirect/
H A Daction.php74 list($page, $section) = array_pad(explode('#', $page, 2), 2, null);
/plugin/odt/ODT/
H A DODTSpan.php167 $parts = explode(' ', trim($tagged, '<> '), 2);
H A DODTUtility.php69 $params = explode (',', $item);
424 $values = explode(',', $value);
847 $parts = explode(' ', trim($tagged, '<> '), 2);
/plugin/sqlite/
H A Dhelper.php213 // explode at wildcard, then join again
214 $parts = explode('?', $sql, $argc + 1);
/plugin/struct/types/
H A DPage.php60 [$page, $fragment] = array_pad(explode('#', $rawvalue, 2), 2, '');
/plugin/struct/helper/
H A Dfield.php227 [$table, $label] = explode('.', $colname, 2);
/plugin/structpublish/action/
H A Dbanner.php187 $parts = explode('.', $version);
/plugin/issuelinks/services/
H A DGitLab.service.php304 list($projectKey, $issueId) = explode($projectIssueSeperator, $issueSyntax);
406 list($project, $issueId) = explode('-', $match);
/plugin/searchpattern/
H A Dsyntax.php268 $options_list = explode(' ', $options); //explode options in an array
287 $params['regex_output_matches'] = explode( ',', substr($option,1) );
/plugin/botbouncer/lib/
H A Dmollom.php423 $parts = explode("\r\n\r\n", $response);
591 return array_pop(explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']));
/plugin/yalist/
H A Dsyntax.php102 $para_depth = count(explode(' ', str_replace("\t", ' ', $match)));
224 'depth' => count(explode(' ', str_replace("\t", ' ', $match))),
/plugin/pagemove/
H A Dadmin.php445 $thisFolder = end(explode(':', $page['id']));
704 $backlinkingNamespaceCount = count(explode(':', $bns));
705 $oldNamespaces = explode(':', $opts['ns'], $backlinkingNamespaceCount);
/plugin/addressbook/
H A Dsyntax.php589 $text = explode(" ",$text);
718 $opts = explode('&',$params);
722 $t = explode('=',$o);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php707 $path = explode('/', $info);
856 $yearmonth = explode(':', gmdate('Y:n', $timestamp));
989 $arCert = explode("\n", $x509cert);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php468 …rack_number'][$key], $thisfile_id3v2['comments']['totaltracks'][$key]) = explode('/', $thisfile_id…
550 $genre_elements = explode("\x00", $genrestring);
661 $exploded = explode("\x00", $parsedFrame['data'], 2);
844 $IPLS_parts_unsorted = explode("\x00", $parsedFrame['data_raw']);
1781 $frame_rawpricearray = explode('/', $frame_pricestring);
1997 @list($parsedFrame['element_id']) = explode("\x00", $parsedFrame['data'], 2);
2065 …list($subframe['chapter_url_description'], $subframe['chapter_url']) = explode("\x00", $encoding_c…
2121 @list($parsedFrame['element_id']) = explode("\x00", $parsedFrame['data'], 2);
/plugin/pagestat/
H A Dremote.php252 $filename=end(explode(":",$pageid));
/plugin/pdb/classes/
H A Dcache.php203 $items = explode("\t",$line);
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php121 $extensions = explode('.', strtolower($filename));
/plugin/cache/
H A Dplugin_cache.php210 $items = explode("\t",$line);
/plugin/webcomponent/syntax/
H A Dcard.php290 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/panoview/
H A Dsyntax.php71 list($img, $params) = explode('?', $match, 2);
/plugin/bureaucracy-au/helper/
H A Dactionmail.php188 list($syntax,) = explode(' ', trim($codeoptions), 2);
/plugin/rplus/
H A Drenderer.php286 $idParts = explode(':', $ID);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php265 $lines = explode("\n", $pp);

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