Home
last modified time | relevance | path

Searched refs:implode (Results 901 – 925 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/bibtex4dw/lib/
H A Dbibtexrender.php151 $optval = implode(',',$optval);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php198 $tmpCSSstr = implode(' ', $CSSblock[1]);
728 $newprop['FONT-VARIANT-LIGATURES'] = implode(' ', $m[1]);
734 $newprop['FONT-VARIANT-NUMERIC'] = implode(' ', $m[1]);
2129 $p['FONT-FEATURE-SETTINGS'] = implode(', ', $ffs);
2287 throw new \Mpdf\MpdfException('File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
/plugin/issuetracker/
H A Dsyntax.php626 … $status_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_status))).'.gif';
633 … $severity_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_severity))).'.gif';
752 … $status_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($isval))).'.gif';
760 … $severity_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($isval))).'.gif';
H A Daction.php1135 … $status_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_status))).'.gif';
1142 … $severity_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_severity))).'.gif';
1257 … $status_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($isval))).'.gif';
1266 … $severity_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($isval))).'.gif';
1479 … $severity_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_severity))).'.gif';
1482 $status_img = $imgBASE . implode('', explode(' ',$this->img_name_encode($a_status))).'.gif';
1494 $target2 = implode($target2);
/plugin/phpipam/
H A Dphpipam-api.php558 $this->api_server_identifiers = implode("/", $identifiers);
/plugin/swiftmail/
H A DSwift.php248 …$error = "Expected response code(s) [" . implode(", ", $codes) . "] but got response [" . $respons…
/plugin/mediasyntax/
H A Dhelper.php276 $include_key = $INFO['userinfo']['name'] . '|' . implode('|', $INFO['userinfo']['grps']);
/plugin/schedule/
H A DscheduleRoot.class.php177 return implode ("|", $array);
/plugin/quickstats/
H A Dsyntax.php603 $uas = '&nbsp;&nbsp;&nbsp;&nbsp;' . implode(',&nbsp;',$data);
/plugin/sectiontoggle/
H A DMobile_Detect.php1291 return (float) implode('.', $arrVer);
/plugin/bureaucracy/
H A Dsyntax.php364 $thanks = implode('', array_unique($thanks_array));
/plugin/columns/
H A Dsyntax.php265 $html = '<td class="' . implode(' ', array_filter($class)) . '"';
/plugin/nodetailsxhtml/
H A Drenderer.php452 return str_replace("/>", ' srcset="' . implode(',', $srcset) . '" />', $ret );
/plugin/jukebox/id3/
H A Dgetid3.lib.php529 …die(implode(' and ', $RequiredFiles).' are required in '.GETID3_HELPERAPPSDIR.' for getid3_lib::md…
564 …die(implode(' and ', $RequiredFiles).' are required in '.GETID3_HELPERAPPSDIR.' for getid3_lib::sh…
/plugin/pycode/
H A Dsyntax.php385 $code = implode($code, PHP_EOL);
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php555 return trim(implode('/', $newpath), '/');
/plugin/zip/pear/
H A DPEAR.php1086 implode("|", $modes), $levels[$this->level],
/plugin/fckg/syntax/
H A Ddwplugin.php382 $regexes = '/'. implode('|',$patterns) ."/";
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php536 …sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', array_keys(…
H A DLexer.php412 return '/'.implode('|', $regex).'/A';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php214 $unknown = implode(array_keys($config));
/plugin/combo/ComboStrap/
H A DPluginUtility.php393 return implode('_', $names);
/plugin/struct/meta/
H A DAggregationTable.php142 hsc(implode(' & ', $fltrs))
/plugin/publist/bib2tpl/lib/
H A DPEAR.php1055 implode("|", $modes), $levels[$this->level],
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php1055 implode("|", $modes), $levels[$this->level],

1...<<31323334353637383940