Home
last modified time | relevance | path

Searched refs:implode (Results 351 – 375 of 989) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/bureaucracy-au/helper/
H A Dactionmail.php68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
143 if(is_array($value)) $value = implode(', ', $value);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php159 $sb = implode(':', $path) . ':' . $navpn;
239 $ft = implode(':', $path) . ':' . $ftpn;
/plugin/bureaucracyau/helper/
H A Dactionmail.php68 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
143 if(is_array($value)) $value = implode(', ', $value);
/plugin/davcard/action/
H A Dajax.php217 $telStr = implode(' \\\\ ', $telArr);
227 $mailStr = implode(' \\\\ ', $mailArr);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
145 …$stmt = $this->pdo->prepare('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName . ' W…
/plugin/bootswrapper/syntax/
H A Dbootstrap.php318 $value = trim(implode(' ', array_unique($value)));
334 return implode(' ', $html_attributes);
/plugin/snippets/
H A Dadmin.php90 $snips =implode('<br />',$snips);
145 else $diff = implode('<br />',$diff);
/plugin/structnotification/action/
H A Dnotification.php163 return implode(',', array_map(function ($rawValue) {
171 return implode(',', $value->getRawValue());
/plugin/bureaucracy/helper/
H A Dactionmail.php74 $to = $this->replace(implode(',',$argv)); // get recipient address(es)
152 if(is_array($value)) $value = implode(', ', $value);
/plugin/openid/Auth/OpenID/
H A DParse.php132 sprintf("&(%s);", implode("|",
149 $options = implode("|", array_merge([$tag_name], $close_tags));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php490 throw new InvalidException(\sprintf('"%s" is not a valid option. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 throw new InvalidException(\sprintf('"%s" are not valid options. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
/plugin/googlefonts/
H A Daction.php47 '//fonts.googleapis.com/css?family='.trim(implode("|",str_replace(' ', '+', $fontNames)),"|")
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php86 $this->string = implode(', ', array_map(function ($token) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php45 return $visitor->getDocument()->createTextNode(implode(" ", $ret));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php69 implode(', ', $allowedMethods)
/plugin/siteexport/exe/
H A Dsiteexportmanager.php36 $conf['basedir']='/'.implode(DIRECTORY_SEPARATOR, $absolutes);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php151 return sprintf('{ %s }', implode(', ', $output));
247 return sprintf('[%s]', implode(', ', $output));
256 return sprintf('{ %s }', implode(', ', $output));
275 … ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters))…
291 …} elseif (Parser::preg_match('/^(.*?)('.implode('|', $delimiters).')/', substr($scalar, $i), $matc…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DAutoprefixerFilter.php64 $pb->add('-b')->add(implode(',', $this->browsers));
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php151 return implode(
/plugin/owncloud/
H A Dwork.php47 $desc = implode("|",$parts); // The rest is the description, can contain |
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DOptional.php34 return sprintf('[%s]', implode(' ', $repr));
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php151 return implode(
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php72 return \sprintf('{%s}', \implode(', ', $this->values()));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php147 return implode(
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php45 $domainids = $this->base->implode($arr);

1...<<11121314151617181920>>...40