Home
last modified time | relevance | path

Searched refs:implode (Results 26 – 50 of 989) sorted by relevance

12345678910>>...40

/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php79 …$orgData = implode("\n", $organizationInfoNames)."\n".implode("\n", $organizationInfoDisplaynames)…
99 $strContacts = "\n".implode("\n", $contactsInfo);
145 $requestedAttributeStr = implode(PHP_EOL, $requestedAttributeData);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php56 ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n")
57 ->write(!$filters ? "[],\n" : "['".implode("', '", array_keys($filters))."'],\n")
58 ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n")
/plugin/acmenu/
H A Dsyntax.php130 $base_id = implode(":", array_filter(array($ns_acmenu, $conf["start"])));
202 $sidebar = implode("/", array_filter(array(str_replace(":", "/", $ns), $conf["sidebar"])));
261 $id = implode(":", array_filter(array($ns_acmenu, $pg_name), "strlen"));
275 $id = implode(":", array_filter(array($ns_acmenu, $file, $conf["start"]), "strlen"));
295 "sub" => $this->_tree(implode(":", array_filter(array($ns_acmenu, $file), "strlen")), $level));
327 $sub_ns[] = implode(":", $cp_pieces);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php284 …echo '<td align="left">&nbsp;'.(isset($fileinfo['comments_html']['artist']) ? implode('<br>', $fil…
285 …echo '<td align="left">&nbsp;'.(isset($fileinfo['comments_html']['title']) ? implode('<br>', $fil…
293 …echo '<td align="left">&nbsp;'.(!empty($fileinfo['tags']) ? implode(', ', array_keys($fileinfo['ta…
298 …#', ' ', implode('\\n', $fileinfo['warning']))), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'\');…
302 …#', ' ', implode('\\n', $fileinfo['error']))), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'\');…
355 …lentities(implode('\\n', $fileinfo['warning']), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'\'); …
360 …mlentities(implode('\\n', $fileinfo['error']), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'\'); r…
H A Ddemo.simple.write.php57 echo 'There were some warnings:<br>'.implode('<br><br>', $tagwriter->warnings);
60 echo 'Failed to write tags!<br>'.implode('<br><br>', $tagwriter->errors);
H A Ddemo.mysqli.php514 $this_track_remix = implode("\t", $matches[2]);
1343 $SQLquery = 'SELECT `filename`, `fileformat`, '.implode(', ', $FieldNames);
1604 $thisline .= '<TD VALIGN="TOP" NOWRAP>'.implode('<br>', $tags).'</td>';
1605 $thisline .= '<TD VALIGN="TOP">'.implode('<br>', $filenames).'</td>';
1718 echo '<TD VALIGN="TOP" NOWRAP>'.implode('<br>', $artists).'</td>';
1719 echo '<TD VALIGN="TOP" NOWRAP>'.implode('<br>', $titles).'</td>';
1720 echo '<TD VALIGN="TOP" NOWRAP>'.implode('<br>', $remixes).'</td>';
1721 echo '<TD VALIGN="TOP" NOWRAP ALIGN="RIGHT">'.implode('<br>', $bitrates).'</td>';
1722 echo '<TD VALIGN="TOP" NOWRAP ALIGN="RIGHT">'.implode('<br>', $playtimes).'</td>';
1855 $invalidextensionline .= '<td>'.implode('; ', $acceptableextensions).'</td>';
[all …]
H A Ddemo.simple.php45 …echo '<td>' .htmlentities(!empty($ThisFileInfo['comments_html']['artist']) ? implode(…
46 …echo '<td>' .htmlentities(!empty($ThisFileInfo['comments_html']['title']) ? implode(…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php155 $argstring = implode(
171 implode(
190 $classname, $methodName, $argstring, implode("\n", $expected)
204 implode(
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.simple.php57 echo 'Failed:<pre>'.implode("\n\n", $phpThumb->debugmessages).'</pre>';
62 …echo 'Failed:<pre>'.$phpThumb->fatalerror."\n\n".implode("\n\n", $phpThumb->debugmessages).'</pre>…
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.p.inc.php5 $open_regexp = implode("|",
13 $close_regexp = implode("|",
/plugin/gdpr/action/
H A Ddelusers.php129 file_put_contents($changelogCacheFN, implode('', $lines));
176 $cleanChangelogLines[] = implode("\t", $parts);
180 fwrite($handle, implode('', $cleanChangelogLines));
223 file_put_contents($changelogCacheFN, implode("\n", $changelogs));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php146 $result = Reader::read(implode("\r\n",$data));
168 $result = Reader::read(implode("\r\n",$data));
340 $result = Reader::read(implode("\r\n",$data));
347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
349 $expected = implode("\r\n", array(
371 $result = Reader::read(implode("\r\n",$data));
378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
380 $expected = implode("\r\n", array(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php146 $result = Reader::read(implode("\r\n",$data));
168 $result = Reader::read(implode("\r\n",$data));
340 $result = Reader::read(implode("\r\n",$data));
347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
349 $expected = implode("\r\n", array(
371 $result = Reader::read(implode("\r\n",$data));
378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
380 $expected = implode("\r\n", array(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php146 $result = Reader::read(implode("\r\n",$data));
168 $result = Reader::read(implode("\r\n",$data));
340 $result = Reader::read(implode("\r\n",$data));
347 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_FORGIVING);
349 $expected = implode("\r\n", array(
371 $result = Reader::read(implode("\r\n",$data));
378 $result = Reader::read(implode("\r\n",$data), Reader::OPTION_IGNORE_INVALID_LINES);
380 $expected = implode("\r\n", array(
/plugin/tablelayout/
H A Dhelper.php30 $syntax[] = 'colwidth="' . implode(',', $layout->colwidth) . '"';
48 $syntax = '{{tablelayout?' . implode('&', $syntax) . '}}';
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php44 $namespace = implode('\\', $parts);
47 $classname, $class->getParentClass(), implode(', ',
72 implode(', ', $this->generateArguments($method->getArguments())),
/plugin/ghissues/syntax/
H A Dsyntax.php58 $theRest = implode(" ",$exploded);
101 $headerLabel .= htmlentities(implode($this->getLang('and'),$rawLabels));
102 $filters .= implode(',',$codedLabels);
/plugin/multiselect/
H A Daction.php108 $newsmileys=implode(' ',$newsmileys);
112 …$range_part=implode("<multiselect",$found) . (isset($range_delemiters[$range_index])?$range_delemi…
119 $data = implode($ranges);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php94 return implode($this->getStringSeparator(), $this->array);
104 return implode($this->getStringSeparator(), $defaultValue);
129 throw new ExceptionBadArgument("The value ($value) for ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical());
/plugin/tagadd/
H A Daction.php264 $newstr=implode(" ",$tags);
271 $data=implode("{{tag>",$found);
281 $text = '{{tag>' . implode(" ",$tags) .'}}';
294 $log.=' Added: '.implode(",",$add);
297 $log.=' Removed: '.implode(",",$rem);
/plugin/sectiontoggle/
H A Daction.php29 $NS_inc = implode("|",$this->normalize_names($this->getConf('incl_ns'),true));
36 $id_inc = implode("|",$this->normalize_names($this->getConf('incl_pg')));
44 $NS = implode("|",$this->normalize_names($this->getConf('xcl_ns'),true));
51 $id = implode("|",$this->normalize_names($this->getConf('xcl_pg')));
/plugin/issuelinks/helper/
H A Ddb.php139 $keys = implode(', ', array_keys($entity));
141 $wlds = implode(', ', array_fill(0, count($vals), '?'));
226 $where = implode(' = ? AND ', array_keys($entity)) . ' = ?';
269 'components' => implode(',', $issue->getComponents()),
270 'labels' => implode(',', $issue->getLabels()),
273 'versions' => implode(',', $issue->getVersions()),
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php147 $result = Reader::read(implode("\r\n", $data));
169 $result = Reader::read(implode("\r\n", $data));
342 $result = Reader::read(implode("\r\n", $data));
349 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_FORGIVING);
351 $expected = implode("\r\n", [
373 $result = Reader::read(implode("\r\n", $data));
380 $result = Reader::read(implode("\r\n", $data), Reader::OPTION_IGNORE_INVALID_LINES);
382 $expected = implode("\r\n", [
/plugin/mailto/
H A Dsyntax.php55 $renderer->meta['plugin']['mailto']['cc'] = implode(',', array_slice($data,1));
60 . implode (', ',$data);
/plugin/podcast/blogtng-tpl/
H A Dlist.php35 echo implode( "\n", $source );
39 echo implode( "\n", $links );

12345678910>>...40