Home
last modified time | relevance | path

Searched refs:explode (Results 926 – 950 of 1634) sorted by relevance

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

/plugin/vbsso/includes/
H A Dapi.php72 foreach (explode(',', $json[SHAREDAPI_EVENT_FIELD_USERGROUPS]) as $ug) {
156 foreach (explode(',', $json[SHAREDAPI_EVENT_FIELD_USERGROUPS2]) as $ug) {
/plugin/openas/
H A Daction.php149 $link_array = explode('|',$matches[1]);
156 list($name,$hash) = explode('#',$link_array[0]);
/plugin/odt/
H A Dsyntax.php68 $extinfo = explode(':', $match);
158 $params = explode(',', $info_value);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPoint.php292 foreach ($geometry->explode(true) as $seg) {
448 public function explode($toArray = false) function in geoPHP\\Geometry\\Point
/plugin/fblogin/lib/
H A Dbase_facebook.php993 list($encoded_sig, $payload) = explode('.', $signed_request, 2);
1195 $params = explode('&', $parts['query']);
1363 $parts = explode('&', $cookie_value);
1366 $pair = explode('=', $part, 2);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php231 $values = explode(' ',$values);
301 $color_tmp = explode(',',$color_tmp);
377 $temp = explode('/',$subvalue);
500 $values = explode(' ',$value);
/plugin/odt/helper/
H A Dcssimport.php70 public function explode (&$decls) { function in css_declaration
282 $params = explode ('/', $value);
937 $this->selectors = explode (' ', $selector);
974 $declaration->explode ($this->declarations);
1014 $classes = explode (' ', $classString);
1206 $selectors = explode (',', $before_open_bracket);
/plugin/projects/lib/
H A Dplugins.php51 $name = explode('.', $file);
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php65 $tmp = explode(' ', $file[0]);
/plugin/inlineedit/
H A Daction.php56 $found=explode("<inlineedit>",$data);
/plugin/loglog/helper/
H A Dreport.php113 list($action, $page) = explode(' - ', $line['msg']);
/plugin/isauth/
H A Dsyntax.php81 // explode wanted auths
82 $aauth = explode(",",$auth);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php157 $parts = explode("\r\n\r\n", $this->rawResponse);
/plugin/outliner/
H A Dsyntax.php118 $linkId = explode('|', $linkId);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php15 use function explode;
142 $pieces = explode('=', $extension, 2);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php18 use function explode;
129 $parts = explode('=', $piece, 2);
/plugin/diagramsnet/
H A Daction.php54 $base64data = explode(",", $content)[1];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php85 $keys = \explode('.', $setting);
/plugin/oauth/
H A Dhelper.php84 $validDomains = explode(',', trim($this->getConf('mailRestriction'), ','));
/plugin/bibtex4dw/syntax/
H A Dcite.php61 $bibkeys = explode(',', $match);
/plugin/phpipam/
H A Dsyntax.php913 foreach (explode(',', $_conf) as $_key) {
1008 foreach (explode(',', $_conf) as $_key) {
1061 foreach (explode(',', $_conf) as $_key) {
1136 foreach (explode(',', $this->getConf('opo_efs')) as $_key) {
1351 foreach (explode(',', $_conf) as $_key) {
1387 foreach (explode(',', $hash_in['sections']) as $_section) {
1455 foreach (explode(',', $_conf) as $_key) {
1900 foreach (explode(',', $_conf) as $_key) {
1986 foreach (explode(',', $_conf) as $_key) {
2044 foreach (explode(',', $hash_in['sections']) as $_section) {
[all …]
/plugin/issuelinks/services/
H A DGitHub.service.php105 $missing_scopes = array_diff($this->scopes, explode(', ', $headers['x-oauth-scopes']));
332 list($algo, $signature_github) = explode('=', $INPUT->server->str('HTTP_X_HUB_SIGNATURE'));
506 list($project, $issueId) = explode('-', $match);
/plugin/magento/
H A Dauth.php130 … $usergroups = array_values( array_filter( explode( ",", $this->getConf( 'userGroups' ) ) ) );
152 … $usergroups = array_values( array_filter( explode( ",", $this->getConf( 'adminGroups' ) ) ) );
481 $hashArr = explode(':', $hash);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php177 $lines = explode($this->_currentFile->eolChar, $contents);
283 $diffLines = explode(PHP_EOL, $diff);
286 $diffLines = explode("\n", $diff);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php168 list($contentType) = explode(';', $contentType);
190 $resourceType = explode(',', $postVars['resourceType']);
757 $xml = explode("\n", $xml);

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