Home
last modified time | relevance | path

Searched refs:implode (Results 951 – 975 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/publistf/bib2tpl/lib/
H A DBibTex.php352 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
/plugin/publist/bib2tpl/lib/
H A DBibTex.php352 $this->_generateWarning('WARNING_MULTIPLE_ENTRIES', implode(',',$notuniques));
/plugin/owncloud/
H A Dhelper.php239 …return array(implode(", ", $authors),$line[5],count($meta),$line[0]); // $line[5] is the latest fi…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php848 …hrow new Exception\InvalidComponentType('This calendar only supports ' . implode(', ', $supportedC…
/plugin/combo/ComboStrap/
H A DWikiPath.php1047 $path = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $names);
H A DMarkupPath.php1463 $parentNamespaceId = implode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $parentNames) . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php274 implode(',', $validAudiences)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php579 $w .= ' ' . $k . ' [ ' . implode(' ', $ws) . ' ]' . "\n";
/plugin/openlayersmap/
H A DStaticMap.php272 return implode(
/plugin/mantis/lib/
H A Dclass.wsdl.php363 …"msg " . $this->currentMessage . ": found part (with type) $attrs[name]: " . implode(',', $attrs));
367 …g " . $this->currentMessage . ": found part (with element) $attrs[name]: " . implode(',', $attrs));
/plugin/ckgedit/action/
H A Dedit.php468 return "~~START_HTML_BLOCK~~" . implode("\n",$tmp) . "CLOSE_HTML_BLOCK";
/plugin/blogtng/helper/
H A Dentry.php419 …$form->addElement(form_makeTextField('post-tags', implode(', ', $conf['tags']), $this->getLang('ta…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php752 $hex = \strtoupper(\bin2hex(\implode(\array_map('chr', $bb))));
/plugin/siteexport/inc/
H A DreadCSS.patch123 $tmpCSSstr = implode(' ',$CSSblock[1]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php896 return '/' . implode('/', $new);
1972 $temp = implode('/', $temp);
H A DSSH2.php1554 $identifier .= ' (' . implode(', ', $ext) . ')';
5004 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/plugin/adfs/phpsaml/
H A DREADME.md724 'Invalid SP metadata: '.implode(', ', $errors),
773 echo '<p>', implode(', ', $errors), '</p>';
916 echo implode(', ', $errors);
1118 echo '<p>', implode(', ', $errors), '</p>';
1136 echo '<p>', implode(', ', $errors), '</p>';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php209 $result = implode('', array_map('chr', $result));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.quicktime.php238 $atom_structure['hierarchy'] = implode(' ', $atomHierarchy);
1676 $atom_structure['uuid_field_id'] = implode('-', $uuid_bytes_read);
H A Dgetid3.lib.php1783 return implode(DIRECTORY_SEPARATOR, $goodpath);
/plugin/davcal/
H A Dhelper.php1226 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1643 $extensions[implode('.', $fileParts)] = 1;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2092 return implode($hex);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt56 … // more than one artist may be present, you may want to use implode:
57 // implode(' & ', ['comments_html']['artist'])

1...<<31323334353637383940