Home
last modified time | relevance | path

Searched refs:explode (Results 1476 – 1500 of 1634) sorted by relevance

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

/plugin/changes/
H A Dsyntax.php78 $match = explode('&', $match);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php80 $startLine = explode(' ', array_shift($headers), 3);
/plugin/odt/action/
H A Dexport.php284 $list = explode("|", $_COOKIE['list-pagelist']);
/plugin/upgrade/
H A Dhelper.php110 $plugininfo = linesToHash(explode("\n", $pluginversion));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php390 $encodedValues = explode(WebDriverKeys::NULL, WebDriverKeys::encode($value, true));
/plugin/combo/ComboStrap/
H A DFetcherVignette.php153 $words = explode(" ", $title);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php196 $c = $this->processModeColor($m[1], explode(',', $m[2]));
/plugin/database/
H A Ddatabase.php800 $elements=explode($environment->COLON, $value);
811 $elements=explode($environment->COLON, $value);
1501 $rows = explode($this->CR,$buf);
1631 $elements=explode($environment->COLUMN_SEPARATOR, $row);
2391 $elements=explode($environment->COLON, $value);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php506 $parts = explode(' ', $comment);
667 $fileParts = explode('.', $this->_file);
1004 $parts = explode('_', str_replace('\\', '_', $this->_activeListener));
1151 $parts = explode('_', str_replace('\\', '_', $this->_activeListener));
1548 $tabs = explode("\t", $tokens[$i]['content']);
3806 $names = explode(',', $name);
/plugin/database2/
H A Ddatabase2.php414 foreach ( explode( "\n", $this->getConf( 'authSlots' ) ) as $line )
600 $patterns = explode( "\n", trim( $this->getConf( 'enablepages' ) ) );
2384 foreach ( explode( ',', $rule ) as $role )
3503 foreach ( explode( "\n", $code ) as $index => $line )
4728 list( $year, $month, $day ) = explode( '-', trim( $date ) );
4729 list( $hour, $minute, $second ) = explode( ':', trim( $time ) );
5347 list( $major, $minor ) = explode( '/', $in['type'] );
5661 list( $box, $domain ) = explode( '@', $value );
/plugin/mantis/lib/
H A Dclass.soap_server.php193 $qs = explode('&', $_SERVER['QUERY_STRING']);
201 $qs = explode('&', $HTTP_SERVER_VARS['QUERY_STRING']);
/plugin/batchedit/
H A Dengine.php1076 list($pageId, $offset) = explode('#', $matchId);
1139 foreach (explode(',', $namespace) as $ns) {
/plugin/openlayersmap/
H A DStaticMap.php534 [$markerImageOffsetX, $markerImageOffsetY] = explode(
541 [$markerShadowOffsetX, $markerShadowOffsetY] = explode(
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php129 list($numerator, $denominator) = explode('/', $fraction);
1681 $explodedLine = explode("\t", $line, 2);
1768 foreach (explode('/', str_replace('\\', '/', $filename)) as $part) {
/plugin/openid/Auth/OpenID/
H A DConsumer.php846 $signed_list = explode(',', $signed_list_str);
1400 $signed_list = explode(',', $signed_list_str);
1445 foreach (explode(',', $signed) as $k) {
/plugin/authucenter/
H A Dauth.php112 list($uid, $password, $username) = explode("\t", uc_authcode($cookie, 'DECODE'));
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php450 $members = explode ( ',', $allowedUserGroups );
/plugin/backup/
H A Dadmin.php349 $this->filters = explode("\n", $this->getConf('filterdirs'));
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php113 $hostAndPort [] = explode ( ":", $serverName );
/plugin/refnotes/
H A Dadmin.php
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php378 $version = explode('.', PHP_VERSION);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php126 $names = explode('/', $name);
/plugin/evesso/
H A Dauth.php100 $cookie = explode('|', $_COOKIE[DOKU_COOKIE]);
/plugin/tagfilter/
H A Dhelper.php231 $tags = explode(' ', $tag);
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php331 $externalResources = explode(",", $resources);

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