Home
last modified time | relevance | path

Searched refs:implode (Results 526 – 550 of 989) sorted by relevance

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

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php164 \sprintf('Unexpected data in xref table (%s)', \implode(' ', $pieces)),
/plugin/mikioplugin/
H A Daction.php121 $lessPath = implode(',', $less);
/plugin/structstatus/
H A Dsyntax.php124 … $args['data-rid'] = implode(',', $rids); // FIXME this is wrong for multi fields in the widget?
/plugin/nstoc/
H A Dsyntax.php186 return implode('', $markup);
345 $aNamespace = implode(':', $path);
/plugin/solr/
H A Daction.php303 … $highlight = htmlspecialchars(implode('... ', $content_result['highlighting'][$id]['content']));
329 return '<div class="search_result">'.implode('', $data['html']).'</div>';
/plugin/preregister/
H A Daction.php170 $form->setHiddenField('sel',implode("",$sel));
174 $event->data->_hidden['sel'] = implode("",$sel);
/plugin/dokusioc/
H A Daction.php623 $parts[1] = implode($sep, $attr);
626 return implode('?', $parts);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php43 . implode(' ', $component->startPoint()->asArray()) . ', last point: '
44 . implode(' ', $component->endPoint()->asArray()) . ')'
/plugin/code2/
H A Dsyntax.php152 . implode('', $parts);
156 $aDoc .= implode('', $sections);
290 $aDoc .= implode("\n", $lines);
/plugin/sqlcomp/
H A Dsyntax.php243 $filename = $sPath.md5(implode('',$dbcon));
525 $sResponse .= implode(";",$keys)."\n";
527 $sResponse .= implode(";",$row)."\n";
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php920 $value = implode('', $value);
1061 $bits = implode('', array_pad($bits, $size + $offset + 1, 0));
1097 $typename = implode('', array_keys($source));
1113 throw new \RuntimeException('No filters defined for ' . implode('/', $loc));
1136 …throw new \RuntimeException('Mapping provides no type definition for ' . implode('/', self::$locat…
1205 return implode('.', $oid);
/plugin/swiftmail/Swift/Connection/
H A DMulti.php113 $failure = implode("<br />", $fail_messages);
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php93 [$this->getMode(), implode(', ', $createModes)]
/plugin/rrdgraph/
H A Daction.php62 $result->pageId = implode(':', $parts);
/plugin/translation2/
H A Daction.php42 $this->conf['languages'] = implode(',', $supportedLanguages);
/plugin/translator/
H A Daction.php96 $zipFile->add_File(implode("\r\n", array_values($data)), $fileName );
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJs2Filter.php118 $pb->add('--define')->add(implode(',', $this->defines));
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php159 return implode(',', $this->headers[$name][1]);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DWrite.php92 [$this->getMode(), implode(', ', $createModes)]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php92 [$this->getMode(), implode(', ', $createModes)]
/plugin/survey/helper/
H A Dsurvey.php89 return implode("\n", $tmp);
/plugin/schedule/
H A DpoiDB.class.php66 return implode ("|", $data);
/plugin/pdftools/
H A Dsyntax.php119 $msg .= '<b>'.implode(", ",$t).'</b>';
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php190 $path = implode('/', [self::$basePath, $endpoint, $ipAddress]);

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