Home
last modified time | relevance | path

Searched refs:implode (Results 776 – 800 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/ajaxpeon/
H A Dhelper.php226 return implode(",",$list_rt);
/plugin/sidebarng/
H A Daction.php288 $ns_sb = implode(':', $path).':'.$pname;
/plugin/farm/install/
H A Dfarmstructurecreator.php99 echo ' <input type="hidden" name="out" value="'.implode(',', $out).'" />'."\n";
/plugin/translationbuddy/
H A Dsyntax.php195 $R->doc .= '<b>Rogue pages:</b><br/> '.implode(', ', $extra_pages).'<br/>';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php295 ? $request->withHeader('Cookie', implode('; ', $values))
/plugin/blogtng/helper/
H A Dtags.php130 AND entries.blog IN ("' . implode('","', $blogs) . '")
/plugin/structodt/
H A Daction.php162 msg("Unknown file extension: $ext. Avaliable extensions: " . implode(', ', $extensions), -1);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php253 return implode(' ', $this->cronParts);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php103 $charactersToTrimFromCommand = implode("", self::QUOTES_CHARACTERS);
H A DSqlite.php168 $columnStatement = implode(", ", $columnsStatement);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php336 return implode($hex);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php102 $suggestedType = implode('|', $suggestedNames);
454 $suggestedType = implode($suggestedTypeNames, '|');
/plugin/data/syntax/
H A Dentry.php380 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key];
536 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key];
667 $field['value'] = implode(', ', $field['value']);
/plugin/discussion/
H A Daction.php1149 $logline = implode("\t", $logline)."\n";
1208 io_saveFile($changelog.'_tmp', implode('', $out_lines));
1213 io_saveFile($changelog, implode('', $out_lines));
1302 $mailer->bcc(implode(',', $dests));
/plugin/combo/vendor/symfony/yaml/
H A DParser.php251 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$refName])), $refName), $this->currentLineNb + 1, $this->currentLine, $this->filename);
674 return implode("\n", $data);
732 throw new ParseException(sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$value])), $value), $this->currentLineNb + 1, $this->currentLine, $this->filename);
922 $text = implode("\n", $blockLines);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php285 $commandline = implode(' ', array_map([$this, 'escapeArgument'], $commandline));
937 …return \is_array($this->commandline) ? implode(' ', array_map([$this, 'escapeArgument'], $this->co…
1598 … throw new RuntimeException(sprintf('Unable to kill the process (%s).', implode(' ', $output)));
/plugin/sketchcanvas/phplib/
H A Dspyc.php406 $array = syck_load (implode ('', $Source));
559 $value = trim(implode(': ',$array));
986 $value = trim(implode(':',$explode));
/plugin/projects/lib/
H A Dlayout.php195 $id = implode(':', $path);
/plugin/news/
H A Dadmin.php85 $this->prev_deleted = implode(",", $prev_deleted);
/plugin/sphinxsearch-was/
H A Daction.php197 $prevString = implode(",", $prevArry);
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php251 return implode('', array_slice($single_character, 1, -1));
/plugin/sphinxsearch/
H A Daction.php250 $prevString = implode(",", $prevArry);
/plugin/multipoll/
H A Dsyntax.php75 $q['q'] = implode(' ', array_map('trim', $q['q']));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php239 …ame] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implode(', ', $this->path…
/plugin/box2/
H A Dsyntax.php283 $style .= isset($styles['spacing']) ? implode(';', $styles['spacing']) : '';

1...<<31323334353637383940