Home
last modified time | relevance | path

Searched refs:sprintf (Results 901 – 925 of 1115) sorted by relevance

1...<<31323334353637383940>>...45

/plugin/groupmanager/
H A Dsyntax.php415 …$renderer->doc .= "<p>" . sprintf($this->lang['summary'], $this->_start + 1, $this->_last, $this->…
417 …$renderer->doc .= "<p>" . sprintf($this->lang['nonefound'], $this->_auth->getUserCount()) . "</p>";
618 $notes[] = sprintf($this->lang['note_group'], $groups);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php890 sprintf(
899 sprintf(
984 throw new InvalidArgumentException(sprintf('file "%s" does not exist', $config));
/plugin/upgrade/HTTP/
H A DHTTPClient.php588 throw new HTTPClientException(sprintf('Timeout while sending %s (%.3fs)',$message, $time_used), -100);
634 sprintf('Timeout while reading %s after %d bytes (%.3fs)', $message,
681 sprintf('Timeout while reading %s (%.3fs) >%s<', $message, $time_used, $r_data),
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php178 sprintf(
/plugin/countdown/
H A Dsyntax.php131 $renderer->doc .= sprintf("%u %s %02u:%02u %s"
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php194 $parts['host'] = sprintf("ssl://%s", $parts['host']);
/plugin/farmsync/meta/
H A DTemplateUpdates.php49 echo sprintf($this->getLang('progress:templates'), $target, $i, $total) . "</br>";
H A DPageUpdates.php75 echo sprintf($this->getLang('progress:pages'), $target, $i, $total) . "</br>";
/plugin/archiveupload/
H A Daction.php243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
/plugin/rrdgraph/inc/
H A Dsvgbinding.php84 $value = sprintf($attributes["format"], $this->bindingValues[$attributes["var"]]);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php175 sprintf('The remote server has disconnected the session. %s', $exception->getMessage()),
/plugin/icon/
H A DSVG.php29 $this->url = sprintf(self::SOURCES[$source], $icon);
/plugin/publish/action/
H A Dbanner.php92 msg(sprintf($this->getLang('mail_invalid'),htmlspecialchars($addr)),-1);
/plugin/blog/syntax/
H A Dautoarchive.php152 return sprintf($this->getLang('autoarchive'),
/plugin/bez/meta/
H A DTpl.php164 return sprintf('%d:%02d', $hours, $minutes);
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php203 $parts['host'] = sprintf("ssl://%s", $parts['host']);
/plugin/struct/types/
H A DDateTime.php96 return sprintf("%d-%02d-%02d %02d:%02d", $year, $month, $day, $h, $m);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php58 … throw new InvalidMetadataException(sprintf('Could not find class %s inside XML element.', $name));
372 …throw new InvalidMetadataException(sprintf('The type "%s" is not supported.', $method->attributes(…
/plugin/mantis/lib/
H A Dclass.nusoap_base.php864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec);
918 …return sprintf('%04d-%02d-%02dT%02d:%02d:%02dZ',$regs[1],$regs[2],$regs[3],$regs[4],$regs[5],$regs…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php348 sprintf(
360 sprintf(
/plugin/dokugource/
H A Daction.php122 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
H A Dadmin.php124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
/plugin/securelogin/
H A Dhelper.php163 $data['value'] .= sprintf("%02X", $tmp['data']);
/plugin/imagereference/syntax/
H A Dimgcaption.php312 return sprintf(
/plugin/autolink3/
H A Dsys.php137 $global = sprintf("%s %s %s\r\n", $word, $page, $local);

1...<<31323334353637383940>>...45