Home
last modified time | relevance | path

Searched refs:implode (Results 751 – 775 of 989) sorted by relevance

1...<<31323334353637383940

/plugin/latex/
H A Dclass.latexrender.php297 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.la.php190 … $this->warning('Error parsing RIFF portion of La file: '.implode($getid3_temp->info['error']));
H A Dwrite.apetag.php193 …return $this->GenerateAPEtagHeaderFooter($items, true).implode('', $items).$this->GenerateAPEtagHe…
/plugin/tabtables/
H A Daction.php136 $event->data = implode("\n",$this->wikified);
/plugin/dlcount/
H A Dadmin.php52 $dirs = glob(implode(DIRECTORY_SEPARATOR, $dirs) . '/*', GLOB_ONLYDIR);
H A Daction.php86 $txt = ' (' . implode(', ', $txt) . ')';
/plugin/fedauth/Auth/
H A DOpenID.php309 return implode("&", $pairs);
/plugin/annotate/
H A Danno.php111 $xhtml = rtrim(implode(' ',$classes));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php182 $value = '*' . implode('*', $value) . '*';
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php109 $headers .= sprintf("%s:%s\r\n", $name, implode(', ', $values));
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php200 $scope = implode(',', $scope);
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php303 $requestUrl .= '?' . implode('&', $queryVars);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php323 return implode($break, $lines);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php260 return \implode("\n", $result);
H A DPdfReader.php85 return \implode('.', $this->parser->getPdfVersion());
/plugin/addnewpage/
H A Dsyntax.php215 $namespace = implode(':', array_slice($nsparts, 0, $i));
/plugin/tagging/action/
H A Dmain.php211 'tags_edit_value' => implode(', ', array_keys($userTags)),
/plugin/latex-was/
H A Dadmin.php206 echo htmlspecialchars(implode(PHP_EOL,$execout));
H A Dclass.latexrender.php298 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/openid/Auth/
H A DOpenID.php325 return implode("&", $pairs);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php228 $sections = implode("\n", $this->sections);
229 $blocks = implode("\n", $this->blocks);
/plugin/combo/ComboStrap/
H A DBrandButton.php141 throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets value are " . implode(",", self::WIDGETS));
157 throw new ExceptionCompile("The icon type ($iconType) is unknown. The possible icons value are " . implode(",", self::ICON_TYPES));
/plugin/htmlokay/
H A Dhelper.php284 $new_dir = implode('#', $dirs);
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php424 $triedstr = implode(", ", $tried);
/plugin/authowncloud/
H A Dauth.php215 if(!empty($where)) $wheres = ' WHERE '.implode(' AND ', $where);

1...<<31323334353637383940