Home
last modified time | relevance | path

Searched refs:implode (Results 651 – 675 of 989) sorted by relevance

1...<<21222324252627282930>>...40

/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php28 $mail['email_to'] = implode(',', $tousers);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php177 $this->fail('Validation errors: ' . implode("\n", $messages));
/plugin/barcodes/lib/
H A DBarcodesWrapper.php112 return implode('; ', $styles);
/plugin/combo/ComboStrap/
H A DHtml.php212 return implode(" ", $newValues);
/plugin/orphanswanted/
H A Dhelper.php137 $page_namespace = implode (":", $match_array);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php242 …tion(sprintf('Circular reference [%s, %s] detected for reference "%s".', implode(', ', \array_slic…
596 return implode("\n", $data);
653 …tion(sprintf('Circular reference [%s, %s] detected for reference "%s".', implode(', ', \array_slic…
834 $text = implode("\n", $blockLines);
/plugin/combo/vendor/symfony/process/
H A DProcess.php316 $commandline = implode(' ', array_map([$this, 'escapeArgument'], $commandline));
989 return \is_array($this->commandline) ? implode(' ', array_map([$this, 'escapeArgument'], $this->commandline)) : $this->commandline;
1246 throw new LogicException(sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s".', $key, __METHOD__, implode('", "', $existingOptions)));
1512 throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php368 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
464 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
714 $ret['author'] = implode($this->authordelimiter, $tmparray);
725 $ret['editor'] = implode($this->authordelimiter, $tmparray);
/plugin/orphanmedia/
H A Dsyntax.php77 $defFileTypes2 = implode(', ',$defFileTypes); // just for output the filter on summary
78 …$defFileTypes = implode('',$defFileTypes); // string of file extensions to easily compare it by st…
806 $headers = (is_array($headers)) ? implode( "n ", $headers) : $headers;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
221 $response->setHeader('DAV', implode(', ', $features));
350 $response->setHeader('DAV', implode(', ', $features));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php369 $scope = implode(' ', $scope);
702 $requestVisibleActions = implode(" ", $requestVisibleActions);
874 return implode(' ', $this->requestedScopes);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php214 $response->setHeader('Allow', strtoupper(implode(', ', $methods)));
221 $response->setHeader('DAV', implode(', ', $features));
350 $response->setHeader('DAV', implode(', ', $features));
/plugin/orphanmedia2/
H A Dsyntax.php78 $defFileTypes2 = implode(', ',$defFileTypes); // just for output the filter on summary
79 …$defFileTypes = implode('',$defFileTypes); // string of file extensions to easily compare it by st…
807 $headers = (is_array($headers)) ? implode( "n ", $headers) : $headers;
/plugin/siteexport/inc/
H A Dfunctions.php330 $fileName = implode('.', $FA);
585 …$removeArray = implode("&", $removeArray); // The &amp; made problems with the HTTPClient / Apache…
674 $finalLink = str_repeat('../', count($baseParts)) . implode('/', $replaceParts);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php263 $path = implode('/', $folders) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php263 $path = implode('/', $folders) ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php89 return implode(' ', $list);
/plugin/countdown/
H A Dsyntax.php105 $msg= implode(' ', $TextArray);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php97 [$this->getMode(), implode(', ', $createModes)]
/plugin/tindexmenu/
H A Dajax.php85 $list .= implode(",",$data);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php97 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php189 $node->setAttribute('groups', implode(',', $groups));
/plugin/pureldap/vendor/composer/
H A DInstalledVersions.php158 return implode(' || ', $ranges);

1...<<21222324252627282930>>...40